2017-04-01 03:08:09 +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" : "Usted ha compartido %1$s con %2$s por correo" ,
"You shared {file} with {email} by mail" : "Usted ha compartido {file} con {email} por correo" ,
"%3$s shared %1$s with %2$s by mail" : "%3$s ha compartido %1$s con %2$s por correo " ,
"{actor} shared {file} with {email} by mail" : "{actor} ha compartido {file} con {email} por correo" ,
2017-04-05 03:08:20 +03:00
"Sharing %s failed, this item is already shared with %s" : "Se presentó una falla al compartir %s, este elemento ya ha sido compartido con %s" ,
2017-04-06 03:07:50 +03:00
"Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso compartido por correo electrónico" ,
2017-04-01 03:08:09 +03:00
"%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" ,
2017-04-11 03:07:29 +03:00
"Password to access »%s« shared to you by %s" : "Contraseña para acceder »%s« compartido con usted por %s " ,
2017-04-05 03:08:20 +03:00
"Could not find share" : "No fue posible encontrar el elemento compartido" ,
2017-04-13 03:08:02 +03:00
"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" ,
"Failed to create the E-mail" : "Se presentó una falla al crear el correo electrónico" ,
2017-04-01 03:08:09 +03:00
"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> " ,
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 ha compartido <a href=\"%s\">%s</a> con usted.<br><br> "
2017-04-01 03:08:09 +03:00
} ,
"nplurals=2; plural=(n != 1);" ) ;