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