~ubuntu-branches/ubuntu/oneiric/language-pack-kde-et-base/oneiric

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# translation of validatorsplugin.po to Estonian
# Copyright (C) 2003 Free Software Foundation, Inc.
# Marek Laane <bald@starman.ee>, 2003,2007-2009.
#
msgid ""
msgstr ""
"Project-Id-Version: validatorsplugin\n"
"Report-Msgid-Bugs-To: http://bugs.kde.org\n"
"POT-Creation-Date: 2009-12-26 02:19+0000\n"
"PO-Revision-Date: 2009-07-10 17:25+0000\n"
"Last-Translator: Marek Laane <Unknown>\n"
"Language-Team: Estonian <kde-et@linux.ee>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=n != 1;\n"
"X-Launchpad-Export-Date: 2010-02-07 01:41+0000\n"
"X-Generator: Launchpad (build Unknown)\n"

#: plugin_validators.cpp:60
msgid "Validate Web Page"
msgstr "Veebilehe süntaksi kontrollimine"

#: plugin_validators.cpp:131
msgid "&Validate Web Page"
msgstr "&Veebilehe süntaksi kontrollimine"

#: plugin_validators.cpp:137
msgid "Validate HTML (by URI)"
msgstr "HTML süntaksi kontrollimine (URI järgi)"

#: plugin_validators.cpp:141
msgid "Validate HTML (by Upload)"
msgstr "HTML süntaksi kontrollimine (üleslaadimise järgi)"

#: plugin_validators.cpp:145
msgid "Validate CSS (by URI)"
msgstr "CSS süntaksi kontrollimine (URI järgi)"

#: plugin_validators.cpp:149
msgid "Validate CSS (by Upload)"
msgstr "CSS süntaksi kontrollimine (üleslaadimise järgi)"

#: plugin_validators.cpp:154
msgid "Validate &Links"
msgstr "&Linkide kontrollimine"

#: plugin_validators.cpp:160
msgid "Validate Page"
msgstr "Veebilehe süntaksi kontrollimine"

#: plugin_validators.cpp:164
msgid "View Validator Report"
msgstr "Kontrollimise aruande vaatamine"

#: plugin_validators.cpp:172
msgid "C&onfigure Validator..."
msgstr "Kontrolli&ja seadistamine..."

#: plugin_validators.cpp:318 validatorsdialog.cpp:49
msgid "Remote Validation"
msgstr "Võrgus kontrollimine"

#: plugin_validators.cpp:325
msgid "Local Validation"
msgstr "Kohalik kontrollimine"

#: plugin_validators.cpp:364 plugin_validators.cpp:385
#: plugin_validators.cpp:391 plugin_validators.cpp:402
#: plugin_validators.cpp:410
#, kde-format
msgid "1 error"
msgid_plural "%1 errors"
msgstr[0] "1 viga"
msgstr[1] "%1 viga"

#: plugin_validators.cpp:365 plugin_validators.cpp:386
#: plugin_validators.cpp:392 plugin_validators.cpp:403
#: plugin_validators.cpp:411
#, kde-format
msgid "1 warning"
msgid_plural "%1 warnings"
msgstr[0] "1 hoiatus"
msgstr[1] "%1 hoiatust"

#: plugin_validators.cpp:366 plugin_validators.cpp:387
#: plugin_validators.cpp:404
#, kde-format
msgid "1 accessibility warning"
msgid_plural "%1 accessibility warnings"
msgstr[0] "1 hõlbustushoiatus"
msgstr[1] "%1 hõlbustushoiatust"

#: plugin_validators.cpp:368
#, kde-format
msgctxt "%1 is the error count string, %2 the warning count string"
msgid "%1, %2"
msgstr "%1, %2"

#: plugin_validators.cpp:370
msgid "HTML tidy results:"
msgstr "HTML tidy tulemused:"

