diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-13 00:08:02 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-13 00:08:02 +0000 |
commit | 396618fd19dfa8d8710085675ab8300b2fd477c4 (patch) | |
tree | 14eb8bef3f5a248f22d90a81bc54d95708ce84f2 /core/l10n/es.js | |
parent | 7ebcc045a23d6838e844b6314a3df80aa4f7d536 (diff) | |
download | nextcloud-server-396618fd19dfa8d8710085675ab8300b2fd477c4.tar.gz nextcloud-server-396618fd19dfa8d8710085675ab8300b2fd477c4.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'core/l10n/es.js')
-rw-r--r-- | core/l10n/es.js | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/core/l10n/es.js b/core/l10n/es.js index 887ff2aab42..d6fe53e9954 100644 --- a/core/l10n/es.js +++ b/core/l10n/es.js @@ -209,9 +209,6 @@ OC.L10N.register( "File not found" : "Archivo no encontrado", "The specified document has not been found on the server." : "El documento indicado no se ha encontrado en el servidor.", "You can click here to return to %s." : "Puede hacer clic aquí para volver a %s.", - "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", - "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", - "Cheers!" : "¡Saludos!", "Internal Server Error" : "Error interno del servidor", "The server encountered an internal error and was unable to complete your request." : "El servidor ha encontrado un error y no puede completar la solicitud.", "Please contact the server administrator if this error reappears multiple times, please include the technical details below in your report." : "Por favor, contacte con el administrador del servidor si este error reaparece múltiples veces. Incluya asimismo los detalles técnicos que se muestran a continuación.", @@ -269,7 +266,6 @@ OC.L10N.register( "New password" : "Nueva contraseña", "New Password" : "Contraseña nueva", "Reset password" : "Restablecer contraseña", - "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hola:<br><br>Te comentamos que %s compartió <strong>%s</strong> contigo.<br><a href=\"%s\">¡Échale un vistazo!</a><br><br>", "This Nextcloud instance is currently in single user mode." : "Esta instalación de Nextcloud se encuentra en modo de usuario único.", "This means only administrators can use the instance." : "Esto quiere decir que solo un administrador puede usarla.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Contacte con su administrador de sistemas si este mensaje persiste o aparece de forma inesperada.", @@ -307,6 +303,10 @@ OC.L10N.register( "can change" : "puede cambiar", "can delete" : "puede eliminar", "access control" : "control de acceso", - "The update was successful. Redirecting you to Nextcloud now." : "Actualización completada con éxito. Redirigiendo a Nextcloud." + "The update was successful. Redirecting you to Nextcloud now." : "Actualización completada con éxito. Redirigiendo a Nextcloud.", + "Hey there,\n\njust letting you know that %s shared %s with you.\nView it: %s\n\n" : "Hola:\n\nTan solo queremos informarte que %s compartió %s contigo.\nMíralo aquí: %s\n\n", + "The share will expire on %s." : "El objeto dejará de ser compartido el %s.", + "Cheers!" : "¡Saludos!", + "Hey there,<br><br>just letting you know that %s shared <strong>%s</strong> with you.<br><a href=\"%s\">View it!</a><br><br>" : "Hola:<br><br>Te comentamos que %s compartió <strong>%s</strong> contigo.<br><a href=\"%s\">¡Échale un vistazo!</a><br><br>" }, "nplurals=2; plural=(n != 1);"); |