Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/l10n/et_EE.php')
-rw-r--r--lib/l10n/et_EE.php28
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);";