diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-22 01:54:36 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-09-22 01:54:36 -0400 |
commit | 5aaf8dcc01c0cca830a90298f3e3827b259cff2a (patch) | |
tree | 05e531f0f30de444e45ceffe22963f36b4b44743 /lib/l10n/eo.php | |
parent | 567977ec63473f71029cd944c0c81f6cc4af71c5 (diff) | |
download | nextcloud-server-5aaf8dcc01c0cca830a90298f3e3827b259cff2a.tar.gz nextcloud-server-5aaf8dcc01c0cca830a90298f3e3827b259cff2a.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/eo.php')
-rw-r--r-- | lib/l10n/eo.php | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/lib/l10n/eo.php b/lib/l10n/eo.php index dfd3e41cda6..767d50e16f0 100644 --- a/lib/l10n/eo.php +++ b/lib/l10n/eo.php @@ -1,5 +1,6 @@ <?php $TRANSLATIONS = array( +"See %s" => "Vidi %s", "Help" => "Helpo", "Personal" => "Persona", "Settings" => "Agordo", @@ -47,6 +48,10 @@ $TRANSLATIONS = array( "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" +"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" ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |