2013-10-07 03:16:10 +04:00
< ? php
$TRANSLATIONS = array (
2014-09-22 09:54:36 +04:00
" See %s " => " Vidi %s " ,
2013-10-07 03:16:10 +04:00
" Help " => " Helpo " ,
" Personal " => " Persona " ,
" Settings " => " Agordo " ,
" Users " => " Uzantoj " ,
" Admin " => " Administranto " ,
2014-06-27 09:55:44 +04:00
" 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. " ,
2014-03-11 09:59:39 +04:00
" Unknown filetype " => " Ne konatas dosiertipo " ,
" Invalid image " => " Ne validas bildo " ,
2013-10-07 03:16:10 +04:00
" web services under your control " => " TTT-servoj regataj de vi " ,
2014-06-27 09:55:44 +04:00
" 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 " ,
2013-10-07 03:16:10 +04:00
" 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. " ,
2014-06-27 09:55:44 +04:00
" Unknown user " => " Nekonata uzanto " ,
2013-10-07 03:16:10 +04:00
" %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 " ,
2014-05-26 09:55:36 +04:00
" MySQL/MariaDB username and/or password not valid " => " La MySQL/MariaDB-uzantonomo kajaŭ pasvorto ne validas. " ,
2013-10-07 03:16:10 +04:00
" DB Error: \" %s \" " => " Datumbaza eraro: “%s” " ,
2014-05-26 09:55:36 +04:00
" 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 " ,
2013-10-07 03:16:10 +04:00
" 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. " ,
2014-03-12 09:57:17 +04:00
" %s shared »%s« with you " => " %s kunhavigis “%s” kun vi " ,
2014-05-26 09:55:36 +04:00
" You are not allowed to share %s " => " Vi ne permesatas kunhavigi %s " ,
2013-10-07 03:16:10 +04:00
" Could not find category \" %s \" " => " Ne troviĝis kategorio “%s” " ,
" seconds ago " => " sekundoj antaŭe " ,
2014-03-11 09:59:39 +04:00
" _%n minute ago_::_%n minutes ago_ " => array ( " " , " antaŭ %n minutoj " ),
" _%n hour ago_::_%n hours ago_ " => array ( " " , " antaŭ %n horoj " ),
2013-10-07 03:16:10 +04:00
" today " => " hodiaŭ " ,
" yesterday " => " hieraŭ " ,
2014-03-11 09:59:39 +04:00
" _%n day go_::_%n days ago_ " => array ( " " , " antaŭ %n tagoj " ),
2013-10-07 03:16:10 +04:00
" last month " => " lastamonate " ,
2014-03-11 09:59:39 +04:00
" _%n month ago_::_%n months ago_ " => array ( " " , " antaŭ %n monatoj " ),
2013-10-07 03:16:10 +04:00
" last year " => " lastajare " ,
2014-05-26 09:55:36 +04:00
" 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 " ,
2014-09-22 09:54:36 +04:00
" 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 "
2013-10-07 03:16:10 +04:00
);
$PLURAL_FORMS = " nplurals=2; plural=(n != 1); " ;