Added 2 labels for timesheets in translation files.
[timetracker.git] / WEB-INF / resources / et.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 // Note to translators: Use proper capitalization rules for your language.
33
34 $i18n_language = 'Estonian (Eesti)';
35 $i18n_months = array('Jaanuar', 'Veebruar', 'Märts', 'Aprill', 'Mai', 'Juuni', 'Juuli', 'August', 'September', 'Oktoober', 'November', 'Detsember');
36 $i18n_weekdays = array('Pühapäev', 'Esmaspäev', 'Teisipäev', 'Kolmapäev', 'Neljapäev', 'Reede', 'Laupäev');
37 $i18n_weekdays_short = array('P', 'E', 'T', 'K', 'N', 'R', 'L');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '02/24', '04/19', '04/21', '05/01', '06/09', '06/23', '06/24', '08/20', '12/24', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'Sisene',
46 'menu.logout' => 'Välju',
47 'menu.forum' => 'Foorum',
48 'menu.help' => 'Abiinfo',
49 'menu.create_group' => 'Loo grupp',
50 'menu.profile' => 'Profiil',
51 'menu.group' => 'Grupp',
52 'menu.plugins' => 'Lisad',
53 'menu.time' => 'Ajaarvestus',
54 'menu.expenses' => 'Kulud',
55 'menu.reports' => 'Raportid',
56 // TODO: translate the following.
57 // 'menu.timesheets' => 'Timesheets',
58 'menu.charts' => 'Diagrammid',
59 'menu.projects' => 'Projektid',
60 'menu.tasks' => 'Tööülesanded',
61 'menu.users' => 'Kasutajad',
62 'menu.groups' => 'Grupid',
63 'menu.subgroups' => 'Alamgrupid',
64 'menu.export' => 'Eksport', // TODO: is this a correct term as an opposite of "Import"?
65 'menu.clients' => 'Kliendid',
66 'menu.options' => 'Suvandid',
67
68 // Footer - strings on the bottom of most pages.
69 'footer.contribute_msg' => 'Sul on võimalik mitmeti panustada Time Tracker\\\'i arendamisse.',
70 'footer.credits' => 'Tunnustused',
71 'footer.license' => 'Litsents',
72 'footer.improve' => 'Panusta',
73
74 // Error messages.
75 'error.access_denied' => 'Puudub ligipääs.',
76 'error.sys' => 'Rakenduse viga.',
77 'error.db' => 'Andmebaasi viga.',
78 'error.feature_disabled' => 'Rakenduse funktsionaalsus on välja lülitatud.',
79 'error.field' => 'Välja "{0}" andmed ei vasta nõutele.',
80 'error.empty' => 'Väli "{0}" on tühi.',
81 'error.not_equal' => 'Väli "{0}" ei ole väljaga "{1}" võrdne.',
82 'error.interval' => 'Välja "{0}" väärtus peab olema suurem kui välja "{1}" väärtus.',
83 'error.project' => 'Vali projekt.',
84 'error.task' => 'Vali tööülesanne.',
85 'error.client' => 'Vali klient.',
86 'error.report' => 'Vali raport.',
87 'error.record' => 'Vali kirje.',
88 'error.auth' => 'Autentimine ebaõnnestus.',
89 'error.user_exists' => 'Selle nimega kasutaja on juba kasutusel.',
90 'error.object_exists' => 'Sellise nimega objekt on juba olemas.',
91 'error.invoice_exists' => 'Arve number on juba kasutusel.',
92
93 // TODO: Improve translation of error.role_exists.
94 // 'error.role_exists' => 'Role with this rank already exists.',
95 // It is displayed when user tries to add a role with an already existing RANK.
96 // There is no indication of RANK collision in this translation.
97 // 'error.role_exists' => 'Kasutaja roll on juba kasutusel.',
98
99 // TODO: Improve translation of error.no_invoiceable_items.
100 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
101 // This error shows up when user tries to ctreate a new invoice,
102 // but there are no billable records such time or expenses to include.
103 // Google auto-translates below as "No billable invoices found." which seems wrong.
104 // 'error.no_invoiceable_items' => 'Arveldatavaid arveid ei leitud.',
105
106 'error.no_login' => 'Sellise tunnusega kasutajat ei ole.',
107
108 // TODO: Improve translation of error.no_groups. Replace meeskond with grupp?
109 // Why? Before supporting subgroups, Time Tracker organized users in "teams".
110 // Now we have "groups" with "subgroups", renamed from original "team".
111 // Meeskond below is a glimpse from earlier versions, before renaming occurred.
112 'error.no_groups' => 'Sinu andmebaas on tühi. Logi administraatorina sisse ja loo uus meeskond.',
113
114 'error.upload' => 'Viga faili vastuvõtmisel.',
115 'error.range_locked' => 'Kuupäevavahemik on lukus.',
116 'error.mail_send' => 'E-posti saatmisel tekkis viga. Vea tuvastamiseks kasuta MAIL_SMTP_DEBUG muutujat.',
117 'error.no_email' => 'Kasutajaga pole ühtegi e-posti seotud.',
118 'error.uncompleted_exists' => 'Leiti varasemalt lõpetamata kirje. Sulge või kustuta see.',
119 'error.goto_uncompleted' => 'Ava lõpetamata kirje.',
120 'error.overlap' => 'Ajavahemik kattub varasema kirjega.',
121 'error.future_date' => 'Kuupäev on tulevikus.',
122 'error.xml' => 'Viga XML failis, real %d: %s.',
123 'error.cannot_import' => 'Ebaõnnestunud import: %s.',
124 'error.format' => 'Faili formaat on vale.',
125 'error.user_count' => 'Kasutajate arvu piirang.',
126 'error.expired' => 'Kehtivusaeg on lõppenud.',
127
128 // Warning messages.
129 'warn.sure' => 'Oled kindel?',
130 'warn.confirm_save' => 'Kuupäeva on muudetud. Muudatuse kinnitamisel ei varundata esialgset kirjet, vaid muudetakse seda. Kinnitad muudatuse?',
131
132 // Success messages.
133 'msg.success' => 'Tegevus oli edukas.',
134
135 // Labels for buttons.
136 'button.login' => 'Sisene',
137 'button.now' => 'Nüüd',
138 'button.save' => 'Salvesta',
139 'button.copy' => 'Kopeeri',
140 'button.cancel' => 'Tühista',
141 'button.submit' => 'Postita',
142 'button.add' => 'Lisa',
143 'button.delete' => 'Kustuta',
144 'button.generate' => 'Loo',
145 'button.reset_password' => 'Lähtesta salasõna',
146 'button.send' => 'Saada',
147 'button.send_by_email' => 'Saada e-postiga',
148 'button.create_group' => 'Loo grupp',
149 'button.export' => 'Ekspordi grupp',
150 'button.import' => 'Impordi grupp',
151 'button.close' => 'Sulge',
152 'button.stop' => 'Stopp',
153
154 // Labels for controls on forms. Labels in this section are used on multiple forms.
155 'label.group_name' => 'Grupi nimi',
156 'label.address' => 'Aadress',
157 'label.currency' => 'Valuuta',
158 'label.manager_name' => 'Halduri nimi',
159 'label.manager_login' => 'Halduri kasutajanimi',
160 'label.person_name' => 'Nimi',
161 'label.thing_name' => 'Nimi',
162 'label.login' => 'Kasutajanimi',
163 'label.password' => 'Salasõna',
164 'label.confirm_password' => 'Kinnita salasõna',
165 'label.email' => 'E-post',
166 'label.cc' => 'Cc',
167 'label.bcc' => 'Bcc',
168 'label.subject' => 'Teema',
169 'label.date' => 'Kuupäev',
170 'label.start_date' => 'Algus kuupäev',
171 'label.end_date' => 'Lõpu kuupäev',
172 'label.user' => 'Kasutaja',
173 'label.users' => 'Kasutajad',
174 'label.group' => 'Grupp',
175 'label.subgroups' => 'Alamgrupid',
176 'label.roles' => 'Rollid',
177 'label.client' => 'Klient',
178 'label.clients' => 'Kliendid',
179 'label.option' => 'Valik',
180 'label.invoice' => 'Arve',
181 'label.project' => 'Projekt',
182 'label.projects' => 'Projektid',
183 'label.task' => 'Tööülesanne',
184 'label.tasks' => 'Tööülesanded',
185 'label.description' => 'Kirjeldus',
186 'label.start' => 'Algus',
187 'label.finish' => 'Lõpp',
188 'label.duration' => 'Kestus',
189 'label.note' => 'Märkus',
190 'label.notes' => 'Märkused',
191 'label.item' => 'Ese',
192 'label.cost' => 'Hind',
193 'label.ip' => 'IP',
194 'label.day_total' => 'Päeva summa',
195 'label.week_total' => 'Nädala summa',
196 'label.month_total' => 'Kuu summa',
197 'label.today' => 'Täna',
198 'label.view' => 'Vaata',
199 'label.edit' => 'Muuda',
200 'label.delete' => 'Kustuta',
201 'label.configure' => 'Seadista',
202 'label.select_all' => 'Vali kõik',
203 'label.select_none' => 'Märgi kõik mittevalituks',
204 'label.day_view' => 'Päeva vaade',
205 'label.week_view' => 'Nädala vaade',
206 'label.id' => 'ID',
207 'label.language' => 'Keel',
208 'label.decimal_mark' => 'Koma märk',
209 'label.date_format' => 'Kuupäeva formaat',
210 'label.time_format' => 'Kella formaat',
211 'label.week_start' => 'Nädala alguspäev',
212 'label.comment' => 'Kommentaar',
213 'label.status' => 'Seisund',
214 'label.tax' => 'Maksud',
215 'label.subtotal' => 'Vahesumma',
216 'label.total' => 'Kokku',
217 'label.client_name' => 'Kliendi nimi',
218 'label.client_address' => 'Kliendi aadress',
219 'label.or' => 'või',
220 'label.error' => 'Viga',
221 'label.ldap_hint' => 'Kasuta allolevas tabelis oma Windows\\\'i kasutajatunnuseid.',
222 'label.required_fields' => '* nõutud väljad',
223 // TODO: Translate label.on_behalf, perhaps trying as "instead of".
224 // 'label.on_behalf' => 'on behalf of',
225 'label.role_manager' => '(haldur)',
226 'label.role_comanager' => '(kaashaldur)',
227 'label.role_admin' => '(administraator)',
228 'label.page' => 'Lehekülg',
229 'label.condition' => 'Tingimus',
230 'label.yes' => 'jah',
231 'label.no' => 'ei',
232 // Labels for plugins (extensions to Time Tracker that provide additional features).
233 'label.custom_fields' => 'Eriväljad',
234 'label.monthly_quotas' => 'Kuu kvoot',
235 'label.type' => 'Tüüp',
236 'label.type_dropdown' => 'rippmenüü',
237 'label.type_text' => 'tekst',
238 'label.required' => 'Kohustuslik',
239 'label.fav_report' => 'Lemmikraport',
240 'label.schedule' => 'Ajakava',
241 'label.what_is_it' => 'Mis see on?',
242 'label.expense' => 'Kulu',
243 'label.quantity' => 'Kogus',
244 'label.paid_status' => 'Makse olek',
245 'label.paid' => 'Makstud',
246 'label.mark_paid' => 'Märgi makstuks',
247 'label.week_note' => 'Nädala märge',
248 'label.week_list' => 'Nädala nimekiri',
249 'label.work_units' => 'Töö ühikud',
250 'label.work_units_short' => 'Ühikud',
251 'label.totals_only' => 'Ainult summad',
252 'label.quota' => 'Kvoot',
253 // TODO: translate the following.
254 // 'label.submitted' => 'Submitted',
255 // 'label.approved' => 'Approved',
256
257 // Form titles.
258 // TODO: Improve titles for consistency, so that each title explains correctly what each
259 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
260 // Compare with English file to see how it is done there and do Estonian titles similarly.
261 // Specifically: lisamine vs lisa, etc.
262 'title.error' => 'Viga',
263 'title.success' => 'Õnnestumine',
264 'title.login' => 'Sisene',
265 'title.groups' => 'Grupid',
266 'title.subgroups' => 'Alamgrupid',
267 'title.add_group' => 'Lisa grupp',
268 'title.edit_group' => 'Muuda gruppi',
269 'title.delete_group' => 'Kustuta grupp',
270 'title.reset_password' => 'Tühjenda salasõna',
271 'title.change_password' => 'Muuda salasõna',
272 'title.time' => 'Ajaarvestus',
273 'title.edit_time_record' => 'Ajakande muutmine',
274 'title.delete_time_record' => 'Ajakande kustutamine',
275 'title.expenses' => 'Kulud',
276 'title.edit_expense' => 'Kulukirje muutmine',
277 'title.delete_expense' => 'Kulukirje kustutamine',
278 'title.predefined_expenses' => 'Eelmääratud kulukirje',
279 'title.add_predefined_expense' => 'Lisa eelmääratud kulukirje',
280 'title.edit_predefined_expense' => 'Muuda eelmääratut kulukirjet',
281 'title.delete_predefined_expense' => 'Kustuta eelmääratud kulukirje',
282 'title.reports' => 'Raportid',
283 'title.report' => 'Raport',
284 'title.send_report' => 'Saadan raportit',
285 // TODO: Translate the following.
286 // 'title.timesheets' => 'Timesheets',
287 // 'title.timesheet' => 'Timesheet',
288 'title.invoice' => 'Arve',
289 'title.send_invoice' => 'Saada arve',
290 'title.charts' => 'Diagrammid',
291 'title.projects' => 'Projektid',
292 'title.add_project' => 'Projekti lisamine',
293 'title.edit_project' => 'Projekti muutmine',
294 'title.delete_project' => 'Projekti kustutamine',
295 'title.tasks' => 'Tööülesanded',
296 'title.add_task' => 'Lisa tööülesanne',
297 'title.edit_task' => 'Muuda tööülesannet',
298 'title.delete_task' => 'Kustuta tööülesanne',
299 'title.users' => 'Kasutajad',
300 'title.add_user' => 'Kasutaja lisamine',
301 'title.edit_user' => 'Kasutaja muutmine',
302 'title.delete_user' => 'Kasutaja kustutamine',
303 'title.roles' => 'Rollid',
304 'title.add_role' => 'Rolli lisamine',
305 'title.edit_role' => 'Rolli muutmine',
306 'title.delete_role' => 'Rolli kustutamine',
307 'title.clients' => 'Kliendid',
308 'title.add_client' => 'Lisa klient',
309 'title.edit_client' => 'Muuda klienti',
310 'title.delete_client' => 'Kustuta klient',
311 'title.invoices' => 'Arved',
312 'title.add_invoice' => 'Arve lisamine',
313 'title.view_invoice' => 'Arve vaatamine',
314 'title.delete_invoice' => 'Arve kustutamine',
315 'title.notifications' => 'Teated',
316 'title.add_notification' => 'Teate lisamine',
317 'title.edit_notification' => 'Teate muutmine',
318 'title.delete_notification' => 'Teate kustutamine',
319 'title.monthly_quotas' => 'Kuu kvoot',
320 'title.export' => 'Grupi andmete alla laadimine',
321 'title.import' => 'Grupi andmete üles laadimine',
322 'title.options' => 'Suvandid',
323 'title.profile' => 'Profiil',
324 'title.plugins' => 'Lisad',
325 'title.cf_custom_fields' => 'Eriväljad',
326 'title.cf_add_custom_field' => 'Lisa eriväli',
327 'title.cf_edit_custom_field' => 'Muuda erivälja',
328 'title.cf_delete_custom_field' => 'Kustuta eriväli',
329 'title.cf_dropdown_options' => 'Rippmenüü valikud',
330 'title.cf_add_dropdown_option' => 'Lisa valik',
331 'title.cf_edit_dropdown_option' => 'Muuda valikut',
332 'title.cf_delete_dropdown_option' => 'Kustuta valik',
333 'title.locking' => 'Lukustamine',
334 'title.week_view' => 'Nädala vaade',
335 'title.swap_roles' => 'Rollivahetus',
336 'title.work_units' => 'Töö ühikud',
337
338 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
339 // Strings that are used in a single form must go to the specific form section.
340 'dropdown.all' => '--- kõik ---',
341 'dropdown.no' => '--- ei ---',
342 'dropdown.current_day' => 'täna',
343 'dropdown.previous_day' => 'eile',
344 'dropdown.selected_day' => 'päev',
345 'dropdown.current_week' => 'käesolev nädal',
346 'dropdown.previous_week' => 'eelmine nädal',
347 'dropdown.selected_week' => 'nädal',
348 'dropdown.current_month' => 'käesolev kuu',
349 'dropdown.previous_month' => 'eelmine kuu',
350 'dropdown.selected_month' => 'kuu',
351 'dropdown.current_year' => 'käesolev aasta',
352 'dropdown.previous_year' => 'eelmine aasta',
353 'dropdown.selected_year' => 'aasta',
354 'dropdown.all_time' => 'kõik ajavahemikud',
355 'dropdown.projects' => 'projektid',
356 'dropdown.tasks' => 'tööülesanded',
357 'dropdown.clients' => 'kliendid',
358 'dropdown.select' => '--- vali ---',
359 'dropdown.select_invoice' => '--- vali arve ---',
360 'dropdown.status_active' => 'aktiivne',
361 'dropdown.status_inactive' => 'mitte aktiivne',
362 'dropdown.delete' => 'kustuta',
363 'dropdown.do_not_delete' => 'ära kustuta',
364 'dropdown.paid' => 'makstud',
365 'dropdown.not_paid' => 'mitte makstud',
366
367 // Login form. See example at https://timetracker.anuko.com/login.php.
368 'form.login.forgot_password' => 'Unustasid salasõna?',
369 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> on lihtne, lihtsalt kasutatav ja avatud lähtekoodiga ajaarvestussüsteem.',
370
371 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
372 'form.reset_password.message' => 'Salasõna tühistamise teade on saadetud e-postile.',
373 'form.reset_password.email_subject' => 'Anuko Time Tracker, parooli tühistamise nõue',
374 'form.reset_password.email_body' => "Lugupeetud Kasutaja,\n\nIP-lt %s on nõutud Teie salasõna lähtestamist. Palun avage allolev link, kui soovite oma parooli lähtestada.\n\n%s\n\nAnuko Time Tracker on lihtne, lihtsalt kasutatav ja avatud lähtekoodiga ajaarvestussüsteem. Lisainfo saamiseks külastage https://www.anuko.com lehekülge.\n\n",
375
376 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
377 'form.change_password.tip' => 'Kirjuta siia oma uus parool ja salvesta.',
378
379 // Time form. See example at https://timetracker.anuko.com/time.php.
380 'form.time.duration_format' => '(hh:mm or 0.0h)',
381 'form.time.billable' => 'Arveldatav',
382 'form.time.uncompleted' => 'Lõpetamata',
383 'form.time.remaining_quota' => 'Allesolev kvoot',
384 'form.time.over_quota' => 'Üle kvoodi',
385 // Note for translators. "Balance" below means accumulated quota for user since 1st of the month
386 // until and including a selected day. If a quota is 8 hours a day, then the balance
387 // is 8 hours multiplied by a number of work days. "Remaining balance" and "Over balance" are
388 // balance differences with logged hours.
389 // The term looks confusing, if you have a better idea how to name these things, let us know.
390 'form.time.remaining_balance' => 'Järelejäänud kontoseis',  // TODO: check as per above comment.
391 'form.time.over_balance' => 'Üle piirmäära', // // TODO: check as per above comment.
392
393 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
394 'form.time_edit.uncompleted' => 'Kanne salvestati ainult alguse ajaga. See ei ole viga.',
395
396 // Week view form. See example at https://timetracker.anuko.com/week.php.
397 'form.week.new_entry' => 'Uus kirje',
398
399 // Reports form. See example at https://timetracker.anuko.com/reports.php
400 'form.reports.save_as_favorite' => 'Salvesta lemmikuna',
401 'form.reports.confirm_delete' => 'Oled kindel, et soovid kustutada oma lemmik raportid?',
402 'form.reports.include_billable' => 'arveldatav',
403 'form.reports.include_not_billable' => 'mittearveldatav',
404
405 // TODO: Check if translation of form.reports.include_invoiced and form.reports.include_not_invoiced is correct.
406 // "Invoiced" means that an invoice was issued to client, but may not be necessarily "paid" (yet).
407 // For paid status there is a plugin called "Paid status", that allows you to mark invoice items as "paid".
408 // Our concern is that Google auto-translates "arveldamata" as unpaid. Therefore, we may need a fix here.
409 // 'form.reports.include_invoiced' => 'arveldatud', // TODO: fix as per the above comment, if needed.
410 // 'form.reports.include_not_invoiced' => 'arveldamata', // TODO: fix as per the above comment, if needed.
411
412 'form.reports.select_period' => 'Vali ajaperiood',
413 'form.reports.set_period' => 'või märgi kuupäevad',
414 'form.reports.show_fields' => 'Näita välju',
415 'form.reports.group_by' => 'Grupeeri',
416 'form.reports.group_by_no' => '--- grupeerimata ---',
417 'form.reports.group_by_date' => 'kuupäev',
418 'form.reports.group_by_user' => 'kasutaja',
419 'form.reports.group_by_client' => 'klient',
420 'form.reports.group_by_project' => 'projekt',
421 'form.reports.group_by_task' => 'tööülesanne',
422
423 // Report form. See example at https://timetracker.anuko.com/report.php
424 // (after generating a report at https://timetracker.anuko.com/reports.php).
425 'form.report.export' => 'Eksport',
426 'form.report.assign_to_invoice' => 'Lisa arvele',
427
428 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
429 // TODO: translate the following.
430 // form.timesheets.hint' => 'Use reports to add new timesheets.',
431
432 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
433 // (you can get to this form after generating a report).
434 'form.invoice.number' => 'Arve number',
435 'form.invoice.person' => 'Isik',
436
437 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
438 'form.invoice.invoice_to_delete' => 'Kustutatav arve',
439 'form.invoice.invoice_entries' => 'Arve kirjed',
440 'form.invoice.confirm_deleting_entries' => 'Palun kinnita oma Time Tracker\\\'i arve kirjete kustutamise soovi.',
441
442 // Charts form. See example at https://timetracker.anuko.com/charts.php
443 'form.charts.interval' => 'Ajavahemik',
444 'form.charts.chart' => 'Diagramm',
445
446 // Projects form. See example at https://timetracker.anuko.com/projects.php
447 'form.projects.active_projects' => 'Aktiivsed projektid',
448 'form.projects.inactive_projects' => 'Mitteaktiivsed projektid',
449
450 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
451 'form.tasks.active_tasks' => 'Aktiivsed tööülesanded',
452 'form.tasks.inactive_tasks' => 'Mitteaktiivsed tööülesanded',
453
454 // Users form. See example at https://timetracker.anuko.com/users.php
455 'form.users.active_users' => 'Aktiivsed kasutajad',
456 'form.users.inactive_users' => 'Mitteaktiivsed kasutajad',
457 'form.users.uncompleted_entry' => 'Kasutajal on lõpetamata aja kanne',
458 'form.users.role' => 'Roll',
459 'form.users.manager' => 'Haldur',
460 'form.users.comanager' => 'Kaashaldur',
461 'form.users.rate' => 'Hind',
462 'form.users.default_rate' => 'Vaikimisi tunni hind',
463
464 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
465 'form.user_edit.swap_roles' => 'Rollivahetus',
466
467 // Roles form. See example at https://timetracker.anuko.com/roles.php
468 // TODO: translate the following. Proposed 'Aktiivne roll' and 'Mitteaktiivne roll' seem problematic,
469 // as they apper to refer to a singulr role (while we need multiple roles, similar to form.projects.active_projects).
470 // 'form.roles.active_roles' => 'Active Roles',
471 // 'form.roles.inactive_roles' => 'Inactive Roles',
472 'form.roles.rank' => 'Seisus',
473 'form.roles.rights' => 'Õigused',
474 'form.roles.assigned' => 'Määratud',
475 'form.roles.not_assigned' => 'Määramata',
476
477 // Clients form. See example at https://timetracker.anuko.com/clients.php
478 'form.clients.active_clients' => 'Aktiivsed kliendid',
479 'form.clients.inactive_clients' => 'Mitteaktiivsed kliendid',
480
481 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
482 'form.client.client_to_delete' => 'Kustutatav klient',
483 'form.client.client_entries' => 'Kliendi kirjed',
484
485 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
486 // TODO: replace "meeskonna" with "grupp" in the string below.
487 'form.export.hint' => 'Võid kogu meeskonna andmed eksportida XML faili. Sellest võib olla kasu, kui vahetad serverit.',
488 'form.export.compression' => 'Pakkimine',
489 'form.export.compression_none' => 'puudub',
490 'form.export.compression_bzip' => 'bzip',
491
492 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
493 'form.import.hint' => 'Impordi grupi andmed XML failist.',
494 'form.import.file' => 'Vali fail',
495 'form.import.success' => 'Andmete importimine õnnestus.',
496
497 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
498 'form.groups.hint' => 'Uue grupi lisamiseks loo esmalt grupi haldur.<br>Lisaks on võimalik importida grupi andmed XML failist (kasutajatunnused ei tohi korduda).',
499
500 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
501 'form.group_edit.12_hours' => '12 tundi',
502 'form.group_edit.24_hours' => '24 tundi',
503 'form.group_edit.show_holidays' => 'Näita pühi',
504 'form.group_edit.tracking_mode' => 'Jälgimise režiim',
505 'form.group_edit.mode_time' => 'ajaarvestus',
506 'form.group_edit.mode_projects' => 'projektid',
507 'form.group_edit.mode_projects_and_tasks' => 'projektid ja tööülesanded',
508 'form.group_edit.record_type' => 'Kirje tüüp',
509 'form.group_edit.type_all' => 'kõik',
510 'form.group_edit.type_start_finish' => 'algus ja lõpp',
511 'form.group_edit.type_duration' => 'vahemik',
512 'form.group_edit.punch_mode' => 'Kellast-kellani režiim',
513 'form.group_edit.allow_overlap' => 'Luba ajaline ülekate',
514 'form.group_edit.future_entries' => 'Tuleviku kirjed',
515 'form.group_edit.uncompleted_indicators' => 'Lõpetamata kirjete indikaator', // TODO: Fix this. Indicators (plural), not indicator.
516 'form.group_edit.confirm_save' => 'Kinnita salvestamine',
517 'form.group_edit.allow_ip' => 'Luba IP',
518
519 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
520 'form.group_delete.hint' => 'Oled kindel, et soovid kogu gruppi kustutada?',
521
522 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
523 'form.mail.from' => 'Kellelt',
524 'form.mail.to' => 'Kellele',
525 'form.mail.report_subject' => 'Time Tracker raport',
526 'form.mail.footer' => 'Anuko Time Tracker on lihtne, lihtsalt kasutatav ja avatud lähtekoodiga <br>ajaarvestussüsteem. Lisainfo saamiseks külastage <a href="https://www.anuko.com">www.anuko.com</a> lehekülge.',
527 'form.mail.report_sent' => 'Raport on saadetud.',
528 'form.mail.invoice_sent' => 'Arve on saadetud.',
529
530 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
531 'form.quota.year' => 'Aasta',
532 'form.quota.month' => 'Kuu',
533 'form.quota.workday_hours' => 'Töötunde päevas',
534 'form.quota.hint' => 'Tühjade väljade korral arvutatakse töötamise kvoodid tööpäevade ja pühade põhjal.',
535
536 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
537 'form.swap.hint' => 'Rolli muutmiseks muuda oma kasutajat. Rollivahetust ei saa tagasi võtta.',
538 'form.swap.swap_with' => 'Vaheta kasutajaga roll',
539
540 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
541 'form.work_units.minutes_in_unit' => 'Minuteid ühikus',
542 'form.work_units.1st_unit_threshold' => 'Esimese ühiku piirmäär',
543
544 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
545 'role.user.label' => 'Tavakasutaja',
546 'role.user.low_case_label' => 'tavakasutaja',
547 // TODO: Translate role.user.description. "Haldusõigustega tavakasutaja." auto-translates with an opposite meaning.
548 // 'role.user.description' => 'A regular member without management rights.',
549 'role.client.label' => 'Klient',
550 'role.client.low_case_label' => 'klient',
551 'role.client.description' => 'Kliendil on lubatud vaadata oma raporteid, diagramme ja arveid.',
552 'role.supervisor.label' => 'Ülevaataja',
553 'role.supervisor.low_case_label' => 'ülevaataja',
554 'role.supervisor.description' => 'Mõningate lisaõigustega kasutaja.',
555 'role.comanager.label' => 'Kaashaldur',
556 'role.comanager.low_case_label' => 'kaashaldur',
557 'role.comanager.description' => 'Mitmete halduri õigustega kasutja.',
558 'role.manager.label' => 'Haldur',
559 'role.manager.low_case_label' => 'haldur',
560 'role.manager.description' => 'Grupihaldur, kellel on lubatud enamik grupiga soetud tegevusi.',
561 'role.top_manager.label' => 'Juht',
562 'role.top_manager.low_case_label' => 'juht',
563 'role.top_manager.description' => 'Ettevõtte juht, kellel on lubatud hallata mitut gruppi.',
564 'role.admin.label' => 'Administraator',
565 'role.admin.low_case_label' => 'administraator',
566 'role.admin.description' => 'Rakenduse administraator.',
567 );