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