You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 lines
1.9 KiB

  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with %1$s" : "Compartido con %1$s",
  5. "Shared with {email}" : "Compartido con {email}",
  6. "Shared with %1$s by %2$s" : "Compartido con %1$s por %2$s",
  7. "Shared with {email} by {actor}" : "Compartido con {email} por {actor}",
  8. "You shared %1$s with %2$s by mail" : "Usted ha compartido %1$s con %2$s por correo",
  9. "You shared {file} with {email} by mail" : "Usted ha compartido {file} con {email} por correo",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s ha compartido %1$s con %2$s por correo ",
  11. "{actor} shared {file} with {email} by mail" : "{actor} ha compartido {file} con {email} por correo",
  12. "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",
  13. "Failed to send share by E-mail" : "Se presentó una falla al enviar el recurso ccompartido por correo electrónico",
  14. "%s shared »%s« with you" : "%s ha compartido »%s« con usted",
  15. "%s shared »%s« with you on behalf of %s" : "%s ha compartido »%s« con usted a nombre de %s",
  16. "Failed to create the E-mail" : "Se presentó una falla al crear el correo electrónico",
  17. "Could not find share" : "No fue posible encontrar el elemento compartido",
  18. "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",
  19. "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",
  20. "Cheers!" : "¡Saludos!",
  21. "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> ",
  22. "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> "
  23. },
  24. "nplurals=2; plural=(n != 1);");