summaryrefslogtreecommitdiffstats
path: root/lib/l10n/eo.php
diff options
context:
space:
mode:
authorJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-22 01:54:36 -0400
committerJenkins for ownCloud <owncloud-bot@tmit.eu>2014-09-22 01:54:36 -0400
commit5aaf8dcc01c0cca830a90298f3e3827b259cff2a (patch)
tree05e531f0f30de444e45ceffe22963f36b4b44743 /lib/l10n/eo.php
parent567977ec63473f71029cd944c0c81f6cc4af71c5 (diff)
downloadnextcloud-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.php7
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);";