A bit more refactoring.
[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 = '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_team' => 'Create Team',
52 'menu.profile' => 'Profil',
53 // TODO: translate the following.
54 // 'menu.time' => 'Time',
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Poročila',
57 // TODO: translate the following.
58 'menu.charts' => 'Charts',
59 'menu.projects' => 'Projekti',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 'menu.teams' => 'Timi',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Stranke',
67 'menu.options' => 'Možnosti',
68
69 // Footer - strings on the bottom of most pages.
70 // TODO: translate the following.
71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
72 // 'footer.credits' => 'Credits',
73 // 'footer.license' => 'License',
74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
75                                      // This is a link to a webpage that describes how to contribute to the project.
76
77 // Error messages.
78 // TODO: translate the following.
79 // 'error.access_denied' => 'Access denied.',
80 // 'error.sys' => 'System error.',
81 // 'error.db' => 'Database error.',
82 // 'error.field' => 'Incorrect "{0}" data.',
83 // 'error.empty' => 'Field "{0}" is empty.',
84 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
86 // 'error.project' => 'Select project.',
87 // 'error.task' => 'Select task.',
88 // 'error.client' => 'Select client.',
89 // 'error.report' => 'Select report.',
90 // 'error.record' => 'Select record.',
91 // 'error.auth' => 'Incorrect login or password.',
92 // 'error.user_exists' => 'User with this login already exists.',
93 // 'error.project_exists' => 'Project with this name already exists.',
94 // 'error.task_exists' => 'Task with this name already exists.',
95 // 'error.client_exists' => 'Client with this name already exists.',
96 // 'error.invoice_exists' => 'Invoice with this number already exists.',
97 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
98 // 'error.no_login' => 'No user with this login.',
99 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
100 // 'error.upload' => 'File upload error.',
101 // 'error.range_locked' => 'Date range is locked.',
102 // 'error.mail_send' => 'Error sending mail.',
103 // 'error.no_email' => 'No email associated with this login.',
104 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
105 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
106 // 'error.overlap' => 'Time interval overlaps with existing records.',
107 // 'error.future_date' => 'Date is in future.',
108
109 // Labels for buttons.
110 'button.login' => 'Prijava',
111 'button.now' => 'Zdaj',
112 'button.save' => 'Shrani',
113 // TODO: translate the following.
114 // 'button.copy' => 'Copy',
115 'button.cancel' => 'Prekliči',
116 'button.submit' => 'Potrdi',
117 'button.add_user' => 'Dodaj uporabnika',
118 'button.add_project' => 'Dodaj projekt',
119 // TODO: translate the following.
120 // 'button.add_task' => 'Add task',
121 'button.add_client' => 'Dodaj stranko',
122 // TODO: translate the following.
123 // 'button.add_invoice' => 'Add invoice',
124 // 'button.add_option' => 'Add option',
125 'button.add' => 'Dodaj',
126 'button.generate' => 'Ustvari',
127 // TODO: translate the following.
128 // 'button.reset_password' => 'Reset password',
129 'button.send' => 'Pošlji',
130 'button.send_by_email' => 'Pošlji preko elektronske pošte',
131 'button.create_team' => 'Ustvari tim',
132 'button.export' => 'Izvozi tim',
133 'button.import' => 'Uvozi tim',
134 // TODO: translate the following.
135 // 'button.close' => 'Close',
136 // 'button.stop' => 'Stop',
137
138 // Labels for controls on forms. Labels in this section are used on multiple forms.
139 // TODO: translate the following.
140 // 'label.team_name' => 'Team name',
141 // 'label.address' => 'Address',
142 // 'label.currency' => 'Currency',
143 // 'label.manager_name' => 'Manager name',
144 // 'label.manager_login' => 'Manager login',
145 // 'label.person_name' => 'Name',
146 // 'label.thing_name' => 'Name',
147 // 'label.login' => 'Login',
148 'label.password' => 'Geslo',
149 // TODO: translate the following.
150 // 'label.confirm_password' => 'Confirm password',
151 'label.email' => 'Email',
152 'label.cc' => 'Cc',
153 // TODO: translate the following.
154 // 'label.bcc' => 'Bcc',
155 'label.subject' => 'Predmet',
156 // TODO: translate the following.
157 // 'label.date' => 'Date',
158 // 'label.start_date' => 'Start date',
159 // 'label.end_date' => 'End date',
160 // 'label.user' => 'User',
161 // 'label.users' => 'Users',
162 // 'label.client' => 'Client',
163 // 'label.clients' => 'Clients',
164 // 'label.option' => 'Option',
165 // 'label.invoice' => 'Invoice',
166 // 'label.project' => 'Project',
167 // 'label.projects' => 'Projects',
168 // 'label.task' => 'Task',
169 // 'label.tasks' => 'Tasks',
170 // 'label.description' => 'Description',
171 // 'label.start' => 'Start',
172 // 'label.finish' => 'Finish',
173 // 'label.duration' => 'Duration',
174 // 'label.note' => 'Note',
175 // 'label.notes' => 'Notes',
176 // 'label.item' => 'Item',
177 // 'label.cost' => 'Cost',
178 // 'label.day_total' => 'Day total',
179 // 'label.week_total' => 'Week total',
180 // 'label.month_total' => 'Month total',
181 // 'label.today' => 'Today',
182 // 'label.total_hours' => 'Total hours',
183 // 'label.total_cost' => 'Total cost',
184 // 'label.view' => 'View',
185 // 'label.edit' => 'Edit',
186 'label.delete' => 'Izbriši',
187 // TODO: translate the following.
188 // 'label.configure' => 'Configure',
189 // 'label.select_all' => 'Select all',
190 // 'label.select_none' => 'Deselect all',
191 // 'label.day_view' => 'Day view',
192 // 'label.week_view' => 'Week view',
193 // 'label.id' => 'ID',
194 // 'label.language' => 'Language',
195 // 'label.decimal_mark' => 'Decimal mark',
196 // 'label.date_format' => 'Date format',
197 // 'label.time_format' => 'Time format',
198 // 'label.week_start' => 'First day of week',
199 // 'label.comment' => 'Comment',
200 // 'label.status' => 'Status',
201 // 'label.tax' => 'Tax',
202 // 'label.subtotal' => 'Subtotal',
203 'label.total' => 'Total',
204 // TODO: translate the following.
205 // 'label.client_name' => 'Client name',
206 // 'label.client_address' => 'Client address',
207 // 'label.or' => 'or',
208 // 'label.error' => 'Error',
209 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
210 // 'label.required_fields' => '* - required fields',
211 // 'label.on_behalf' => 'on behalf of',
212 // 'label.role_manager' => '(manager)',
213 // 'label.role_comanager' => '(co-manager)',
214 // 'label.role_admin' => '(administrator)',
215 // 'label.page' => 'Page',
216 // 'label.condition' => 'Condition',
217 // 'label.yes' => 'yes',
218 // 'label.no' => 'no',
219 // Labels for plugins (extensions to Time Tracker that provide additional features).
220 // TODO: translate the following.
221 // 'label.custom_fields' => 'Custom fields',
222 // 'label.monthly_quotas' => 'Monthly quotas',
223 // 'label.type' => 'Type',
224 // 'label.type_dropdown' => 'dropdown',
225 // 'label.type_text' => 'text',
226 // 'label.required' => 'Required',
227 // 'label.fav_report' => 'Favorite report',
228 // 'label.cron_schedule' => 'Cron schedule',
229 // 'label.what_is_it' => 'What is it?',
230 // 'label.expense' => 'Expense',
231 // 'label.quantity' => 'Quantity',
232 // 'label.paid_status' => 'Paid status',
233 // 'label.paid' => 'Paid',
234 // 'label.mark_paid' => 'Mark paid',
235
236
237
238 // TODO: refactoring ongoing down from here.
239
240 // Form titles.
241 // TODO: the entire title section is missing here. See the English file.
242
243 "form.filter.project" => 'projekt',
244 "form.filter.filter" => 'favorite report',
245 "form.filter.filter_new" => 'save as favorite',
246 "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
247
248 // login form attributes
249 "form.login.title" => 'prijava',
250 "form.login.login" => 'prijava',
251
252 // password reminder form attributes
253 "form.fpass.title" => 'razveljavi geslo',
254 "form.fpass.login" => 'prijava',
255 "form.fpass.send_pass_str" => 'zahteva za razveljavitev gesla je bila poslana',
256 "form.fpass.send_pass_subj" => 'Anuko Time Tracker zahteva za razveljavitev gesla',
257 // Note to translators: the ending of this tring below needs to be translated.
258 "form.fpass.send_pass_body" => "Spoštovani uporabnik,\n\nNekdo, najverjetneje vi, 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",
259 "form.fpass.reset_comment" => "za razveljavitev gesla, prosimo vtipkajte geslo in kliknite gumb shrani",
260
261 // administrator form
262 "form.admin.title" => 'administrator',
263 "form.admin.duty_text" => 'create a new team by creating a new team manager account.<br>you can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
264
265 "form.admin.change_pass" => 'change password of administrator account',
266 "form.admin.profile.title" => 'teams',
267 "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
268 "form.admin.profile.comment" => 'delete team',
269 "form.admin.profile.th.id" => 'id',
270 "form.admin.profile.th.name" => 'name',
271 "form.admin.profile.th.edit" => 'edit',
272 "form.admin.profile.th.del" => 'delete',
273 "form.admin.profile.th.active" => 'active',
274 "form.admin.options" => 'options',
275 "form.admin.custom_date_format" => "date format",
276 "form.admin.custom_time_format" => "time format",
277 "form.admin.start_week" => "first day of week",
278
279 // my time form attributes
280 "form.mytime.title" => 'my time',
281 "form.mytime.edit_title" => 'editing time record',
282 "form.mytime.del_str" => 'deleting time record',
283 "form.mytime.time_form" => ' (hh:mm)',
284 "form.mytime.date" => 'date',
285 "form.mytime.project" => 'project',
286 "form.mytime.activity" => 'activity',
287 "form.mytime.start" => 'start',
288 "form.mytime.finish" => 'finish',
289 "form.mytime.duration" => 'duration',
290 "form.mytime.note" => 'note',
291 "form.mytime.behalf" => 'daily work for',
292 "form.mytime.daily" => 'daily work',
293 "form.mytime.total" => 'hours total: ',
294 "form.mytime.th.project" => 'project',
295 "form.mytime.th.activity" => 'activity',
296 "form.mytime.th.start" => 'start',
297 "form.mytime.th.finish" => 'finish',
298 "form.mytime.th.duration" => 'duration',
299 "form.mytime.th.note" => 'note',
300 "form.mytime.th.edit" => 'edit',
301 "form.mytime.th.delete" => 'delete',
302 "form.mytime.del_yes" => 'time record deleted successfully',
303 "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
304 "form.mytime.billable" => 'billable',
305 "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
306 "form.mytime.uncompleted" => 'uncompleted',
307
308 // profile form attributes
309 "form.profile.create_title" => 'creating team',
310 "form.profile.edit_title" => 'editing profile',
311 "form.profile.name" => 'name',
312 "form.profile.login" => 'login',
313
314 "form.profile.showchart" => 'show pie charts',
315 "form.profile.lang" => 'language',
316 "form.profile.custom_date_format" => "date format",
317 "form.profile.custom_time_format" => "time format",
318 "form.profile.default_format" => "(default)",
319 "form.profile.start_week" => "first day of week",
320
321 // people form attributes
322 "form.people.ppl_str" => 'people',
323 "form.people.createu_str" => 'creating new user',
324 "form.people.edit_str" => 'editing user',
325 "form.people.del_str" => 'deleting user',
326 "form.people.th.name" => 'name',
327 "form.people.th.login" => 'login',
328 "form.people.th.role" => 'role',
329 "form.people.th.edit" => 'edit',
330 "form.people.th.del" => 'delete',
331 "form.people.th.status" => 'status',
332 "form.people.th.project" => 'project',
333 "form.people.th.rate" => 'rate',
334 "form.people.manager" => 'manager',
335 "form.people.comanager" => 'comanager',
336 "form.people.empl" => 'user',
337 "form.people.name" => 'name',
338 "form.people.login" => 'login',
339
340 "form.people.rate" => 'default hourly rate',
341 "form.people.comanager" => 'co-manager',
342 "form.people.projects" => 'projects',
343
344 // projects form attributes
345 "form.project.proj_title" => 'projekti',
346 "form.project.edit_str" => 'urejanje projektov',
347 "form.project.add_str" => 'dodajanje novega projekta',
348 "form.project.del_str" => 'brisanje projekta',
349 "form.project.th.name" => 'ime',
350 "form.project.th.edit" => 'uredi',
351 "form.project.th.del" => 'izbriši',
352 "form.project.name" => 'ime',
353
354 // activities form attributes
355 "form.activity.act_title" => 'aktivnosti',
356 "form.activity.add_title" => 'dodajanje novih aktivnosti',
357 "form.activity.edit_str" => 'urejanje aktivnosti',
358 "form.activity.del_str" => 'brisanje aktivnosti',
359 "form.activity.name" => 'ime',
360 "form.activity.project" => 'projekt',
361 "form.activity.th.name" => 'ime',
362 "form.activity.th.project" => 'projekt',
363 "form.activity.th.edit" => 'uredi',
364 "form.activity.th.del" => 'izbriši',
365
366 // report attributes
367 "form.report.title" => 'reports',
368 "form.report.from" => 'start date',
369 "form.report.to" => 'end date',
370 "form.report.groupby_user" => 'user',
371 "form.report.groupby_project" => 'project',
372 "form.report.groupby_activity" => 'activity',
373 "form.report.duration" => 'duration',
374 "form.report.start" => 'start',
375 "form.report.activity" => 'activity',
376 "form.report.show_idle" => 'show idle',
377 "form.report.finish" => 'finish',
378 "form.report.note" => 'note',
379 "form.report.project" => 'project',
380 "form.report.totals_only" => 'totals only',
381 "form.report.total" => 'hours total',
382 "form.report.th.empllist" => 'user',
383 "form.report.th.date" => 'date',
384 "form.report.th.project" => 'project',
385 "form.report.th.activity" => 'activity',
386 "form.report.th.start" => 'start',
387 "form.report.th.finish" => 'finish',
388 "form.report.th.duration" => 'duration',
389 "form.report.th.note" => 'note',
390
391 // mail form attributes
392 "form.mail.from" => 'od',
393 "form.mail.to" => 'za',
394 "form.mail.comment" => 'komentar',
395 "form.mail.above" => 'pošlji to poročilo preko elektronske pošte',
396 // Note to translators: this string needs to be translated.
397 // "form.mail.footer_str" => '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.',
398 "form.mail.sending_str" => '<b>sporočilo poslano</b>',
399
400 // invoice attributes
401 "form.invoice.title" => 'invoice',
402 "form.invoice.caption" => 'invoice',
403 "form.invoice.above" => 'additional information for invoice',
404 "form.invoice.select_cust" => 'select client',
405 "form.invoice.fillform" => 'fill the fields',
406 "form.invoice.date" => 'date',
407 "form.invoice.number" => 'invoice number',
408 "form.invoice.tax" => 'tax',
409 "form.invoice.comment" => 'comment ',
410 "form.invoice.th.username" => 'person',
411 "form.invoice.th.time" => 'hours',
412 "form.invoice.th.rate" => 'rate',
413 "form.invoice.th.summ" => 'amount',
414 "form.invoice.subtotal" => 'subtotal',
415 "form.invoice.customer" => 'client',
416 "form.invoice.mailinv_above" => 'send this invoice by e-mail',
417 "form.invoice.sending_str" => '<b>invoice sent</b>',
418
419 "form.migration.zip" => 'compression',
420 "form.migration.file" => 'select file',
421 "form.migration.import.title" => 'import data',
422 "form.migration.import.success" => 'import completed successfully',
423 "form.migration.import.text" => 'import team data from an xml file',
424 "form.migration.export.title" => 'export data',
425 "form.migration.export.success" => 'export completed successfully',
426 "form.migration.export.text" => 'you can export all team data into an xml file. this could be useful if you are migrating data to your own server.',
427 "form.migration.compression.none" => 'none',
428 "form.migration.compression.gzip" => 'gzip',
429 "form.migration.compression.bzip" => 'bzip',
430
431 "form.client.title" => 'clients',
432 "form.client.add_title" => 'add client',
433 "form.client.edit_title" => 'edit client',
434 "form.client.del_title" => 'delete client',
435 "form.client.th.name" => 'name',
436 "form.client.th.edit" => 'edit',
437 "form.client.th.del" => 'delete',
438 "form.client.name" => 'name',
439 "form.client.tax" => 'tax',
440 "form.client.comment" => 'comment ',
441
442 // miscellaneous strings
443 "forward.forgot_password" => 'forgot password?',
444 "forward.edit" => 'edit',
445 "forward.delete" => 'delete',
446 "forward.tocsvfile" => 'export data to .csv file',
447 "forward.toxmlfile" => 'export data to .xml file',
448 "forward.geninvoice" => 'generate invoice',
449 "forward.change" => 'configure clients',
450
451 // strings inside contols on forms
452 "controls.select.project" => '--- select project ---',
453 "controls.select.activity" => '--- select activity ---',
454 "controls.select.client" => '--- select client ---',
455 "controls.project_bind" => '--- all ---',
456 "controls.all" => '--- all ---',
457 "controls.notbind" => '--- no ---',
458 "controls.per_tm" => 'this month',
459 "controls.per_lm" => 'last month',
460 "controls.per_tw" => 'this week',
461 "controls.per_lw" => 'last week',
462 "controls.per_td" => 'this day',
463 "controls.per_at" => 'all time',
464 "controls.per_ty" => 'this year',
465 "controls.sel_period" => '--- select time period ---',
466 "controls.sel_groupby" => '--- no grouping ---',
467 "controls.inc_billable" => 'billable',
468 "controls.inc_nbillable" => 'not billable',
469 "controls.default" => '--- default ---',
470
471 // labels
472 "label.chart.title1" => 'aktivnosti uporabnika',
473 "label.chart.title2" => 'projekti uporabnika',
474 "label.chart.period" => 'graf za obdobje',
475
476 "label.pinfo" => '%s, %s',
477 "label.pinfo2" => '%s',
478 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
479 "label.pminfo" => ' (manager)',
480 "label.pcminfo" => ' (co-manager)',
481 "label.painfo" => ' (administrator)',
482 "label.time_noentry" => 'no entry',
483 "label.today" => 'today',
484 "label.req_fields" => '* required fields',
485 "label.sel_project" => 'select project',
486 "label.sel_activity" => 'select activity',
487 "label.sel_tp" => 'select time period',
488 "label.set_tp" => 'or set dates',
489 "label.fields" => 'show fields',
490 "label.group_title" => 'group by',
491 "label.include_title" => 'include records',
492 "label.inv_str" => 'invoice',
493 "label.sel_all" => 'select all',
494 "label.sel_none" => 'deselect all',
495 "label.or" => 'or',
496 "label.disable" => 'disable',
497 "label.enable" => 'enable',
498 "label.filter" => 'filter',
499 "label.timeweek" => 'weekly total',
500 "label.hrs" => 'hrs',
501 "label.errors" => 'errors',
502 "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
503 "label.calendar_today" => 'today',
504 "label.calendar_close" => 'close',
505
506 // login hello text
507 "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
508 );