eo.js 3.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. "Unknown filetype" : "Ne konatas dosiertipo",
  11. "Invalid image" : "Ne validas bildo",
  12. "today" : "hodiaŭ",
  13. "yesterday" : "hieraŭ",
  14. "last month" : "lastamonate",
  15. "last year" : "lastajare",
  16. "seconds ago" : "sekundoj antaŭe",
  17. "web services under your control" : "TTT-servoj regataj de vi",
  18. "App directory already exists" : "La dosierujo de la aplikaĵo jam ekzistas",
  19. "App does not provide an info.xml file" : "La aplikaĵo ne provizas dosieron info.xml",
  20. "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",
  21. "Application is not enabled" : "La aplikaĵo ne estas kapabligita",
  22. "Authentication error" : "Aŭtentiga eraro",
  23. "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.",
  24. "Unknown user" : "Nekonata uzanto",
  25. "%s enter the database username." : "%s enigu la uzantonomon de la datumbazo.",
  26. "%s enter the database name." : "%s enigu la nomon de la datumbazo.",
  27. "%s you may not use dots in the database name" : "%s vi ne povas uzi punktojn en la nomo de la datumbazo",
  28. "MS SQL username and/or password not valid: %s" : "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s",
  29. "MySQL/MariaDB username and/or password not valid" : "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.",
  30. "DB Error: \"%s\"" : "Datumbaza eraro: “%s”",
  31. "MySQL/MariaDB user '%s'@'localhost' exists already." : "La MySQL/MariaDB-uzanto '%s'@'localhost' jam ekzistas.",
  32. "MySQL/MariaDB user '%s'@'%%' already exists" : "La MySQL/MariaDB-uzanto '%s'@'%%' jam ekzistas",
  33. "Oracle connection could not be established" : "Konekto al Oracle ne povas stariĝi",
  34. "Oracle username and/or password not valid" : "La uzantonomo de Oracle aŭ la pasvorto ne validas",
  35. "PostgreSQL username and/or password not valid" : "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas",
  36. "Set an admin username." : "Starigi administran uzantonomon.",
  37. "Set an admin password." : "Starigi administran pasvorton.",
  38. "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi",
  39. "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s",
  40. "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”",
  41. "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 «_.@-»",
  42. "A valid username must be provided" : "Valida uzantonomo devas proviziĝi",
  43. "A valid password must be provided" : "Valida pasvorto devas proviziĝi",
  44. "The username is already being used" : "La uzantonomo jam uzatas",
  45. "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.",
  46. "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.",
  47. "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas"
  48. },
  49. "nplurals=2; plural=(n != 1);");