Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/eo.js')
-rw-r--r--lib/l10n/eo.js56
1 files changed, 56 insertions, 0 deletions
diff --git a/lib/l10n/eo.js b/lib/l10n/eo.js
new file mode 100644
index 00000000000..ea912c1cca0
--- /dev/null
+++ b/lib/l10n/eo.js
@@ -0,0 +1,56 @@
+OC.L10N.register(
+ "lib",
+ {
+ "See %s" : "Vidi %s",
+ "Help" : "Helpo",
+ "Personal" : "Persona",
+ "Settings" : "Agordo",
+ "Users" : "Uzantoj",
+ "Admin" : "Administranto",
+ "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.",
+ "Unknown filetype" : "Ne konatas dosiertipo",
+ "Invalid image" : "Ne validas bildo",
+ "web services under your control" : "TTT-servoj regataj de vi",
+ "App directory already exists" : "La dosierujo de la aplikaĵo jam ekzistas",
+ "App does not provide an info.xml file" : "La aplikaĵo ne provizas dosieron info.xml",
+ "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",
+ "Application is not enabled" : "La aplikaĵo ne estas kapabligita",
+ "Authentication error" : "Aŭtentiga eraro",
+ "Token expired. Please reload page." : "Ĵetono eksvalidiĝis. Bonvolu reŝargi la paĝon.",
+ "Unknown user" : "Nekonata uzanto",
+ "%s enter the database username." : "%s enigu la uzantonomon de la datumbazo.",
+ "%s enter the database name." : "%s enigu la nomon de la datumbazo.",
+ "%s you may not use dots in the database name" : "%s vi ne povas uzi punktojn en la nomo de la datumbazo",
+ "MS SQL username and/or password not valid: %s" : "La uzantonomo de MS SQL aŭ la pasvorto ne validas: %s",
+ "MySQL/MariaDB username and/or password not valid" : "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.",
+ "DB Error: \"%s\"" : "Datumbaza eraro: “%s”",
+ "MySQL/MariaDB user '%s'@'localhost' exists already." : "La MySQL/MariaDB-uzanto '%s'@'localhost' jam ekzistas.",
+ "MySQL/MariaDB user '%s'@'%%' already exists" : "La MySQL/MariaDB-uzanto '%s'@'%%' jam ekzistas",
+ "Oracle connection could not be established" : "Konekto al Oracle ne povas stariĝi",
+ "Oracle username and/or password not valid" : "La uzantonomo de Oracle aŭ la pasvorto ne validas",
+ "PostgreSQL username and/or password not valid" : "La uzantonomo de PostgreSQL aŭ la pasvorto ne validas",
+ "Set an admin username." : "Starigi administran uzantonomon.",
+ "Set an admin password." : "Starigi administran pasvorton.",
+ "%s shared »%s« with you" : "%s kunhavigis “%s” kun vi",
+ "You are not allowed to share %s" : "Vi ne permesatas kunhavigi %s",
+ "Could not find category \"%s\"" : "Ne troviĝis kategorio “%s”",
+ "seconds ago" : "sekundoj antaŭe",
+ "_%n minute ago_::_%n minutes ago_" : ["","antaŭ %n minutoj"],
+ "_%n hour ago_::_%n hours ago_" : ["","antaŭ %n horoj"],
+ "today" : "hodiaŭ",
+ "yesterday" : "hieraŭ",
+ "_%n day go_::_%n days ago_" : ["","antaŭ %n tagoj"],
+ "last month" : "lastamonate",
+ "_%n month ago_::_%n months ago_" : ["","antaŭ %n monatoj"],
+ "last year" : "lastajare",
+ "years ago" : "jaroj antaŭe",
+ "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 «_.@-»",
+ "A valid username must be provided" : "Valida uzantonomo devas proviziĝi",
+ "A valid password must be provided" : "Valida pasvorto devas proviziĝi",
+ "The username is already being used" : "La uzantonomo jam uzatas",
+ "Please ask your server administrator to install the module." : "Bonvolu peti vian sistemadministranton, ke ĝi instalu la modulon.",
+ "PHP module %s not installed." : "La PHP-modulo %s ne instalitas.",
+ "PHP %s or higher is required." : "PHP %s aŭ pli alta necesas.",
+ "PostgreSQL >= 9 required" : "PostgreSQL >= 9 necesas"
+},
+"nplurals=2; plural=(n != 1);");