diff options
author | Nextcloud bot <bot@nextcloud.com> | 2017-04-11 00:07:29 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2017-04-11 00:07:29 +0000 |
commit | 4d90b0520ec4563d189521fc32cb315f5aebb09f (patch) | |
tree | 4d5dda2d50841caa9bf38ab0b0a34f86952684c9 /apps/sharebymail/l10n/es_MX.js | |
parent | a045f3c4d7ef606ea302712952ec474d5ea5637a (diff) | |
download | nextcloud-server-4d90b0520ec4563d189521fc32cb315f5aebb09f.tar.gz nextcloud-server-4d90b0520ec4563d189521fc32cb315f5aebb09f.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/es_MX.js')
-rw-r--r-- | apps/sharebymail/l10n/es_MX.js | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/apps/sharebymail/l10n/es_MX.js b/apps/sharebymail/l10n/es_MX.js index 68240925f4c..0cc51120cb9 100644 --- a/apps/sharebymail/l10n/es_MX.js +++ b/apps/sharebymail/l10n/es_MX.js @@ -14,11 +14,15 @@ OC.L10N.register( "%s shared »%s« with you" : "%s ha compartido »%s« con usted", "%s shared »%s« with you on behalf of %s" : "%s ha compartido »%s« con usted a nombre de %s", "Failed to create the E-mail" : "Se presentó una falla al crear el correo electrónico", + "Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s ", "Could not find share" : "No fue posible encontrar el elemento compartido", "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted a nombre de %s.\n\n%s\n", "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s ha compartido »%s« con usted.\n\n%s\n", "Cheers!" : "¡Saludos!", "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola,<br><br>%s ha compartido <a href=\"%s\">%s</a> con usted a nombre de %s.<br><br> ", - "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hola, <br><br>%s ha compartido <a href=\"%s\">%s</a> con usted.<br><br> " + "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you.<br><br>" : "Hola, <br><br>%s ha compartido <a href=\"%s\">%s</a> con usted.<br><br> ", + "Share by mail" : "Compartir por correo", + "Send a personalized link to a file or folder by mail." : "Enviar por correo una liga personalizada a un archivo o carpeta.", + "Send password by mail" : "La contraseña ha sido enviada por correo" }, "nplurals=2; plural=(n != 1);"); |