bf56127d03b4eb8aa79b2fae6eb64dac3ea2a28e
[timetracker.git] / WEB-INF / resources / sl.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 // Note to translators: Use proper capitalization rules for your language.
33
34 $i18n_language = 'Slovenian (Slovenščina)';
35 $i18n_months = array('Januar', 'Februar', 'Marec', 'April', 'Maj', 'Junij', 'Julij', 'Avgust', 'September', 'Oktober', 'November', 'December');
36 $i18n_weekdays = array('Nedelja', 'Ponedeljek', 'Torek', 'Sreda', 'Četrtek', 'Petek', 'Sobota');
37 $i18n_weekdays_short = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '01/02', '02/08', '04/12', '04/13', '04/27', '05/01', '05/02', '06/25', '10/31', '11/01', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'Prijava',
46 'menu.logout' => 'Odjava',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Pomoč',
50 // TODO: translate the following.
51 // 'menu.create_group' => 'Create Group',
52 'menu.profile' => 'Profil',
53 // TODO: translate the following.
54 // 'menu.group' => 'Group',
55 // 'menu.plugins' => 'Plugins',
56 // 'menu.time' => 'Time',
57 // 'menu.expenses' => 'Expenses',
58 'menu.reports' => 'Poročila',
59 // TODO: translate the following.
60 // 'menu.timesheets' => 'Timesheets',
61 // 'menu.charts' => 'Charts',
62 'menu.projects' => 'Projekti',
63 // TODO: translate the following.
64 // 'menu.tasks' => 'Tasks',
65 // 'menu.users' => 'Users',
66 // 'menu.groups' => 'Groups',
67 // 'menu.subgroups' => 'Subgroups',
68 // 'menu.export' => 'Export',
69 'menu.clients' => 'Stranke',
70 'menu.options' => 'Možnosti',
71
72 // Footer - strings on the bottom of most pages.
73 // TODO: translate the following.
74 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
75 // 'footer.credits' => 'Credits',
76 // 'footer.license' => 'License',
77 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
78                                      // This is a link to a webpage that describes how to contribute to the project.
79
80 // Error messages.
81 // TODO: translate the following.
82 // 'error.access_denied' => 'Access denied.',
83 // 'error.sys' => 'System error.',
84 // 'error.db' => 'Database error.',
85 // 'error.feature_disabled' => 'Feature is disabled.',
86 // 'error.field' => 'Incorrect "{0}" data.',
87 // 'error.empty' => 'Field "{0}" is empty.',
88 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
89 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
90 // 'error.project' => 'Select project.',
91 // 'error.task' => 'Select task.',
92 // 'error.client' => 'Select client.',
93 // 'error.report' => 'Select report.',
94 // 'error.record' => 'Select record.',
95 // 'error.auth' => 'Incorrect login or password.',
96 // 'error.user_exists' => 'User with this login already exists.',
97 // 'error.object_exists' => 'Object with this name already exists.',
98 // 'error.invoice_exists' => 'Invoice with this number already exists.',
99 // 'error.role_exists' => 'Role with this rank already exists.',
100 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
101 // 'error.no_records' => 'There are no records.',
102 // 'error.no_login' => 'No user with this login.',
103 // 'error.no_groups' => 'Your database is empty. Login as admin and create a new group.',
104 // 'error.upload' => 'File upload error.',
105 // 'error.range_locked' => 'Date range is locked.',
106 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
107 // 'error.no_email' => 'No email associated with this login.',
108 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
109 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
110 // 'error.overlap' => 'Time interval overlaps with existing records.',
111 // 'error.future_date' => 'Date is in future.',
112 // 'error.xml' => 'Error in XML file at line %d: %s.',
113 // 'error.cannot_import' => 'Cannot import: %s.',
114 // 'error.format' => 'Invalid file format.',
115 // 'error.user_count' => 'Limit on user count.',
116 // 'error.expired' => 'Expiration date reached.',
117 // 'error.file_storage' => 'File storage error.',
118
119 // Warning messages.
120 // TODO: translate the following.
121 // 'warn.sure' => 'Are you sure?',
122 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
123
124 // Success messages.
125 // TODO: translate the following.
126 // 'msg.success' => 'Operation completed successfully.',
127
128 // Labels for buttons.
129 'button.login' => 'Prijava',
130 'button.now' => 'Zdaj',
131 'button.save' => 'Shrani',
132 // TODO: translate the following.
133 // 'button.copy' => 'Copy',
134 'button.cancel' => 'Prekliči',
135 'button.submit' => 'Potrdi',
136 'button.add' => 'Dodaj',
137 'button.delete' => 'Izbriši',
138 'button.generate' => 'Ustvari',
139 // TODO: translate the following.
140 // 'button.reset_password' => 'Reset password',
141 'button.send' => 'Pošlji',
142 'button.send_by_email' => 'Pošlji preko elektronske pošte',
143 'button.create_group' => 'Ustvari tim', // TODO: replace "team" with "group".
144 'button.export' => 'Izvozi tim', // TODO: replace "team" with "group".
145 'button.import' => 'Uvozi tim', // TODO: replace "team" with "group".
146 // TODO: translate the following.
147 // 'button.close' => 'Close',
148 // 'button.stop' => 'Stop',
149 // 'button.approve' => 'Approve',
150 // 'button.disapprove' => 'Disapprove',
151
152 // Labels for controls on forms. Labels in this section are used on multiple forms.
153 // TODO: translate the following.
154 // 'label.group_name' => 'Group name',
155 // 'label.address' => 'Address',
156 // 'label.currency' => 'Currency',
157 // 'label.manager_name' => 'Manager name',
158 // 'label.manager_login' => 'Manager login',
159 'label.person_name' => 'Ime',
160 'label.thing_name' => 'Ime',
161 // TODO: translate the following.
162 // 'label.login' => 'Login',
163 'label.password' => 'Geslo',
164 // TODO: translate the following.
165 // 'label.confirm_password' => 'Confirm password',
166 'label.email' => 'Email',
167 'label.cc' => 'Cc',
168 // TODO: translate the following.
169 // 'label.bcc' => 'Bcc',
170 'label.subject' => 'Predmet',
171 // TODO: translate the following.
172 // 'label.date' => 'Date',
173 // 'label.start_date' => 'Start date',
174 // 'label.end_date' => 'End date',
175 // 'label.user' => 'User',
176 // 'label.users' => 'Users',
177 // 'label.group' => 'Group',
178 // 'label.subgroups' => 'Subgroups',
179 // 'label.roles' => 'Roles',
180 // 'label.client' => 'Client',
181 // 'label.clients' => 'Clients',
182 // 'label.option' => 'Option',
183 // 'label.invoice' => 'Invoice',
184 'label.project' => 'Projekt',
185 'label.projects' => 'Projekti',
186 // TODO: translate the following.
187 // 'label.task' => 'Task',
188 // 'label.tasks' => 'Tasks',
189 // 'label.description' => 'Description',
190 // 'label.start' => 'Start',
191 // 'label.finish' => 'Finish',
192 // 'label.duration' => 'Duration',
193 // 'label.note' => 'Note',
194 // 'label.notes' => 'Notes',
195 // 'label.item' => 'Item',
196 // 'label.cost' => 'Cost',
197 // 'label.ip' => 'IP',
198 // 'label.day_total' => 'Day total',
199 // 'label.week_total' => 'Week total',
200 // 'label.month_total' => 'Month total',
201 // 'label.today' => 'Today',
202 // 'label.view' => 'View',
203 'label.edit' => 'Uredi',
204 'label.delete' => 'Izbriši',
205 // TODO: translate the following.
206 // 'label.configure' => 'Configure',
207 // 'label.select_all' => 'Select all',
208 // 'label.select_none' => 'Deselect all',
209 // 'label.day_view' => 'Day view',
210 // 'label.week_view' => 'Week view',
211 // 'label.id' => 'ID',
212 // 'label.language' => 'Language',
213 // 'label.decimal_mark' => 'Decimal mark',
214 // 'label.date_format' => 'Date format',
215 // 'label.time_format' => 'Time format',
216 // 'label.week_start' => 'First day of week',
217 'label.comment' => 'Komentar',
218 // TODO: translate the following.
219 // 'label.status' => 'Status',
220 // 'label.tax' => 'Tax',
221 // 'label.subtotal' => 'Subtotal',
222 'label.total' => 'Total',
223 // TODO: translate the following.
224 // 'label.client_name' => 'Client name',
225 // 'label.client_address' => 'Client address',
226 // 'label.or' => 'or',
227 // 'label.error' => 'Error',
228 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
229 // 'label.required_fields' => '* - required fields',
230 // 'label.on_behalf' => 'on behalf of',
231 // 'label.role_manager' => '(manager)',
232 // 'label.role_comanager' => '(co-manager)',
233 // 'label.role_admin' => '(administrator)',
234 // 'label.page' => 'Page',
235 // 'label.condition' => 'Condition',
236 // 'label.yes' => 'yes',
237 // 'label.no' => 'no',
238 // Labels for plugins (extensions to Time Tracker that provide additional features).
239 // TODO: translate the following.
240 // 'label.custom_fields' => 'Custom fields',
241 // 'label.monthly_quotas' => 'Monthly quotas',
242 // 'label.type' => 'Type',
243 // 'label.type_dropdown' => 'dropdown',
244 // 'label.type_text' => 'text',
245 // 'label.required' => 'Required',
246 // 'label.fav_report' => 'Favorite report',
247 // 'label.schedule' => 'Schedule',
248 // 'label.what_is_it' => 'What is it?',
249 // 'label.expense' => 'Expense',
250 // 'label.quantity' => 'Quantity',
251 // 'label.paid_status' => 'Paid status',
252 // 'label.paid' => 'Paid',
253 // 'label.mark_paid' => 'Mark paid',
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
272 // Form titles.
273 // TODO: Translate the following.
274 // 'title.error' => 'Error',
275 // 'title.success' => 'Success',
276 'title.login' => 'Prijava',
277 'title.groups' => 'Timi', // TODO: change "teams" to "groups".
278 // TODO: translate the following.
279 // 'title.subgroups' => 'Subgroups',
280 // 'title.add_group' => 'Adding Group',
281 // 'title.edit_group' => 'Editing Group',
282 // 'title.delete_group' => 'Deleting Group',
283 'title.reset_password' => 'Razveljavi geslo',
284 // TODO: translate the following.
285 // 'title.change_password' => 'Changing Password',
286 // 'title.time' => 'Time',
287 // 'title.edit_time_record' => 'Editing Time Record',
288 // 'title.delete_time_record' => 'Deleting Time Record',
289 // 'title.time_files' => 'Time Record Files',
290 // 'title.expenses' => 'Expenses',
291 // 'title.edit_expense' => 'Editing Expense Item',
292 // 'title.delete_expense' => 'Deleting Expense Item',
293 // 'title.predefined_expenses' => 'Predefined Expenses',
294 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
295 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
296 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
297 // 'title.reports' => 'Reports',
298 // 'title.report' => 'Report',
299 // 'title.send_report' => 'Sending Report',
300 // 'title.timesheets' => 'Timesheets',
301 // 'title.timesheet' => 'Timesheet',
302 // 'title.invoice' => 'Invoice',
303 // 'title.send_invoice' => 'Sending Invoice',
304 // 'title.charts' => 'Charts',
305 'title.projects' => 'Projekti',
306 // TODO: translate the following.
307 // 'title.project_files' => 'Project Files',
308 'title.add_project' => 'Dodajanje projekta',
309 'title.edit_project' => 'Urejanje projekta',
310 'title.delete_project' => 'Brisanje projekta',
311 // TODO: translate the following.
312 // 'title.tasks' => 'Tasks',
313 // 'title.add_task' => 'Adding Task',
314 // 'title.edit_task' => 'Editing Task',
315 // 'title.delete_task' => 'Deleting Task',
316 // 'title.users' => 'Users',
317 // 'title.add_user' => 'Adding User',
318 // 'title.edit_user' => 'Editing User',
319 // 'title.delete_user' => 'Deleting User',
320 // 'title.roles' => 'Roles',
321 // 'title.add_role' => 'Adding Role',
322 // 'title.edit_role' => 'Editing Role',
323 // 'title.delete_role' => 'Deleting Role',
324 // 'title.clients' => 'Clients',
325 // 'title.add_client' => 'Adding Client',
326 // 'title.edit_client' => 'Editing Client',
327 // 'title.delete_client' => 'Deleting Client',
328 // 'title.invoices' => 'Invoices',
329 // 'title.add_invoice' => 'Adding Invoice',
330 // 'title.view_invoice' => 'Viewing Invoice',
331 // 'title.delete_invoice' => 'Deleting Invoice',
332 // 'title.notifications' => 'Notifications',
333 // 'title.add_notification' => 'Adding Notification',
334 // 'title.edit_notification' => 'Editing Notification',
335 // 'title.delete_notification' => 'Deleting Notification',
336 // 'title.add_timesheet' => 'Adding Timesheet',
337 // 'title.edit_timesheet' => 'Editing Timesheet',
338 // 'title.delete_timesheet' => 'Deleting Timesheet',
339 // 'title.monthly_quotas' => 'Monthly Quotas',
340 // 'title.export' => 'Exporting Group Data',
341 // 'title.import' => 'Importing Group Data',
342 // 'title.options' => 'Options',
343 // 'title.display_options' => 'Display Options',
344 'title.profile' => 'Profil',
345 // TODO: translate the following.
346 // 'title.plugins' => 'Plugins',
347 // 'title.cf_custom_fields' => 'Custom Fields',
348 // 'title.cf_add_custom_field' => 'Adding Custom Field',
349 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
350 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
351 // 'title.cf_dropdown_options' => 'Dropdown Options',
352 // 'title.cf_add_dropdown_option' => 'Adding Option',
353 // 'title.cf_edit_dropdown_option' => 'Editing Option',
354 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
355 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
356 // It is also a name for the Locking plugin on the group settings page.
357 // 'title.locking' => 'Locking',
358 // 'title.week_view' => 'Week View',
359 // 'title.swap_roles' => 'Swapping Roles',
360 // 'title.work_units' => 'Work Units',
361 // 'title.templates' => 'Templates',
362 // 'title.add_template' => 'Adding Template',
363 // 'title.edit_template' => 'Editing Template',
364 // 'title.delete_template' => 'Deleting Template',
365 // 'title.edit_file' => 'Editing File',
366 // 'title.delete_file' => 'Deleting File',
367 // 'title.download_file' => 'Downloading File',
368
369 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
370 // Strings that are used in a single form must go to the specific form section.
371 // TODO: translate the following.
372 // 'dropdown.all' => '--- all ---',
373 // 'dropdown.no' => '--- no ---',
374 // 'dropdown.current_day' => 'today',
375 // 'dropdown.previous_day' => 'yesterday',
376 // 'dropdown.selected_day' => 'day',
377 // 'dropdown.current_week' => 'this week',
378 // 'dropdown.previous_week' => 'previous week',
379 // 'dropdown.selected_week' => 'week',
380 // 'dropdown.current_month' => 'this month',
381 // 'dropdown.previous_month' => 'previous month',
382 // 'dropdown.selected_month' => 'month',
383 // 'dropdown.current_year' => 'this year',
384 // 'dropdown.previous_year' => 'previous year',
385 // 'dropdown.selected_year' => 'year',
386 // 'dropdown.all_time' => 'all time',
387 'dropdown.projects' => 'projekti',
388 // TODO: translate the following.
389 // 'dropdown.tasks' => 'tasks',
390 // 'dropdown.clients' => 'clients',
391 // 'dropdown.select' => '--- select ---',
392 // 'dropdown.select_invoice' => '--- select invoice ---',
393 // 'dropdown.select_timesheet' => '--- select timesheet ---',
394 // 'dropdown.status_active' => 'active',
395 // 'dropdown.status_inactive' => 'inactive',
396 // 'dropdown.delete' => 'delete',
397 // 'dropdown.do_not_delete' => 'do not delete',
398 // 'dropdown.approved' => 'approved',
399 // 'dropdown.not_approved' => 'not approved',
400 // 'dropdown.paid' => 'paid',
401 // 'dropdown.not_paid' => 'not paid',
402
403 // Login form. See example at https://timetracker.anuko.com/login.php.
404 // TODO: translate the following.
405 // 'form.login.forgot_password' => 'Forgot password?',
406 // '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.',
407
408 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
409 'form.reset_password.message' => 'Zahteva za razveljavitev gesla je bila poslana.', // TODO: add "by email" to match the English string.
410 'form.reset_password.email_subject' => 'Anuko Time Tracker zahteva za razveljavitev gesla',
411 // TODO: translate the ending of this string properly.
412 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
413 // '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",
414 // "IP %s" probably sounds awkward.
415 '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",
416
417 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
418 // TODO: translate the following.
419 // 'form.change_password.tip' => 'Type new password and click on Save.',
420
421 // Time form. See example at https://timetracker.anuko.com/time.php.
422 // TODO: translate the following.
423 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
424 // 'form.time.billable' => 'Billable',
425 // 'form.time.uncompleted' => 'Uncompleted',
426 // 'form.time.remaining_quota' => 'Remaining quota',
427 // 'form.time.over_quota' => 'Over quota',
428 // 'form.time.remaining_balance' => 'Remaining balance',
429 // 'form.time.over_balance' => 'Over balance',
430
431 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
432 // TODO: translate the following.
433 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
434
435 // Week view form. See example at https://timetracker.anuko.com/week.php.
436 // TODO: translate the following.
437 // 'form.week.new_entry' => 'New entry',
438
439 // Reports form. See example at https://timetracker.anuko.com/reports.php
440 // TODO: translate the following.
441 // 'form.reports.save_as_favorite' => 'Save as favorite',
442 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
443 // 'form.reports.include_billable' => 'billable',
444 // 'form.reports.include_not_billable' => 'not billable',
445 // 'form.reports.include_invoiced' => 'invoiced',
446 // 'form.reports.include_not_invoiced' => 'not invoiced',
447 // 'form.reports.include_assigned' => 'assigned',
448 // 'form.reports.include_not_assigned' => 'not assigned',
449 // 'form.reports.include_pending' => 'pending',
450 // 'form.reports.select_period' => 'Select time period',
451 // 'form.reports.set_period' => 'or set dates',
452 // 'form.reports.show_fields' => 'Show fields',
453 // 'form.reports.group_by' => 'Group by',
454 // 'form.reports.group_by_no' => '--- no grouping ---',
455 // 'form.reports.group_by_date' => 'date',
456 // 'form.reports.group_by_user' => 'user',
457 // 'form.reports.group_by_client' => 'client',
458 'form.reports.group_by_project' => 'projekt',
459 // TODO: translate the following.
460 // 'form.reports.group_by_task' => 'task',
461
462 // Report form. See example at https://timetracker.anuko.com/report.php
463 // (after generating a report at https://timetracker.anuko.com/reports.php).
464 // TODO: translate the following.
465 // 'form.report.export' => 'Export',
466 // 'form.report.assign_to_invoice' => 'Assign to invoice',
467 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
468
469 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
470 // TODO: translate the following.
471 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
472 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
473
474 // Templates form. See example at https://timetracker.anuko.com/templates.php
475 // TODO: translate the following.
476 // 'form.templates.active_templates' => 'Active Templates',
477 // 'form.templates.inactive_templates' => 'Inactive Templates',
478
479 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
480 // (you can get to this form after generating a report).
481 // TODO: translate the following.
482 // 'form.invoice.number' => 'Invoice number',
483 // 'form.invoice.person' => 'Person',
484
485 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
486 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
487 // 'form.invoice.invoice_entries' => 'Invoice entries',
488 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
489
490 // Charts form. See example at https://timetracker.anuko.com/charts.php
491 // TODO: translate the following.
492 // 'form.charts.interval' => 'Interval',
493 // 'form.charts.chart' => 'Chart',
494
495 // Projects form. See example at https://timetracker.anuko.com/projects.php
496 // TODO: translate the following.
497 // 'form.projects.active_projects' => 'Active Projects',
498 // 'form.projects.inactive_projects' => 'Inactive Projects',
499
500 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
501 // TODO: translate the following.
502 // 'form.tasks.active_tasks' => 'Active Tasks',
503 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
504
505 // Users form. See example at https://timetracker.anuko.com/users.php
506 // TODO: translate the following.
507 // 'form.users.active_users' => 'Active Users',
508 // 'form.users.inactive_users' => 'Inactive Users',
509 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
510 // 'form.users.role' => 'Role',
511 // 'form.users.manager' => 'Manager',
512 // 'form.users.comanager' => 'Co-manager',
513 // 'form.users.rate' => 'Rate',
514 // 'form.users.default_rate' => 'Default hourly rate',
515
516 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
517 // TODO: translate the following.
518 // 'form.user_edit.swap_roles' => 'Swap roles',
519
520 // Roles form. See example at https://timetracker.anuko.com/roles.php
521 // TODO: translate the following.
522 // 'form.roles.active_roles' => 'Active Roles',
523 // 'form.roles.inactive_roles' => 'Inactive Roles',
524 // 'form.roles.rank' => 'Rank',
525 // 'form.roles.rights' => 'Rights',
526 // 'form.roles.assigned' => 'Assigned',
527 // 'form.roles.not_assigned' => 'Not assigned',
528
529 // Clients form. See example at https://timetracker.anuko.com/clients.php
530 // TODO: translate the following.
531 // 'form.clients.active_clients' => 'Active Clients',
532 // 'form.clients.inactive_clients' => 'Inactive Clients',
533
534 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
535 // TODO: translate the following.
536 // 'form.client.client_to_delete' => 'Client to delete',
537 // 'form.client.client_entries' => 'Client entries',
538
539 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
540 // TODO: translate the following.
541 // '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.',
542 // 'form.export.compression' => 'Compression',
543 // 'form.export.compression_none' => 'none',
544 // 'form.export.compression_bzip' => 'bzip',
545
546 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
547 // TODO: translate the following.
548 // 'form.import.hint' => 'Import group data from an xml file.',
549 // 'form.import.file' => 'Select file',
550 // 'form.import.success' => 'Import completed successfully.',
551
552 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
553 // TODO: translate the following.
554 // '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).',
555
556 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
557 // TODO: translate the following.
558 // 'form.group_edit.12_hours' => '12 hours',
559 // 'form.group_edit.24_hours' => '24 hours',
560 // 'form.group_edit.display_options' => 'Display options',
561 // 'form.group_edit.show_holidays' => 'Show holidays',
562 // 'form.group_edit.tracking_mode' => 'Tracking mode',
563 // 'form.group_edit.mode_time' => 'time',
564 // 'form.group_edit.mode_projects' => 'projects',
565 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
566 // 'form.group_edit.record_type' => 'Record type',
567 // 'form.group_edit.type_all' => 'all',
568 // 'form.group_edit.type_start_finish' => 'start and finish',
569 // 'form.group_edit.type_duration' => 'duration',
570 // 'form.group_edit.punch_mode' => 'Punch mode',
571 // 'form.group_edit.allow_overlap' => 'Allow overlap',
572 // 'form.group_edit.future_entries' => 'Future entries',
573 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
574 // 'form.group_edit.confirm_save' => 'Confirm saving',
575 // 'form.group_edit.allow_ip' => 'Allow IP',
576
577 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
578 // TODO: translate the following.
579 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
580
581 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
582 'form.mail.from' => 'Od',
583 'form.mail.to' => 'Za',
584 // TODO: translate the following.
585 // 'form.mail.report_subject' => 'Time Tracker Report',
586 // '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.',
587 // 'form.mail.report_sent' => 'Report sent.',
588 // 'form.mail.invoice_sent' => 'Invoice sent.',
589
590 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
591 // TODO: translate the following.
592 // 'form.quota.year' => 'Year',
593 // 'form.quota.month' => 'Month',
594 // 'form.quota.workday_hours' => 'Hours in work day',
595 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
596
597 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
598 // TODO: translate the following.
599 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
600 // 'form.swap.swap_with' => 'Swap roles with',
601
602 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
603 // TODO: translate the following.
604 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
605 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
606
607 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
608 // TODO: translate the following.
609 // 'role.user.label' => 'User',
610 // 'role.user.low_case_label' => 'user',
611 // 'role.user.description' => 'A regular member without management rights.',
612 // 'role.client.label' => 'Client',
613 // 'role.client.low_case_label' => 'client',
614 // 'role.client.description' => 'A client can view its own data.',
615 // 'role.supervisor.label' => 'Supervisor',
616 // 'role.supervisor.low_case_label' => 'supervisor',
617 // 'role.supervisor.description' => 'A person with a small set of management rights.',
618 // 'role.comanager.label' => 'Co-manager',
619 // 'role.comanager.low_case_label' => 'co-manager',
620 // 'role.comanager.description' => 'A person with a big set of management functions.',
621 // 'role.manager.label' => 'Manager',
622 // 'role.manager.low_case_label' => 'manager',
623 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
624 // 'role.top_manager.label' => 'Top manager',
625 // 'role.top_manager.low_case_label' => 'top manager',
626 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
627 // 'role.admin.label' => 'Administrator',
628 // 'role.admin.low_case_label' => 'administrator',
629 // 'role.admin.description' => 'Site adminsitrator.',
630
631 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
632 // TODO: translate the following.
633 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
634 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
635 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
636 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
637 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
638 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",
639
640 // Display Options form. See example at https://timetracker.anuko.com/display_options.php.
641 // TODO: translate the following.
642 // 'form.display_options.note_on_separate_row' => 'Note on separate row',
643 );