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