diff options
author | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-04 01:56:01 -0400 |
---|---|---|
committer | Jenkins for ownCloud <owncloud-bot@tmit.eu> | 2014-07-04 01:56:01 -0400 |
commit | e4a3f8d3c44f3238071d03f793cd2c5395062b5e (patch) | |
tree | 3b027fb016ebc83cf8733f832ab9dbf8642483d7 /lib/l10n/et_EE.php | |
parent | f1b3e03f7fdb6272bbc4320d75b8bb0df4a05557 (diff) | |
download | nextcloud-server-e4a3f8d3c44f3238071d03f793cd2c5395062b5e.tar.gz nextcloud-server-e4a3f8d3c44f3238071d03f793cd2c5395062b5e.zip |
[tx-robot] updated from transifex
Diffstat (limited to 'lib/l10n/et_EE.php')
-rw-r--r-- | lib/l10n/et_EE.php | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/l10n/et_EE.php b/lib/l10n/et_EE.php index 30fe1a58aaa..0fc76d98c1b 100644 --- a/lib/l10n/et_EE.php +++ b/lib/l10n/et_EE.php @@ -1,5 +1,8 @@ <?php $TRANSLATIONS = array( +"Cannot write into \"config\" directory!" => "Ei saa kirjutada \"config\" kataloogi!", +"This can usually be fixed by giving the webserver write access to the config directory" => "Tavaliselt saab selle lahendada andes veebiserverile seatete kataloogile \"config\" kirjutusõigused", +"See %s" => "Vaata %s", "You are accessing the server from an untrusted domain." => "Sa kasutad serverit usalduseta asukohast", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domain\" setting in config/config.php. An example configuration is provided in config/config.sample.php." => "Palun võta ühendust oma saidi administraatoriga. Kui sa oled ise administraator, siis seadista failis config/config.php sätet \"trusted_domain\". Näidis seadistused leiad failist config/config.sample.php.", "Help" => "Abiinfo", @@ -86,6 +89,31 @@ $TRANSLATIONS = array( "A valid username must be provided" => "Sisesta nõuetele vastav kasutajatunnus", "A valid password must be provided" => "Sisesta nõuetele vastav parool", "The username is already being used" => "Kasutajanimi on juba kasutuses", +"No database drivers (sqlite, mysql, or postgresql) installed." => "Ühtegi andmebaasi (sqlite, mysql või postgresql) draiverit pole paigaldatud.", +"Cannot write into \"config\" directory" => "Ei saa kirjutada \"config\" kataloogi", +"Cannot write into \"apps\" directory" => "Ei saa kirjutada \"apps\" kataloogi!", +"Cannot create \"data\" directory (%s)" => "Ei suuda luua \"data\" kataloogi (%s)", +"This can usually be fixed by <a href=\"%s\" target=\"_blank\">giving the webserver write access to the root directory</a>." => "Tavaliselt saab selle lahendada <a href=\"%s\" target=\"_blank\">andes veebiserverile juur-kataloogile kirjutusõigused</a>.", +"Setting locale to %s failed" => "Lokaadi %s määramine ebaõnnestus.", +"Please install one of theses locales on your system and restart your webserver." => "Palun paigalda mõni neist lokaatides oma süsteemi ning taaskäivita veebiserver.", +"Please ask your server administrator to install the module." => "Palu oma serveri haldajal moodul paigadalda.", +"PHP module %s not installed." => "PHP moodulit %s pole paigaldatud.", +"PHP %s or higher is required." => "PHP %s või uuem on nõutav.", +"Please ask your server administrator to update PHP to the latest version. Your PHP version is no longer supported by ownCloud and the PHP community." => "Palu oma serveri haldajal uuendada PHP viimasele versioonile. Sinu PHP versioon pole enam toetatud ownCloud-i ja PHP kogukonna poolt.", +"PHP Safe Mode is enabled. ownCloud requires that it is disabled to work properly." => "PHP Safe Mode on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", +"PHP Safe Mode is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "PHP Safe Mode on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", +"Magic Quotes is enabled. ownCloud requires that it is disabled to work properly." => "Magic Quotes on lubatud. ownCloud vajab normaalseks toimimiseks, et see oleks keelatud.", +"Magic Quotes is a deprecated and mostly useless setting that should be disabled. Please ask your server administrator to disable it in php.ini or in your webserver config." => "Magic Quotes on aegunud ja üldiselt kasutu seadistus, mis tuleks keelata. Palu oma serveri haldajal see keelata php.ini failis või veebiserveri seadetes.", +"PHP modules have been installed, but they are still listed as missing?" => "PHP moodulid on paigaldatud, kuid neid näitatakse endiselt kui puuduolevad?", +"Please ask your server administrator to restart the web server." => "Palu oma serveri haldajal veebiserver taaskäivitada.", +"PostgreSQL >= 9 required" => "PostgreSQL >= 9 on nõutav", +"Please upgrade your database version" => "Palun uuenda oma andmebaasi versiooni", +"Error occurred while checking PostgreSQL version" => "Viga PostgreSQL versiooni kontrollimisel", +"Please make sure you have PostgreSQL >= 9 or check the logs for more information about the error" => "Palun veendu, et kasutad PostgreSQL >=9 või vaata logidest vea kohta detailsemat informatsiooni", +"Please change the permissions to 0770 so that the directory cannot be listed by other users." => "Palun muuda kataloogi õigused 0770-ks, et kataloogi sisu poleks teistele kasutajatele nähtav", +"Data directory (%s) is readable by other users" => "Andmete kataloog (%s) on teistele kasutajate loetav", +"Data directory (%s) is invalid" => "Andmete kataloog (%s) pole korrektne", +"Please check that the data directory contains a file \".ocdata\" in its root." => "Palun veendu, et andmete kataloogis sisaldub fail \".ocdata\" ", "Could not obtain lock type %d on \"%s\"." => "Ei suutnud hankida %d tüüpi lukustust \"%s\"." ); $PLURAL_FORMS = "nplurals=2; plural=(n != 1);"; |