Introduced a generic warning in translation files.
[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.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_groups' => 'Your database is empty. Login as admin and create a new group.',
102 // 'error.upload' => 'File upload error.',
103 // 'error.range_locked' => 'Date range is locked.',
104 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
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 // 'error.xml' => 'Error in XML file at line %d: %s.',
111 // 'error.cannot_import' => 'Cannot import: %s.',
112 // 'error.format' => 'Invalid file format.',
113
114 // Warning messages.
115 // TODO: translate the following.
116 // 'warn.sure' => 'Are you sure?',
117
118 // Success messages.
119 // TODO: translate the following.
120 // 'msg.success' => 'Operation completed successfully.',
121
122 // Labels for buttons.
123 'button.login' => 'Prijava',
124 'button.now' => 'Zdaj',
125 'button.save' => 'Shrani',
126 // TODO: translate the following.
127 // 'button.copy' => 'Copy',
128 'button.cancel' => 'Prekliči',
129 'button.submit' => 'Potrdi',
130 'button.add' => 'Dodaj',
131 'button.delete' => 'Izbriši',
132 'button.generate' => 'Ustvari',
133 // TODO: translate the following.
134 // 'button.reset_password' => 'Reset password',
135 'button.send' => 'Pošlji',
136 'button.send_by_email' => 'Pošlji preko elektronske pošte',
137 'button.create_group' => 'Ustvari tim', // TODO: replace "team" with "group".
138 'button.export' => 'Izvozi tim', // TODO: replace "team" with "group".
139 'button.import' => 'Uvozi tim', // TODO: replace "team" with "group".
140 // TODO: translate the following.
141 // 'button.close' => 'Close',
142 // 'button.stop' => 'Stop',
143
144 // Labels for controls on forms. Labels in this section are used on multiple forms.
145 // TODO: translate the following.
146 // 'label.group_name' => 'Group name',
147 // 'label.address' => 'Address',
148 // 'label.currency' => 'Currency',
149 // 'label.manager_name' => 'Manager name',
150 // 'label.manager_login' => 'Manager login',
151 'label.person_name' => 'Ime',
152 'label.thing_name' => 'Ime',
153 // TODO: translate the following.
154 // 'label.login' => 'Login',
155 'label.password' => 'Geslo',
156 // TODO: translate the following.
157 // 'label.confirm_password' => 'Confirm password',
158 'label.email' => 'Email',
159 'label.cc' => 'Cc',
160 // TODO: translate the following.
161 // 'label.bcc' => 'Bcc',
162 'label.subject' => 'Predmet',
163 // TODO: translate the following.
164 // 'label.date' => 'Date',
165 // 'label.start_date' => 'Start date',
166 // 'label.end_date' => 'End date',
167 // 'label.user' => 'User',
168 // 'label.users' => 'Users',
169 // 'label.group' => 'Group',
170 // 'label.subgroups' => 'Subgroups',
171 // 'label.roles' => 'Roles',
172 // 'label.client' => 'Client',
173 // 'label.clients' => 'Clients',
174 // 'label.option' => 'Option',
175 // 'label.invoice' => 'Invoice',
176 'label.project' => 'Projekt',
177 'label.projects' => 'Projekti',
178 // TODO: translate the following.
179 // 'label.task' => 'Task',
180 // 'label.tasks' => 'Tasks',
181 // 'label.description' => 'Description',
182 // 'label.start' => 'Start',
183 // 'label.finish' => 'Finish',
184 // 'label.duration' => 'Duration',
185 // 'label.note' => 'Note',
186 // 'label.notes' => 'Notes',
187 // 'label.item' => 'Item',
188 // 'label.cost' => 'Cost',
189 // 'label.ip' => 'IP',
190 // 'label.day_total' => 'Day total',
191 // 'label.week_total' => 'Week total',
192 // 'label.month_total' => 'Month total',
193 // 'label.today' => 'Today',
194 // 'label.view' => 'View',
195 'label.edit' => 'Uredi',
196 'label.delete' => 'Izbriši',
197 // TODO: translate the following.
198 // 'label.configure' => 'Configure',
199 // 'label.select_all' => 'Select all',
200 // 'label.select_none' => 'Deselect all',
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' => 'Komentar',
210 // TODO: translate the following.
211 // 'label.status' => 'Status',
212 // 'label.tax' => 'Tax',
213 // 'label.subtotal' => 'Subtotal',
214 'label.total' => 'Total',
215 // TODO: translate the following.
216 // 'label.client_name' => 'Client name',
217 // 'label.client_address' => 'Client address',
218 // 'label.or' => 'or',
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' => '* - required fields',
222 // 'label.on_behalf' => 'on behalf of',
223 // 'label.role_manager' => '(manager)',
224 // 'label.role_comanager' => '(co-manager)',
225 // 'label.role_admin' => '(administrator)',
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 // TODO: translate the following.
232 // 'label.custom_fields' => 'Custom fields',
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 // 'label.type' => 'Type',
235 // 'label.type_dropdown' => 'dropdown',
236 // 'label.type_text' => 'text',
237 // 'label.required' => 'Required',
238 // 'label.fav_report' => 'Favorite report',
239 // 'label.schedule' => 'Schedule',
240 // 'label.what_is_it' => 'What is it?',
241 // 'label.expense' => 'Expense',
242 // 'label.quantity' => 'Quantity',
243 // 'label.paid_status' => 'Paid status',
244 // 'label.paid' => 'Paid',
245 // 'label.mark_paid' => 'Mark paid',
246 // 'label.week_note' => 'Week note',
247 // 'label.week_list' => 'Week list',
248 // 'label.work_units' => 'Work units',
249 // 'label.work_units_short' => 'Units',
250 // 'label.totals_only' => 'Totals only',
251
252 // Form titles.
253 // TODO: Translate the following.
254 // 'title.error' => 'Error',
255 // 'title.success' => 'Success',
256 'title.login' => 'Prijava',
257 'title.groups' => 'Timi', // TODO: change "teams" to "groups".
258 // TODO: translate the following.
259 // 'title.subgroups' => 'Subgroups',
260 // 'title.add_group' => 'Adding Group',
261 // 'title.edit_group' => 'Editing Group',
262 // 'title.delete_group' => 'Deleting Group',
263 'title.reset_password' => 'Razveljavi geslo',
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' => 'Reports',
277 // 'title.report' => 'Report',
278 // 'title.send_report' => 'Sending Report',
279 // 'title.invoice' => 'Invoice',
280 // 'title.send_invoice' => 'Sending Invoice',
281 // 'title.charts' => 'Charts',
282 'title.projects' => 'Projekti',
283 'title.add_project' => 'Dodajanje projekta',
284 'title.edit_project' => 'Urejanje projekta',
285 'title.delete_project' => 'Brisanje projekta',
286 // TODO: translate the following.
287 // 'title.tasks' => 'Tasks',
288 // 'title.add_task' => 'Adding Task',
289 // 'title.edit_task' => 'Editing Task',
290 // 'title.delete_task' => 'Deleting Task',
291 // 'title.users' => 'Users',
292 // 'title.add_user' => 'Adding User',
293 // 'title.edit_user' => 'Editing User',
294 // 'title.delete_user' => 'Deleting User',
295 // 'title.roles' => 'Roles',
296 // 'title.add_role' => 'Adding Role',
297 // 'title.edit_role' => 'Editing Role',
298 // 'title.delete_role' => 'Deleting Role',
299 // 'title.clients' => 'Clients',
300 // 'title.add_client' => 'Adding Client',
301 // 'title.edit_client' => 'Editing Client',
302 // 'title.delete_client' => 'Deleting Client',
303 // 'title.invoices' => 'Invoices',
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 Group Data',
313 // 'title.import' => 'Importing Group Data',
314 // 'title.options' => 'Options',
315 'title.profile' => 'Profil',
316 // TODO: translate the following.
317 // 'title.plugins' => 'Plugins',
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 group settings page.
328 // 'title.locking' => 'Locking',
329 // 'title.week_view' => 'Week View',
330 // 'title.swap_roles' => 'Swapping Roles',
331 // 'title.work_units' => 'Work Units',
332
333 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
334 // Strings that are used in a single form must go to the specific form section.
335 // TODO: translate the following.
336 // 'dropdown.all' => '--- all ---',
337 // 'dropdown.no' => '--- no ---',
338 // 'dropdown.current_day' => 'today',
339 // 'dropdown.previous_day' => 'yesterday',
340 // 'dropdown.selected_day' => 'day',
341 // 'dropdown.current_week' => 'this week',
342 // 'dropdown.previous_week' => 'previous week',
343 // 'dropdown.selected_week' => 'week',
344 // 'dropdown.current_month' => 'this month',
345 // 'dropdown.previous_month' => 'previous month',
346 // 'dropdown.selected_month' => 'month',
347 // 'dropdown.current_year' => 'this year',
348 // 'dropdown.previous_year' => 'previous year',
349 // 'dropdown.selected_year' => 'year',
350 // 'dropdown.all_time' => 'all time',
351 'dropdown.projects' => 'projekti',
352 // TODO: translate the following.
353 // 'dropdown.tasks' => 'tasks',
354 // 'dropdown.clients' => 'clients',
355 // 'dropdown.select' => '--- select ---',
356 // 'dropdown.select_invoice' => '--- select invoice ---',
357 // 'dropdown.status_active' => 'active',
358 // 'dropdown.status_inactive' => 'inactive',
359 // 'dropdown.delete' => 'delete',
360 // 'dropdown.do_not_delete' => 'do not delete',
361 // 'dropdown.paid' => 'paid',
362 // 'dropdown.not_paid' => 'not paid',
363
364 // Login form. See example at https://timetracker.anuko.com/login.php.
365 // TODO: translate the following.
366 // 'form.login.forgot_password' => 'Forgot password?',
367 // '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.',
368
369 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
370 'form.reset_password.message' => 'Zahteva za razveljavitev gesla je bila poslana.', // TODO: add "by email" to match the English string.
371 'form.reset_password.email_subject' => 'Anuko Time Tracker zahteva za razveljavitev gesla',
372 // TODO: translate the ending of this string properly.
373 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
374 // '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",
375 // "IP %s" probably sounds awkward.
376 '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",
377
378 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
379 // TODO: translate the following.
380 // 'form.change_password.tip' => 'Type new password and click on Save.',
381
382 // Time form. See example at https://timetracker.anuko.com/time.php.
383 // TODO: translate the following.
384 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
385 // 'form.time.billable' => 'Billable',
386 // 'form.time.uncompleted' => 'Uncompleted',
387 // 'form.time.remaining_quota' => 'Remaining quota',
388 // 'form.time.over_quota' => 'Over quota',
389
390 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
391 // TODO: translate the following.
392 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
393
394 // Week view form. See example at https://timetracker.anuko.com/week.php.
395 // TODO: translate the following.
396 // 'form.week.new_entry' => 'New entry',
397
398 // Reports form. See example at https://timetracker.anuko.com/reports.php
399 // TODO: translate the following.
400 // 'form.reports.save_as_favorite' => 'Save as favorite',
401 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
402 // 'form.reports.include_billable' => 'billable',
403 // 'form.reports.include_not_billable' => 'not billable',
404 // 'form.reports.include_invoiced' => 'invoiced',
405 // 'form.reports.include_not_invoiced' => 'not invoiced',
406 // 'form.reports.select_period' => 'Select time period',
407 // 'form.reports.set_period' => 'or set dates',
408 // 'form.reports.show_fields' => 'Show fields',
409 // 'form.reports.group_by' => 'Group by',
410 // 'form.reports.group_by_no' => '--- no grouping ---',
411 // 'form.reports.group_by_date' => 'date',
412 // 'form.reports.group_by_user' => 'user',
413 // 'form.reports.group_by_client' => 'client',
414 'form.reports.group_by_project' => 'projekt',
415 // TODO: translate the following.
416 // 'form.reports.group_by_task' => 'task',
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
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 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
462 // TODO: translate the following.
463 // 'form.user_edit.swap_roles' => 'Swap roles',
464
465 // Roles form. See example at https://timetracker.anuko.com/roles.php
466 // TODO: translate the following.
467 // 'form.roles.active_roles' => 'Active Roles',
468 // 'form.roles.inactive_roles' => 'Inactive Roles',
469 // 'form.roles.rank' => 'Rank',
470 // 'form.roles.rights' => 'Rights',
471 // 'form.roles.assigned' => 'Assigned',
472 // 'form.roles.not_assigned' => 'Not assigned',
473
474 // Clients form. See example at https://timetracker.anuko.com/clients.php
475 // TODO: translate the following.
476 // 'form.clients.active_clients' => 'Active Clients',
477 // 'form.clients.inactive_clients' => 'Inactive Clients',
478
479 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
480 // TODO: translate the following.
481 // 'form.client.client_to_delete' => 'Client to delete',
482 // 'form.client.client_entries' => 'Client entries',
483
484 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
485 // TODO: translate the following.
486 // '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.',
487 // 'form.export.compression' => 'Compression',
488 // 'form.export.compression_none' => 'none',
489 // 'form.export.compression_bzip' => 'bzip',
490
491 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
492 // TODO: translate the following.
493 // 'form.import.hint' => 'Import group data from an xml file.',
494 // 'form.import.file' => 'Select file',
495 // 'form.import.success' => 'Import completed successfully.',
496
497 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
498 // TODO: translate the following.
499 // '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).',
500
501 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
502 // TODO: translate the following.
503 // 'form.group_edit.12_hours' => '12 hours',
504 // 'form.group_edit.24_hours' => '24 hours',
505 // 'form.group_edit.show_holidays' => 'Show holidays',
506 // 'form.group_edit.tracking_mode' => 'Tracking mode',
507 // 'form.group_edit.mode_time' => 'time',
508 // 'form.group_edit.mode_projects' => 'projects',
509 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
510 // 'form.group_edit.record_type' => 'Record type',
511 // 'form.group_edit.type_all' => 'all',
512 // 'form.group_edit.type_start_finish' => 'start and finish',
513 // 'form.group_edit.type_duration' => 'duration',
514 // 'form.group_edit.punch_mode' => 'Punch mode',
515 // 'form.group_edit.allow_overlap' => 'Allow overlap',
516 // 'form.group_edit.future_entries' => 'Future entries',
517 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
518 // 'form.group_edit.allow_ip' => 'Allow IP',
519
520 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
521 // TODO: translate the following.
522 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
523
524 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
525 'form.mail.from' => 'Od',
526 'form.mail.to' => 'Za',
527 // TODO: translate the following.
528 // 'form.mail.report_subject' => 'Time Tracker Report',
529 // '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.',
530 // 'form.mail.report_sent' => 'Report sent.',
531 // 'form.mail.invoice_sent' => 'Invoice sent.',
532
533 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
534 // TODO: translate the following.
535 // 'form.quota.year' => 'Year',
536 // 'form.quota.month' => 'Month',
537 // 'form.quota.quota' => 'Quota',
538 // 'form.quota.workday_hours' => 'Hours in work day',
539 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
540
541 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
542 // TODO: translate the following.
543 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
544 // 'form.swap.swap_with' => 'Swap roles with',
545
546 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
547 // TODO: translate the following.
548 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
549 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
550
551 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
552 // TODO: translate the following.
553 // 'role.user.label' => 'User',
554 // 'role.user.low_case_label' => 'user',
555 // 'role.user.description' => 'A regular member without management rights.',
556 // 'role.client.label' => 'Client',
557 // 'role.client.low_case_label' => 'client',
558 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
559 // 'role.supervisor.label' => 'Supervisor',
560 // 'role.supervisor.low_case_label' => 'supervisor',
561 // 'role.supervisor.description' => 'A person with a small set of management rights.',
562 // 'role.comanager.label' => 'Co-manager',
563 // 'role.comanager.low_case_label' => 'co-manager',
564 // 'role.comanager.description' => 'A person with a big set of management functions.',
565 // 'role.manager.label' => 'Manager',
566 // 'role.manager.low_case_label' => 'manager',
567 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
568 // 'role.top_manager.label' => 'Top manager',
569 // 'role.top_manager.low_case_label' => 'top manager',
570 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
571 // 'role.admin.label' => 'Administrator',
572 // 'role.admin.low_case_label' => 'administrator',
573 // 'role.admin.description' => 'Site adminsitrator.',
574 );