Started to work on refactoring form titles.
[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 // Form titles.
237 'title.login' => 'Prijava',
238 // TODO: translate the following.
239 // 'title.teams' => 'Teams',
240 // 'title.create_team' => 'Creating Team',
241 // 'title.edit_team' => 'Editing Team',
242 // 'title.delete_team' => 'Deleting Team',
243
244
245
246 // TODO: refactoring ongoing down from here.
247
248 "form.filter.project" => 'projekt',
249 "form.filter.filter" => 'favorite report',
250 "form.filter.filter_new" => 'save as favorite',
251 "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
252
253 // password reminder form attributes
254 "form.fpass.title" => 'razveljavi geslo',
255 "form.fpass.login" => 'prijava',
256 "form.fpass.send_pass_str" => 'zahteva za razveljavitev gesla je bila poslana',
257 "form.fpass.send_pass_subj" => 'Anuko Time Tracker zahteva za razveljavitev gesla',
258 // Note to translators: the ending of this tring below needs to be translated.
259 "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",
260 "form.fpass.reset_comment" => "za razveljavitev gesla, prosimo vtipkajte geslo in kliknite gumb shrani",
261
262 // administrator form
263 "form.admin.title" => 'administrator',
264 "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).',
265
266 "form.admin.change_pass" => 'change password of administrator account',
267 "form.admin.profile.title" => 'teams',
268 "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
269 "form.admin.profile.comment" => 'delete team',
270 "form.admin.profile.th.id" => 'id',
271 "form.admin.profile.th.name" => 'name',
272 "form.admin.profile.th.edit" => 'edit',
273 "form.admin.profile.th.del" => 'delete',
274 "form.admin.profile.th.active" => 'active',
275 "form.admin.options" => 'options',
276 "form.admin.custom_date_format" => "date format",
277 "form.admin.custom_time_format" => "time format",
278 "form.admin.start_week" => "first day of week",
279
280 // my time form attributes
281 "form.mytime.title" => 'my time',
282 "form.mytime.edit_title" => 'editing time record',
283 "form.mytime.del_str" => 'deleting time record',
284 "form.mytime.time_form" => ' (hh:mm)',
285 "form.mytime.date" => 'date',
286 "form.mytime.project" => 'project',
287 "form.mytime.activity" => 'activity',
288 "form.mytime.start" => 'start',
289 "form.mytime.finish" => 'finish',
290 "form.mytime.duration" => 'duration',
291 "form.mytime.note" => 'note',
292 "form.mytime.behalf" => 'daily work for',
293 "form.mytime.daily" => 'daily work',
294 "form.mytime.total" => 'hours total: ',
295 "form.mytime.th.project" => 'project',
296 "form.mytime.th.activity" => 'activity',
297 "form.mytime.th.start" => 'start',
298 "form.mytime.th.finish" => 'finish',
299 "form.mytime.th.duration" => 'duration',
300 "form.mytime.th.note" => 'note',
301 "form.mytime.th.edit" => 'edit',
302 "form.mytime.th.delete" => 'delete',
303 "form.mytime.del_yes" => 'time record deleted successfully',
304 "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
305 "form.mytime.billable" => 'billable',
306 "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
307 "form.mytime.uncompleted" => 'uncompleted',
308
309 // profile form attributes
310 "form.profile.create_title" => 'creating team',
311 "form.profile.edit_title" => 'editing profile',
312 "form.profile.name" => 'name',
313 "form.profile.login" => 'login',
314
315 "form.profile.showchart" => 'show pie charts',
316 "form.profile.lang" => 'language',
317 "form.profile.custom_date_format" => "date format",
318 "form.profile.custom_time_format" => "time format",
319 "form.profile.default_format" => "(default)",
320 "form.profile.start_week" => "first day of week",
321
322 // people form attributes
323 "form.people.ppl_str" => 'people',
324 "form.people.createu_str" => 'creating new user',
325 "form.people.edit_str" => 'editing user',
326 "form.people.del_str" => 'deleting user',
327 "form.people.th.name" => 'name',
328 "form.people.th.login" => 'login',
329 "form.people.th.role" => 'role',
330 "form.people.th.edit" => 'edit',
331 "form.people.th.del" => 'delete',
332 "form.people.th.status" => 'status',
333 "form.people.th.project" => 'project',
334 "form.people.th.rate" => 'rate',
335 "form.people.manager" => 'manager',
336 "form.people.comanager" => 'comanager',
337 "form.people.empl" => 'user',
338 "form.people.name" => 'name',
339 "form.people.login" => 'login',
340
341 "form.people.rate" => 'default hourly rate',
342 "form.people.comanager" => 'co-manager',
343 "form.people.projects" => 'projects',
344
345 // projects form attributes
346 "form.project.proj_title" => 'projekti',
347 "form.project.edit_str" => 'urejanje projektov',
348 "form.project.add_str" => 'dodajanje novega projekta',
349 "form.project.del_str" => 'brisanje projekta',
350 "form.project.th.name" => 'ime',
351 "form.project.th.edit" => 'uredi',
352 "form.project.th.del" => 'izbriši',
353 "form.project.name" => 'ime',
354
355 // activities form attributes
356 "form.activity.act_title" => 'aktivnosti',
357 "form.activity.add_title" => 'dodajanje novih aktivnosti',
358 "form.activity.edit_str" => 'urejanje aktivnosti',
359 "form.activity.del_str" => 'brisanje aktivnosti',
360 "form.activity.name" => 'ime',
361 "form.activity.project" => 'projekt',
362 "form.activity.th.name" => 'ime',
363 "form.activity.th.project" => 'projekt',
364 "form.activity.th.edit" => 'uredi',
365 "form.activity.th.del" => 'izbriši',
366
367 // report attributes
368 "form.report.title" => 'reports',
369 "form.report.from" => 'start date',
370 "form.report.to" => 'end date',
371 "form.report.groupby_user" => 'user',
372 "form.report.groupby_project" => 'project',
373 "form.report.groupby_activity" => 'activity',
374 "form.report.duration" => 'duration',
375 "form.report.start" => 'start',
376 "form.report.activity" => 'activity',
377 "form.report.show_idle" => 'show idle',
378 "form.report.finish" => 'finish',
379 "form.report.note" => 'note',
380 "form.report.project" => 'project',
381 "form.report.totals_only" => 'totals only',
382 "form.report.total" => 'hours total',
383 "form.report.th.empllist" => 'user',
384 "form.report.th.date" => 'date',
385 "form.report.th.project" => 'project',
386 "form.report.th.activity" => 'activity',
387 "form.report.th.start" => 'start',
388 "form.report.th.finish" => 'finish',
389 "form.report.th.duration" => 'duration',
390 "form.report.th.note" => 'note',
391
392 // mail form attributes
393 "form.mail.from" => 'od',
394 "form.mail.to" => 'za',
395 "form.mail.comment" => 'komentar',
396 "form.mail.above" => 'pošlji to poročilo preko elektronske pošte',
397 // Note to translators: this string needs to be translated.
398 // "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.',
399 "form.mail.sending_str" => '<b>sporočilo poslano</b>',
400
401 // invoice attributes
402 "form.invoice.title" => 'invoice',
403 "form.invoice.caption" => 'invoice',
404 "form.invoice.above" => 'additional information for invoice',
405 "form.invoice.select_cust" => 'select client',
406 "form.invoice.fillform" => 'fill the fields',
407 "form.invoice.date" => 'date',
408 "form.invoice.number" => 'invoice number',
409 "form.invoice.tax" => 'tax',
410 "form.invoice.comment" => 'comment ',
411 "form.invoice.th.username" => 'person',
412 "form.invoice.th.time" => 'hours',
413 "form.invoice.th.rate" => 'rate',
414 "form.invoice.th.summ" => 'amount',
415 "form.invoice.subtotal" => 'subtotal',
416 "form.invoice.customer" => 'client',
417 "form.invoice.mailinv_above" => 'send this invoice by e-mail',
418 "form.invoice.sending_str" => '<b>invoice sent</b>',
419
420 "form.migration.zip" => 'compression',
421 "form.migration.file" => 'select file',
422 "form.migration.import.title" => 'import data',
423 "form.migration.import.success" => 'import completed successfully',
424 "form.migration.import.text" => 'import team data from an xml file',
425 "form.migration.export.title" => 'export data',
426 "form.migration.export.success" => 'export completed successfully',
427 "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.',
428 "form.migration.compression.none" => 'none',
429 "form.migration.compression.gzip" => 'gzip',
430 "form.migration.compression.bzip" => 'bzip',
431
432 "form.client.title" => 'clients',
433 "form.client.add_title" => 'add client',
434 "form.client.edit_title" => 'edit client',
435 "form.client.del_title" => 'delete client',
436 "form.client.th.name" => 'name',
437 "form.client.th.edit" => 'edit',
438 "form.client.th.del" => 'delete',
439 "form.client.name" => 'name',
440 "form.client.tax" => 'tax',
441 "form.client.comment" => 'comment ',
442
443 // miscellaneous strings
444 "forward.forgot_password" => 'forgot password?',
445 "forward.edit" => 'edit',
446 "forward.delete" => 'delete',
447 "forward.tocsvfile" => 'export data to .csv file',
448 "forward.toxmlfile" => 'export data to .xml file',
449 "forward.geninvoice" => 'generate invoice',
450 "forward.change" => 'configure clients',
451
452 // strings inside contols on forms
453 "controls.select.project" => '--- select project ---',
454 "controls.select.activity" => '--- select activity ---',
455 "controls.select.client" => '--- select client ---',
456 "controls.project_bind" => '--- all ---',
457 "controls.all" => '--- all ---',
458 "controls.notbind" => '--- no ---',
459 "controls.per_tm" => 'this month',
460 "controls.per_lm" => 'last month',
461 "controls.per_tw" => 'this week',
462 "controls.per_lw" => 'last week',
463 "controls.per_td" => 'this day',
464 "controls.per_at" => 'all time',
465 "controls.per_ty" => 'this year',
466 "controls.sel_period" => '--- select time period ---',
467 "controls.sel_groupby" => '--- no grouping ---',
468 "controls.inc_billable" => 'billable',
469 "controls.inc_nbillable" => 'not billable',
470 "controls.default" => '--- default ---',
471
472 // labels
473 "label.chart.title1" => 'aktivnosti uporabnika',
474 "label.chart.title2" => 'projekti uporabnika',
475 "label.chart.period" => 'graf za obdobje',
476
477 "label.pinfo" => '%s, %s',
478 "label.pinfo2" => '%s',
479 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
480 "label.pminfo" => ' (manager)',
481 "label.pcminfo" => ' (co-manager)',
482 "label.painfo" => ' (administrator)',
483 "label.time_noentry" => 'no entry',
484 "label.today" => 'today',
485 "label.req_fields" => '* required fields',
486 "label.sel_project" => 'select project',
487 "label.sel_activity" => 'select activity',
488 "label.sel_tp" => 'select time period',
489 "label.set_tp" => 'or set dates',
490 "label.fields" => 'show fields',
491 "label.group_title" => 'group by',
492 "label.include_title" => 'include records',
493 "label.inv_str" => 'invoice',
494 "label.sel_all" => 'select all',
495 "label.sel_none" => 'deselect all',
496 "label.or" => 'or',
497 "label.disable" => 'disable',
498 "label.enable" => 'enable',
499 "label.filter" => 'filter',
500 "label.timeweek" => 'weekly total',
501 "label.hrs" => 'hrs',
502 "label.errors" => 'errors',
503 "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
504 "label.calendar_today" => 'today',
505 "label.calendar_close" => 'close',
506
507 // login hello text
508 "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
509 );