es.js 1.8 KB

123456789101112131415161718192021222324
  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" : "Has compartido %1$s con %2$s por correo",
  9. "You shared {file} with {email} by mail" : "Has compartido {file} con {email} por correo",
  10. "%3$s shared %1$s with %2$s by mail" : "%3$s compartido %1$s con %2$s por correo",
  11. "{actor} shared {file} with {email} by mail" : "{actor} compartió {file} con {email} por correo electrónico",
  12. "Sharing %s failed, this item is already shared with %s" : "Falló el compartir %s , este ítem ya se encontraba compartido con %s",
  13. "Failed to send share by E-mail" : "Falló enviar recurso compartido por correo electrónico",
  14. "%s shared »%s« with you" : "%s compartió »%s« con usted",
  15. "%s shared »%s« with you on behalf of %s" : "%s compartió »%s« con usted a nombre de %s",
  16. "Failed to create the E-mail" : "Falló crear el correo electrónico",
  17. "Could not find share" : "No se pudo encontrar el recurso compartido",
  18. "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",
  19. "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",
  20. "Cheers!" : "¡Ánimo!",
  21. "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>",
  22. "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>"
  23. },
  24. "nplurals=2; plural=(n != 1);");