Blame view

sources/core/l10n/et_EE.php 11 KB
31b7f2792   Kload   Upgrade to ownclo...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
  <?php
  $TRANSLATIONS = array(
  "%s shared »%s« with you" => "%s jagas sinuga »%s«",
  "Couldn't send mail to following users: %s " => "Kirja saatmine järgnevatele kasutajatele ebaõnnestus: %s ",
  "Turned on maintenance mode" => "Haldusrežiimis sisse lülitatud",
  "Turned off maintenance mode" => "Haldusrežiimis välja lülitatud",
  "Updated database" => "Uuendatud andmebaas",
  "Updating filecache, this may take really long..." => "Failipuhvri uuendamine, see võib kesta väga kaua...",
  "Updated filecache" => "Uuendatud failipuhver",
  "... %d%% done ..." => "... %d%% tehtud ...",
  "No image or file provided" => "Ühtegi pilti või faili pole pakutud",
  "Unknown filetype" => "Tundmatu failitüüp",
  "Invalid image" => "Vigane pilt",
  "No temporary profile picture available, try again" => "Ühtegi ajutist profiili pilti pole saadaval, proovi uuesti",
  "No crop data provided" => "Lõikeandmeid ei leitud",
03e52840d   Kload   Init
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
  "Sunday" => "Pühapäev",
  "Monday" => "Esmaspäev",
  "Tuesday" => "Teisipäev",
  "Wednesday" => "Kolmapäev",
  "Thursday" => "Neljapäev",
  "Friday" => "Reede",
  "Saturday" => "Laupäev",
  "January" => "Jaanuar",
  "February" => "Veebruar",
  "March" => "Märts",
  "April" => "Aprill",
  "May" => "Mai",
  "June" => "Juuni",
  "July" => "Juuli",
  "August" => "August",
  "September" => "September",
  "October" => "Oktoober",
  "November" => "November",
  "December" => "Detsember",
  "Settings" => "Seaded",
  "seconds ago" => "sekundit tagasi",
31b7f2792   Kload   Upgrade to ownclo...
37
38
  "_%n minute ago_::_%n minutes ago_" => array("%n minut tagasi","%n minutit tagasi"),
  "_%n hour ago_::_%n hours ago_" => array("%n tund tagasi","%n tundi tagasi"),
03e52840d   Kload   Init
39
40
  "today" => "täna",
  "yesterday" => "eile",
31b7f2792   Kload   Upgrade to ownclo...
41
  "_%n day ago_::_%n days ago_" => array("%n päev tagasi","%n päeva tagasi"),
03e52840d   Kload   Init
42
  "last month" => "viimasel kuul",
31b7f2792   Kload   Upgrade to ownclo...
43
  "_%n month ago_::_%n months ago_" => array("%n kuu tagasi","%n kuud tagasi"),
03e52840d   Kload   Init
44
45
46
47
  "months ago" => "kuu tagasi",
  "last year" => "viimasel aastal",
  "years ago" => "aastat tagasi",
  "Choose" => "Vali",
31b7f2792   Kload   Upgrade to ownclo...
48
  "Error loading file picker template: {error}" => "Viga failivalija malli laadimisel:  {error}",
03e52840d   Kload   Init
49
  "Yes" => "Jah",
31b7f2792   Kload   Upgrade to ownclo...
50
  "No" => "Ei",
03e52840d   Kload   Init
51
  "Ok" => "Ok",
31b7f2792   Kload   Upgrade to ownclo...
52
53
54
55
56
57
58
59
60
61
62
  "Error loading message template: {error}" => "Viga sõnumi malli laadimisel: {error}",
  "_{count} file conflict_::_{count} file conflicts_" => array("{count} failikonflikt","{count} failikonflikti"),
  "One file conflict" => "Üks failikonflikt",
  "Which files do you want to keep?" => "Milliseid faile sa soovid alles hoida?",
  "If you select both versions, the copied file will have a number added to its name." => "Kui valid mõlemad versioonid, siis lisatakse kopeeritud faili nimele number.",
  "Cancel" => "Loobu",
  "Continue" => "Jätka",
  "(all selected)" => "(kõik valitud)",
  "({count} selected)" => "({count} valitud)",
  "Error loading file exists template" => "Viga faili olemasolu malli laadimisel",
  "Shared" => "Jagatud",
03e52840d   Kload   Init
63
  "Share" => "Jaga",
31b7f2792   Kload   Upgrade to ownclo...
64
  "Error" => "Viga",
03e52840d   Kload   Init
65
66
67
  "Error while sharing" => "Viga jagamisel",
  "Error while unsharing" => "Viga jagamise lõpetamisel",
  "Error while changing permissions" => "Viga õiguste muutmisel",
31b7f2792   Kload   Upgrade to ownclo...
68
  "Shared with you and the group {group} by {owner}" => "Jagatud sinu ja {group} grupiga {owner} poolt",
03e52840d   Kload   Init
69
  "Shared with you by {owner}" => "Sinuga jagas {owner}",
31b7f2792   Kload   Upgrade to ownclo...
70
71
  "Share with user or group …" => "Jaga kasutaja või grupiga ...",
  "Share link" => "Jaga linki",
03e52840d   Kload   Init
72
73
  "Password protect" => "Parooliga kaitstud",
  "Password" => "Parool",
31b7f2792   Kload   Upgrade to ownclo...
74
75
76
  "Allow Public Upload" => "Luba avalik üleslaadimine",
  "Email link to person" => "Saada link isikule e-postiga",
  "Send" => "Saada",
03e52840d   Kload   Init
77
78
79
80
  "Set expiration date" => "Määra aegumise kuupäev",
  "Expiration date" => "Aegumise kuupäev",
  "Share via email:" => "Jaga e-postiga:",
  "No people found" => "Ühtegi inimest ei leitud",
31b7f2792   Kload   Upgrade to ownclo...
81
  "group" => "grupp",
03e52840d   Kload   Init
82
  "Resharing is not allowed" => "Edasijagamine pole lubatud",
31b7f2792   Kload   Upgrade to ownclo...
83
  "Shared in {item} with {user}" => "Jagatud {item} kasutajaga {user}",
03e52840d   Kload   Init
84
  "Unshare" => "Lõpeta jagamine",
31b7f2792   Kload   Upgrade to ownclo...
85
  "notify by email" => "teavita e-postiga",
03e52840d   Kload   Init
86
87
88
89
90
91
92
93
94
  "can edit" => "saab muuta",
  "access control" => "ligipääsukontroll",
  "create" => "loo",
  "update" => "uuenda",
  "delete" => "kustuta",
  "share" => "jaga",
  "Password protected" => "Parooliga kaitstud",
  "Error unsetting expiration date" => "Viga aegumise kuupäeva eemaldamisel",
  "Error setting expiration date" => "Viga aegumise kuupäeva määramisel",
31b7f2792   Kload   Upgrade to ownclo...
95
96
97
98
99
100
101
102
103
104
  "Sending ..." => "Saatmine ...",
  "Email sent" => "E-kiri on saadetud",
  "Warning" => "Hoiatus",
  "The object type is not specified." => "Objekti tüüp pole määratletud.",
  "Enter new" => "Sisesta uus",
  "Delete" => "Kustuta",
  "Add" => "Lisa",
  "Edit tags" => "Muuda silte",
  "Error loading dialog template: {error}" => "Viga dialoogi malli laadimisel: {error}",
  "No tags selected for deletion." => "Kustutamiseks pole ühtegi silti valitud.",
31b7f2792   Kload   Upgrade to ownclo...
105
106
107
  "The update was unsuccessful. Please report this issue to the <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud community</a>." => "Uuendus ebaõnnestus. Palun teavita probleemidest  <a href=\"https://github.com/owncloud/core/issues\" target=\"_blank\">ownCloud kogukonda</a>.",
  "The update was successful. Redirecting you to ownCloud now." => "Uuendus oli edukas. Kohe suunatakse Sind ownCloudi.",
  "%s password reset" => "%s parooli lähtestus",
03e52840d   Kload   Init
108
  "Use the following link to reset your password: {link}" => "Kasuta järgnevat linki oma parooli taastamiseks: {link}",
31b7f2792   Kload   Upgrade to ownclo...
109
110
  "The link to reset your password has been sent to your email.<br>If you do not receive it within a reasonable amount of time, check your spam/junk folders.<br>If it is not there ask your local administrator ." => "Link parooli vahetuseks on saadetud Sinu e-posti aadressile.<br>Kui kiri pole saabunud mõistliku aja jooksul, siis kontrolli oma spam-/rämpskirjade katalooge.<br>Kui kirja pole ka seal, siis küsi abi süsteemihaldurilt.",
  "Request failed!<br>Did you make sure your email/username was right?" => "Päring ebaõnnestus!<br>Oled sa veendunud, et e-post/kasutajanimi on õiged?",
03e52840d   Kload   Init
111
  "You will receive a link to reset your password via Email." => "Sinu parooli taastamise link saadetakse sulle e-postile.",
03e52840d   Kload   Init
112
  "Username" => "Kasutajanimi",
31b7f2792   Kload   Upgrade to ownclo...
113
114
115
  "Your files are encrypted. If you haven't enabled the recovery key, there will be no way to get your data back after your password is reset. If you are not sure what to do, please contact your administrator before you continue. Do you really want to continue?" => "Sinu failid on krüpteeritud. Kui sa pole taastamise võtit veel määranud, siis pole präast parooli taastamist mingit võimalust sinu andmeid tagasi saada. Kui sa pole kindel, mida teha, siis palun väta enne jätkamist ühendust oma administaatoriga. Oled sa kindel, et sa soovid jätkata?",
  "Yes, I really want to reset my password now" => "Jah, ma tõesti soovin oma parooli praegu taastada",
  "Reset" => "Algseaded",
03e52840d   Kload   Init
116
117
118
119
  "Your password was reset" => "Sinu parool on taastatud",
  "To login page" => "Sisselogimise lehele",
  "New password" => "Uus parool",
  "Reset password" => "Nulli parool",
31b7f2792   Kload   Upgrade to ownclo...
120
  "Personal" => "Isiklik",
03e52840d   Kload   Init
121
  "Users" => "Kasutajad",
31b7f2792   Kload   Upgrade to ownclo...
122
  "Apps" => "Rakendused",
03e52840d   Kload   Init
123
124
  "Admin" => "Admin",
  "Help" => "Abiinfo",
31b7f2792   Kload   Upgrade to ownclo...
125
126
127
128
129
130
131
  "Error loading tags" => "Viga siltide laadimisel",
  "Tag already exists" => "Silt on juba olemas",
  "Error deleting tag(s)" => "Viga sildi (siltide) kustutamisel",
  "Error tagging" => "Viga sildi lisamisel",
  "Error untagging" => "Viga sildi eemaldamisel",
  "Error favoriting" => "Viga lemmikuks lisamisel",
  "Error unfavoriting" => "Viga lemmikutest eemaldamisel",
03e52840d   Kload   Init
132
133
  "Access forbidden" => "Ligipääs on keelatud",
  "Cloud not found" => "Pilve ei leitud",
31b7f2792   Kload   Upgrade to ownclo...
134
135
136
137
138
139
140
141
142
143
144
145
146
  "Hey there,
  
  just letting you know that %s shared %s with you.
  View it: %s
  
  " => "Hei,
  
  lihtsalt annan sulle teada, et %s jagas sulle välja %s.
  Vaata seda: %s
  
  ",
  "The share will expire on %s." => "Jagamine aegub %s.",
  "Cheers!" => "Terekest!",
03e52840d   Kload   Init
147
  "Security Warning" => "Turvahoiatus",
31b7f2792   Kload   Upgrade to ownclo...
148
149
150
151
152
153
  "Your PHP version is vulnerable to the NULL Byte attack (CVE-2006-7243)" => "Sinu PHP versioon on haavatav NULL Baidi (CVE-2006-7243) rünnakuga.",
  "Please update your PHP installation to use %s securely." => "Palun uuenda oma paigaldatud PHP-d tagamaks %s turvalisus.",
  "No secure random number generator is available, please enable the PHP OpenSSL extension." => "Turvalist juhuslike numbrite generaatorit pole saadaval. Palun luba PHP-s OpenSSL laiendus.",
  "Without a secure random number generator an attacker may be able to predict password reset tokens and take over your account." => "Ilma turvalise juhuslike numbrite generaatorita võib ründaja ennustada paroolivahetuse võtme ning hõivata su konto.",
  "Your data directory and files are probably accessible from the internet because the .htaccess file does not work." => "Su andmete kataloog ja failid on tõenäoliselt internetist vabalt saadaval kuna .htaccess fail ei toimi.",
  "For information how to properly configure your server, please see the <a href=\"%s\" target=\"_blank\">documentation</a>." => "Serveri korrektseks seadistuseks palun tutvu <a href=\"%s\" target=\"_blank\">dokumentatsiooniga</a>.",
03e52840d   Kload   Init
154
  "Create an <strong>admin account</strong>" => "Loo <strong>admini konto</strong>",
31b7f2792   Kload   Upgrade to ownclo...
155
  "Advanced" => "Täpsem",
03e52840d   Kload   Init
156
157
158
159
160
161
162
163
164
  "Data folder" => "Andmete kaust",
  "Configure the database" => "Seadista andmebaasi",
  "will be used" => "kasutatakse",
  "Database user" => "Andmebaasi kasutaja",
  "Database password" => "Andmebaasi parool",
  "Database name" => "Andmebasi nimi",
  "Database tablespace" => "Andmebaasi tabeliruum",
  "Database host" => "Andmebaasi host",
  "Finish setup" => "Lõpeta seadistamine",
31b7f2792   Kload   Upgrade to ownclo...
165
166
  "Finishing …" => "Lõpetamine ...",
  "%s is available. Get more information on how to update." => "%s on saadaval. Vaata lähemalt kuidas uuendada.",
03e52840d   Kload   Init
167
168
  "Log out" => "Logi välja",
  "Automatic logon rejected!" => "Automaatne sisselogimine lükati tagasi!",
31b7f2792   Kload   Upgrade to ownclo...
169
  "If you did not change your password recently, your account may be compromised!" => "Kui sa ei muutnud oma parooli hiljuti, siis võib su kasutajakonto olla ohustatud!",
03e52840d   Kload   Init
170
  "Please change your password to secure your account again." => "Palun muuda parooli, et oma kasutajakonto uuesti turvata.",
31b7f2792   Kload   Upgrade to ownclo...
171
172
  "Server side authentication failed!" => "Serveripoolne autentimine ebaõnnestus!",
  "Please contact your administrator." => "Palun kontakteeru oma süsteemihalduriga.",
03e52840d   Kload   Init
173
174
175
  "Lost your password?" => "Kaotasid oma parooli?",
  "remember" => "pea meeles",
  "Log in" => "Logi sisse",
31b7f2792   Kload   Upgrade to ownclo...
176
177
  "Alternative Logins" => "Alternatiivsed sisselogimisviisid",
  "Hey there,<br><br>just letting you know that %s shared »%s« with you.<br><a href=\"%s\">View it!</a><br><br>" => "Hei,<br><br>lihtsalt annan sulle teada, et %s jagas sulle välja »%s«.<br><a href=\"%s\">Vaata seda!</a><br><br>",
31b7f2792   Kload   Upgrade to ownclo...
178
179
180
181
182
  "Contact your system administrator if this message persists or appeared unexpectedly." => "Kontakteeru oma süsteemihalduriga, kui see teade püsib või on tekkinud ootamatult.",
  "Thank you for your patience." => "Täname kannatlikkuse eest.",
  "Updating ownCloud to version %s, this may take a while." => "ownCloudi uuendamine versioonile %s. See võib veidi aega võtta.",
  "This ownCloud instance is currently being updated, which may take a while." => "Seda ownCloud instantsi hetkel uuendatakse, võib võtta veidi aega.",
  "Please reload this page after a short time to continue using ownCloud." => "Palun laadi see leht uuesti veidi aja pärast jätkamaks ownCloud kasutamist."
03e52840d   Kload   Init
183
  );
31b7f2792   Kload   Upgrade to ownclo...
184
  $PLURAL_FORMS = "nplurals=2; plural=(n != 1);";