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