diff options
Diffstat (limited to 'apps/files_external/l10n/es_HN.js')
-rw-r--r-- | apps/files_external/l10n/es_HN.js | 51 |
1 files changed, 26 insertions, 25 deletions
diff --git a/apps/files_external/l10n/es_HN.js b/apps/files_external/l10n/es_HN.js index 59c927c73d8..2543acf8cda 100644 --- a/apps/files_external/l10n/es_HN.js +++ b/apps/files_external/l10n/es_HN.js @@ -1,15 +1,6 @@ OC.L10N.register( "files_external", { - "External storage" : "Almacenamiento externo", - "Personal" : "Personal", - "System" : "Sistema", - "Grant access" : "Conceder acceso", - "Error configuring OAuth1" : "Se presentó un error al configurar OAuth1", - "Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.", - "Error configuring OAuth2" : "Se presentó un error al configurar OAuth2", - "Generate keys" : "Generar llaves", - "Error generating key pair" : "Se presentó un error al generar el juego de llaves", "Compatibility with Mac NFD encoding (slow)" : "Compatibilidad con codificación Mac NFD (lenta)", "Enable encryption" : "Habilitar encripción", "Enable previews" : "Habilitar vistas previas", @@ -23,20 +14,6 @@ OC.L10N.register( "Delete storage?" : "¿Borrar almacenamiento?", "Saved" : "Guardado", "Save" : "Guardar", - "Empty response from the server" : "Respuesta del servidor vacía", - "Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje", - "Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}", - "Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}", - "There was an error with message: " : "Se presentó un problema con el mensaje:", - "External mount error" : "Error de montaje externo", - "external-storage" : "almacenamiento externo", - "Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor", - "Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}", - "Username" : "Usuario", - "Password" : "Contraseña", - "Credentials saved" : "Credenciales guardadas", - "Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales", - "Credentials required" : "Se requieren credenciales", "Storage with ID \"%d\" not found" : "El almacenamiento con ID \"%d\" no fue encontrado", "Invalid backend or authentication mechanism class" : "Backend o clase de mecanismo de autenticación inválido ", "Invalid mount point" : "Punto de montaje inválido", @@ -59,6 +36,8 @@ OC.L10N.register( "OAuth2" : "OAuth2", "Client ID" : "ID del cliente", "Client secret" : "Secreto del cliente", + "Username" : "Usuario", + "Password" : "Contraseña", "Tenant name" : "Nombre de inquilino", "Identity endpoint URL" : "URL del punto de enlace de Identidad", "Domain" : "Dominio", @@ -99,9 +78,13 @@ OC.L10N.register( "Request timeout (seconds)" : "Tiemo de vida de la solicitud (segundos)", "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 para cURL en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ", "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 en PHP no se encuentra habilitado o instalado. El montaje de %s no es posible. Por favor solicita a tu administador su instalación. ", - "Name" : "Nombre", + "External storage" : "Almacenamiento externo", + "External mount error" : "Error de montaje externo", "Storage type" : "Tipo de almacenamiento", + "Unknown" : "Desconocido", "Scope" : "Alcance", + "Personal" : "Personal", + "System" : "Sistema", "Open documentation" : "Abrir la documentación", "Folder name" : "Nombre de la carpeta", "Authentication" : "Autenticación", @@ -109,6 +92,24 @@ OC.L10N.register( "Available for" : "Disponible para", "Add storage" : "Agregar almacenamiento", "Advanced settings" : "Configuraciones avanzadas", - "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo" + "Allow users to mount external storage" : "Permitir a los usuarios montar almacenamiento externo", + "Grant access" : "Conceder acceso", + "Error configuring OAuth1" : "Se presentó un error al configurar OAuth1", + "Please provide a valid app key and secret." : "Por favor proporciona una llave de aplicación y secreto válidos.", + "Error configuring OAuth2" : "Se presentó un error al configurar OAuth2", + "Generate keys" : "Generar llaves", + "Error generating key pair" : "Se presentó un error al generar el juego de llaves", + "Empty response from the server" : "Respuesta del servidor vacía", + "Couldn't access. Please log out and in again to activate this mount point" : "No fue posible accesar. Por favor sal de la sesión y vuelve a entrar para activar este punto de montaje", + "Couldn't get the information from the remote server: {code} {type}" : "No fue posible obtener la información del servidor remoto: {code} {type}", + "Couldn't get the list of external mount points: {type}" : "No fue posible obtener la lista de puntos de montaje externos: {type}", + "There was an error with message: " : "Se presentó un problema con el mensaje:", + "external-storage" : "almacenamiento externo", + "Couldn't fetch list of Windows network drive mount points: Empty response from server" : "No fue posible obtener el listado de los puntos de motaje de unidades de red Windows. Respuesta vacía del servidor", + "Please enter the credentials for the {mount} mount" : "Por favor ingresa las credenciales para el montaje {mount}", + "Credentials saved" : "Credenciales guardadas", + "Credentials saving failed" : "Se ha presentado una falla al guardar las credenciales", + "Credentials required" : "Se requieren credenciales", + "Name" : "Nombre" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); |