ast.js 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "La compartición sirvidor a sirvidor nun ta habilitada nesti sirvidor",
  5. "The mountpoint name contains invalid characters." : "El puntu de montax contien caracteres non válidos",
  6. "Invalid or untrusted SSL certificate" : "Certificáu SSL inválidu o ensín validar",
  7. "Couldn't add remote share" : "Nun pudo amestase una compartición remota",
  8. "Shared with you" : "Compartíos contigo",
  9. "Shared with others" : "Compartíos con otros",
  10. "Shared by link" : "Compartíos per enllaz",
  11. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quies amestar compartición remota {name} de {owner}@{remote}?",
  12. "Remote share" : "Compartición remota",
  13. "Remote share password" : "Contraseña de compartición remota",
  14. "Cancel" : "Encaboxar",
  15. "Add remote share" : "Amestar compartición remota",
  16. "Invalid ownCloud url" : "Url ownCloud inválida",
  17. "Shared by" : "Compartíos por",
  18. "Sharing" : "Compartiendo",
  19. "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu",
  20. "You shared %1$s with %2$s" : "Compartisti %1$s con %2$s",
  21. "You shared %1$s with group %2$s" : "Compartisti %1$s col grupu %2$s",
  22. "%2$s shared %1$s with you" : "%2$s compartió %1$s contigo",
  23. "You shared %1$s via link" : "Compartisti %1$s per enllaz",
  24. "Shares" : "Comparticiones",
  25. "This share is password-protected" : "Esta compartición tien contraseña protexida",
  26. "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.",
  27. "Password" : "Contraseña",
  28. "Name" : "Nome",
  29. "Share time" : "Compartir hora",
  30. "Sorry, this link doesn’t seem to work anymore." : "Sentímoslo, esti enllaz paez que yá nun furrula.",
  31. "Reasons might be:" : "Les razones pueden ser: ",
  32. "the item was removed" : "desanicióse l'elementu",
  33. "the link expired" : "l'enllaz caducó",
  34. "sharing is disabled" : "la compartición ta deshabilitada",
  35. "For more info, please ask the person who sent this link." : "Pa más información, entrúga-y a la persona qu'unvió esti enllaz",
  36. "Add to your ownCloud" : "Amestar al to ownCloud",
  37. "Download" : "Baxar",
  38. "Download %s" : "Descargar %s",
  39. "Direct link" : "Enllaz direutu"
  40. },
  41. "nplurals=2; plural=(n != 1);");