Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNextcloud bot <bot@nextcloud.com>2017-02-11 04:07:23 +0300
committerNextcloud bot <bot@nextcloud.com>2017-02-11 04:07:23 +0300
commit01b3da612ba579e5de865a92dd0d1e83e92d3d87 (patch)
tree6c021f7d6c36159b2c98c0850a5526023316304b /apps/sharebymail/l10n/es.js
parentdfaaebd76551b81da7bc59ed75b4514be2e10dac (diff)
[tx-robot] updated from transifex
Diffstat (limited to 'apps/sharebymail/l10n/es.js')
-rw-r--r--apps/sharebymail/l10n/es.js24
1 files changed, 24 insertions, 0 deletions
diff --git a/apps/sharebymail/l10n/es.js b/apps/sharebymail/l10n/es.js
new file mode 100644
index 00000000000..3699bc53bd4
--- /dev/null
+++ b/apps/sharebymail/l10n/es.js
@@ -0,0 +1,24 @@
+OC.L10N.register(
+ "sharebymail",
+ {
+ "Shared with %1$s" : "Compartido con %1$s",
+ "Shared with {email}" : "Compartido con {email}",
+ "Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
+ "Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
+ "You shared %1$s with %2$s by mail" : "Has compartido %1$s con %2$s por correo",
+ "You shared {file} with {email} by mail" : "Has compartido {file} con {email} por correo",
+ "%3$s shared %1$s with %2$s by mail" : "%3$s compartido %1$s con %2$s por correo",
+ "{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} por correo electrónico",
+ "Sharing %s failed, this item is already shared with %s" : "Falló el compartir %s , este ítem ya se encontraba compartido con %s",
+ "Failed to send share by E-mail" : "Falló enviar recurso compartido por correo electrónico",
+ "%s shared »%s« with you" : "%s compartió »%s« con usted",
+ "%s shared »%s« with you on behalf of %s" : "%s compartió »%s« con usted a nombre de %s",
+ "Failed to create the E-mail" : "Falló crear el correo electrónico",
+ "Could not find share" : "No se pudo encontrar el recurso compartido",
+ "Hey there,\n\n%s shared »%s« with you on behalf of %s.\n\n%s\n\n" : "¡Hola!,\n\n%s comapartió »%s« con usted a nombre de %s.\n\n%s\n\n",
+ "Hey there,\n\n%s shared »%s« with you.\n\n%s\n\n" : "Hola,\n\n%s compartió »%s« con usted.\n\n%s\n\n",
+ "Cheers!" : "¡Ánimo!",
+ "Hey there,<br><br>%s shared <a href=\"%s\">%s</a> with you on behalf of %s.<br><br>" : "Hola,<br><br>%s compartió <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 compartió <a href=\"%s\">%s</a> con usted.<br><br>"
+},
+"nplurals=2; plural=(n != 1);");