Some more recycling.
[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 // TODO: translate the following.
213 // 'label.subtotal' => 'Subtotal',
214 'label.total' => 'Kokku',
215 // TODO: translate the following.
216 // 'label.client_name' => 'Client name',
217 // 'label.client_address' => 'Client address',
218 'label.or' => 'või',
219 // TODO: translate the following.
220 // 'label.error' => 'Error',
221 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
222 'label.required_fields' => '* nõutud väljad',
223 // TODO: translate the following.
224 // 'label.on_behalf' => 'on behalf of',
225 'label.role_manager' => '(haldur)',
226 'label.role_comanager' => '(kaashaldur)',
227 'label.role_admin' => '(administraator)',
228 // TODO: translate the following.
229 // 'label.page' => 'Page',
230 // 'label.condition' => 'Condition',
231 // 'label.yes' => 'yes',
232 // 'label.no' => 'no',
233 // Labels for plugins (extensions to Time Tracker that provide additional features).
234 // TODO: translate the following.
235 // 'label.custom_fields' => 'Custom fields',
236 // 'label.monthly_quotas' => 'Monthly quotas',
237 // 'label.type' => 'Type',
238 // 'label.type_dropdown' => 'dropdown',
239 // 'label.type_text' => 'text',
240 // 'label.required' => 'Required',
241 'label.fav_report' => 'Lemmikraport',
242 // TODO: translate the following.
243 // 'label.cron_schedule' => 'Cron schedule',
244 // 'label.what_is_it' => 'What is it?',
245 // 'label.expense' => 'Expense',
246 // 'label.quantity' => 'Quantity',
247 // 'label.paid_status' => 'Paid status',
248 // 'label.paid' => 'Paid',
249 // 'label.mark_paid' => 'Mark paid',
250 // 'label.week_note' => 'Week note',
251 // 'label.week_list' => 'Week list',
252
253 // Form titles.
254 // TODO: Improve titles for consistency, so that each title explains correctly what each
255 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
256 // Compare with English file to see how it is done there and do Estonian titles similarly.
257 // Specifically: lisamine vs lisa, etc.
258 'title.login' => 'Login',
259 // TODO: translate the following.
260 // 'title.teams' => 'Teams',
261 // 'title.create_team' => 'Creating Team',
262 // 'title.edit_team' => 'Editing Team',
263 // 'title.delete_team' => 'Deleting Team',
264 'title.reset_password' => 'Tühjenda salasõna',
265 // TODO: translate the following.
266 // 'title.change_password' => 'Changing Password',
267 // 'title.time' => 'Time',
268 // 'title.edit_time_record' => 'Editing Time Record',
269 // 'title.delete_time_record' => 'Deleting Time Record',
270 // 'title.expenses' => 'Expenses',
271 // 'title.edit_expense' => 'Editing Expense Item',
272 // 'title.delete_expense' => 'Deleting Expense Item',
273 // 'title.predefined_expenses' => 'Predefined Expenses',
274 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
275 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
276 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
277 'title.reports' => 'Raportid',
278 // TODO: translate the following.
279 // 'title.report' => 'Report',
280 // 'title.send_report' => 'Sending Report',
281 'title.invoice' => 'Arve',
282 // TODO: translate the following.
283 // 'title.send_invoice' => 'Sending Invoice',
284 // 'title.charts' => 'Charts',
285 'title.projects' => 'Projektid',
286 'title.add_project' => 'Projekti lisamine',
287 'title.edit_project' => 'Projekti muutmine',
288 'title.delete_project' => 'Projekti kustutamine',
289 // TODO: translate the following.
290 // 'title.tasks' => 'Tasks',
291 // 'title.add_task' => 'Adding Task',
292 // 'title.edit_task' => 'Editing Task',
293 // 'title.delete_task' => 'Deleting Task',
294 'title.users' => 'Kasutajad',
295 // TODO: translate the following.
296 // 'title.add_user' => 'Adding User',
297 // 'title.edit_user' => 'Editing User',
298 // 'title.delete_user' => 'Deleting User',
299 'title.clients' => 'Kliendid',
300 'title.add_client' => 'Lisa klient',
301 'title.edit_client' => 'Muuda klienti',
302 'title.delete_client' => 'Kustuta klient',
303 'title.invoices' => 'Arved',
304 // TODO: translate the following.
305 // 'title.add_invoice' => 'Adding Invoice',
306 // 'title.view_invoice' => 'Viewing Invoice',
307 // 'title.delete_invoice' => 'Deleting Invoice',
308 // 'title.notifications' => 'Notifications',
309 // 'title.add_notification' => 'Adding Notification',
310 // 'title.edit_notification' => 'Editing Notification',
311 // 'title.delete_notification' => 'Deleting Notification',
312 // 'title.monthly_quotas' => 'Monthly Quotas',
313 // 'title.export' => 'Exporting Team Data',
314 // 'title.import' => 'Importing Team Data',
315 'title.options' => 'Suvandid',
316 'title.profile' => 'Profiili',
317 // TODO: translate the following.
318 // 'title.cf_custom_fields' => 'Custom Fields',
319 // 'title.cf_add_custom_field' => 'Adding Custom Field',
320 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
321 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
322 // 'title.cf_dropdown_options' => 'Dropdown Options',
323 // 'title.cf_add_dropdown_option' => 'Adding Option',
324 // 'title.cf_edit_dropdown_option' => 'Editing Option',
325 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
326 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
327 // It is also a name for the Locking plugin on the Team profile page.
328 // 'title.locking' => 'Locking',
329 // 'title.week_view' => 'Week View',
330
331 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
332 // Strings that are used in a single form must go to the specific form section.
333 'dropdown.all' => '--- kõik ---',
334 'dropdown.no' => '--- ei ---',
335 'dropdown.current_day' => 'täna',
336 'dropdown.previous_day' => 'eile',
337 'dropdown.selected_day' => 'päev',
338 'dropdown.current_week' => 'käesolev nädal',
339 'dropdown.previous_week' => 'eelmine nädal',
340 'dropdown.selected_week' => 'nädal',
341 'dropdown.current_month' => 'käesolev kuu',
342 'dropdown.previous_month' => 'eelmine kuu',
343 'dropdown.selected_month' => 'kuu',
344 // TODO: translate the following.
345 // 'dropdown.current_year' => 'this year',
346 // 'dropdown.previous_year' => 'previous year',
347 // 'dropdown.selected_year' => 'year',
348 'dropdown.all_time' => 'kõik ajad',
349 'dropdown.projects' => 'projektid',
350 // TODO: translate the following.
351 // 'dropdown.tasks' => 'tasks',
352 'dropdown.clients' => 'kliendid',
353 // TODO: translate the following.
354 // 'dropdown.select' => '--- select ---',
355 // 'dropdown.select_invoice' => '--- select invoice ---',
356 // 'dropdown.status_active' => 'active',
357 // 'dropdown.status_inactive' => 'inactive',
358 // 'dropdown.delete'=>'delete',
359 // 'dropdown.do_not_delete'=>'do not delete',
360 // 'dropdown.paid' => 'paid',
361 // 'dropdown.not_paid' => 'not paid',
362
363 // Login form. See example at https://timetracker.anuko.com/login.php.
364 'form.login.forgot_password' => 'Unustasid salasõna?',
365 // TODO: translate the following.
366 // '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.',
367
368 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
369 'form.reset_password.message' => 'Salasõna tühjendamise käsk edastatud.', // TODO: add "by email" to match the English string.
370 // TODO: translate the following.
371 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
372 // '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",
373
374 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
375 // TODO: translate the following.
376 // 'form.change_password.tip' => 'Type new password and click on Save.',
377
378 // Time form. See example at https://timetracker.anuko.com/time.php.
379 // TODO: translate the following.
380 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
381 'form.time.billable' => 'Arvestatav',
382 // TODO: translate the following.
383 // 'form.time.uncompleted' => 'Uncompleted',
384 // 'form.time.remaining_quota' => 'Remaining quota',
385 // 'form.time.over_quota' => 'Over quota',
386
387 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
388 // TODO: translate the following.
389 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
390
391 // Week view form. See example at https://timetracker.anuko.com/week.php.
392 // TODO: translate the following.
393 // 'form.week.new_entry' => 'New entry',
394
395 // Reports form. See example at https://timetracker.anuko.com/reports.php
396 'form.reports.save_as_favorite' => 'Salvesta lemmikuna',
397 // TODO: translate the following.
398 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
399 'form.reports.include_billable' => 'arvestatav',
400 'form.reports.include_not_billable' => 'mittearvestatav',
401 // TODO: translate the following.
402 // 'form.reports.include_invoiced' => 'invoiced',
403 // 'form.reports.include_not_invoiced' => 'not invoiced',
404 'form.reports.select_period' => 'Vali ajaperiood',
405 'form.reports.set_period' => 'või märgi kuupäevad',
406 'form.reports.show_fields' => 'Näita välju',
407 'form.reports.group_by' => 'Grupeeri',
408 'form.reports.group_by_no' => '--- ilma grupeerimata ---',
409 'form.reports.group_by_date' => 'kuupäev',
410 'form.reports.group_by_user' => 'kasutaja',
411 // TODO: translate the following.
412 // 'form.reports.group_by_client' => 'client',
413 'form.reports.group_by_project' => 'projekt',
414 // TODO: translate the following.
415 // 'form.reports.group_by_task' => 'task',
416 'form.reports.totals_only' => 'Ainult summad',
417
418 // Report form. See example at https://timetracker.anuko.com/report.php
419 // (after generating a report at https://timetracker.anuko.com/reports.php).
420 // TODO: translate the following.
421 // 'form.report.export' => 'Export',
422 // 'form.report.assign_to_invoice' => 'Assign to invoice',
423
424 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
425 // (you can get to this form after generating a report).
426 // TODO: translate the following.
427 // 'form.invoice.number' => 'Invoice number',
428 // 'form.invoice.person' => 'Person',
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 // TODO: translate the following.
471 // 'form.export.hint' => 'You can export all team data into an xml file. It could be useful if you are migrating data to your own server.',
472 // 'form.export.compression' => 'Compression',
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 // TODO: translate the following.
478 // 'form.import.hint' => 'Import team data from an xml file.',
479 // 'form.import.file' => 'Select file',
480 // 'form.import.success' => 'Import completed successfully.',
481
482 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
483 // TODO: translate the following.
484 // '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).',
485
486
487
488 // TODO: refactoring ongoing down from here.
489
490 // administrator form
491 // Note to translators: the string below must be translated
492 // "form.admin.duty_text" => 'create a new meeskond by creating a new meeskond manager account.<br>you can also import meeskond data from an xml file from another Anuko time tracker server (no e-mail collisions are allowed).',
493
494 "form.admin.profile.title" => 'meeskonnad',
495 "form.admin.profile.noprofiles" => 'sinu andmebaas on tühi. logi adminina sisse ja loo uus meeskond.',
496 "form.admin.profile.comment" => 'kustuta meeskond',
497 "form.admin.profile.th.id" => 'id',
498 "form.admin.profile.th.active" => 'aktiivne',
499
500 // my time form attributes
501 "form.mytime.title" => 'minu aeg',
502 "form.mytime.edit_title" => 'ajakande muutmine',
503 "form.mytime.del_str" => 'ajakande kustutamine',
504 "form.mytime.total" => 'tunde kokku: ',
505 "form.mytime.del_yes" => 'ajakanne kustutatud',
506 "form.mytime.no_finished_rec" => 'kanne salvestati ainult alguse ajaga. see ei ole viga. logi välja kui vaja peaks olema.',
507 "form.mytime.warn_tozero_rec" => 'see ajakanne tuleb kustutada kuna see ajaperiood on lukustatud',
508 // Note to translators: the string below must be translated and added
509 // "form.mytime.uncompleted" => 'uncompleted',
510
511 // profile form attributes
512 // Note to translators: we need a more accurate translation of form.profile.create_title
513 "form.profile.create_title" => 'loo uus halduri konto',
514 "form.profile.edit_title" => 'profiili muutmine',
515
516 // people form attributes
517 "form.people.ppl_str" => 'inimesed',
518 "form.people.createu_str" => 'loo uus kasutaja',
519 "form.people.edit_str" => 'kasutaja muutmine',
520 "form.people.del_str" => 'kasutaja kustutamine',
521 "form.people.th.role" => 'roll',
522 "form.people.th.rate" => 'hind',
523 "form.people.manager" => 'haldur',
524 "form.people.comanager" => 'kaashaldur',
525
526 "form.people.rate" => 'vaikimisi tunni hind',
527 "form.people.comanager" => 'kaashaldur',
528
529 // report attributes
530 "form.report.total" => 'tunde kokku',
531
532 // mail form attributes
533 "form.mail.from" => 'kellelt',
534 "form.mail.to" => 'kellele',
535 "form.mail.above" => 'saada aruanne e-mailiga',
536 // Note to translators: this string needs to be translated.
537 // "form.mail.footer_str" => '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.',
538 "form.mail.sending_str" => '<b>teade saadetud</b>',
539
540 // invoice attributes
541 "form.invoice.title" => 'arve',
542 "form.invoice.caption" => 'arve',
543 "form.invoice.above" => 'lisainformatsioon arvele',
544 "form.invoice.select_cust" => 'vali klient',
545 "form.invoice.fillform" => 'täida väljad',
546 "form.invoice.number" => 'arve number',
547 "form.invoice.th.username" => 'isik',
548 "form.invoice.th.time" => 'tunde',
549 "form.invoice.th.rate" => 'hind',
550 "form.invoice.th.summ" => 'summa',
551 "form.invoice.subtotal" => 'vahesumma',
552 "form.invoice.customer" => 'klient',
553 "form.invoice.mailinv_above" => 'saada see arve e-mailiga',
554 "form.invoice.sending_str" => '<b>arve saadetud</b>',
555
556 "form.migration.zip" => 'pakkimine',
557 "form.migration.file" => 'vali fail',
558 "form.migration.import.title" => 'impordi andmed',
559 "form.migration.import.success" => 'andmed imporditud',
560 "form.migration.import.text" => 'impordi meeskonna andmed xml-failist',
561 "form.migration.export.title" => 'ekspordi andmed',
562 "form.migration.export.success" => 'andmed eksporditud',
563 "form.migration.export.text" => 'võid kogu meeskonna andmed eksportida xml-faili. sellest võib olla kasu kui vahetad serverit.',
564 // Note to translators: the string below must be translated and added
565 // "form.migration.compression.none" => 'none',
566 "form.migration.compression.gzip" => 'gzip',
567 "form.migration.compression.bzip" => 'bzip',
568
569 // miscellaneous strings
570 "forward.tocsvfile" => 'ekspordi andmed .csv faili',
571 "forward.toxmlfile" => 'ekspordi andmed .xml faili',
572 "forward.geninvoice" => 'loo arve',
573 );