Using error.object_exists instead of error.task_exists to streamline error messages.
[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/10', '04/12', '05/01', '05/31', '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' => 'Login',
46 'menu.logout' => 'Logout',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Abiinfo',
50 // TODO: translate the following.
51 // 'menu.create_group' => 'Create Group',
52 'menu.profile' => 'Profiili',
53 // TODO: translate the following.
54 // 'menu.group' => 'Group',
55 // 'menu.plugins' => 'Plugins',
56 'menu.time' => 'Aeg',
57 // TODO: translate the following.
58 // 'menu.expenses' => 'Expenses',
59 'menu.reports' => 'Raportid',
60 // TODO: translate the following.
61 // 'menu.charts' => 'Charts',
62 'menu.projects' => 'Projektid',
63 // TODO: translate the following.
64 // 'menu.tasks' => 'Tasks',
65 'menu.users' => 'Kasutajad',
66 // TODO: translate the following.
67 // 'menu.groups' => 'Groups',
68 // 'menu.subgroups' => 'Subgroups',
69 // 'menu.export' => 'Export',
70 'menu.clients' => 'Kliendid',
71 'menu.options' => 'Suvandid',
72
73 // Footer - strings on the bottom of most pages.
74 // TODO: translate the following.
75 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
76 // 'footer.credits' => 'Credits',
77 // 'footer.license' => 'License',
78 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
79                                      // This is a link to a webpage that describes how to contribute to the project.
80
81 // Error messages.
82 // TODO: translate the following.
83 // 'error.access_denied' => 'Access denied.',
84 // 'error.sys' => 'System error.',
85 'error.db' => 'Andmebaasi viga.',
86 // TODO: translate the following.
87 // 'error.feature_disabled' => 'Feature is disabled.',
88 'error.field' => 'Valed "{0}" andmed.',
89 'error.empty' => 'Väli "{0}" on tühi.',
90 'error.not_equal' => 'Väli "{0}" ei ole väljaga "{1}" võrdne.',
91 // TODO: translate the following.
92 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
93 'error.project' => 'Vali projekt.',
94 // TODO: translate the following.
95 // 'error.task' => 'Select task.',
96 'error.client' => 'Vali klient.',
97 // TODO: translate the following.
98 // 'error.report' => 'Select report.',
99 // 'error.record' => 'Select record.',
100 'error.auth' => 'Vale login või salasõna.',
101 // TODO: translate the following.
102 // 'error.user_exists' => 'User with this login already exists.',
103 // 'error.object_exists' => 'Object with this name already exists.',
104 // 'error.client_exists' => 'Client with this name already exists.',
105 // 'error.invoice_exists' => 'Invoice with this number already exists.',
106 // 'error.role_exists' => 'Role with this rank already exists.',
107 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
108 // 'error.no_login' => 'No user with this login.',
109 'error.no_groups' => 'Sinu andmebaas on tühi. Logi adminina sisse ja loo uus meeskond.',  // TODO: replace "team" with "group".
110 'error.upload' => 'Viga faili vastuvõtmisel.',
111 // TODO: translate the following.
112 // 'error.range_locked' => 'Date range is locked.',
113 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
114 // 'error.no_email' => 'No email associated with this login.',
115 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
116 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
117 // 'error.overlap' => 'Time interval overlaps with existing records.',
118 // 'error.future_date' => 'Date is in future.',
119 // TODO: translate the following.
120 // 'error.xml' => 'Error in XML file at line %d: %s.',
121 // 'error.cannot_import' => 'Cannot import: %s.',
122 // 'error.format' => 'Invalid file format.',
123
124 // Labels for buttons.
125 'button.login' => 'Login',
126 'button.now' => 'Kohe',
127 'button.save' => 'Salvesta',
128 // TODO: translate the following.
129 // 'button.copy' => 'Copy',
130 'button.cancel' => 'Tühista',
131 'button.submit' => 'Postita',
132 'button.add' => 'Lisa',
133 'button.delete' => 'Kustuta',
134 'button.generate' => 'Loo',
135 'button.reset_password' => 'Tühjenda salasõna',
136 'button.send' => 'Saada',
137 'button.send_by_email' => 'Saada e-mailiga',
138 'button.create_group' => 'Loo meeskond', // TODO: replace "team" with "group".
139 'button.export' => 'Ekspordi meeskond', // TODO: replace "team" with "group".
140 'button.import' => 'Impordi meeskond', // TODO: replace "team" with "group".
141 // TODO: translate the following.
142 // 'button.close' => 'Close',
143 // 'button.stop' => 'Stop',
144
145 // Labels for controls on forms. Labels in this section are used on multiple forms.
146 // TODO: translate the following.
147 // 'label.group_name' => 'Group name',
148 // 'label.address' => 'Address',
149 'label.currency' => 'Valuuta',
150 // TODO: translate the following.
151 // 'label.manager_name' => 'Manager name',
152 // 'label.manager_login' => 'Manager login',
153 'label.person_name' => 'Nimi',
154 'label.thing_name' => 'Nimi',
155 'label.login' => 'Login',
156 'label.password' => 'Salasõna',
157 'label.confirm_password' => 'Kinnita salasõna',
158 // TODO: translate the following.
159 // 'label.email' => 'Email',
160 'label.cc' => 'Cc',
161 // TODO: translate the following.
162 // 'label.bcc' => 'Bcc',
163 'label.subject' => 'Teema',
164 'label.date' => 'Kuupäev',
165 'label.start_date' => 'Algab kuupäevast',
166 'label.end_date' => 'Lõpeb kuupäeval',
167 'label.user' => 'Kasutaja',
168 'label.users' => 'Kasutajad',
169 // TODO: translate the following.
170 // 'label.group' => 'Group',
171 // 'label.subgroups' => 'Subgroups',
172 // 'label.roles' => 'Roles',
173 'label.client' => 'Klient',
174 'label.clients' => 'Kliendid',
175 // TODO: translate the following.
176 // 'label.option' => 'Option',
177 'label.invoice' => 'Arve',
178 'label.project' => 'Projekt',
179 'label.projects' => 'Projektid',
180 // TODO: translate the following.
181 // 'label.task' => 'Task',
182 // 'label.tasks' => 'Tasks',
183 // 'label.description' => 'Description',
184 'label.start' => 'Algus',
185 'label.finish' => 'Lõpp',
186 'label.duration' => 'Kestus',
187 'label.note' => 'Märkus',
188 'label.notes' => 'Märkused',
189 // TODO: translate the following.
190 // 'label.item' => 'Item',
191 // 'label.cost' => 'Cost',
192 // 'label.ip' => 'IP',
193 // 'label.day_total' => 'Day total',
194 'label.week_total' => 'Nädalane summa',
195 // TODO: translate the following.
196 // 'label.month_total' => 'Month total',
197 'label.today' => 'Täna',
198 // TODO: translate the following.
199 // 'label.view' => 'View',
200 'label.edit' => 'Muuda',
201 'label.delete' => 'Kustuta',
202 'label.configure' => 'Konfigureeri',
203 'label.select_all' => 'Vali kõik',
204 'label.select_none' => 'Märgi kõik mittevalituks',
205 // TODO: translate the following.
206 // 'label.day_view' => 'Day view',
207 // 'label.week_view' => 'Week view',
208 'label.id' => 'ID',
209 // TODO: translate the following.
210 // 'label.language' => 'Language',
211 // 'label.decimal_mark' => 'Decimal mark',
212 // 'label.date_format' => 'Date format',
213 // 'label.time_format' => 'Time format',
214 // 'label.week_start' => 'First day of week',
215 'label.comment' => 'Kommentaar',
216 'label.status' => 'Seisund',
217 'label.tax' => 'Maks',
218 'label.subtotal' => 'Vahesumma',
219 'label.total' => 'Kokku',
220 // TODO: translate the following.
221 // 'label.client_name' => 'Client name',
222 // 'label.client_address' => 'Client address',
223 'label.or' => 'või',
224 // TODO: translate the following.
225 // 'label.error' => 'Error',
226 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
227 'label.required_fields' => '* nõutud väljad',
228 // TODO: translate the following.
229 // 'label.on_behalf' => 'on behalf of',
230 'label.role_manager' => '(haldur)',
231 'label.role_comanager' => '(kaashaldur)',
232 'label.role_admin' => '(administraator)',
233 // TODO: translate the following.
234 // 'label.page' => 'Page',
235 // 'label.condition' => 'Condition',
236 // 'label.yes' => 'yes',
237 // 'label.no' => 'no',
238 // Labels for plugins (extensions to Time Tracker that provide additional features).
239 // TODO: translate the following.
240 // 'label.custom_fields' => 'Custom fields',
241 // 'label.monthly_quotas' => 'Monthly quotas',
242 // 'label.type' => 'Type',
243 // 'label.type_dropdown' => 'dropdown',
244 // 'label.type_text' => 'text',
245 // 'label.required' => 'Required',
246 'label.fav_report' => 'Lemmikraport',
247 // TODO: translate the following.
248 // 'label.schedule' => 'Schedule',
249 // 'label.what_is_it' => 'What is it?',
250 // 'label.expense' => 'Expense',
251 // 'label.quantity' => 'Quantity',
252 // 'label.paid_status' => 'Paid status',
253 // 'label.paid' => 'Paid',
254 // 'label.mark_paid' => 'Mark paid',
255 // 'label.week_note' => 'Week note',
256 // 'label.week_list' => 'Week list',
257 // 'label.work_units' => 'Work units',
258 // 'label.work_units_short' => 'Units',
259 'label.totals_only' => 'Ainult summad',
260
261 // Form titles.
262 // TODO: Improve titles for consistency, so that each title explains correctly what each
263 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
264 // Compare with English file to see how it is done there and do Estonian titles similarly.
265 // Specifically: lisamine vs lisa, etc.
266 'title.login' => 'Login',
267 'title.groups' => 'Meeskonnad', // TODO: change "teams" to "groups".
268 // TODO: translate the following.
269 // 'title.subgroups' => 'Subgroups',
270 // 'title.add_group' => 'Adding Group',
271 // 'title.edit_group' => 'Editing Group',
272 'title.delete_group' => 'Kustuta meeskond',  // TODO: change "team" to "group".
273 'title.reset_password' => 'Tühjenda salasõna',
274 // TODO: translate the following.
275 // 'title.change_password' => 'Changing Password',
276 'title.time' => 'Aeg',
277 'title.edit_time_record' => 'Ajakande muutmine',
278 'title.delete_time_record' => 'Ajakande kustutamine',
279 // TODO: translate the following.
280 // 'title.expenses' => 'Expenses',
281 // 'title.edit_expense' => 'Editing Expense Item',
282 // 'title.delete_expense' => 'Deleting Expense Item',
283 // 'title.predefined_expenses' => 'Predefined Expenses',
284 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
285 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
286 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
287 'title.reports' => 'Raportid',
288 // TODO: translate the following.
289 // 'title.report' => 'Report',
290 // 'title.send_report' => 'Sending Report',
291 'title.invoice' => 'Arve',
292 // TODO: translate the following.
293 // 'title.send_invoice' => 'Sending Invoice',
294 // 'title.charts' => 'Charts',
295 'title.projects' => 'Projektid',
296 'title.add_project' => 'Projekti lisamine',
297 'title.edit_project' => 'Projekti muutmine',
298 'title.delete_project' => 'Projekti kustutamine',
299 // TODO: translate the following.
300 // 'title.tasks' => 'Tasks',
301 // 'title.add_task' => 'Adding Task',
302 // 'title.edit_task' => 'Editing Task',
303 // 'title.delete_task' => 'Deleting Task',
304 'title.users' => 'Kasutajad',
305 'title.add_user' => 'Kasutaja lisamine', // TODO: is this correct?
306 'title.edit_user' => 'Kasutaja muutmine',
307 'title.delete_user' => 'Kasutaja kustutamine',
308 // TODO: translate the following.
309 // 'title.roles' => 'Roles',
310 // 'title.add_role' => 'Adding Role',
311 // 'title.edit_role' => 'Editing Role',
312 // 'title.delete_role' => 'Deleting Role',
313 'title.clients' => 'Kliendid',
314 'title.add_client' => 'Lisa klient',
315 'title.edit_client' => 'Muuda klienti',
316 'title.delete_client' => 'Kustuta klient',
317 'title.invoices' => 'Arved',
318 // TODO: translate the following.
319 // 'title.add_invoice' => 'Adding Invoice',
320 // 'title.view_invoice' => 'Viewing Invoice',
321 // 'title.delete_invoice' => 'Deleting Invoice',
322 // 'title.notifications' => 'Notifications',
323 // 'title.add_notification' => 'Adding Notification',
324 // 'title.edit_notification' => 'Editing Notification',
325 // 'title.delete_notification' => 'Deleting Notification',
326 // 'title.monthly_quotas' => 'Monthly Quotas',
327 // 'title.export' => 'Exporting Group Data',
328 // 'title.import' => 'Importing Group Data',
329 'title.options' => 'Suvandid',
330 'title.profile' => 'Profiili',
331 // TODO: translate the following.
332 // 'title.plugins' => 'Plugins',
333 // 'title.cf_custom_fields' => 'Custom Fields',
334 // 'title.cf_add_custom_field' => 'Adding Custom Field',
335 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
336 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
337 // 'title.cf_dropdown_options' => 'Dropdown Options',
338 // 'title.cf_add_dropdown_option' => 'Adding Option',
339 // 'title.cf_edit_dropdown_option' => 'Editing Option',
340 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
341 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
342 // It is also a name for the Locking plugin on the group settings page.
343 // 'title.locking' => 'Locking',
344 // 'title.week_view' => 'Week View',
345 // 'title.swap_roles' => 'Swapping Roles',
346 // 'title.work_units' => 'Work Units',
347
348 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
349 // Strings that are used in a single form must go to the specific form section.
350 'dropdown.all' => '--- kõik ---',
351 'dropdown.no' => '--- ei ---',
352 'dropdown.current_day' => 'täna',
353 'dropdown.previous_day' => 'eile',
354 'dropdown.selected_day' => 'päev',
355 'dropdown.current_week' => 'käesolev nädal',
356 'dropdown.previous_week' => 'eelmine nädal',
357 'dropdown.selected_week' => 'nädal',
358 'dropdown.current_month' => 'käesolev kuu',
359 'dropdown.previous_month' => 'eelmine kuu',
360 'dropdown.selected_month' => 'kuu',
361 // TODO: translate the following.
362 // 'dropdown.current_year' => 'this year',
363 // 'dropdown.previous_year' => 'previous year',
364 // 'dropdown.selected_year' => 'year',
365 'dropdown.all_time' => 'kõik ajad',
366 'dropdown.projects' => 'projektid',
367 // TODO: translate the following.
368 // 'dropdown.tasks' => 'tasks',
369 'dropdown.clients' => 'kliendid',
370 // TODO: translate the following.
371 // 'dropdown.select' => '--- select ---',
372 // 'dropdown.select_invoice' => '--- select invoice ---',
373 'dropdown.status_active' => 'aktiivne',
374 // TODO: translate the following.
375 // 'dropdown.status_inactive' => 'inactive',
376 // 'dropdown.delete' => 'delete',
377 // 'dropdown.do_not_delete' => 'do not delete',
378 // 'dropdown.paid' => 'paid',
379 // 'dropdown.not_paid' => 'not paid',
380
381 // Login form. See example at https://timetracker.anuko.com/login.php.
382 'form.login.forgot_password' => 'Unustasid salasõna?',
383 // TODO: translate the following.
384 // 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
385
386 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
387 'form.reset_password.message' => 'Salasõna tühjendamise käsk edastatud.', // TODO: add "by email" to match the English string.
388 // TODO: translate the following.
389 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
390 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
391
392 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
393 // TODO: translate the following.
394 // 'form.change_password.tip' => 'Type new password and click on Save.',
395
396 // Time form. See example at https://timetracker.anuko.com/time.php.
397 // TODO: translate the following.
398 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
399 'form.time.billable' => 'Arvestatav',
400 // TODO: translate the following.
401 // 'form.time.uncompleted' => 'Uncompleted',
402 // 'form.time.remaining_quota' => 'Remaining quota',
403 // 'form.time.over_quota' => 'Over quota',
404
405 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
406 'form.time_edit.uncompleted' => 'Kanne salvestati ainult alguse ajaga. See ei ole viga.',
407
408 // Week view form. See example at https://timetracker.anuko.com/week.php.
409 // TODO: translate the following.
410 // 'form.week.new_entry' => 'New entry',
411
412 // Reports form. See example at https://timetracker.anuko.com/reports.php
413 'form.reports.save_as_favorite' => 'Salvesta lemmikuna',
414 // TODO: translate the following.
415 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
416 'form.reports.include_billable' => 'arvestatav',
417 'form.reports.include_not_billable' => 'mittearvestatav',
418 // TODO: translate the following.
419 // 'form.reports.include_invoiced' => 'invoiced',
420 // 'form.reports.include_not_invoiced' => 'not invoiced',
421 'form.reports.select_period' => 'Vali ajaperiood',
422 'form.reports.set_period' => 'või märgi kuupäevad',
423 'form.reports.show_fields' => 'Näita välju',
424 'form.reports.group_by' => 'Grupeeri',
425 'form.reports.group_by_no' => '--- ilma grupeerimata ---',
426 'form.reports.group_by_date' => 'kuupäev',
427 'form.reports.group_by_user' => 'kasutaja',
428 // TODO: translate the following.
429 // 'form.reports.group_by_client' => 'client',
430 'form.reports.group_by_project' => 'projekt',
431 // TODO: translate the following.
432 // 'form.reports.group_by_task' => 'task',
433
434 // Report form. See example at https://timetracker.anuko.com/report.php
435 // (after generating a report at https://timetracker.anuko.com/reports.php).
436 'form.report.export' => 'Eksportimine', // TODO: is this correct? We want a verb as in "Export XML" - see report export options.
437                                         // The current combined English string is "Export PDF, XML or CSV".
438                                         // Meaning: user can have a displayed report in these formats.
439 // TODO: translate the following.
440 // 'form.report.assign_to_invoice' => 'Assign to invoice',
441
442 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
443 // (you can get to this form after generating a report).
444 'form.invoice.number' => 'Arve number',
445 'form.invoice.person' => 'Isik',
446
447 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
448 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
449 // 'form.invoice.invoice_entries' => 'Invoice entries',
450 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
451
452 // Charts form. See example at https://timetracker.anuko.com/charts.php
453 // TODO: translate the following.
454 // 'form.charts.interval' => 'Interval',
455 // 'form.charts.chart' => 'Chart',
456
457 // Projects form. See example at https://timetracker.anuko.com/projects.php
458 // TODO: translate the following.
459 // 'form.projects.active_projects' => 'Active Projects',
460 // 'form.projects.inactive_projects' => 'Inactive Projects',
461
462 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
463 // TODO: translate the following.
464 // 'form.tasks.active_tasks' => 'Active Tasks',
465 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
466
467 // Users form. See example at https://timetracker.anuko.com/users.php
468 // TODO: translate the following.
469 // 'form.users.active_users' => 'Active Users',
470 // 'form.users.inactive_users' => 'Inactive Users',
471 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
472 'form.users.role' => 'Roll',
473 'form.users.manager' => 'Haldur',
474 'form.users.comanager' => 'Kaashaldur',
475 'form.users.rate' => 'Hind',
476 'form.users.default_rate' => 'Vaikimisi tunni hind',
477
478 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
479 // TODO: translate the following.
480 // 'form.user_edit.swap_roles' => 'Swap roles',
481
482 // Roles form. See example at https://timetracker.anuko.com/roles.php
483 // TODO: translate the following.
484 // 'form.roles.active_roles' => 'Active Roles',
485 // 'form.roles.inactive_roles' => 'Inactive Roles',
486 // 'form.roles.rank' => 'Rank',
487 // 'form.roles.rights' => 'Rights',
488 // 'form.roles.assigned' => 'Assigned',
489 // 'form.roles.not_assigned' => 'Not assigned',
490
491 // Clients form. See example at https://timetracker.anuko.com/clients.php
492 // TODO: translate the following.
493 // 'form.clients.active_clients' => 'Active Clients',
494 // 'form.clients.inactive_clients' => 'Inactive Clients',
495
496 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
497 // TODO: translate the following.
498 // 'form.client.client_to_delete' => 'Client to delete',
499 // 'form.client.client_entries' => 'Client entries',
500
501 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
502 // TODO: replace "team" with "group" in the string below.
503 'form.export.hint' => 'Võid kogu meeskonna andmed eksportida xml-faili. Sellest võib olla kasu kui vahetad serverit.',
504 'form.export.compression' => 'Pakkimine',
505 // TODO: translate the following.
506 // 'form.export.compression_none' => 'none',
507 'form.export.compression_bzip' => 'bzip',
508
509 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
510 'form.import.hint' => 'Impordi meeskonna andmed xml-failist.', // TODO: replace "team" with "group".
511 'form.import.file' => 'Vali fail',
512 'form.import.success' => 'Andmed imporditud.',
513
514 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
515 // TODO: translate the following.
516 // 'form.groups.hint' => 'Create a new group by creating a new group manager account.<br>You can also import group data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
517
518 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
519 // TODO: translate the following.
520 // 'form.group_edit.12_hours' => '12 hours',
521 // 'form.group_edit.24_hours' => '24 hours',
522 // 'form.group_edit.show_holidays' => 'Show holidays',
523 // 'form.group_edit.tracking_mode' => 'Tracking mode',
524 // 'form.group_edit.mode_time' => 'time',
525 // 'form.group_edit.mode_projects' => 'projects',
526 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
527 // 'form.group_edit.record_type' => 'Record type',
528 // 'form.group_edit.type_all' => 'all',
529 // 'form.group_edit.type_start_finish' => 'start and finish',
530 // 'form.group_edit.type_duration' => 'duration',
531 // 'form.group_edit.punch_mode' => 'Punch mode',
532 // 'form.group_edit.allow_overlap' => 'Allow overlap',
533 // 'form.group_edit.future_entries' => 'Future entries',
534 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
535 // 'form.group_edit.allow_ip' => 'Allow IP',
536
537 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
538 // TODO: translate the following.
539 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
540
541 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
542 'form.mail.from' => 'Kellelt',
543 'form.mail.to' => 'Kellele',
544 // TODO: translate the following.
545 // 'form.mail.report_subject' => 'Time Tracker Report',
546 // 'form.mail.footer' => 'Anuko Time Tracker is a simple, easy to use, open source<br>time tracking system. Visit <a href="https://www.anuko.com">www.anuko.com</a> for more information.',
547 // 'form.mail.report_sent' => 'Report sent.',
548 'form.mail.invoice_sent' => 'Arve saadetud.',
549
550 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
551 // TODO: translate the following.
552 // 'form.quota.year' => 'Year',
553 // 'form.quota.month' => 'Month',
554 // 'form.quota.quota' => 'Quota',
555 // 'form.quota.workday_hours' => 'Hours in work day',
556 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
557
558 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
559 // TODO: translate the following.
560 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
561 // 'form.swap.swap_with' => 'Swap roles with',
562
563 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
564 // TODO: translate the following.
565 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
566 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
567
568 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
569 // TODO: translate the following.
570 // 'role.user.label' => 'User',
571 // 'role.user.low_case_label' => 'user',
572 // 'role.user.description' => 'A regular member without management rights.',
573 // 'role.client.label' => 'Client',
574 // 'role.client.low_case_label' => 'client',
575 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
576 // 'role.supervisor.label' => 'Supervisor',
577 // 'role.supervisor.low_case_label' => 'supervisor',
578 // 'role.supervisor.description' => 'A person with a small set of management rights.',
579 // 'role.comanager.label' => 'Co-manager',
580 // 'role.comanager.low_case_label' => 'co-manager',
581 // 'role.comanager.description' => 'A person with a big set of management functions.',
582 // 'role.manager.label' => 'Manager',
583 // 'role.manager.low_case_label' => 'manager',
584 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
585 // 'role.top_manager.label' => 'Top manager',
586 // 'role.top_manager.low_case_label' => 'top manager',
587 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
588 // 'role.admin.label' => 'Administrator',
589 // 'role.admin.low_case_label' => 'administrator',
590 // 'role.admin.description' => 'Site adminsitrator.',
591 );