A bit more recycling in translations.
[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.total_hours' => 'Total hours',
193 // 'label.total_cost' => 'Total cost',
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 // 'label.language' => 'Language',
205 // 'label.decimal_mark' => 'Decimal mark',
206 // 'label.date_format' => 'Date format',
207 // 'label.time_format' => 'Time format',
208 // 'label.week_start' => 'First day of week',
209 'label.comment' => 'Kommentaar',
210 'label.status' => 'Seisund',
211 'label.tax' => 'Maks',
212 'label.subtotal' => 'Vahesumma',
213 'label.total' => 'Kokku',
214 // TODO: translate the following.
215 // 'label.client_name' => 'Client name',
216 // 'label.client_address' => 'Client address',
217 'label.or' => 'või',
218 // TODO: translate the following.
219 // 'label.error' => 'Error',
220 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
221 'label.required_fields' => '* nõutud väljad',
222 // TODO: translate the following.
223 // 'label.on_behalf' => 'on behalf of',
224 'label.role_manager' => '(haldur)',
225 'label.role_comanager' => '(kaashaldur)',
226 'label.role_admin' => '(administraator)',
227 // TODO: translate the following.
228 // 'label.page' => 'Page',
229 // 'label.condition' => 'Condition',
230 // 'label.yes' => 'yes',
231 // 'label.no' => 'no',
232 // Labels for plugins (extensions to Time Tracker that provide additional features).
233 // TODO: translate the following.
234 // 'label.custom_fields' => 'Custom fields',
235 // 'label.monthly_quotas' => 'Monthly quotas',
236 // 'label.type' => 'Type',
237 // 'label.type_dropdown' => 'dropdown',
238 // 'label.type_text' => 'text',
239 // 'label.required' => 'Required',
240 'label.fav_report' => 'Lemmikraport',
241 // TODO: translate the following.
242 // 'label.cron_schedule' => 'Cron schedule',
243 // 'label.what_is_it' => 'What is it?',
244 // 'label.expense' => 'Expense',
245 // 'label.quantity' => 'Quantity',
246 // 'label.paid_status' => 'Paid status',
247 // 'label.paid' => 'Paid',
248 // 'label.mark_paid' => 'Mark paid',
249 // 'label.week_note' => 'Week note',
250 // 'label.week_list' => 'Week list',
251
252 // Form titles.
253 // TODO: Improve titles for consistency, so that each title explains correctly what each
254 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
255 // Compare with English file to see how it is done there and do Estonian titles similarly.
256 // Specifically: lisamine vs lisa, etc.
257 'title.login' => 'Login',
258 // TODO: translate the following.
259 // 'title.teams' => 'Teams',
260 // 'title.create_team' => 'Creating Team',
261 // 'title.edit_team' => 'Editing Team',
262 // 'title.delete_team' => 'Deleting Team',
263 'title.reset_password' => 'Tühjenda salasõna',
264 // TODO: translate the following.
265 // 'title.change_password' => 'Changing Password',
266 // 'title.time' => 'Time',
267 // 'title.edit_time_record' => 'Editing Time Record',
268 // 'title.delete_time_record' => 'Deleting Time Record',
269 // 'title.expenses' => 'Expenses',
270 // 'title.edit_expense' => 'Editing Expense Item',
271 // 'title.delete_expense' => 'Deleting Expense Item',
272 // 'title.predefined_expenses' => 'Predefined Expenses',
273 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
274 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
275 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
276 'title.reports' => 'Raportid',
277 // TODO: translate the following.
278 // 'title.report' => 'Report',
279 // 'title.send_report' => 'Sending Report',
280 'title.invoice' => 'Arve',
281 // TODO: translate the following.
282 // 'title.send_invoice' => 'Sending Invoice',
283 // 'title.charts' => 'Charts',
284 'title.projects' => 'Projektid',
285 'title.add_project' => 'Projekti lisamine',
286 'title.edit_project' => 'Projekti muutmine',
287 'title.delete_project' => 'Projekti kustutamine',
288 // TODO: translate the following.
289 // 'title.tasks' => 'Tasks',
290 // 'title.add_task' => 'Adding Task',
291 // 'title.edit_task' => 'Editing Task',
292 // 'title.delete_task' => 'Deleting Task',
293 'title.users' => 'Kasutajad',
294 // TODO: translate the following.
295 // 'title.add_user' => 'Adding User',
296 // 'title.edit_user' => 'Editing User',
297 // 'title.delete_user' => 'Deleting User',
298 'title.clients' => 'Kliendid',
299 'title.add_client' => 'Lisa klient',
300 'title.edit_client' => 'Muuda klienti',
301 'title.delete_client' => 'Kustuta klient',
302 'title.invoices' => 'Arved',
303 // TODO: translate the following.
304 // 'title.add_invoice' => 'Adding Invoice',
305 // 'title.view_invoice' => 'Viewing Invoice',
306 // 'title.delete_invoice' => 'Deleting Invoice',
307 // 'title.notifications' => 'Notifications',
308 // 'title.add_notification' => 'Adding Notification',
309 // 'title.edit_notification' => 'Editing Notification',
310 // 'title.delete_notification' => 'Deleting Notification',
311 // 'title.monthly_quotas' => 'Monthly Quotas',
312 // 'title.export' => 'Exporting Team Data',
313 // 'title.import' => 'Importing Team Data',
314 'title.options' => 'Suvandid',
315 'title.profile' => 'Profiili',
316 // TODO: translate the following.
317 // 'title.cf_custom_fields' => 'Custom Fields',
318 // 'title.cf_add_custom_field' => 'Adding Custom Field',
319 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
320 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
321 // 'title.cf_dropdown_options' => 'Dropdown Options',
322 // 'title.cf_add_dropdown_option' => 'Adding Option',
323 // 'title.cf_edit_dropdown_option' => 'Editing Option',
324 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
325 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
326 // It is also a name for the Locking plugin on the Team profile page.
327 // 'title.locking' => 'Locking',
328 // 'title.week_view' => 'Week View',
329
330 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
331 // Strings that are used in a single form must go to the specific form section.
332 'dropdown.all' => '--- kõik ---',
333 'dropdown.no' => '--- ei ---',
334 'dropdown.current_day' => 'täna',
335 'dropdown.previous_day' => 'eile',
336 'dropdown.selected_day' => 'päev',
337 'dropdown.current_week' => 'käesolev nädal',
338 'dropdown.previous_week' => 'eelmine nädal',
339 'dropdown.selected_week' => 'nädal',
340 'dropdown.current_month' => 'käesolev kuu',
341 'dropdown.previous_month' => 'eelmine kuu',
342 'dropdown.selected_month' => 'kuu',
343 // TODO: translate the following.
344 // 'dropdown.current_year' => 'this year',
345 // 'dropdown.previous_year' => 'previous year',
346 // 'dropdown.selected_year' => 'year',
347 'dropdown.all_time' => 'kõik ajad',
348 'dropdown.projects' => 'projektid',
349 // TODO: translate the following.
350 // 'dropdown.tasks' => 'tasks',
351 'dropdown.clients' => 'kliendid',
352 // TODO: translate the following.
353 // 'dropdown.select' => '--- select ---',
354 // 'dropdown.select_invoice' => '--- select invoice ---',
355 // 'dropdown.status_active' => 'active',
356 // 'dropdown.status_inactive' => 'inactive',
357 // 'dropdown.delete'=>'delete',
358 // 'dropdown.do_not_delete'=>'do not delete',
359 // 'dropdown.paid' => 'paid',
360 // 'dropdown.not_paid' => 'not paid',
361
362 // Login form. See example at https://timetracker.anuko.com/login.php.
363 'form.login.forgot_password' => 'Unustasid salasõna?',
364 // TODO: translate the following.
365 // '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.',
366
367 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
368 'form.reset_password.message' => 'Salasõna tühjendamise käsk edastatud.', // TODO: add "by email" to match the English string.
369 // TODO: translate the following.
370 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
371 // '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",
372
373 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
374 // TODO: translate the following.
375 // 'form.change_password.tip' => 'Type new password and click on Save.',
376
377 // Time form. See example at https://timetracker.anuko.com/time.php.
378 // TODO: translate the following.
379 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
380 'form.time.billable' => 'Arvestatav',
381 // TODO: translate the following.
382 // 'form.time.uncompleted' => 'Uncompleted',
383 // 'form.time.remaining_quota' => 'Remaining quota',
384 // 'form.time.over_quota' => 'Over quota',
385
386 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
387 // TODO: translate the following.
388 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
389
390 // Week view form. See example at https://timetracker.anuko.com/week.php.
391 // TODO: translate the following.
392 // 'form.week.new_entry' => 'New entry',
393
394 // Reports form. See example at https://timetracker.anuko.com/reports.php
395 'form.reports.save_as_favorite' => 'Salvesta lemmikuna',
396 // TODO: translate the following.
397 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
398 'form.reports.include_billable' => 'arvestatav',
399 'form.reports.include_not_billable' => 'mittearvestatav',
400 // TODO: translate the following.
401 // 'form.reports.include_invoiced' => 'invoiced',
402 // 'form.reports.include_not_invoiced' => 'not invoiced',
403 'form.reports.select_period' => 'Vali ajaperiood',
404 'form.reports.set_period' => 'või märgi kuupäevad',
405 'form.reports.show_fields' => 'Näita välju',
406 'form.reports.group_by' => 'Grupeeri',
407 'form.reports.group_by_no' => '--- ilma grupeerimata ---',
408 'form.reports.group_by_date' => 'kuupäev',
409 'form.reports.group_by_user' => 'kasutaja',
410 // TODO: translate the following.
411 // 'form.reports.group_by_client' => 'client',
412 'form.reports.group_by_project' => 'projekt',
413 // TODO: translate the following.
414 // 'form.reports.group_by_task' => 'task',
415 'form.reports.totals_only' => 'Ainult summad',
416
417 // Report form. See example at https://timetracker.anuko.com/report.php
418 // (after generating a report at https://timetracker.anuko.com/reports.php).
419 'form.report.export' => 'Eksportimine', // TODO: is this correct? We want a verb as in "Export XML" - see report export options.
420                                         // The current combined English string is "Export PDF, XML or CSV".
421                                         // Meaning: user can have a displayed report in these formats.
422 // TODO: translate the following.
423 // 'form.report.assign_to_invoice' => 'Assign to invoice',
424
425 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
426 // (you can get to this form after generating a report).
427 'form.invoice.number' => 'Arve number',
428 'form.invoice.person' => 'Isik',
429
430 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
431 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
432 // 'form.invoice.invoice_entries' => 'Invoice entries',
433 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
434
435 // Charts form. See example at https://timetracker.anuko.com/charts.php
436 // TODO: translate the following.
437 // 'form.charts.interval' => 'Interval',
438 // 'form.charts.chart' => 'Chart',
439
440 // Projects form. See example at https://timetracker.anuko.com/projects.php
441 // TODO: translate the following.
442 // 'form.projects.active_projects' => 'Active Projects',
443 // 'form.projects.inactive_projects' => 'Inactive Projects',
444
445 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
446 // TODO: translate the following.
447 // 'form.tasks.active_tasks' => 'Active Tasks',
448 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
449
450 // Users form. See example at https://timetracker.anuko.com/users.php
451 // TODO: translate the following.
452 // 'form.users.active_users' => 'Active Users',
453 // 'form.users.inactive_users' => 'Inactive Users',
454 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
455 // 'form.users.role' => 'Role',
456 // 'form.users.manager' => 'Manager',
457 // 'form.users.comanager' => 'Co-manager',
458 // 'form.users.rate' => 'Rate',
459 // 'form.users.default_rate' => 'Default hourly rate',
460
461 // Clients form. See example at https://timetracker.anuko.com/clients.php
462 // TODO: translate the following.
463 // 'form.clients.active_clients' => 'Active Clients',
464 // 'form.clients.inactive_clients' => 'Inactive Clients',
465
466 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
467 // TODO: translate the following.
468 // 'form.client.client_to_delete' => 'Client to delete',
469 // 'form.client.client_entries' => 'Client entries',
470
471 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
472 'form.export.hint' => 'Võid kogu meeskonna andmed eksportida xml-faili. Sellest võib olla kasu kui vahetad serverit.',
473 'form.export.compression' => 'Pakkimine',
474 // TODO: translate the following.
475 // 'form.export.compression_none' => 'none',
476 'form.export.compression_bzip' => 'bzip',
477
478 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
479 'form.import.hint' => 'Impordi meeskonna andmed xml-failist.',
480 'form.import.file' => 'Vali fail',
481 'form.import.success' => 'Andmed imporditud.',
482
483 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
484 // TODO: translate the following.
485 // '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).',
486
487 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
488 // TODO: translate the following.
489 // 'form.profile.12_hours' => '12 hours',
490 // 'form.profile.24_hours' => '24 hours',
491 // 'form.profile.tracking_mode' => 'Tracking mode',
492 // 'form.profile.mode_time' => 'time',
493 // 'form.profile.mode_projects' => 'projects',
494 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
495 // 'form.profile.record_type' => 'Record type',
496 // 'form.profile.type_all' => 'all',
497 // 'form.profile.type_start_finish' => 'start and finish',
498 // 'form.profile.type_duration' => 'duration',
499 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
500 // 'form.profile.uncompleted_indicators_none' => 'do not show',
501 // 'form.profile.uncompleted_indicators_show' => 'show',
502 // 'form.profile.plugins' => 'Plugins',
503
504 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
505 'form.mail.from' => 'Kellelt',
506 'form.mail.to' => 'Kellele',
507 // TODO: translate the following.
508 // 'form.mail.report_subject' => 'Time Tracker Report',
509 // '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.',
510 // 'form.mail.report_sent' => 'Report sent.',
511 'form.mail.invoice_sent' => 'Arve saadetud.',
512
513 // Quotas configuration form.
514 // TODO: translate the following.
515 // 'form.quota.year' => 'Year',
516 // 'form.quota.month' => 'Month',
517 // 'form.quota.quota' => 'Quota',
518 // 'form.quota.workday_hours' => 'Hours in work day',
519 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
520
521
522
523 // TODO: refactoring ongoing down from here.
524
525 // administrator form
526 "form.admin.profile.title" => 'meeskonnad',
527 "form.admin.profile.noprofiles" => 'sinu andmebaas on tühi. logi adminina sisse ja loo uus meeskond.',
528 "form.admin.profile.comment" => 'kustuta meeskond',
529 "form.admin.profile.th.id" => 'id',
530 "form.admin.profile.th.active" => 'aktiivne',
531
532 // my time form attributes
533 "form.mytime.title" => 'minu aeg',
534 "form.mytime.edit_title" => 'ajakande muutmine',
535 "form.mytime.del_str" => 'ajakande kustutamine',
536 "form.mytime.total" => 'tunde kokku: ',
537 "form.mytime.del_yes" => 'ajakanne kustutatud',
538 "form.mytime.no_finished_rec" => 'kanne salvestati ainult alguse ajaga. see ei ole viga. logi välja kui vaja peaks olema.',
539 "form.mytime.warn_tozero_rec" => 'see ajakanne tuleb kustutada kuna see ajaperiood on lukustatud',
540 // Note to translators: the string below must be translated and added
541 // "form.mytime.uncompleted" => 'uncompleted',
542
543 // profile form attributes
544 // Note to translators: we need a more accurate translation of form.profile.create_title
545 "form.profile.create_title" => 'loo uus halduri konto',
546 "form.profile.edit_title" => 'profiili muutmine',
547
548 // people form attributes
549 "form.people.ppl_str" => 'inimesed',
550 "form.people.createu_str" => 'loo uus kasutaja',
551 "form.people.edit_str" => 'kasutaja muutmine',
552 "form.people.del_str" => 'kasutaja kustutamine',
553 "form.people.th.role" => 'roll',
554 "form.people.th.rate" => 'hind',
555 "form.people.manager" => 'haldur',
556 "form.people.comanager" => 'kaashaldur',
557
558 "form.people.rate" => 'vaikimisi tunni hind',
559 "form.people.comanager" => 'kaashaldur',
560
561 // report attributes
562 "form.report.total" => 'tunde kokku',
563 );