Blame view
sources/lib/l10n/eo.php
3.73 KB
|
31b7f2792
|
1 2 |
<?php $TRANSLATIONS = array( |
|
03e52840d
|
3 4 5 6 |
"Help" => "Helpo", "Personal" => "Persona", "Settings" => "Agordo", "Users" => "Uzantoj", |
|
03e52840d
|
7 |
"Admin" => "Administranto", |
|
6d9380f96
|
8 9 10 11 |
"Failed to upgrade \"%s\"." => "Malsukcesis ĝisdatigo de “%s”.", "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", |
|
31b7f2792
|
12 |
"web services under your control" => "TTT-servoj regataj de vi", |
|
6d9380f96
|
13 14 15 |
"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", |
|
03e52840d
|
16 17 18 |
"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.", |
|
6d9380f96
|
19 |
"Unknown user" => "Nekonata uzanto", |
|
31b7f2792
|
20 21 22 23 |
"%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", |
|
6d9380f96
|
24 |
"MySQL/MariaDB username and/or password not valid" => "La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas.", |
|
31b7f2792
|
25 |
"DB Error: \"%s\"" => "Datumbaza eraro: “%s”", |
|
6d9380f96
|
26 27 |
"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", |
|
31b7f2792
|
28 29 30 31 32 33 34 |
"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.", "Your web server is not yet properly setup to allow files synchronization because the WebDAV interface seems to be broken." => "Via TTT-servilo ankoraŭ ne ĝuste agordiĝis por permesi sinkronigi dosierojn ĉar la WebDAV-interfaco ŝajnas rompita.", "Please double check the <a href='%s'>installation guides</a>." => "Bonvolu duoble kontroli la <a href='%s'>gvidilon por instalo</a>.", |
|
6d9380f96
|
35 36 |
"%s shared »%s« with you" => "%s kunhavigis “%s” kun vi", "You are not allowed to share %s" => "Vi ne permesatas kunhavigi %s", |
|
31b7f2792
|
37 38 |
"Could not find category \"%s\"" => "Ne troviĝis kategorio “%s”", "seconds ago" => "sekundoj antaŭe", |
|
6d9380f96
|
39 40 |
"_%n minute ago_::_%n minutes ago_" => array("","antaŭ %n minutoj"),
"_%n hour ago_::_%n hours ago_" => array("","antaŭ %n horoj"),
|
|
03e52840d
|
41 42 |
"today" => "hodiaŭ", "yesterday" => "hieraŭ", |
|
6d9380f96
|
43 |
"_%n day go_::_%n days ago_" => array("","antaŭ %n tagoj"),
|
|
31b7f2792
|
44 |
"last month" => "lastamonate", |
|
6d9380f96
|
45 |
"_%n month ago_::_%n months ago_" => array("","antaŭ %n monatoj"),
|
|
31b7f2792
|
46 |
"last year" => "lastajare", |
|
6d9380f96
|
47 48 49 50 51 |
"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" |
|
03e52840d
|
52 |
); |
|
31b7f2792
|
53 |
$PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |