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.

ast.js 2.6KB

12345678910111213141516171819202122232425262728293031323334353637383940414243
  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. "No ownCloud installation (7 or higher) found at {remote}" : "Nun s'atopó nenguna instalación ownCloud (7 o cimera) en { } remotu",
  17. "Invalid ownCloud url" : "Url ownCloud inválida",
  18. "Shared by" : "Compartíos por",
  19. "Sharing" : "Compartiendo",
  20. "A file or folder has been <strong>shared</strong>" : "<strong>Compartióse</strong> un ficheru o direutoriu",
  21. "You shared %1$s with %2$s" : "Compartisti %1$s con %2$s",
  22. "You shared %1$s with group %2$s" : "Compartisti %1$s col grupu %2$s",
  23. "You shared %1$s via link" : "Compartisti %1$s per enllaz",
  24. "%2$s shared %1$s with you" : "%2$s compartió %1$s contigo",
  25. "Shares" : "Comparticiones",
  26. "This share is password-protected" : "Esta compartición tien contraseña protexida",
  27. "The password is wrong. Try again." : "La contraseña ye incorreuta. Inténtalo otra vegada.",
  28. "Password" : "Contraseña",
  29. "No entries found in this folder" : "Nenguna entrada en esta carpeta",
  30. "Name" : "Nome",
  31. "Share time" : "Compartir hora",
  32. "Sorry, this link doesn’t seem to work anymore." : "Sentímoslo, esti enllaz paez que yá nun furrula.",
  33. "Reasons might be:" : "Les razones pueden ser: ",
  34. "the item was removed" : "desanicióse l'elementu",
  35. "the link expired" : "l'enllaz caducó",
  36. "sharing is disabled" : "la compartición ta deshabilitada",
  37. "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",
  38. "Add to your ownCloud" : "Amestar al to ownCloud",
  39. "Download" : "Baxar",
  40. "Download %s" : "Descargar %s",
  41. "Direct link" : "Enllaz direutu"
  42. },
  43. "nplurals=2; plural=(n != 1);");