ast.js 2.5 KB

12345678910111213141516171819202122232425262728293031
  1. OC.L10N.register(
  2. "sharebymail",
  3. {
  4. "Shared with {email}" : "Compartióse con {email}",
  5. "Shared with {email} by {actor}" : "{actor} compartió l'elementu con {email}",
  6. "Unshared from {email}" : "Dexó de compartise con {email}",
  7. "Unshared from {email} by {actor}" : "{actor} dexó de compartir l'elementu con {email}",
  8. "Password for mail share sent to {email}" : "La contraseña pa la compartición per corréu electrónicu unvióse a {email}",
  9. "Password for mail share sent to you" : "Unviáronte la contraseña pa la compartición per corréu electrónicu",
  10. "You shared {file} with {email} by mail" : "Compartió «{ficheru}» con {email} per corréu electrónicu",
  11. "{actor} shared {file} with {email} by mail" : "{actor} compartió «{file}» con {email} per corréu electrónicu",
  12. "You unshared {file} from {email} by mail" : "Dexesti de compartir «{file}» con {email} per corréu electrónicu",
  13. "{actor} unshared {file} from {email} by mail" : "{actor} dexó de compartir «{file}» con {email} per corréu electrónicu",
  14. "Password to access {file} was sent to {email}" : "La contraseña p'acceder a «{file}» unvióse a {email}",
  15. "Password to access {file} was sent to you" : "Unviósete la contraseña p'acceder a «{file}»",
  16. "Share by mail" : "Compartir per corréu electrónicu",
  17. "Sharing %1$s failed, because this item is already shared with the account %2$s" : "La compartición de «%1$s» falló porque esti elementu yá ta compartíu cola cuenta «%2$s»",
  18. "%1$s shared »%2$s« with you" : "%1$s compartió «%2$s» contigo",
  19. "%1$s shared »%2$s« with you." : "%1$s compartió «%2$s» contigo.",
  20. "Click the button below to open it." : "Calca nel botón p'abrilo.",
  21. "Open »%s«" : "Abrir «%s»",
  22. "%1$s via %2$s" : "%1$s per %2$s",
  23. "Password to access »%1$s« shared to you by %2$s" : "%2$s compartió contigo la contraseña p'acceder a «%1$s»",
  24. "Password to access »%s«" : "La contraseña p'acceder a «%s»",
  25. "It is protected with the following password:" : "L'elementu ta protexíu cola contraseña siguiente:",
  26. "»%s« added a note to a file shared with you" : "«%s» amestó una nota a un ficheru compartíu contigo",
  27. "This is the password:" : "Esta ye la contraseña:",
  28. "Could not find share" : "Nun se pudo atopar la compartición",
  29. "Sharing %1$s failed, because this item is already shared with user %2$s" : "La compartición de «%1$s» falló porque esti elementu yá ta compartíu col usuariu «%2$s»"
  30. },
  31. "nplurals=2; plural=(n != 1);");