b1fd053cf270ff6baca4cd57375b37435f634886
[timetracker.git] / WEB-INF / resources / sl.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 = 'Slovenščina';
35 $i18n_months = array('Januar', 'Februar', 'Marec', 'April', 'Maj', 'Junij', 'Julij', 'Avgust', 'September', 'Oktober', 'November', 'December');
36 $i18n_weekdays = array('Nedelja', 'Ponedeljek', 'Torek', 'Sreda', 'Četrtek', 'Petek', 'Sobota');
37 $i18n_weekdays_short = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '01/02', '02/08', '04/12', '04/13', '04/27', '05/01', '05/02', '06/25', '10/31', '11/01', '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' => 'Prijava',
46 'menu.logout' => 'Odjava',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Pomoč',
50 // TODO: translate the following.
51 // 'menu.create_team' => 'Create Team',
52 'menu.profile' => 'Profil',
53 // TODO: translate the following.
54 // 'menu.time' => 'Time',
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Poročila',
57 // TODO: translate the following.
58 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projekti',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 'menu.teams' => 'Timi',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Stranke',
67 'menu.options' => 'Možnosti',
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' => 'Database error.',
82 // 'error.field' => 'Incorrect "{0}" data.',
83 // 'error.empty' => 'Field "{0}" is empty.',
84 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 // 'error.project' => 'Select project.',
87 // 'error.task' => 'Select task.',
88 // 'error.client' => 'Select client.',
89 // 'error.report' => 'Select report.',
90 // 'error.record' => 'Select record.',
91 // 'error.auth' => 'Incorrect login or password.',
92 // 'error.user_exists' => 'User with this login already exists.',
93 // 'error.object_exists' => 'Object with this name already exists.',
94 // 'error.project_exists' => 'Project with this name already exists.',
95 // 'error.task_exists' => 'Task with this name already exists.',
96 // 'error.client_exists' => 'Client with this name already exists.',
97 // 'error.invoice_exists' => 'Invoice with this number already exists.',
98 // 'error.role_exists' => 'Role with this rank already exists.',
99 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
100 // 'error.no_login' => 'No user with this login.',
101 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
102 // 'error.upload' => 'File upload error.',
103 // 'error.range_locked' => 'Date range is locked.',
104 // 'error.mail_send' => 'Error sending mail.',
105 // 'error.no_email' => 'No email associated with this login.',
106 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
107 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
108 // 'error.overlap' => 'Time interval overlaps with existing records.',
109 // 'error.future_date' => 'Date is in future.',
110
111 // Labels for buttons.
112 'button.login' => 'Prijava',
113 'button.now' => 'Zdaj',
114 'button.save' => 'Shrani',
115 // TODO: translate the following.
116 // 'button.copy' => 'Copy',
117 'button.cancel' => 'Prekliči',
118 'button.submit' => 'Potrdi',
119 'button.add' => 'Dodaj',
120 'button.delete' => 'Izbriši',
121 'button.generate' => 'Ustvari',
122 // TODO: translate the following.
123 // 'button.reset_password' => 'Reset password',
124 'button.send' => 'Pošlji',
125 'button.send_by_email' => 'Pošlji preko elektronske pošte',
126 'button.create_team' => 'Ustvari tim',
127 'button.export' => 'Izvozi tim',
128 'button.import' => 'Uvozi tim',
129 // TODO: translate the following.
130 // 'button.close' => 'Close',
131 // 'button.stop' => 'Stop',
132
133 // Labels for controls on forms. Labels in this section are used on multiple forms.
134 // TODO: translate the following.
135 // 'label.team_name' => 'Team name',
136 // 'label.address' => 'Address',
137 // 'label.currency' => 'Currency',
138 // 'label.manager_name' => 'Manager name',
139 // 'label.manager_login' => 'Manager login',
140 'label.person_name' => 'Ime',
141 'label.thing_name' => 'Ime',
142 // TODO: translate the following.
143 // 'label.login' => 'Login',
144 'label.password' => 'Geslo',
145 // TODO: translate the following.
146 // 'label.confirm_password' => 'Confirm password',
147 'label.email' => 'Email',
148 'label.cc' => 'Cc',
149 // TODO: translate the following.
150 // 'label.bcc' => 'Bcc',
151 'label.subject' => 'Predmet',
152 // TODO: translate the following.
153 // 'label.date' => 'Date',
154 // 'label.start_date' => 'Start date',
155 // 'label.end_date' => 'End date',
156 // 'label.user' => 'User',
157 // 'label.users' => 'Users',
158 // 'label.roles' => 'Roles',
159 // 'label.client' => 'Client',
160 // 'label.clients' => 'Clients',
161 // 'label.option' => 'Option',
162 // 'label.invoice' => 'Invoice',
163 'label.project' => 'Projekt',
164 'label.projects' => 'Projekti',
165 // TODO: translate the following.
166 // 'label.task' => 'Task',
167 // 'label.tasks' => 'Tasks',
168 // 'label.description' => 'Description',
169 // 'label.start' => 'Start',
170 // 'label.finish' => 'Finish',
171 // 'label.duration' => 'Duration',
172 // 'label.note' => 'Note',
173 // 'label.notes' => 'Notes',
174 // 'label.item' => 'Item',
175 // 'label.cost' => 'Cost',
176 // 'label.day_total' => 'Day total',
177 // 'label.week_total' => 'Week total',
178 // 'label.month_total' => 'Month total',
179 // 'label.today' => 'Today',
180 // 'label.view' => 'View',
181 'label.edit' => 'Uredi',
182 'label.delete' => 'Izbriši',
183 // TODO: translate the following.
184 // 'label.configure' => 'Configure',
185 // 'label.select_all' => 'Select all',
186 // 'label.select_none' => 'Deselect all',
187 // 'label.day_view' => 'Day view',
188 // 'label.week_view' => 'Week view',
189 // 'label.id' => 'ID',
190 // 'label.language' => 'Language',
191 // 'label.decimal_mark' => 'Decimal mark',
192 // 'label.date_format' => 'Date format',
193 // 'label.time_format' => 'Time format',
194 // 'label.week_start' => 'First day of week',
195 'label.comment' => 'Komentar',
196 // TODO: translate the following.
197 // 'label.status' => 'Status',
198 // 'label.tax' => 'Tax',
199 // 'label.subtotal' => 'Subtotal',
200 'label.total' => 'Total',
201 // TODO: translate the following.
202 // 'label.client_name' => 'Client name',
203 // 'label.client_address' => 'Client address',
204 // 'label.or' => 'or',
205 // 'label.error' => 'Error',
206 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
207 // 'label.required_fields' => '* - required fields',
208 // 'label.on_behalf' => 'on behalf of',
209 // 'label.role_manager' => '(manager)',
210 // 'label.role_comanager' => '(co-manager)',
211 // 'label.role_admin' => '(administrator)',
212 // 'label.page' => 'Page',
213 // 'label.condition' => 'Condition',
214 // 'label.yes' => 'yes',
215 // 'label.no' => 'no',
216 // Labels for plugins (extensions to Time Tracker that provide additional features).
217 // TODO: translate the following.
218 // 'label.custom_fields' => 'Custom fields',
219 // 'label.monthly_quotas' => 'Monthly quotas',
220 // 'label.type' => 'Type',
221 // 'label.type_dropdown' => 'dropdown',
222 // 'label.type_text' => 'text',
223 // 'label.required' => 'Required',
224 // 'label.fav_report' => 'Favorite report',
225 // 'label.schedule' => 'Schedule',
226 // 'label.what_is_it' => 'What is it?',
227 // 'label.expense' => 'Expense',
228 // 'label.quantity' => 'Quantity',
229 // 'label.paid_status' => 'Paid status',
230 // 'label.paid' => 'Paid',
231 // 'label.mark_paid' => 'Mark paid',
232 // 'label.week_note' => 'Week note',
233 // 'label.week_list' => 'Week list',
234
235 // Form titles.
236 'title.login' => 'Prijava',
237 'title.teams' => 'Timi',
238 // TODO: translate the following.
239 // 'title.create_team' => 'Creating Team',
240 // 'title.edit_team' => 'Editing Team',
241 // 'title.delete_team' => 'Deleting Team',
242 'title.reset_password' => 'Razveljavi geslo',
243 // TODO: translate the following.
244 // 'title.change_password' => 'Changing Password',
245 // 'title.time' => 'Time',
246 // 'title.edit_time_record' => 'Editing Time Record',
247 // 'title.delete_time_record' => 'Deleting Time Record',
248 // 'title.expenses' => 'Expenses',
249 // 'title.edit_expense' => 'Editing Expense Item',
250 // 'title.delete_expense' => 'Deleting Expense Item',
251 // 'title.predefined_expenses' => 'Predefined Expenses',
252 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
253 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
254 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
255 // 'title.reports' => 'Reports',
256 // 'title.report' => 'Report',
257 // 'title.send_report' => 'Sending Report',
258 // 'title.invoice' => 'Invoice',
259 // 'title.send_invoice' => 'Sending Invoice',
260 // 'title.charts' => 'Charts',
261 'title.projects' => 'Projekti',
262 'title.add_project' => 'Dodajanje projekta',
263 'title.edit_project' => 'Urejanje projekta',
264 'title.delete_project' => 'Brisanje projekta',
265 // TODO: translate the following.
266 // 'title.tasks' => 'Tasks',
267 // 'title.add_task' => 'Adding Task',
268 // 'title.edit_task' => 'Editing Task',
269 // 'title.delete_task' => 'Deleting Task',
270 // 'title.users' => 'Users',
271 // 'title.add_user' => 'Adding User',
272 // 'title.edit_user' => 'Editing User',
273 // 'title.delete_user' => 'Deleting User',
274 // 'title.roles' => 'Roles',
275 // 'title.add_role' => 'Adding Role',
276 // 'title.edit_role' => 'Editing Role',
277 // 'title.delete_role' => 'Deleting Role',
278 // 'title.clients' => 'Clients',
279 // 'title.add_client' => 'Adding Client',
280 // 'title.edit_client' => 'Editing Client',
281 // 'title.delete_client' => 'Deleting Client',
282 // 'title.invoices' => 'Invoices',
283 // 'title.add_invoice' => 'Adding Invoice',
284 // 'title.view_invoice' => 'Viewing Invoice',
285 // 'title.delete_invoice' => 'Deleting Invoice',
286 // 'title.notifications' => 'Notifications',
287 // 'title.add_notification' => 'Adding Notification',
288 // 'title.edit_notification' => 'Editing Notification',
289 // 'title.delete_notification' => 'Deleting Notification',
290 // 'title.monthly_quotas' => 'Monthly Quotas',
291 // 'title.export' => 'Exporting Team Data',
292 // 'title.import' => 'Importing Team Data',
293 // 'title.options' => 'Options',
294 'title.profile' => 'Profil',
295 // TODO: translate the following.
296 // 'title.cf_custom_fields' => 'Custom Fields',
297 // 'title.cf_add_custom_field' => 'Adding Custom Field',
298 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
299 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
300 // 'title.cf_dropdown_options' => 'Dropdown Options',
301 // 'title.cf_add_dropdown_option' => 'Adding Option',
302 // 'title.cf_edit_dropdown_option' => 'Editing Option',
303 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
304 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
305 // It is also a name for the Locking plugin on the Team profile page.
306 // 'title.locking' => 'Locking',
307 // 'title.week_view' => 'Week View',
308
309 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
310 // Strings that are used in a single form must go to the specific form section.
311 // TODO: translate the following.
312 // 'dropdown.all' => '--- all ---',
313 // 'dropdown.no' => '--- no ---',
314 // 'dropdown.current_day' => 'today',
315 // 'dropdown.previous_day' => 'yesterday',
316 // 'dropdown.selected_day' => 'day',
317 // 'dropdown.current_week' => 'this week',
318 // 'dropdown.previous_week' => 'previous week',
319 // 'dropdown.selected_week' => 'week',
320 // 'dropdown.current_month' => 'this month',
321 // 'dropdown.previous_month' => 'previous month',
322 // 'dropdown.selected_month' => 'month',
323 // 'dropdown.current_year' => 'this year',
324 // 'dropdown.previous_year' => 'previous year',
325 // 'dropdown.selected_year' => 'year',
326 // 'dropdown.all_time' => 'all time',
327 'dropdown.projects' => 'projekti',
328 // TODO: translate the following.
329 // 'dropdown.tasks' => 'tasks',
330 // 'dropdown.clients' => 'clients',
331 // 'dropdown.select' => '--- select ---',
332 // 'dropdown.select_invoice' => '--- select invoice ---',
333 // 'dropdown.status_active' => 'active',
334 // 'dropdown.status_inactive' => 'inactive',
335 // 'dropdown.delete' => 'delete',
336 // 'dropdown.do_not_delete' => 'do not delete',
337 // 'dropdown.paid' => 'paid',
338 // 'dropdown.not_paid' => 'not paid',
339
340 // Login form. See example at https://timetracker.anuko.com/login.php.
341 // TODO: translate the following.
342 // 'form.login.forgot_password' => 'Forgot password?',
343 // '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.',
344
345 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
346 'form.reset_password.message' => 'Zahteva za razveljavitev gesla je bila poslana.', // TODO: add "by email" to match the English string.
347 'form.reset_password.email_subject' => 'Anuko Time Tracker zahteva za razveljavitev gesla',
348 // TODO: translate the ending of this string properly.
349 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
350 // '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",
351 // "IP %s" probably sounds awkward.
352 'form.reset_password.email_body' => "Spoštovani uporabnik,\n\nNekdo, IP %s, je zahteval razveljavitev vašega Anuko Time Tracker gesla. Prosimo obiščite to povezavo, če želite razveljaviti vaše geslo.\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",
353
354 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
355 // TODO: translate the following.
356 // 'form.change_password.tip' => 'Type new password and click on Save.',
357
358 // Time form. See example at https://timetracker.anuko.com/time.php.
359 // TODO: translate the following.
360 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
361 // 'form.time.billable' => 'Billable',
362 // 'form.time.uncompleted' => 'Uncompleted',
363 // 'form.time.remaining_quota' => 'Remaining quota',
364 // 'form.time.over_quota' => 'Over quota',
365
366 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
367 // TODO: translate the following.
368 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
369
370 // Week view form. See example at https://timetracker.anuko.com/week.php.
371 // TODO: translate the following.
372 // 'form.week.new_entry' => 'New entry',
373
374 // Reports form. See example at https://timetracker.anuko.com/reports.php
375 // TODO: translate the following.
376 // 'form.reports.save_as_favorite' => 'Save as favorite',
377 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
378 // 'form.reports.include_billable' => 'billable',
379 // 'form.reports.include_not_billable' => 'not billable',
380 // 'form.reports.include_invoiced' => 'invoiced',
381 // 'form.reports.include_not_invoiced' => 'not invoiced',
382 // 'form.reports.select_period' => 'Select time period',
383 // 'form.reports.set_period' => 'or set dates',
384 // 'form.reports.show_fields' => 'Show fields',
385 // 'form.reports.group_by' => 'Group by',
386 // 'form.reports.group_by_no' => '--- no grouping ---',
387 // 'form.reports.group_by_date' => 'date',
388 // 'form.reports.group_by_user' => 'user',
389 // 'form.reports.group_by_client' => 'client',
390 'form.reports.group_by_project' => 'projekt',
391 // TODO: translate the following.
392 // 'form.reports.group_by_task' => 'task',
393 // 'form.reports.totals_only' => 'Totals only',
394
395 // Report form. See example at https://timetracker.anuko.com/report.php
396 // (after generating a report at https://timetracker.anuko.com/reports.php).
397 // TODO: translate the following.
398 // 'form.report.export' => 'Export',
399 // 'form.report.assign_to_invoice' => 'Assign to invoice',
400
401 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
402 // (you can get to this form after generating a report).
403 // TODO: translate the following.
404 // 'form.invoice.number' => 'Invoice number',
405 // 'form.invoice.person' => 'Person',
406
407 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
408 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
409 // 'form.invoice.invoice_entries' => 'Invoice entries',
410 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
411
412 // Charts form. See example at https://timetracker.anuko.com/charts.php
413 // TODO: translate the following.
414 // 'form.charts.interval' => 'Interval',
415 // 'form.charts.chart' => 'Chart',
416
417 // Projects form. See example at https://timetracker.anuko.com/projects.php
418 // TODO: translate the following.
419 // 'form.projects.active_projects' => 'Active Projects',
420 // 'form.projects.inactive_projects' => 'Inactive Projects',
421
422 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
423 // TODO: translate the following.
424 // 'form.tasks.active_tasks' => 'Active Tasks',
425 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
426
427 // Users form. See example at https://timetracker.anuko.com/users.php
428 // TODO: translate the following.
429 // 'form.users.active_users' => 'Active Users',
430 // 'form.users.inactive_users' => 'Inactive Users',
431 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
432 // 'form.users.role' => 'Role',
433 // 'form.users.manager' => 'Manager',
434 // 'form.users.comanager' => 'Co-manager',
435 // 'form.users.rate' => 'Rate',
436 // 'form.users.default_rate' => 'Default hourly rate',
437
438 // Roles form. See example at https://timetracker.anuko.com/roles.php
439 // TODO: translate the following.
440 // 'form.roles.active_roles' => 'Active Roles',
441 // 'form.roles.inactive_roles' => 'Inactive Roles',
442 // 'form.roles.rank' => 'Rank',
443 // 'form.roles.rights' => 'Rights',
444 // 'form.roles.assigned' => 'Assigned',
445 // 'form.roles.not_assigned' => 'Not assigned',
446
447 // Clients form. See example at https://timetracker.anuko.com/clients.php
448 // TODO: translate the following.
449 // 'form.clients.active_clients' => 'Active Clients',
450 // 'form.clients.inactive_clients' => 'Inactive Clients',
451
452 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
453 // TODO: translate the following.
454 // 'form.client.client_to_delete' => 'Client to delete',
455 // 'form.client.client_entries' => 'Client entries',
456
457 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
458 // TODO: translate the following.
459 // '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.',
460 // 'form.export.compression' => 'Compression',
461 // 'form.export.compression_none' => 'none',
462 // 'form.export.compression_bzip' => 'bzip',
463
464 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
465 // TODO: translate the following.
466 // 'form.import.hint' => 'Import team data from an xml file.',
467 // 'form.import.file' => 'Select file',
468 // 'form.import.success' => 'Import completed successfully.',
469
470 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
471 // TODO: translate the following.
472 // '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).',
473
474 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
475 // TODO: translate the following.
476 // 'form.profile.12_hours' => '12 hours',
477 // 'form.profile.24_hours' => '24 hours',
478 // 'form.profile.show_holidays' => 'Show holidays',
479 // 'form.profile.tracking_mode' => 'Tracking mode',
480 // 'form.profile.mode_time' => 'time',
481 // 'form.profile.mode_projects' => 'projects',
482 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
483 // 'form.profile.record_type' => 'Record type',
484 // 'form.profile.type_all' => 'all',
485 // 'form.profile.type_start_finish' => 'start and finish',
486 // 'form.profile.type_duration' => 'duration',
487 // 'form.profile.punch_mode' => 'Punch mode',
488 // 'form.profile.allow_overlap' => 'Allow overlap',
489 // 'form.profile.future_entries' => 'Future entries',
490 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
491 // 'form.profile.plugins' => 'Plugins',
492
493 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
494 'form.mail.from' => 'Od',
495 'form.mail.to' => 'Za',
496 // TODO: translate the following.
497 // 'form.mail.report_subject' => 'Time Tracker Report',
498 // '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.',
499 // 'form.mail.report_sent' => 'Report sent.',
500 // 'form.mail.invoice_sent' => 'Invoice sent.',
501
502 // Quotas configuration form.
503 // TODO: translate the following.
504 // 'form.quota.year' => 'Year',
505 // 'form.quota.month' => 'Month',
506 // 'form.quota.quota' => 'Quota',
507 // 'form.quota.workday_hours' => 'Hours in work day',
508 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
509
510 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
511 // TODO: translate the following.
512 // 'role.user.label' => 'User',
513 // 'role.user.low_case_label' => 'user',
514 // 'role.user.description' => 'A regular member without management rights.',
515 // 'role.client.label' => 'Client',
516 // 'role.client.low_case_label' => 'client',
517 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
518 // 'role.supervisor.label' => 'Supervisor',
519 // 'role.supervisor.low_case_label' => 'supervisor',
520 // 'role.supervisor.description' => 'A person with a small set of management rights.',
521 // 'role.comanager.label' => 'Co-manager',
522 // 'role.comanager.low_case_label' => 'co-manager',
523 // 'role.comanager.description' => 'A person with a big set of management functions.',
524 // 'role.manager.label' => 'Manager',
525 // 'role.manager.low_case_label' => 'manager',
526 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
527 // 'role.top_manager.label' => 'Top manager',
528 // 'role.top_manager.low_case_label' => 'top manager',
529 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
530 // 'role.admin.label' => 'Administrator',
531 // 'role.admin.low_case_label' => 'administrator',
532 // 'role.admin.description' => 'Site adminsitrator.',
533 );