6aab8d2c615abdc6cfd7a0652ec17b320f00835e
[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.register' => 'Register',
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_menu' => 'Week menu',
254 // 'label.week_note' => 'Week note',
255 // 'label.week_list' => 'Week list',
256 // 'label.work_units' => 'Work units',
257 // 'label.work_units_short' => 'Units',
258 // 'label.totals_only' => 'Totals only',
259 // 'label.quota' => 'Quota',
260 // 'label.timesheet' => 'Timesheet',
261 // 'label.submitted' => 'Submitted',
262 // 'label.approved' => 'Approved',
263 // 'label.approval' => 'Report approval',
264 // 'label.mark_approved' => 'Mark approved',
265 // 'label.template' => 'Template',
266 // 'label.attachments' => 'Attachments',
267 // 'label.files' => 'Files',
268 // 'label.file' => 'File',
269 // 'label.image' => 'Image',
270 // 'label.download' => 'Download',
271 // 'label.active_users' => 'Active Users',
272 // 'label.inactive_users' => 'Inactive Users',
273
274 // Form titles.
275 // TODO: Translate the following.
276 // 'title.error' => 'Error',
277 // 'title.success' => 'Success',
278 'title.login' => 'Prijava',
279 'title.groups' => 'Timi', // TODO: change "teams" to "groups".
280 // TODO: translate the following.
281 // 'title.subgroups' => 'Subgroups',
282 // 'title.add_group' => 'Adding Group',
283 // 'title.edit_group' => 'Editing Group',
284 // 'title.delete_group' => 'Deleting Group',
285 'title.reset_password' => 'Razveljavi geslo',
286 // TODO: translate the following.
287 // 'title.change_password' => 'Changing Password',
288 // 'title.time' => 'Time',
289 // 'title.edit_time_record' => 'Editing Time Record',
290 // 'title.delete_time_record' => 'Deleting Time Record',
291 // 'title.time_files' => 'Time Record Files',
292 // 'title.expenses' => 'Expenses',
293 // 'title.edit_expense' => 'Editing Expense Item',
294 // 'title.delete_expense' => 'Deleting Expense Item',
295 // 'title.predefined_expenses' => 'Predefined Expenses',
296 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
297 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
298 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
299 // 'title.reports' => 'Reports',
300 // 'title.report' => 'Report',
301 // 'title.send_report' => 'Sending Report',
302 // 'title.timesheets' => 'Timesheets',
303 // 'title.timesheet' => 'Timesheet',
304 // 'title.timesheet_files' => 'Timesheet Files',
305 // 'title.invoice' => 'Invoice',
306 // 'title.send_invoice' => 'Sending Invoice',
307 // 'title.charts' => 'Charts',
308 'title.projects' => 'Projekti',
309 // TODO: translate the following.
310 // 'title.project_files' => 'Project Files',
311 'title.add_project' => 'Dodajanje projekta',
312 'title.edit_project' => 'Urejanje projekta',
313 'title.delete_project' => 'Brisanje projekta',
314 // TODO: translate the following.
315 // 'title.tasks' => 'Tasks',
316 // 'title.add_task' => 'Adding Task',
317 // 'title.edit_task' => 'Editing Task',
318 // 'title.delete_task' => 'Deleting Task',
319 // 'title.users' => 'Users',
320 // 'title.add_user' => 'Adding User',
321 // 'title.edit_user' => 'Editing User',
322 // 'title.delete_user' => 'Deleting User',
323 // 'title.roles' => 'Roles',
324 // 'title.add_role' => 'Adding Role',
325 // 'title.edit_role' => 'Editing Role',
326 // 'title.delete_role' => 'Deleting Role',
327 // 'title.clients' => 'Clients',
328 // 'title.add_client' => 'Adding Client',
329 // 'title.edit_client' => 'Editing Client',
330 // 'title.delete_client' => 'Deleting Client',
331 // 'title.invoices' => 'Invoices',
332 // 'title.add_invoice' => 'Adding Invoice',
333 // 'title.view_invoice' => 'Viewing Invoice',
334 // 'title.delete_invoice' => 'Deleting Invoice',
335 // 'title.notifications' => 'Notifications',
336 // 'title.add_notification' => 'Adding Notification',
337 // 'title.edit_notification' => 'Editing Notification',
338 // 'title.delete_notification' => 'Deleting Notification',
339 // 'title.add_timesheet' => 'Adding Timesheet',
340 // 'title.edit_timesheet' => 'Editing Timesheet',
341 // 'title.delete_timesheet' => 'Deleting Timesheet',
342 // 'title.monthly_quotas' => 'Monthly Quotas',
343 // 'title.export' => 'Exporting Group Data',
344 // 'title.import' => 'Importing Group Data',
345 // 'title.options' => 'Options',
346 // 'title.display_options' => 'Display Options',
347 'title.profile' => 'Profil',
348 // TODO: translate the following.
349 // 'title.plugins' => 'Plugins',
350 // 'title.cf_custom_fields' => 'Custom Fields',
351 // 'title.cf_add_custom_field' => 'Adding Custom Field',
352 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
353 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
354 // 'title.cf_dropdown_options' => 'Dropdown Options',
355 // 'title.cf_add_dropdown_option' => 'Adding Option',
356 // 'title.cf_edit_dropdown_option' => 'Editing Option',
357 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
358 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
359 // It is also a name for the Locking plugin on the group settings page.
360 // 'title.locking' => 'Locking',
361 // 'title.week_view' => 'Week View',
362 // 'title.swap_roles' => 'Swapping Roles',
363 // 'title.work_units' => 'Work Units',
364 // 'title.templates' => 'Templates',
365 // 'title.add_template' => 'Adding Template',
366 // 'title.edit_template' => 'Editing Template',
367 // 'title.delete_template' => 'Deleting Template',
368 // 'title.edit_file' => 'Editing File',
369 // 'title.delete_file' => 'Deleting File',
370 // 'title.download_file' => 'Downloading File',
371 // 'title.work' => 'Work',
372 // 'title.add_work' => 'Adding Work',
373 // 'title.edit_work' => 'Editing Work',
374 // 'title.delete_work' => 'Deleting Work',
375 // 'title.active_work' => 'Active Work', // Active work items this group outsources to other groups.
376 // 'title.inactive_work' => 'Inactive Work', // Inactive work items this group was outsourcing to other groups.
377
378 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
379 // Strings that are used in a single form must go to the specific form section.
380 // TODO: translate the following.
381 // 'dropdown.all' => '--- all ---',
382 // 'dropdown.no' => '--- no ---',
383 // 'dropdown.current_day' => 'today',
384 // 'dropdown.previous_day' => 'yesterday',
385 // 'dropdown.selected_day' => 'day',
386 // 'dropdown.current_week' => 'this week',
387 // 'dropdown.previous_week' => 'previous week',
388 // 'dropdown.selected_week' => 'week',
389 // 'dropdown.current_month' => 'this month',
390 // 'dropdown.previous_month' => 'previous month',
391 // 'dropdown.selected_month' => 'month',
392 // 'dropdown.current_year' => 'this year',
393 // 'dropdown.previous_year' => 'previous year',
394 // 'dropdown.selected_year' => 'year',
395 // 'dropdown.all_time' => 'all time',
396 'dropdown.projects' => 'projekti',
397 // TODO: translate the following.
398 // 'dropdown.tasks' => 'tasks',
399 // 'dropdown.clients' => 'clients',
400 // 'dropdown.select' => '--- select ---',
401 // 'dropdown.select_invoice' => '--- select invoice ---',
402 // 'dropdown.select_timesheet' => '--- select timesheet ---',
403 // 'dropdown.status_active' => 'active',
404 // 'dropdown.status_inactive' => 'inactive',
405 // 'dropdown.delete' => 'delete',
406 // 'dropdown.do_not_delete' => 'do not delete',
407 // 'dropdown.approved' => 'approved',
408 // 'dropdown.not_approved' => 'not approved',
409 // 'dropdown.paid' => 'paid',
410 // 'dropdown.not_paid' => 'not paid',
411
412 // Login form. See example at https://timetracker.anuko.com/login.php.
413 // TODO: translate the following.
414 // 'form.login.forgot_password' => 'Forgot password?',
415 // '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.',
416
417 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
418 'form.reset_password.message' => 'Zahteva za razveljavitev gesla je bila poslana.', // TODO: add "by email" to match the English string.
419 'form.reset_password.email_subject' => 'Anuko Time Tracker zahteva za razveljavitev gesla',
420 // TODO: translate the ending of this string properly.
421 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
422 // '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",
423 // "IP %s" probably sounds awkward.
424 '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",
425
426 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
427 // TODO: translate the following.
428 // 'form.change_password.tip' => 'Type new password and click on Save.',
429
430 // Time form. See example at https://timetracker.anuko.com/time.php.
431 // TODO: translate the following.
432 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
433 // 'form.time.billable' => 'Billable',
434 // 'form.time.uncompleted' => 'Uncompleted',
435 // 'form.time.remaining_quota' => 'Remaining quota',
436 // 'form.time.over_quota' => 'Over quota',
437 // 'form.time.remaining_balance' => 'Remaining balance',
438 // 'form.time.over_balance' => 'Over balance',
439
440 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
441 // TODO: translate the following.
442 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
443
444 // Week view form. See example at https://timetracker.anuko.com/week.php.
445 // TODO: translate the following.
446 // 'form.week.new_entry' => 'New entry',
447
448 // Reports form. See example at https://timetracker.anuko.com/reports.php
449 // TODO: translate the following.
450 // 'form.reports.save_as_favorite' => 'Save as favorite',
451 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
452 // 'form.reports.include_billable' => 'billable',
453 // 'form.reports.include_not_billable' => 'not billable',
454 // 'form.reports.include_invoiced' => 'invoiced',
455 // 'form.reports.include_not_invoiced' => 'not invoiced',
456 // 'form.reports.include_assigned' => 'assigned',
457 // 'form.reports.include_not_assigned' => 'not assigned',
458 // 'form.reports.include_pending' => 'pending',
459 // 'form.reports.select_period' => 'Select time period',
460 // 'form.reports.set_period' => 'or set dates',
461 // 'form.reports.show_fields' => 'Show fields',
462 // 'form.reports.group_by' => 'Group by',
463 // 'form.reports.group_by_no' => '--- no grouping ---',
464 // 'form.reports.group_by_date' => 'date',
465 // 'form.reports.group_by_user' => 'user',
466 // 'form.reports.group_by_client' => 'client',
467 'form.reports.group_by_project' => 'projekt',
468 // TODO: translate the following.
469 // 'form.reports.group_by_task' => 'task',
470
471 // Report form. See example at https://timetracker.anuko.com/report.php
472 // (after generating a report at https://timetracker.anuko.com/reports.php).
473 // TODO: translate the following.
474 // 'form.report.export' => 'Export',
475 // 'form.report.assign_to_invoice' => 'Assign to invoice',
476 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
477
478 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
479 // TODO: translate the following.
480 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
481 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
482
483 // Templates form. See example at https://timetracker.anuko.com/templates.php
484 // TODO: translate the following.
485 // 'form.templates.active_templates' => 'Active Templates',
486 // 'form.templates.inactive_templates' => 'Inactive Templates',
487
488 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
489 // (you can get to this form after generating a report).
490 // TODO: translate the following.
491 // 'form.invoice.number' => 'Invoice number',
492 // 'form.invoice.person' => 'Person',
493
494 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
495 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
496 // 'form.invoice.invoice_entries' => 'Invoice entries',
497 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
498
499 // Charts form. See example at https://timetracker.anuko.com/charts.php
500 // TODO: translate the following.
501 // 'form.charts.interval' => 'Interval',
502 // 'form.charts.chart' => 'Chart',
503
504 // Projects form. See example at https://timetracker.anuko.com/projects.php
505 // TODO: translate the following.
506 // 'form.projects.active_projects' => 'Active Projects',
507 // 'form.projects.inactive_projects' => 'Inactive Projects',
508
509 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
510 // TODO: translate the following.
511 // 'form.tasks.active_tasks' => 'Active Tasks',
512 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
513
514 // Users form. See example at https://timetracker.anuko.com/users.php
515 // TODO: translate the following.
516 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
517 // 'form.users.role' => 'Role',
518 // 'form.users.manager' => 'Manager',
519 // 'form.users.comanager' => 'Co-manager',
520 // 'form.users.rate' => 'Rate',
521 // 'form.users.default_rate' => 'Default hourly rate',
522
523 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
524 // TODO: translate the following.
525 // 'form.user_edit.swap_roles' => 'Swap roles',
526
527 // Roles form. See example at https://timetracker.anuko.com/roles.php
528 // TODO: translate the following.
529 // 'form.roles.active_roles' => 'Active Roles',
530 // 'form.roles.inactive_roles' => 'Inactive Roles',
531 // 'form.roles.rank' => 'Rank',
532 // 'form.roles.rights' => 'Rights',
533 // 'form.roles.assigned' => 'Assigned',
534 // 'form.roles.not_assigned' => 'Not assigned',
535
536 // Clients form. See example at https://timetracker.anuko.com/clients.php
537 // TODO: translate the following.
538 // 'form.clients.active_clients' => 'Active Clients',
539 // 'form.clients.inactive_clients' => 'Inactive Clients',
540
541 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
542 // TODO: translate the following.
543 // 'form.client.client_to_delete' => 'Client to delete',
544 // 'form.client.client_entries' => 'Client entries',
545
546 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
547 // TODO: translate the following.
548 // '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.',
549 // 'form.export.compression' => 'Compression',
550 // 'form.export.compression_none' => 'none',
551 // 'form.export.compression_bzip' => 'bzip',
552
553 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
554 // TODO: translate the following.
555 // 'form.import.hint' => 'Import group data from an xml file.',
556 // 'form.import.file' => 'Select file',
557 // 'form.import.success' => 'Import completed successfully.',
558
559 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
560 // TODO: translate the following.
561 // '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).',
562
563 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
564 // TODO: translate the following.
565 // 'form.group_edit.12_hours' => '12 hours',
566 // 'form.group_edit.24_hours' => '24 hours',
567 // 'form.group_edit.display_options' => 'Display options',
568 // 'form.group_edit.holidays' => 'Holidays',
569 // 'form.group_edit.tracking_mode' => 'Tracking mode',
570 // 'form.group_edit.mode_time' => 'time',
571 // 'form.group_edit.mode_projects' => 'projects',
572 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
573 // 'form.group_edit.record_type' => 'Record type',
574 // 'form.group_edit.type_all' => 'all',
575 // 'form.group_edit.type_start_finish' => 'start and finish',
576 // 'form.group_edit.type_duration' => 'duration',
577 // 'form.group_edit.punch_mode' => 'Punch mode',
578 // 'form.group_edit.allow_overlap' => 'Allow overlap',
579 // 'form.group_edit.future_entries' => 'Future entries',
580 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
581 // 'form.group_edit.confirm_save' => 'Confirm saving',
582 // 'form.group_edit.allow_ip' => 'Allow IP',
583
584 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
585 // TODO: translate the following.
586 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
587
588 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
589 'form.mail.from' => 'Od',
590 'form.mail.to' => 'Za',
591 // TODO: translate the following.
592 // 'form.mail.report_subject' => 'Time Tracker Report',
593 // '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.',
594 // 'form.mail.report_sent' => 'Report sent.',
595 // 'form.mail.invoice_sent' => 'Invoice sent.',
596
597 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
598 // TODO: translate the following.
599 // 'form.quota.year' => 'Year',
600 // 'form.quota.month' => 'Month',
601 // 'form.quota.workday_hours' => 'Hours in work day',
602 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
603
604 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
605 // TODO: translate the following.
606 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
607 // 'form.swap.swap_with' => 'Swap roles with',
608
609 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
610 // TODO: translate the following.
611 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
612 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
613
614 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
615 // TODO: translate the following.
616 // 'role.user.label' => 'User',
617 // 'role.user.low_case_label' => 'user',
618 // 'role.user.description' => 'A regular member without management rights.',
619 // 'role.client.label' => 'Client',
620 // 'role.client.low_case_label' => 'client',
621 // 'role.client.description' => 'A client can view its own data.',
622 // 'role.supervisor.label' => 'Supervisor',
623 // 'role.supervisor.low_case_label' => 'supervisor',
624 // 'role.supervisor.description' => 'A person with a small set of management rights.',
625 // 'role.comanager.label' => 'Co-manager',
626 // 'role.comanager.low_case_label' => 'co-manager',
627 // 'role.comanager.description' => 'A person with a big set of management functions.',
628 // 'role.manager.label' => 'Manager',
629 // 'role.manager.low_case_label' => 'manager',
630 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
631 // 'role.top_manager.label' => 'Top manager',
632 // 'role.top_manager.low_case_label' => 'top manager',
633 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
634 // 'role.admin.label' => 'Administrator',
635 // 'role.admin.low_case_label' => 'administrator',
636 // 'role.admin.description' => 'Site adminsitrator.',
637
638 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
639 // TODO: translate the following.
640 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
641 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
642 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
643 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
644 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
645 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
646
647 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
648 // TODO: translate the following.
649 // 'form.display_options.menu' => 'Menu',
650 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
651 );