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