diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /apps/files_external/l10n/gl.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'apps/files_external/l10n/gl.js')
-rw-r--r-- | apps/files_external/l10n/gl.js | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/apps/files_external/l10n/gl.js b/apps/files_external/l10n/gl.js new file mode 100644 index 00000000000..9e2ec2535b6 --- /dev/null +++ b/apps/files_external/l10n/gl.js @@ -0,0 +1,70 @@ +OC.L10N.register( + "files_external", + { + "Fetching request tokens failed. Verify that your Dropbox app key and secret are correct." : "Fallou a obtención de marcas de petición. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", + "Fetching access tokens failed. Verify that your Dropbox app key and secret are correct." : "Fallou a obtención de marcas de acceso. Comprobe que a chave e o código secreto da súa aplicación Dropbox son correctas.", + "Please provide a valid Dropbox app key and secret." : "Forneza unha chave correcta e segreda do Dropbox.", + "Step 1 failed. Exception: %s" : "Fallou o paso 1. Excepción: %s", + "Step 2 failed. Exception: %s" : "Fallou o paso 2. Excepción: %s", + "External storage" : "Almacenamento externo", + "Local" : "Local", + "Location" : "Localización", + "Amazon S3" : "Amazon S3", + "Key" : "Clave", + "Secret" : "Secreto", + "Bucket" : "Bucket", + "Amazon S3 and compliant" : "Amazon S3 e compatíbeis", + "Access Key" : "Clave de acceso", + "Secret Key" : "Clave secreta", + "Port" : "Porto", + "Region" : "Autonomía", + "Enable SSL" : "Activar SSL", + "Enable Path Style" : "Activar o estilo de ruta", + "App key" : "Clave da API", + "App secret" : "Secreto da aplicación", + "Host" : "Servidor", + "Username" : "Nome de usuario", + "Password" : "Contrasinal", + "Root" : "Root (raíz)", + "Secure ftps://" : "ftps:// seguro", + "Client ID" : "ID do cliente", + "Client secret" : "Secreto do cliente", + "OpenStack Object Storage" : "OpenStack Object Storage", + "Region (optional for OpenStack Object Storage)" : "Rexión (opcional para OpenStack Object Storage)", + "API Key (required for Rackspace Cloud Files)" : "Clave da API (obrigatoria para Rackspace Cloud Files)", + "Tenantname (required for OpenStack Object Storage)" : "Nome do inquilino (obrigatorio para OpenStack Object Storage)", + "Password (required for OpenStack Object Storage)" : "Contrasinal (obrigatorio para OpenStack Object Storage)", + "Service Name (required for OpenStack Object Storage)" : "Nome do servizo (obrigatorio para OpenStack Object Storage)", + "URL of identity endpoint (required for OpenStack Object Storage)" : "URL do punto final da identidade (obrigatorio para OpenStack Object Storage)", + "Share" : "Compartir", + "SMB / CIFS using OC login" : "SMB / CIFS usando acceso OC", + "Username as share" : "Nome de usuario como compartición", + "URL" : "URL", + "Secure https://" : "https:// seguro", + "Remote subfolder" : "Subcartafol remoto", + "Access granted" : "Concedeuse acceso", + "Error configuring Dropbox storage" : "Produciuse un erro ao configurar o almacenamento en Dropbox", + "Grant access" : "Permitir o acceso", + "Error configuring Google Drive storage" : "Produciuse un erro ao configurar o almacenamento en Google Drive", + "Personal" : "Persoal", + "System" : "Sistema", + "Saved" : "Gardado", + "<b>Note:</b> " : "<b>Nota:</b> ", + " and " : "e", + "<b>Note:</b> The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> A compatibilidade de cURL en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "<b>Note:</b> The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> A compatibilidade de FTP en PHP non está activada, ou non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "<b>Note:</b> \"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "<b>Nota:</b> «%s» non está instalado. Non é posíbel a montaxe de %s. Consulte co administrador do sistema como instalalo.", + "You don't have any external storages" : "Non ten ningún almacenamento externo", + "Name" : "Nome", + "Storage type" : "Tipo de almacenamento", + "Scope" : "Ámbito", + "External Storage" : "Almacenamento externo", + "Folder name" : "Nome do cartafol", + "Configuration" : "Configuración", + "Available for" : "Dispoñíbel para", + "Add storage" : "Engadir almacenamento", + "Delete" : "Eliminar", + "Enable User External Storage" : "Activar o almacenamento externo do usuario", + "Allow users to mount the following external storage" : "Permitirlle aos usuarios montar o seguinte almacenamento externo" +}, +"nplurals=2; plural=(n != 1);"); |