#: plugin_validators.cpp:384
#, kde-format
msgctxt ""
"%1 is the error count string, %2 the warning count string, %3 the "
"accessibility warning string"
msgid "Page: %1, %2, %3"
msgstr "Lehekülg: %1, %2, %3"

#: plugin_validators.cpp:390
#, kde-format
msgctxt "%1 is the error count string, %2 the warning count string"
msgid "Page: %1, %2"
msgstr "Lehekülg: %1, %2"

#: plugin_validators.cpp:400
#, kde-format
msgctxt ""
"%1 is the HTML frame name, %2 is the error count string, %3 the warning "
"count string, %4 the accessibility warning string"
msgid "Frame '%1': %2, %3, %4"
msgstr "Paneel '%1': %2, %3, %4"

#: plugin_validators.cpp:408
#, kde-format
msgctxt ""
"%1 is the HTML frame name, %2 is the error count string, %3 the warning "
"count string"
msgid "Frame '%1': %2, %3"
msgstr "Paneel '%1': %2, %3"

#: plugin_validators.cpp:461
#, kde-format
msgid ""
"<qt>The selected URL cannot be verified because it contains a password. "
"Sending this URL to <b>%1</b> would put the security of <b>%2</b> at "
"risk.</qt>"
msgstr ""
"<qt>Valitud URL-i ei saa kontrollida, sest see sisaldab parooli. Selle URL-i "
"saatmine <b>%1</b> tekitaks ohtu <b>%2</b> turvalisusele.</qt>"

#: plugin_validators.cpp:534
msgid "Cannot Validate Source"
msgstr "Lähteteksti süntaksit pole võimalik kontrollida"

#: plugin_validators.cpp:535
msgid "You cannot validate anything except web pages with this plugin."
msgstr ""
"Selle pluginaga on võimalik kontrollida ainult veebilehtede süntaksit."

#: plugin_validators.cpp:546
msgid "Malformed URL"
msgstr "Vigane URL"

#: plugin_validators.cpp:547
msgid "The URL you entered is not valid, please correct it and try again."
msgstr "Sisestatud URL on vigane. Palun kontrolli seda ja proovi uuesti."

#: plugin_validators.cpp:573
msgid "Validation"
msgstr "Kontrollimine"

#. i18n: file: internalvalidator.ui:18
#. i18n: ectx: property (text), widget (QLabel, label)
#: rc.cpp:3
msgid "Accessibility validation level:"
msgstr "Hõlbustuse kontrollimise tase:"

#. i18n: file: internalvalidator.ui:26
#. i18n: ectx: property (text), item, widget (KComboBox, accessibilityLevel)
#: rc.cpp:6
msgid "0 (No check)"
msgstr "0 (kontroll puudub)"

#. i18n: file: internalvalidator.ui:31
#. i18n: ectx: property (text), item, widget (KComboBox, accessibilityLevel)
#: rc.cpp:9
msgid "1"
msgstr "1"

#. i18n: file: internalvalidator.ui:36
#. i18n: ectx: property (text), item, widget (KComboBox, accessibilityLevel)
#: rc.cpp:12
msgid "2"
msgstr "2"

#. i18n: file: internalvalidator.ui:41
#. i18n: ectx: property (text), item, widget (KComboBox, accessibilityLevel)
#: rc.cpp:15
msgid "3"
msgstr "3"

#. i18n: file: internalvalidator.ui:49
#. i18n: ectx: property (whatsThis), widget (QCheckBox, runAfterLoading)
#: rc.cpp:18
msgid ""
"If this option is enabled, the internal HTML validator is executed after a "
"webpage has been loaded."
msgstr ""
"Sisselülitamise korral käivitatakse sisemine HTML süntaksi kontrollija "
"pärast veebilehe laadimist."

#. i18n: file: internalvalidator.ui:52
#. i18n: ectx: property (text), widget (QCheckBox, runAfterLoading)
#: rc.cpp:21
msgid "Run after loading"
msgstr "Käivitamine pärast laadimist"

