diff options
author | Nextcloud bot <bot@nextcloud.com> | 2022-05-30 02:31:52 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2022-05-30 02:31:52 +0000 |
commit | 72bb8f6c3155e63bc86637e3beacf21bc807bb1c (patch) | |
tree | 59a3885757454de730ce7eee9a5dcdb4b80b5abb /apps/sharebymail | |
parent | 5a12e8f906ea5075193d88963cbdf805a097f626 (diff) | |
download | nextcloud-server-72bb8f6c3155e63bc86637e3beacf21bc807bb1c.tar.gz nextcloud-server-72bb8f6c3155e63bc86637e3beacf21bc807bb1c.zip |
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/sharebymail')
-rw-r--r-- | apps/sharebymail/l10n/es.js | 3 | ||||
-rw-r--r-- | apps/sharebymail/l10n/es.json | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/apps/sharebymail/l10n/es.js b/apps/sharebymail/l10n/es.js index 22da36966e9..369a736dfd4 100644 --- a/apps/sharebymail/l10n/es.js +++ b/apps/sharebymail/l10n/es.js @@ -50,6 +50,7 @@ OC.L10N.register( "Share provider which allows you to share files by mail" : "Proveedor que permite compartir archivos por correo", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enlace personalizado a un archivo o carpeta enviándolo a una dirección de correo electrónico", "Send password by mail" : "Enviar contraseñas por email", - "Reply to initiator" : "Responder al iniciador" + "Reply to initiator" : "Responder al iniciador", + "Unable to update share by mail config" : "No se puede actualizar la configuración de compartir por correo" }, "nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;"); diff --git a/apps/sharebymail/l10n/es.json b/apps/sharebymail/l10n/es.json index f2798358dfa..718fa5dbce7 100644 --- a/apps/sharebymail/l10n/es.json +++ b/apps/sharebymail/l10n/es.json @@ -48,6 +48,7 @@ "Share provider which allows you to share files by mail" : "Proveedor que permite compartir archivos por correo", "Allows users to share a personalized link to a file or folder by putting in an email address." : "Permite a los usuarios compartir un enlace personalizado a un archivo o carpeta enviándolo a una dirección de correo electrónico", "Send password by mail" : "Enviar contraseñas por email", - "Reply to initiator" : "Responder al iniciador" + "Reply to initiator" : "Responder al iniciador", + "Unable to update share by mail config" : "No se puede actualizar la configuración de compartir por correo" },"pluralForm" :"nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;" }
\ No newline at end of file |