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