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.

gl.js 4.0KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. OC.L10N.register(
  2. "files_sharing",
  3. {
  4. "Server to server sharing is not enabled on this server" : "Neste servidor non está activada a compartición de servidor a servidor",
  5. "The mountpoint name contains invalid characters." : "O nome do punto de montaxe contén caracteres inválidos.",
  6. "Invalid or untrusted SSL certificate" : "Certificado SSL incorrecto ou non fiábel",
  7. "Couldn't add remote share" : "Non foi posíbel engadir a compartición remota",
  8. "Shared with you" : "Compartido con vostede",
  9. "Shared with others" : "Compartido con outros",
  10. "Shared by link" : "Compartido por ligazón",
  11. "Nothing shared with you yet" : "Aínda non hai nada compartido con vostede.",
  12. "Files and folders others share with you will show up here" : "Os ficheiros e cartafoles que outros compartan con vostede amosaranse aquí",
  13. "Nothing shared yet" : "Aínda non hay nada compartido",
  14. "Files and folders you share will show up here" : "Os ficheiros e cartafoles que comparta amosaranse aquí",
  15. "No shared links" : "Non hai ligazóns compartidas",
  16. "Files and folders you share by link will show up here" : "Os ficheiros e cartafoles que comparta por ligazón amosaranse aquí",
  17. "Do you want to add the remote share {name} from {owner}@{remote}?" : "Quere engadir a compartición remota {name} desde {owner}@{remote}?",
  18. "Remote share" : "Compartición remota",
  19. "Remote share password" : "Contrasinal da compartición remota",
  20. "Cancel" : "Cancelar",
  21. "Add remote share" : "Engadir unha compartición remota",
  22. "No ownCloud installation (7 or higher) found at {remote}" : "Non se atopa unha instalación de ownCloud (7 ou superior) en {remote}",
  23. "Invalid ownCloud url" : "URL incorrecta do ownCloud",
  24. "Share" : "Compartir",
  25. "Shared by" : "Compartido por",
  26. "A file or folder was shared from <strong>another server</strong>" : "Compartiuse un ficheiro ou cartafol desde <strong>outro servidor</strong>",
  27. "A public shared file or folder was <strong>downloaded</strong>" : "Foi <strong>descargado</strong> un ficheiro ou cartafol público",
  28. "You received a new remote share from %s" : "Recibiu unha compartición remota de %s",
  29. "%1$s accepted remote share %2$s" : "%1$s comparticións remotas aceptadas %2$s",
  30. "%1$s declined remote share %2$s" : "%1$s comparticións remotas declinadas %2$s",
  31. "%1$s unshared %2$s from you" : "%1$s deixou de compartir %2$s con vostede",
  32. "Public shared folder %1$s was downloaded" : "Foi descargado o cartafol público %1$s",
  33. "Public shared file %1$s was downloaded" : "Foi descargado o ficheiro público %1$s",
  34. "This share is password-protected" : "Esta compartición está protexida con contrasinal",
  35. "The password is wrong. Try again." : "O contrasinal é incorrecto. Ténteo de novo.",
  36. "Password" : "Contrasinal",
  37. "No entries found in this folder" : "Non se atoparon entradas neste cartafol",
  38. "Name" : "Nome",
  39. "Share time" : "Compartir o tempo",
  40. "Sorry, this link doesn’t seem to work anymore." : "Semella que esta ligazón non funciona.",
  41. "Reasons might be:" : "As razóns poderían ser:",
  42. "the item was removed" : "o elemento foi retirado",
  43. "the link expired" : "a ligazón caducou",
  44. "sharing is disabled" : "foi desactivada a compartición",
  45. "For more info, please ask the person who sent this link." : "Para obter máis información, pregúntelle á persoa que lle enviou a ligazón.",
  46. "Add to your ownCloud" : "Engadir ao seu ownCloud",
  47. "Download" : "Descargar",
  48. "Download %s" : "Descargar %s",
  49. "Direct link" : "Ligazón directa",
  50. "Server-to-Server Sharing" : "Compartición Servidor-a-Servidor",
  51. "Allow users on this server to send shares to other servers" : "Permitir aos ususarios de este servidor enviar comparticións a outros servidores",
  52. "Allow users on this server to receive shares from other servers" : "Permitir aos usuarios de este servidor recibir comparticións de outros servidores"
  53. },
  54. "nplurals=2; plural=(n != 1);");