diff options
author | Nextcloud bot <bot@nextcloud.com> | 2018-02-12 21:33:37 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2018-02-12 21:33:37 +0000 |
commit | 91c67eb667b2c049f0fcbe8fd868f6a689aaf26e (patch) | |
tree | 5496f2797b09ab3138bdc386b83ac0defb1f0415 /apps/files_external/l10n/es.js | |
parent | 4bd14ef3081fadce717e6b50d31fbb750962cabf (diff) | |
download | nextcloud-server-91c67eb667b2c049f0fcbe8fd868f6a689aaf26e.tar.gz nextcloud-server-91c67eb667b2c049f0fcbe8fd868f6a689aaf26e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/files_external/l10n/es.js')
-rw-r--r-- | apps/files_external/l10n/es.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 7807d92f566..ba47dd608e4 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -100,6 +100,7 @@ OC.L10N.register( "The cURL support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte de cURL en PHP no está activado o instalado. No se puede montar %s. Pídale al administrador del sistema que lo instale.", "The FTP support in PHP is not enabled or installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "El soporte para FTP desde PHP no esta habilitado o instalado. Montar el %s no ha sido posible. Por favor consulta al administrador de tu sistema para que lo instale.", "\"%s\" is not installed. Mounting of %s is not possible. Please ask your system administrator to install it." : "\"%s\" no está instalado. El montaje de %s no es posible. Por favor, pregunte a su administrador del sistema para instalarlo.", + "External storage support" : "Soporte de almacenamiento externo", "No external storage configured" : "No hay ningún almacenamiento externo configurado", "You can add external storages in the personal settings" : "Puede agregar almacenamientos externos en la configuración personal", "Name" : "Nombre", @@ -120,6 +121,14 @@ OC.L10N.register( "Advanced settings" : "Configuración avanzada", "Delete" : "Eliminar", "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", - "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo" + "Allow users to mount the following external storage" : "Permitir a los usuarios montar el siguiente almacenamiento externo", + "Fetching request tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", + "Fetching access tokens failed. Verify that your app key and secret are correct." : "Fallo al recuperar los tokens de peticiones. Verifica que tu clave de aplicación y secreto son correctos.", + "Step 1 failed. Exception: %s" : "El paso 1 ha fallado. Excepción: %s", + "Step 2 failed. Exception: %s" : "El paso 2 ha fallado. Excepción: %s", + "Dropbox App Configuration" : "Configuración de la app de Dropbox", + "Google Drive App Configuration" : "Configuración de la app de Google Drive", + "Dropbox" : "Dropbox", + "Google Drive" : "Google Drive" }, "nplurals=2; plural=(n != 1);"); |