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