ca.js 2.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "La compartició entre servidors no està activada en aquest servidor",
  5. "Invalid or untrusted SSL certificate" : "El certificat SSL és invàlid o no és fiable",
  6. "Couldn't add remote share" : "No s'ha pogut afegir una compartició remota",
  7. "Shared with you" : "Us han compartit",
  8. "Shared with others" : "Heu compartit",
  9. "Shared by link" : "Compartit amb enllaç",
  10. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Voleu afegir la compartició remota {nom} des de {owner}@{remote}?",
  11. "Remote share" : "Compartició remota",
  12. "Remote share password" : "Contrasenya de compartició remota",
  13. "Cancel" : "Cancel·la",
  14. "Add remote share" : "Afegeix compartició remota",
  15. "Invalid ownCloud url" : "La url d'ownCloud no és vàlida",
  16. "Share" : "Comparteix",
  17. "Shared by" : "Compartit per",
  18. "A file or folder has been <strong>shared</strong>" : "S'ha <strong>compartit</strong> un fitxer o una carpeta",
  19. "You shared %1$s with %2$s" : "Has compartit %1$s amb %2$s",
  20. "You shared %1$s with group %2$s" : "has compartit %1$s amb el grup %2$s",
  21. "%2$s shared %1$s with you" : "%2$s ha compartit %1$s amb tu",
  22. "You shared %1$s via link" : "Heu compartit %1$s via enllaç",
  23. "Shares" : "Compartits",
  24. "This share is password-protected" : "Aquest compartit està protegit amb contrasenya",
  25. "The password is wrong. Try again." : "la contrasenya és incorrecta. Intenteu-ho de nou.",
  26. "Password" : "Contrasenya",
  27. "Name" : "Nom",
  28. "Share time" : "Temps de compartició",
  29. "Sorry, this link doesn’t seem to work anymore." : "Aquest enllaç sembla que no funciona.",
  30. "Reasons might be:" : "Les raons podrien ser:",
  31. "the item was removed" : "l'element ha estat eliminat",
  32. "the link expired" : "l'enllaç ha vençut",
  33. "sharing is disabled" : "s'ha desactivat la compartició",
  34. "For more info, please ask the person who sent this link." : "Per més informació contacteu amb qui us ha enviat l'enllaç.",
  35. "Add to your ownCloud" : "Afegiu a ownCloud",
  36. "Download" : "Baixa",
  37. "Download %s" : "Baixa %s",
  38. "Direct link" : "Enllaç directe"
  39. },
  40. "nplurals=2; plural=(n != 1);");