Refactored Catalan translation.
[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 = '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.project_exists' => 'Selle nimega projekt on juba olemas.',
98 // TODO: translate the following.
99 // 'error.task_exists' => 'Task with this name already exists.',
100 // 'error.client_exists' => 'Client with this name already exists.',
101 // 'error.invoice_exists' => 'Invoice with this number already exists.',
102 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
103 // 'error.no_login' => 'No user with this login.',
104 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
105 'error.upload' => 'Viga faili vastuvõtmisel.',
106 // TODO: translate the following.
107 // 'error.range_locked' => 'Date range is locked.',
108 // 'error.mail_send' => 'Error sending mail.',
109 // 'error.no_email' => 'No email associated with this login.',
110 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
111 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
112 // 'error.overlap' => 'Time interval overlaps with existing records.',
113 // 'error.future_date' => 'Date is in future.',
114
115 // Labels for buttons.
116 'button.login' => 'Login',
117 'button.now' => 'Kohe',
118 'button.save' => 'Salvesta',
119 // TODO: translate the following.
120 // 'button.copy' => 'Copy',
121 'button.cancel' => 'Tühista',
122 'button.submit' => 'Postita',
123 'button.add_user' => 'Lisa kasutaja',
124 'button.add_project' => 'Lisa projekt',
125 // TODO: translate the following.
126 // 'button.add_task' => 'Add task',
127 'button.add_client' => 'Lisa klient',
128 // TODO: translate the following.
129 // 'button.add_invoice' => 'Add invoice',
130 // 'button.add_option' => 'Add option',
131 'button.add' => 'Lisa',
132 'button.generate' => 'Loo',
133 'button.reset_password' => 'Tühjenda salasõna',
134 'button.send' => 'Saada',
135 'button.send_by_email' => 'Saada e-mailiga',
136 'button.create_team' => 'Loo meeskond',
137 'button.export' => 'Ekspordi meeskond',
138 'button.import' => 'Impordi meeskond',
139 // TODO: translate the following.
140 // 'button.close' => 'Close',
141 // 'button.stop' => 'Stop',
142
143 // Labels for controls on forms. Labels in this section are used on multiple forms.
144 // TODO: translate the following.
145 // 'label.team_name' => 'Team name',
146 // 'label.address' => 'Address',
147 'label.currency' => 'Valuuta',
148 // TODO: translate the following.
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => 'Nimi',
152 'label.thing_name' => 'Nimi',
153 'label.login' => 'Login',
154 'label.password' => 'Salasõna',
155 'label.confirm_password' => 'Kinnita salasõna',
156 // TODO: translate the following.
157 // 'label.email' => 'Email',
158 'label.cc' => 'Cc',
159 // TODO: translate the following.
160 // 'label.bcc' => 'Bcc',
161 'label.subject' => 'Teema',
162 'label.date' => 'Kuupäev',
163 'label.start_date' => 'Algab kuupäevast',
164 'label.end_date' => 'Lõpeb kuupäeval',
165 'label.user' => 'Kasutaja',
166 'label.users' => 'Kasutajad',
167 'label.client' => 'Klient',
168 'label.clients' => 'Kliendid',
169 // TODO: translate the following.
170 // 'label.option' => 'Option',
171 'label.invoice' => 'Arve',
172 'label.project' => 'Projekt',
173 'label.projects' => 'Projektid',
174 // TODO: translate the following.
175 // 'label.task' => 'Task',
176 // 'label.tasks' => 'Tasks',
177 // 'label.description' => 'Description',
178 'label.start' => 'Algus',
179 'label.finish' => 'Lõpp',
180 'label.duration' => 'Kestus',
181 'label.note' => 'Märkus',
182 'label.notes' => 'Märkused',
183 // TODO: translate the following.
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.day_total' => 'Day total',
187 'label.week_total' => 'Nädalane summa',
188 // TODO: translate the following.
189 // 'label.month_total' => 'Month total',
190 'label.today' => 'Täna',
191 // TODO: translate the following.
192 // 'label.view' => 'View',
193 'label.edit' => 'Muuda',
194 'label.delete' => 'Kustuta',
195 'label.configure' => 'Konfigureeri',
196 'label.select_all' => 'Vali kõik',
197 'label.select_none' => 'Märgi kõik mittevalituks',
198 // TODO: translate the following.
199 // 'label.day_view' => 'Day view',
200 // 'label.week_view' => 'Week view',
201 // 'label.id' => 'ID',
202 // 'label.language' => 'Language',
203 // 'label.decimal_mark' => 'Decimal mark',
204 // 'label.date_format' => 'Date format',
205 // 'label.time_format' => 'Time format',
206 // 'label.week_start' => 'First day of week',
207 'label.comment' => 'Kommentaar',
208 'label.status' => 'Seisund',
209 'label.tax' => 'Maks',
210 'label.subtotal' => 'Vahesumma',
211 'label.total' => 'Kokku',
212 // TODO: translate the following.
213 // 'label.client_name' => 'Client name',
214 // 'label.client_address' => 'Client address',
215 'label.or' => 'või',
216 // TODO: translate the following.
217 // 'label.error' => 'Error',
218 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
219 'label.required_fields' => '* nõutud väljad',
220 // TODO: translate the following.
221 // 'label.on_behalf' => 'on behalf of',
222 'label.role_manager' => '(haldur)',
223 'label.role_comanager' => '(kaashaldur)',
224 'label.role_admin' => '(administraator)',
225 // TODO: translate the following.
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 // TODO: translate the following.
232 // 'label.custom_fields' => 'Custom fields',
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 // 'label.type' => 'Type',
235 // 'label.type_dropdown' => 'dropdown',
236 // 'label.type_text' => 'text',
237 // 'label.required' => 'Required',
238 'label.fav_report' => 'Lemmikraport',
239 // TODO: translate the following.
240 // 'label.cron_schedule' => 'Cron schedule',
241 // 'label.what_is_it' => 'What is it?',
242 // 'label.expense' => 'Expense',
243 // 'label.quantity' => 'Quantity',
244 // 'label.paid_status' => 'Paid status',
245 // 'label.paid' => 'Paid',
246 // 'label.mark_paid' => 'Mark paid',
247 // 'label.week_note' => 'Week note',
248 // 'label.week_list' => 'Week list',
249
250 // Form titles.
251 // TODO: Improve titles for consistency, so that each title explains correctly what each
252 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
253 // Compare with English file to see how it is done there and do Estonian titles similarly.
254 // Specifically: lisamine vs lisa, etc.
255 'title.login' => 'Login',
256 // TODO: translate the following.
257 // 'title.teams' => 'Teams',
258 // 'title.create_team' => 'Creating Team',
259 // 'title.edit_team' => 'Editing Team',
260 // 'title.delete_team' => 'Deleting Team',
261 'title.reset_password' => 'Tühjenda salasõna',
262 // TODO: translate the following.
263 // 'title.change_password' => 'Changing Password',
264 // 'title.time' => 'Time',
265 // 'title.edit_time_record' => 'Editing Time Record',
266 // 'title.delete_time_record' => 'Deleting Time Record',
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 // TODO: translate the following.
293 // 'title.add_user' => 'Adding User',
294 // 'title.edit_user' => 'Editing User',
295 // 'title.delete_user' => 'Deleting User',
296 'title.clients' => 'Kliendid',
297 'title.add_client' => 'Lisa klient',
298 'title.edit_client' => 'Muuda klienti',
299 'title.delete_client' => 'Kustuta klient',
300 'title.invoices' => 'Arved',
301 // TODO: translate the following.
302 // 'title.add_invoice' => 'Adding Invoice',
303 // 'title.view_invoice' => 'Viewing Invoice',
304 // 'title.delete_invoice' => 'Deleting Invoice',
305 // 'title.notifications' => 'Notifications',
306 // 'title.add_notification' => 'Adding Notification',
307 // 'title.edit_notification' => 'Editing Notification',
308 // 'title.delete_notification' => 'Deleting Notification',
309 // 'title.monthly_quotas' => 'Monthly Quotas',
310 // 'title.export' => 'Exporting Team Data',
311 // 'title.import' => 'Importing Team Data',
312 'title.options' => 'Suvandid',
313 'title.profile' => 'Profiili',
314 // TODO: translate the following.
315 // 'title.cf_custom_fields' => 'Custom Fields',
316 // 'title.cf_add_custom_field' => 'Adding Custom Field',
317 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
318 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
319 // 'title.cf_dropdown_options' => 'Dropdown Options',
320 // 'title.cf_add_dropdown_option' => 'Adding Option',
321 // 'title.cf_edit_dropdown_option' => 'Editing Option',
322 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
323 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
324 // It is also a name for the Locking plugin on the Team profile page.
325 // 'title.locking' => 'Locking',
326 // 'title.week_view' => 'Week View',
327
328 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
329 // Strings that are used in a single form must go to the specific form section.
330 'dropdown.all' => '--- kõik ---',
331 'dropdown.no' => '--- ei ---',
332 'dropdown.current_day' => 'täna',
333 'dropdown.previous_day' => 'eile',
334 'dropdown.selected_day' => 'päev',
335 'dropdown.current_week' => 'käesolev nädal',
336 'dropdown.previous_week' => 'eelmine nädal',
337 'dropdown.selected_week' => 'nädal',
338 'dropdown.current_month' => 'käesolev kuu',
339 'dropdown.previous_month' => 'eelmine kuu',
340 'dropdown.selected_month' => 'kuu',
341 // TODO: translate the following.
342 // 'dropdown.current_year' => 'this year',
343 // 'dropdown.previous_year' => 'previous year',
344 // 'dropdown.selected_year' => 'year',
345 'dropdown.all_time' => 'kõik ajad',
346 'dropdown.projects' => 'projektid',
347 // TODO: translate the following.
348 // 'dropdown.tasks' => 'tasks',
349 'dropdown.clients' => 'kliendid',
350 // TODO: translate the following.
351 // 'dropdown.select' => '--- select ---',
352 // 'dropdown.select_invoice' => '--- select invoice ---',
353 // 'dropdown.status_active' => 'active',
354 // 'dropdown.status_inactive' => 'inactive',
355 // 'dropdown.delete' => 'delete',
356 // 'dropdown.do_not_delete' => 'do not delete',
357 // 'dropdown.paid' => 'paid',
358 // 'dropdown.not_paid' => 'not paid',
359
360 // Login form. See example at https://timetracker.anuko.com/login.php.
361 'form.login.forgot_password' => 'Unustasid salasõna?',
362 // TODO: translate the following.
363 // '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.',
364
365 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
366 'form.reset_password.message' => 'Salasõna tühjendamise käsk edastatud.', // TODO: add "by email" to match the English string.
367 // TODO: translate the following.
368 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
369 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, 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",
370
371 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
372 // TODO: translate the following.
373 // 'form.change_password.tip' => 'Type new password and click on Save.',
374
375 // Time form. See example at https://timetracker.anuko.com/time.php.
376 // TODO: translate the following.
377 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
378 'form.time.billable' => 'Arvestatav',
379 // TODO: translate the following.
380 // 'form.time.uncompleted' => 'Uncompleted',
381 // 'form.time.remaining_quota' => 'Remaining quota',
382 // 'form.time.over_quota' => 'Over quota',
383
384 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
385 // TODO: translate the following.
386 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
387
388 // Week view form. See example at https://timetracker.anuko.com/week.php.
389 // TODO: translate the following.
390 // 'form.week.new_entry' => 'New entry',
391
392 // Reports form. See example at https://timetracker.anuko.com/reports.php
393 'form.reports.save_as_favorite' => 'Salvesta lemmikuna',
394 // TODO: translate the following.
395 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
396 'form.reports.include_billable' => 'arvestatav',
397 'form.reports.include_not_billable' => 'mittearvestatav',
398 // TODO: translate the following.
399 // 'form.reports.include_invoiced' => 'invoiced',
400 // 'form.reports.include_not_invoiced' => 'not invoiced',
401 'form.reports.select_period' => 'Vali ajaperiood',
402 'form.reports.set_period' => 'või märgi kuupäevad',
403 'form.reports.show_fields' => 'Näita välju',
404 'form.reports.group_by' => 'Grupeeri',
405 'form.reports.group_by_no' => '--- ilma grupeerimata ---',
406 'form.reports.group_by_date' => 'kuupäev',
407 'form.reports.group_by_user' => 'kasutaja',
408 // TODO: translate the following.
409 // 'form.reports.group_by_client' => 'client',
410 'form.reports.group_by_project' => 'projekt',
411 // TODO: translate the following.
412 // 'form.reports.group_by_task' => 'task',
413 'form.reports.totals_only' => 'Ainult summad',
414
415 // Report form. See example at https://timetracker.anuko.com/report.php
416 // (after generating a report at https://timetracker.anuko.com/reports.php).
417 'form.report.export' => 'Eksportimine', // TODO: is this correct? We want a verb as in "Export XML" - see report export options.
418                                         // The current combined English string is "Export PDF, XML or CSV".
419                                         // Meaning: user can have a displayed report in these formats.
420 // TODO: translate the following.
421 // 'form.report.assign_to_invoice' => 'Assign to invoice',
422
423 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
424 // (you can get to this form after generating a report).
425 'form.invoice.number' => 'Arve number',
426 'form.invoice.person' => 'Isik',
427
428 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
429 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
430 // 'form.invoice.invoice_entries' => 'Invoice entries',
431 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
432
433 // Charts form. See example at https://timetracker.anuko.com/charts.php
434 // TODO: translate the following.
435 // 'form.charts.interval' => 'Interval',
436 // 'form.charts.chart' => 'Chart',
437
438 // Projects form. See example at https://timetracker.anuko.com/projects.php
439 // TODO: translate the following.
440 // 'form.projects.active_projects' => 'Active Projects',
441 // 'form.projects.inactive_projects' => 'Inactive Projects',
442
443 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
444 // TODO: translate the following.
445 // 'form.tasks.active_tasks' => 'Active Tasks',
446 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
447
448 // Users form. See example at https://timetracker.anuko.com/users.php
449 // TODO: translate the following.
450 // 'form.users.active_users' => 'Active Users',
451 // 'form.users.inactive_users' => 'Inactive Users',
452 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
453 // 'form.users.role' => 'Role',
454 // 'form.users.manager' => 'Manager',
455 // 'form.users.comanager' => 'Co-manager',
456 // 'form.users.rate' => 'Rate',
457 // 'form.users.default_rate' => 'Default hourly rate',
458
459 // Clients form. See example at https://timetracker.anuko.com/clients.php
460 // TODO: translate the following.
461 // 'form.clients.active_clients' => 'Active Clients',
462 // 'form.clients.inactive_clients' => 'Inactive Clients',
463
464 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
465 // TODO: translate the following.
466 // 'form.client.client_to_delete' => 'Client to delete',
467 // 'form.client.client_entries' => 'Client entries',
468
469 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
470 'form.export.hint' => 'Võid kogu meeskonna andmed eksportida xml-faili. Sellest võib olla kasu kui vahetad serverit.',
471 'form.export.compression' => 'Pakkimine',
472 // TODO: translate the following.
473 // 'form.export.compression_none' => 'none',
474 'form.export.compression_bzip' => 'bzip',
475
476 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
477 'form.import.hint' => 'Impordi meeskonna andmed xml-failist.',
478 'form.import.file' => 'Vali fail',
479 'form.import.success' => 'Andmed imporditud.',
480
481 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
482 // TODO: translate the following.
483 // '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).',
484
485 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
486 // TODO: translate the following.
487 // 'form.profile.12_hours' => '12 hours',
488 // 'form.profile.24_hours' => '24 hours',
489 // 'form.profile.tracking_mode' => 'Tracking mode',
490 // 'form.profile.mode_time' => 'time',
491 // 'form.profile.mode_projects' => 'projects',
492 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
493 // 'form.profile.record_type' => 'Record type',
494 // 'form.profile.type_all' => 'all',
495 // 'form.profile.type_start_finish' => 'start and finish',
496 // 'form.profile.type_duration' => 'duration',
497 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
498 // 'form.profile.uncompleted_indicators_none' => 'do not show',
499 // 'form.profile.uncompleted_indicators_show' => 'show',
500 // 'form.profile.plugins' => 'Plugins',
501
502 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
503 'form.mail.from' => 'Kellelt',
504 'form.mail.to' => 'Kellele',
505 // TODO: translate the following.
506 // 'form.mail.report_subject' => 'Time Tracker Report',
507 // '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.',
508 // 'form.mail.report_sent' => 'Report sent.',
509 'form.mail.invoice_sent' => 'Arve saadetud.',
510
511 // Quotas configuration form.
512 // TODO: translate the following.
513 // 'form.quota.year' => 'Year',
514 // 'form.quota.month' => 'Month',
515 // 'form.quota.quota' => 'Quota',
516 // 'form.quota.workday_hours' => 'Hours in work day',
517 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
518
519
520
521 // TODO: refactoring ongoing down from here.
522
523 // administrator form
524 "form.admin.profile.title" => 'meeskonnad',
525 "form.admin.profile.noprofiles" => 'sinu andmebaas on tühi. logi adminina sisse ja loo uus meeskond.',
526 "form.admin.profile.comment" => 'kustuta meeskond',
527 "form.admin.profile.th.id" => 'id',
528 "form.admin.profile.th.active" => 'aktiivne',
529
530 // my time form attributes
531 "form.mytime.title" => 'minu aeg',
532 "form.mytime.edit_title" => 'ajakande muutmine',
533 "form.mytime.del_str" => 'ajakande kustutamine',
534 "form.mytime.total" => 'tunde kokku: ',
535 "form.mytime.del_yes" => 'ajakanne kustutatud',
536 "form.mytime.no_finished_rec" => 'kanne salvestati ainult alguse ajaga. see ei ole viga. logi välja kui vaja peaks olema.',
537 "form.mytime.warn_tozero_rec" => 'see ajakanne tuleb kustutada kuna see ajaperiood on lukustatud',
538 // Note to translators: the string below must be translated and added
539 // "form.mytime.uncompleted" => 'uncompleted',
540
541 // profile form attributes
542 // Note to translators: we need a more accurate translation of form.profile.create_title
543 "form.profile.create_title" => 'loo uus halduri konto',
544 "form.profile.edit_title" => 'profiili muutmine',
545
546 // people form attributes
547 "form.people.ppl_str" => 'inimesed',
548 "form.people.createu_str" => 'loo uus kasutaja',
549 "form.people.edit_str" => 'kasutaja muutmine',
550 "form.people.del_str" => 'kasutaja kustutamine',
551 "form.people.th.role" => 'roll',
552 "form.people.th.rate" => 'hind',
553 "form.people.manager" => 'haldur',
554 "form.people.comanager" => 'kaashaldur',
555 "form.people.rate" => 'vaikimisi tunni hind',
556 );