diff options
Diffstat (limited to 'apps/files_external/l10n/es.js')
-rw-r--r-- | apps/files_external/l10n/es.js | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/apps/files_external/l10n/es.js b/apps/files_external/l10n/es.js index 2fc49beb6d5..58550db9d4a 100644 --- a/apps/files_external/l10n/es.js +++ b/apps/files_external/l10n/es.js @@ -1,6 +1,12 @@ OC.L10N.register( "files_external", { + "Grant access" : "Conceder acceso", + "Error configuring OAuth1" : "Error al configurar OAuth1", + "Please provide a valid app key and secret." : "Por favor facilite una clave de app y una clave secreta válidas.", + "Error configuring OAuth2" : "Error al configurar OAuth2", + "Generate keys" : "Generar claves", + "Error generating key pair" : "Error al generar el par de claves", "Type to select user or group." : "Teclee para seleccionar un usuario o grupo.", "(Group)" : "(Grupo)", "Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac MFD (lento)", @@ -136,12 +142,6 @@ OC.L10N.register( "Advanced settings" : "Configuración avanzada", "Allow users to mount external storage" : "Permitir a los usuarios montar un almacenamiento externo", "Global credentials can be used to authenticate with multiple external storages that have the same credentials." : "Se pueden usar credenciales globales para autenticar con múltiples almacenamientos externos que tengan las mismas credenciales.", - "Grant access" : "Conceder acceso", - "Error configuring OAuth1" : "Error al configurar OAuth1", - "Please provide a valid app key and secret." : "Por favor facilite una clave de app y una clave secreta válidas.", - "Error configuring OAuth2" : "Error al configurar OAuth2", - "Generate keys" : "Generar claves", - "Error generating key pair" : "Error al generar el par de claves", "Empty response from the server" : "Respuesta vacía desde el servidor", "Couldn't access. Please log out and in again to activate this mount point" : "No se ha podido acceder. Por favor, cierra sesión y vuelve a entrar para activar este punto de montaje", "Couldn't get the information from the remote server: {code} {type}" : "No se pudo obtener la información del servidor remoto: {code} {type}", |