eo.js 3.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. OC.L10N.register(
  2. "lib",
  3. {
  4. "See %s" : "Vidi %s",
  5. "PHP %s or higher is required." : "PHP %s aŭ pli alta necesas.",
  6. "Help" : "Helpo",
  7. "Personal" : "Persona",
  8. "Users" : "Uzantoj",
  9. "Admin" : "Administranto",
  10. "App \\\"%s\\\" can't be installed because it is not compatible with this version of ownCloud." : "La aplikaĵo “%s” ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud.",
  11. "Unknown filetype" : "Ne konatas dosiertipo",
  12. "Invalid image" : "Ne validas bildo",
  13. "today" : "hodiaŭ",
  14. "yesterday" : "hieraŭ",
  15. "_%n day ago_::_%n days ago_" : ["",""],
  16. "last month" : "lastamonate",
  17. "_%n month ago_::_%n months ago_" : ["","antaŭ %n monatoj"],
  18. "last year" : "lastajare",
  19. "_%n year ago_::_%n years ago_" : ["",""],
  20. "_%n hour ago_::_%n hours ago_" : ["","antaŭ %n horoj"],
  21. "_%n minute ago_::_%n minutes ago_" : ["","antaŭ %n minutoj"],
  22. "seconds ago" : "sekundoj antaŭe",
  23. "web services under your control" : "TTT-servoj regataj de vi",
  24. "App directory already exists" : "La dosierujo de la aplikaĵo jam ekzistas",
  25. "App does not provide an info.xml file" : "La aplikaĵo ne provizas dosieron info.xml",
  26. "App can't be installed because it is not compatible with this version of ownCloud" : "La aplikaĵo ne povas instaliĝi ĉar ĝi ne kongruas kun ĉi tiu eldono de ownCloud",
  27. "Application is not enabled" : "La aplikaĵo ne estas kapabligita",
  28. "Authentication error" : "Aŭtentiga eraro",
  29. "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.",
  30. "Unknown user" : "Nekonata uzanto",
  31. "%s enter the database username." : "%s enigu la uzantonomon de la datumbazo.",
  32. "%s enter the database name." : "%s enigu la nomon de la datumbazo.",
  33. "%s you may not use dots in the database name" : "%s vi ne povas uzi punktojn en la nomo de la datumbazo",
  34. "MS SQL username and/or password not valid: %s" : "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s",
  35. "MySQL/MariaDB username and/or password not valid" : "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.",
  36. "DB Error: \"%s\"" : "Datumbaza eraro: “%s”",
  37. "MySQL/MariaDB user '%s'@'localhost' exists already." : "La MySQL/MariaDB-uzanto '%s'@'localhost' jam ekzistas.",
  38. "MySQL/MariaDB user '%s'@'%%' already exists" : "La MySQL/MariaDB-uzanto '%s'@'%%' jam ekzistas",
  39. "Oracle connection could not be established" : "Konekto al Oracle ne povas stariĝi",
  40. "Oracle username and/or password not valid" : "La uzantonomo de Oracle aŭ la pasvorto ne validas",
  41. "PostgreSQL username and/or password not valid" : "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas",
  42. "Set an admin username." : "Starigi administran uzantonomon.",
  43. "Set an admin password." : "Starigi administran pasvorton.",
  44. "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi",
  45. "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s",
  46. "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”",
  47. "Only the following characters are allowed in a username: \"a-z\", \"A-Z\", \"0-9\", and \"_.@-\"" : "Nur la jenaj signoj permesatas en uzantonomo: «a-z», «A-Z», «0-9» kaj «_.@-»",
  48. "A valid username must be provided" : "Valida uzantonomo devas proviziĝi",
  49. "A valid password must be provided" : "Valida pasvorto devas proviziĝi",
  50. "The username is already being used" : "La uzantonomo jam uzatas",
  51. "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.",
  52. "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.",
  53. "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas"
  54. },
  55. "nplurals=2; plural=(n != 1);");