diff options
author | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-17 14:20:02 +0200 |
---|---|---|
committer | Thomas Müller <thomas.mueller@tmit.eu> | 2014-10-29 10:13:50 +0100 |
commit | 9f7c571e401b5a1a59c0ae9faa119da98aa4a184 (patch) | |
tree | 2d52fc7f9dd9b507e38fb4f4e373e0f7a0a9f9fb /lib/l10n/eo.js | |
parent | 2f19de11e4c77b0f9195c3868960d8105541359f (diff) | |
download | nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.tar.gz nextcloud-server-9f7c571e401b5a1a59c0ae9faa119da98aa4a184.zip |
update all translation files to js and json
Diffstat (limited to 'lib/l10n/eo.js')
-rw-r--r-- | lib/l10n/eo.js | 56 |
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);"); |