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