nextcloud/apps/files_external/l10n/gl.php

27 lines
2.1 KiB
PHP
Raw Normal View History

2012-09-19 04:07:26 +04:00
<?php $TRANSLATIONS = array(
2012-11-21 03:02:33 +04:00
"Access granted" => "Concedeuse acceso",
2012-11-30 03:05:16 +04:00
"Error configuring Dropbox storage" => "Produciuse un erro ao configurar o almacenamento en Dropbox",
2012-11-21 03:02:33 +04:00
"Grant access" => "Permitir o acceso",
2013-01-01 03:04:42 +04:00
"Please provide a valid Dropbox app key and secret." => "Forneza unha chave correcta e segreda do Dropbox.",
2012-11-30 03:05:16 +04:00
"Error configuring Google Drive storage" => "Produciuse un erro ao configurar o almacenamento en Google Drive",
2013-01-01 03:04:42 +04:00
"<b>Warning:</b> \"smbclient\" is not installed. Mounting of CIFS/SMB shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> «smbclient» non está instalado. Non é posibel a montaxe de comparticións CIFS/SMB. Consulte co administrador do sistema para instalalo.",
"<b>Warning:</b> The FTP support in PHP is not enabled or installed. Mounting of FTP shares is not possible. Please ask your system administrator to install it." => "<b>Aviso:</b> A compatibilidade de FTP en PHP non está activada ou instalada. Non é posibel a montaxe de comparticións FTP. Consulte co administrador do sistema para instalalo.",
2013-04-24 19:46:20 +04:00
"<b>Warning:</b> The Curl support in PHP is not enabled or installed. Mounting of ownCloud / WebDAV or GoogleDrive is not possible. Please ask your system administrator to install it." => "<b>Aviso:</ b> A compatibilidade de Curl en PHP non está activada ou instalada. Non é posíbel a montaxe de ownCloud / WebDAV ou GoogleDrive. Consulte co administrador do sistema para instalala.",
2012-09-19 04:07:26 +04:00
"External Storage" => "Almacenamento externo",
2013-03-01 03:07:02 +04:00
"Folder name" => "Nome do cartafol",
"External storage" => "Almacenamento externo",
2012-09-19 04:07:26 +04:00
"Configuration" => "Configuración",
"Options" => "Opcións",
2012-11-30 03:05:16 +04:00
"Applicable" => "Aplicábel",
2013-03-01 03:07:02 +04:00
"Add storage" => "Engadir almacenamento",
2012-11-21 03:02:33 +04:00
"None set" => "Ningún definido",
2012-11-30 03:05:16 +04:00
"All Users" => "Todos os usuarios",
2012-09-19 04:07:26 +04:00
"Groups" => "Grupos",
"Users" => "Usuarios",
"Delete" => "Eliminar",
2012-11-21 03:02:33 +04:00
"Enable User External Storage" => "Activar o almacenamento externo do usuario",
2012-10-03 01:18:26 +04:00
"Allow users to mount their own external storage" => "Permitir aos usuarios montar os seus propios almacenamentos externos",
2012-11-21 03:02:33 +04:00
"SSL root certificates" => "Certificados SSL root",
"Import Root Certificate" => "Importar o certificado root"
2012-09-19 04:07:26 +04:00
);