#. i18n: file: plugin_validators.rc:4
#. i18n: ectx: Menu (tools)
#: rc.cpp:24
msgid "&Tools"
msgstr "&Tööriistad"

#. i18n: file: plugin_validators.rc:8
#. i18n: ectx: ToolBar (extraToolBar)
#: rc.cpp:27
msgid "Extra Toolbar"
msgstr "Ekstratööriistariba"

#. i18n: file: remotevalidators.ui:16
#. i18n: ectx: property (title), widget (QGroupBox, groupBox)
#: rc.cpp:30
msgid "HTML/XML Validator"
msgstr "HTML/XML süntaksi kontrollija"

#. i18n: file: remotevalidators.ui:22
#. i18n: ectx: property (text), widget (QLabel, label)
#. i18n: file: remotevalidators.ui:71
#. i18n: ectx: property (text), widget (QLabel, label_3)
#. i18n: file: remotevalidators.ui:120
#. i18n: ectx: property (text), widget (QLabel, label_5)
#: rc.cpp:33 rc.cpp:42 rc.cpp:51
msgid "URL:"
msgstr "URL:"

#. i18n: file: remotevalidators.ui:42
#. i18n: ectx: property (text), widget (QLabel, label_2)
#. i18n: file: remotevalidators.ui:91
#. i18n: ectx: property (text), widget (QLabel, label_4)
#: rc.cpp:36 rc.cpp:45
msgid "Upload:"
msgstr "Saatmine:"

#. i18n: file: remotevalidators.ui:65
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_2)
#: rc.cpp:39
msgid "CSS Validator"
msgstr "CSS süntaksi kontrollija"

#. i18n: file: remotevalidators.ui:114
#. i18n: ectx: property (title), widget (QGroupBox, groupBox_3)
#: rc.cpp:48
msgid "Link Validator"
msgstr "Viitade kontrollija"

#. i18n: file: reportwidget.ui:34
#. i18n: ectx: property (text), widget (QTreeWidget, reportsView)
#: rc.cpp:54
msgid "Frame"
msgstr "Paneel"

#. i18n: file: reportwidget.ui:39
#. i18n: ectx: property (text), widget (QTreeWidget, reportsView)
#: rc.cpp:57
msgid "Row"
msgstr "Rida"

#. i18n: file: reportwidget.ui:44
#. i18n: ectx: property (text), widget (QTreeWidget, reportsView)
#: rc.cpp:60
msgid "Column"
msgstr "Veerg"

#. i18n: file: reportwidget.ui:49
#. i18n: ectx: property (text), widget (QTreeWidget, reportsView)
#: rc.cpp:63
msgid "Message"
msgstr "Teade"

#: rc.cpp:64
msgctxt "NAME OF TRANSLATORS"
msgid "Your names"
msgstr ""
"Marek Laane, ,Launchpad Contributions:,Arne Goetje,Marek Laane,Marek Laane"

#: rc.cpp:65
msgctxt "EMAIL OF TRANSLATORS"
msgid "Your emails"
msgstr "bald@starman.ee,,,arne.goetje@canonical.com,,"

#: reportdialog.cpp:63
msgid "Validation Report"
msgstr "Kontrollimise aruanne"

#: reportdialog.cpp:77
msgctxt "Validation status"
msgid "Error"
msgstr "Viga"

#: reportdialog.cpp:85
msgctxt "Validation status"
msgid "Warning"
msgstr "Hoiatus"

#: reportdialog.cpp:93
msgctxt "Validation status"
msgid "Accessibility warning"
msgstr "Hõlbustushoiatus"

#: validatorsdialog.cpp:35
msgid "Configure Validator Plugin"
msgstr "Kontrollija seadistamine"

#: validatorsdialog.cpp:42
msgid "Internal Validation"
msgstr "Sisemine kontrollimine"