6bfa049c9cd26fa510e79e270934251f1779b590
[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: Please 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.
44 'menu.login' => 'Prijava',
45 'menu.logout' => 'Odjava',
46 // TODO: translate the following.
47 // 'menu.forum' => 'Forum',
48 'menu.help' => 'Pomoč',
49 // Note to translators: menu.create_team needs a more accurate translation.
50 'menu.create_team' => 'Ustvari nov manager račun',
51 'menu.profile' => 'Profil',
52 'menu.time' => 'Moj čas', // TODO: Improve this, used to be "My time", now just "Time".
53 // TODO: translate the following.
54 // 'menu.expenses' => 'Expenses',
55 'menu.reports' => 'Poročila',
56 // TODO: translate the following.
57 // 'menu.charts' => 'Charts',
58 'menu.projects' => 'Projekti',
59 // TODO: translate the following.
60 // 'menu.tasks' => 'Tasks',
61 // 'menu.users' => 'Users',
62 'menu.teams' => 'Timi',
63 // TODO: translate the following.
64 // 'menu.export' => 'Export',
65 'menu.clients' => 'Stranke',
66 'menu.options' => 'Možnosti',
67
68 // Footer - strings on the bottom of most pages.
69 // TODO: translate the following.
70 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
71 // 'footer.credits' => 'Credits',
72 // 'footer.license' => 'License',
73 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
74                                      // This is a link to a webpage that describes how to contribute to the project.
75
76 // Error messages.
77 // TODO: translate the following.
78 // 'error.access_denied' => 'Access denied.',
79 // 'error.sys' => 'System error.',
80 // 'error.db' => 'Database error.',
81 // 'error.field' => 'Incorrect "{0}" data.',
82 // 'error.empty' => 'Field "{0}" is empty.',
83 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
84 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
85 // 'error.project' => 'Select project.',
86 // 'error.task' => 'Select task.',
87 // 'error.client' => 'Select client.',
88 // 'error.report' => 'Select report.',
89 // 'error.auth' => 'Incorrect login or password.',
90 // 'error.user_exists' => 'User with this login already exists.',
91 // 'error.project_exists' => 'Project with this name already exists.',
92 // 'error.task_exists' => 'Task with this name already exists.',
93 // 'error.client_exists' => 'Client with this name already exists.',
94 // 'error.invoice_exists' => 'Invoice with this number already exists.',
95 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
96 // 'error.no_login' => 'No user with this login.',
97 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
98 // 'error.upload' => 'File upload error.',
99 // 'error.range_locked' => 'Date range is locked.',
100 // 'error.mail_send' => 'Error sending mail.',
101 // 'error.no_email' => 'No email associated with this login.',
102 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
103 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
104 // 'error.overlap' => 'Time interval overlaps with existing records.',
105 // 'error.future_date' => 'Date is in future.',
106
107 // Labels for buttons.
108 'button.login' => 'prijava',
109 'button.now' => 'zdaj',
110 'button.save' => 'shrani',
111 'button.delete' => 'izbriši',
112 'button.cancel' => 'prekliči',
113 'button.submit' => 'potrdi',
114 'button.add_user' => 'dodaj uporabnika',
115 'button.add_project' => 'dodaj projekt',
116 'button.add_activity' => 'dodaj aktivnost',
117 'button.add_client' => 'dodaj stranko',
118 'button.add' => 'dodaj',
119 'button.generate' => 'ustvari',
120 // Note to translators: button.reset_password needs an improved translation.
121 'button.reset_password' => 'pojdi',
122 'button.send' => 'pošlji',
123 'button.send_by_email' => 'pošlji preko elektronske pošte',
124 'button.save_as_new' => 'shrani kot novo',
125 'button.create_team' => 'ustvari tim',
126 'button.export' => 'izvozi tim',
127 'button.import' => 'uvozi tim',
128 'button.apply' => 'uporabi',
129
130 // labels for controls on various forms
131 // TODO: translate label.team_name and the strings below.
132 // 'label.team_name' => 'team name',
133 // 'label.currency' => 'currency',
134 // 'label.manager_name' => 'manager name',
135 // 'label.manager_login' => 'manager login',
136 'label.password' => 'geslo',
137 // 'label.confirm_password' => 'confirm password',
138 'label.email' => 'email',
139 'label.total' => 'total',
140 // TODO: translate the following.
141 // 'label.page' => 'Page',
142 // 'label.condition' => 'Condition',
143
144 // Form titles.
145 // TODO: the entire title section is missing here. See the English file.
146
147 "form.filter.project" => 'projekt',
148 "form.filter.filter" => 'favorite report',
149 "form.filter.filter_new" => 'save as favorite',
150 "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
151
152 // login form attributes
153 "form.login.title" => 'prijava',
154 "form.login.login" => 'prijava',
155
156 // password reminder form attributes
157 "form.fpass.title" => 'razveljavi geslo',
158 "form.fpass.login" => 'prijava',
159 "form.fpass.send_pass_str" => 'zahteva za razveljavitev gesla je bila poslana',
160 "form.fpass.send_pass_subj" => 'Anuko Time Tracker zahteva za razveljavitev gesla',
161 // Note to translators: the ending of this tring below needs to be translated.
162 "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",
163 "form.fpass.reset_comment" => "za razveljavitev gesla, prosimo vtipkajte geslo in kliknite gumb shrani",
164
165 // administrator form
166 "form.admin.title" => 'administrator',
167 "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).',
168
169 "form.admin.change_pass" => 'change password of administrator account',
170 "form.admin.profile.title" => 'teams',
171 "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
172 "form.admin.profile.comment" => 'delete team',
173 "form.admin.profile.th.id" => 'id',
174 "form.admin.profile.th.name" => 'name',
175 "form.admin.profile.th.edit" => 'edit',
176 "form.admin.profile.th.del" => 'delete',
177 "form.admin.profile.th.active" => 'active',
178 "form.admin.options" => 'options',
179 "form.admin.custom_date_format" => "date format",
180 "form.admin.custom_time_format" => "time format",
181 "form.admin.start_week" => "first day of week",
182
183 // my time form attributes
184 "form.mytime.title" => 'my time',
185 "form.mytime.edit_title" => 'editing time record',
186 "form.mytime.del_str" => 'deleting time record',
187 "form.mytime.time_form" => ' (hh:mm)',
188 "form.mytime.date" => 'date',
189 "form.mytime.project" => 'project',
190 "form.mytime.activity" => 'activity',
191 "form.mytime.start" => 'start',
192 "form.mytime.finish" => 'finish',
193 "form.mytime.duration" => 'duration',
194 "form.mytime.note" => 'note',
195 "form.mytime.behalf" => 'daily work for',
196 "form.mytime.daily" => 'daily work',
197 "form.mytime.total" => 'hours total: ',
198 "form.mytime.th.project" => 'project',
199 "form.mytime.th.activity" => 'activity',
200 "form.mytime.th.start" => 'start',
201 "form.mytime.th.finish" => 'finish',
202 "form.mytime.th.duration" => 'duration',
203 "form.mytime.th.note" => 'note',
204 "form.mytime.th.edit" => 'edit',
205 "form.mytime.th.delete" => 'delete',
206 "form.mytime.del_yes" => 'time record deleted successfully',
207 "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
208 "form.mytime.billable" => 'billable',
209 "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
210 "form.mytime.uncompleted" => 'uncompleted',
211
212 // profile form attributes
213 "form.profile.create_title" => 'creating team',
214 "form.profile.edit_title" => 'editing profile',
215 "form.profile.name" => 'name',
216 "form.profile.login" => 'login',
217
218 "form.profile.showchart" => 'show pie charts',
219 "form.profile.lang" => 'language',
220 "form.profile.custom_date_format" => "date format",
221 "form.profile.custom_time_format" => "time format",
222 "form.profile.default_format" => "(default)",
223 "form.profile.start_week" => "first day of week",
224
225 // people form attributes
226 "form.people.ppl_str" => 'people',
227 "form.people.createu_str" => 'creating new user',
228 "form.people.edit_str" => 'editing user',
229 "form.people.del_str" => 'deleting user',
230 "form.people.th.name" => 'name',
231 "form.people.th.login" => 'login',
232 "form.people.th.role" => 'role',
233 "form.people.th.edit" => 'edit',
234 "form.people.th.del" => 'delete',
235 "form.people.th.status" => 'status',
236 "form.people.th.project" => 'project',
237 "form.people.th.rate" => 'rate',
238 "form.people.manager" => 'manager',
239 "form.people.comanager" => 'comanager',
240 "form.people.empl" => 'user',
241 "form.people.name" => 'name',
242 "form.people.login" => 'login',
243
244 "form.people.rate" => 'default hourly rate',
245 "form.people.comanager" => 'co-manager',
246 "form.people.projects" => 'projects',
247
248 // projects form attributes
249 "form.project.proj_title" => 'projekti',
250 "form.project.edit_str" => 'urejanje projektov',
251 "form.project.add_str" => 'dodajanje novega projekta',
252 "form.project.del_str" => 'brisanje projekta',
253 "form.project.th.name" => 'ime',
254 "form.project.th.edit" => 'uredi',
255 "form.project.th.del" => 'izbriši',
256 "form.project.name" => 'ime',
257
258 // activities form attributes
259 "form.activity.act_title" => 'aktivnosti',
260 "form.activity.add_title" => 'dodajanje novih aktivnosti',
261 "form.activity.edit_str" => 'urejanje aktivnosti',
262 "form.activity.del_str" => 'brisanje aktivnosti',
263 "form.activity.name" => 'ime',
264 "form.activity.project" => 'projekt',
265 "form.activity.th.name" => 'ime',
266 "form.activity.th.project" => 'projekt',
267 "form.activity.th.edit" => 'uredi',
268 "form.activity.th.del" => 'izbriši',
269
270 // report attributes
271 "form.report.title" => 'reports',
272 "form.report.from" => 'start date',
273 "form.report.to" => 'end date',
274 "form.report.groupby_user" => 'user',
275 "form.report.groupby_project" => 'project',
276 "form.report.groupby_activity" => 'activity',
277 "form.report.duration" => 'duration',
278 "form.report.start" => 'start',
279 "form.report.activity" => 'activity',
280 "form.report.show_idle" => 'show idle',
281 "form.report.finish" => 'finish',
282 "form.report.note" => 'note',
283 "form.report.project" => 'project',
284 "form.report.totals_only" => 'totals only',
285 "form.report.total" => 'hours total',
286 "form.report.th.empllist" => 'user',
287 "form.report.th.date" => 'date',
288 "form.report.th.project" => 'project',
289 "form.report.th.activity" => 'activity',
290 "form.report.th.start" => 'start',
291 "form.report.th.finish" => 'finish',
292 "form.report.th.duration" => 'duration',
293 "form.report.th.note" => 'note',
294
295 // mail form attributes
296 "form.mail.from" => 'od',
297 "form.mail.to" => 'za',
298 "form.mail.cc" => 'cc',
299 "form.mail.subject" => 'predmet',
300 "form.mail.comment" => 'komentar',
301 "form.mail.above" => 'pošlji to poročilo preko elektronske pošte',
302 // Note to translators: this string needs to be translated.
303 // "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.',
304 "form.mail.sending_str" => '<b>sporočilo poslano</b>',
305
306 // invoice attributes
307 "form.invoice.title" => 'invoice',
308 "form.invoice.caption" => 'invoice',
309 "form.invoice.above" => 'additional information for invoice',
310 "form.invoice.select_cust" => 'select client',
311 "form.invoice.fillform" => 'fill the fields',
312 "form.invoice.date" => 'date',
313 "form.invoice.number" => 'invoice number',
314 "form.invoice.tax" => 'tax',
315 "form.invoice.comment" => 'comment ',
316 "form.invoice.th.username" => 'person',
317 "form.invoice.th.time" => 'hours',
318 "form.invoice.th.rate" => 'rate',
319 "form.invoice.th.summ" => 'amount',
320 "form.invoice.subtotal" => 'subtotal',
321 "form.invoice.customer" => 'client',
322 "form.invoice.mailinv_above" => 'send this invoice by e-mail',
323 "form.invoice.sending_str" => '<b>invoice sent</b>',
324
325 "form.migration.zip" => 'compression',
326 "form.migration.file" => 'select file',
327 "form.migration.import.title" => 'import data',
328 "form.migration.import.success" => 'import completed successfully',
329 "form.migration.import.text" => 'import team data from an xml file',
330 "form.migration.export.title" => 'export data',
331 "form.migration.export.success" => 'export completed successfully',
332 "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.',
333 "form.migration.compression.none" => 'none',
334 "form.migration.compression.gzip" => 'gzip',
335 "form.migration.compression.bzip" => 'bzip',
336
337 "form.client.title" => 'clients',
338 "form.client.add_title" => 'add client',
339 "form.client.edit_title" => 'edit client',
340 "form.client.del_title" => 'delete client',
341 "form.client.th.name" => 'name',
342 "form.client.th.edit" => 'edit',
343 "form.client.th.del" => 'delete',
344 "form.client.name" => 'name',
345 "form.client.tax" => 'tax',
346 "form.client.comment" => 'comment ',
347
348 // miscellaneous strings
349 "forward.forgot_password" => 'forgot password?',
350 "forward.edit" => 'edit',
351 "forward.delete" => 'delete',
352 "forward.tocsvfile" => 'export data to .csv file',
353 "forward.toxmlfile" => 'export data to .xml file',
354 "forward.geninvoice" => 'generate invoice',
355 "forward.change" => 'configure clients',
356
357 // strings inside contols on forms
358 "controls.select.project" => '--- select project ---',
359 "controls.select.activity" => '--- select activity ---',
360 "controls.select.client" => '--- select client ---',
361 "controls.project_bind" => '--- all ---',
362 "controls.all" => '--- all ---',
363 "controls.notbind" => '--- no ---',
364 "controls.per_tm" => 'this month',
365 "controls.per_lm" => 'last month',
366 "controls.per_tw" => 'this week',
367 "controls.per_lw" => 'last week',
368 "controls.per_td" => 'this day',
369 "controls.per_at" => 'all time',
370 "controls.per_ty" => 'this year',
371 "controls.sel_period" => '--- select time period ---',
372 "controls.sel_groupby" => '--- no grouping ---',
373 "controls.inc_billable" => 'billable',
374 "controls.inc_nbillable" => 'not billable',
375 "controls.default" => '--- default ---',
376
377 // labels
378 "label.chart.title1" => 'aktivnosti uporabnika',
379 "label.chart.title2" => 'projekti uporabnika',
380 "label.chart.period" => 'graf za obdobje',
381
382 "label.pinfo" => '%s, %s',
383 "label.pinfo2" => '%s',
384 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
385 "label.pminfo" => ' (manager)',
386 "label.pcminfo" => ' (co-manager)',
387 "label.painfo" => ' (administrator)',
388 "label.time_noentry" => 'no entry',
389 "label.today" => 'today',
390 "label.req_fields" => '* required fields',
391 "label.sel_project" => 'select project',
392 "label.sel_activity" => 'select activity',
393 "label.sel_tp" => 'select time period',
394 "label.set_tp" => 'or set dates',
395 "label.fields" => 'show fields',
396 "label.group_title" => 'group by',
397 "label.include_title" => 'include records',
398 "label.inv_str" => 'invoice',
399 "label.sel_all" => 'select all',
400 "label.sel_none" => 'deselect all',
401 "label.or" => 'or',
402 "label.disable" => 'disable',
403 "label.enable" => 'enable',
404 "label.filter" => 'filter',
405 "label.timeweek" => 'weekly total',
406 "label.hrs" => 'hrs',
407 "label.errors" => 'errors',
408 "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
409 "label.calendar_today" => 'today',
410 "label.calendar_close" => 'close',
411
412 // login hello text
413 "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
414 );