nextcloud/apps/sharebymail/l10n/es.js

29 lines
2.2 KiB
JavaScript
Raw Normal View History

2017-02-11 04:07:23 +03:00
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",
2017-04-10 03:08:50 +03:00
"Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s",
2017-02-11 04:07:23 +03:00
"Could not find share" : "No se pudo encontrar el recurso compartido",
2017-04-13 03:08:02 +03:00
"Share by mail" : "Enviado por correo electrónico",
"Send a personalized link to a file or folder by mail." : "Enviar un enlace personalizado a uno de los archivos o carpetas por correo electrónico.",
"Send password by mail" : "Enviar contraseñas por email",
"Failed to create the E-mail" : "Falló crear el correo electrónico",
2017-02-11 04:07:23 +03:00
"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>",
2017-04-13 03:08:02 +03:00
"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>"
2017-02-11 04:07:23 +03:00
},
"nplurals=2; plural=(n != 1);");