ast.js 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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. "No files have been shared with you yet." : "Entá nun se compartieron ficheros contigo.",
  12. "You haven't shared any files yet." : "Entá nun compartiesti dengún ficheru.",
  13. "You haven't shared any files by link yet." : "Entá nun compartiesti nengún ficheru per enllaz.",
  14. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quies amestar compartición remota {name} de {owner}@{remote}?",
  15. "Remote share" : "Compartición remota",
  16. "Remote share password" : "Contraseña de compartición remota",
  17. "Cancel" : "Encaboxar",
  18. "Add remote share" : "Amestar compartición remota",
  19. "No ownCloud installation found at {remote}" : "Nun s'alcontró denguna instalación d'ownCloud en {remote}",
  20. "Invalid ownCloud url" : "Url ownCloud inválida",
  21. "Shared by" : "Compartíos por",
  22. "This share is password-protected" : "Esta compartición tien contraseña protexida",
  23. "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.",
  24. "Password" : "Contraseña",
  25. "Name" : "Nome",
  26. "Share time" : "Compartir hora",
  27. "Sorry, this link doesn’t seem to work anymore." : "Sentímoslo, esti enllaz paez que yá nun furrula.",
  28. "Reasons might be:" : "Les razones pueden ser: ",
  29. "the item was removed" : "desanicióse l'elementu",
  30. "the link expired" : "l'enllaz caducó",
  31. "sharing is disabled" : "la compartición ta deshabilitada",
  32. "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",
  33. "Add to your ownCloud" : "Amestar al to ownCloud",
  34. "Download" : "Baxar",
  35. "Download %s" : "Descargar %s",
  36. "Direct link" : "Enllaz direutu"
  37. },
  38. "nplurals=2; plural=(n != 1);");