Fixed PDF for Russian language
[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 $i18n_language = 'Slovenščina';
33 $i18n_months = array('januar', 'februar', 'marec', 'april', 'maj', 'junij', 'julij', 'avgust', 'september', 'oktober', 'november', 'december');
34 $i18n_weekdays = array('nedelja', 'ponedeljek', 'torek', 'sreda', 'četrtek', 'petek', 'sobota');
35 $i18n_weekdays_short = array('ned', 'pon', 'tor', 'sre', 'čet', 'pet', 'sob');
36 // format mm/dd
37 $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');
38
39 $i18n_key_words = array(
40
41 // menu entries
42 'menu.login' => 'prijava',
43 'menu.logout' => 'odjava',
44 'menu.feedback' => 'povratna informacija',
45 'menu.help' => 'pomoč',
46 // Note to translators: menu.create_team needs a more accurate translation.
47 'menu.create_team' => 'ustvari nov manager račun',
48 'menu.edit_profile' => 'uredi profil',
49 'menu.my_time' => 'moj čas',
50 'menu.reports' => 'poročila',
51 // Note to translators: menu.charts needs to be translated.
52 // 'menu.charts' => 'charts',
53 'menu.projects' => 'projekti',
54 'menu.activities' => 'aktivnosti',
55 'menu.people' => 'ljudje',
56 'menu.teams' => 'timi',
57 // Note to translators: menu.export needs to be translated.
58 // 'menu.export' => 'export',
59 'menu.clients' => 'stranke',
60 'menu.options' => 'možnosti',
61 'menu.admin' => 'admin',
62
63 // Note to translators: these strings need to be translated.
64 // error strings
65 // 'error.db' => 'database error',
66 // 'error.field' => 'incorrect "{0}" data',
67 // 'error.empty' => 'field "{0}" is empty',
68 // 'error.not_equal' => 'field "{0}" is not equal to field "{1}"',
69 // 'error.interval' => 'incorrect interval',
70 // 'error.project' => 'select project',
71 // 'error.activity' => 'select activity',
72 // 'error.auth' => 'incorrect login or password',
73 // 'error.user_exists' => 'user with this login already exists',
74 // 'error.project_exists' => 'project with this name already exists',
75 // 'error.activity_exists' => 'activity with this name already exists',
76 // 'error.client_exists' => 'client with this name already exists',
77 // 'error.no_login' => 'no user with this login',
78 // 'error.upload' => 'file upload error',
79 // 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
80 // 'error.mail_send' => 'error sending mail',
81 // 'error.no_email' => 'no email associated with this login',
82 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
83 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
84
85 // labels for various buttons
86 'button.login' => 'prijava',
87 'button.now' => 'zdaj',
88 // 'button.set' => 'nastavi',
89 'button.save' => 'shrani',
90 'button.delete' => 'izbriši',
91 'button.cancel' => 'prekliči',
92 'button.submit' => 'potrdi',
93 'button.add_user' => 'dodaj uporabnika',
94 'button.add_project' => 'dodaj projekt',
95 'button.add_activity' => 'dodaj aktivnost',
96 'button.add_client' => 'dodaj stranko',
97 'button.add' => 'dodaj',
98 'button.generate' => 'ustvari',
99 // Note to translators: button.reset_password needs an improved translation.
100 'button.reset_password' => 'pojdi',
101 'button.send' => 'pošlji',
102 'button.send_by_email' => 'pošlji preko elektronske pošte',
103 'button.save_as_new' => 'shrani kot novo',
104 'button.create_team' => 'ustvari tim',
105 'button.export' => 'izvozi tim',
106 'button.import' => 'uvozi tim',
107 'button.apply' => 'uporabi',
108
109 // labels for controls on various forms
110 // TODO: translate label.team_name and the strings below.
111 // 'label.team_name' => 'team name',
112 // 'label.currency' => 'currency',
113 // 'label.manager_name' => 'manager name',
114 // 'label.manager_login' => 'manager login',
115 'label.password' => 'geslo',
116 // 'label.confirm_password' => 'confirm password',
117 'label.email' => 'email',
118 'label.total' => 'total',
119 // Translate the following string.
120 // 'label.page' => 'Page',
121
122 "form.filter.project" => 'projekt',
123 "form.filter.filter" => 'favorite report',
124 "form.filter.filter_new" => 'save as favorite',
125 "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
126
127 // login form attributes
128 "form.login.title" => 'prijava',
129 "form.login.login" => 'prijava',
130
131 // password reminder form attributes
132 "form.fpass.title" => 'razveljavi geslo',
133 "form.fpass.login" => 'prijava',
134 "form.fpass.send_pass_str" => 'zahteva za razveljavitev gesla je bila poslana',
135 "form.fpass.send_pass_subj" => 'Anuko Time Tracker zahteva za razveljavitev gesla',
136 // Note to translators: the ending of this tring below needs to be translated.
137 "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",
138 "form.fpass.reset_comment" => "za razveljavitev gesla, prosimo vtipkajte geslo in kliknite gumb shrani",
139
140 // administrator form
141 "form.admin.title" => 'administrator',
142 "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).',
143
144 "form.admin.change_pass" => 'change password of administrator account',
145 "form.admin.profile.title" => 'teams',
146 "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
147 "form.admin.profile.comment" => 'delete team',
148 "form.admin.profile.th.id" => 'id',
149 "form.admin.profile.th.name" => 'name',
150 "form.admin.profile.th.edit" => 'edit',
151 "form.admin.profile.th.del" => 'delete',
152 "form.admin.profile.th.active" => 'active',
153 "form.admin.lock.period" => 'lock interval in days',
154 "form.admin.options" => 'options',
155 "form.admin.lang_default" => 'site default language',
156 "form.admin.lang_browser_default" => '(browser default)',
157 "form.admin.custom_date_format" => "date format",
158 "form.admin.custom_time_format" => "time format",
159 "form.admin.start_week" => "first day of week",
160
161 // my time form attributes
162 "form.mytime.title" => 'my time',
163 "form.mytime.edit_title" => 'editing time record',
164 "form.mytime.del_str" => 'deleting time record',
165 "form.mytime.time_form" => ' (hh:mm)',
166 "form.mytime.date" => 'date',
167 "form.mytime.project" => 'project',
168 "form.mytime.activity" => 'activity',
169 "form.mytime.start" => 'start',
170 "form.mytime.finish" => 'finish',
171 "form.mytime.duration" => 'duration',
172 "form.mytime.note" => 'note',
173 "form.mytime.behalf" => 'daily work for',
174 "form.mytime.daily" => 'daily work',
175 "form.mytime.total" => 'hours total: ',
176 "form.mytime.th.project" => 'project',
177 "form.mytime.th.activity" => 'activity',
178 "form.mytime.th.start" => 'start',
179 "form.mytime.th.finish" => 'finish',
180 "form.mytime.th.duration" => 'duration',
181 "form.mytime.th.note" => 'note',
182 "form.mytime.th.edit" => 'edit',
183 "form.mytime.th.delete" => 'delete',
184 "form.mytime.del_yes" => 'time record deleted successfully',
185 "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
186 "form.mytime.billable" => 'billable',
187 "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
188 "form.mytime.uncompleted" => 'uncompleted',
189
190 // profile form attributes
191 "form.profile.create_title" => 'creating team',
192 "form.profile.edit_title" => 'editing profile',
193 "form.profile.name" => 'name',
194 "form.profile.login" => 'login',
195
196 "form.profile.showchart" => 'show pie charts',
197 "form.profile.lang" => 'language',
198 "form.profile.lang_browser_default" => '(browser default)',
199 "form.profile.custom_date_format" => "date format",
200 "form.profile.custom_time_format" => "time format",
201 "form.profile.default_format" => "(default)",
202 "form.profile.start_week" => "first day of week",
203
204 // people form attributes
205 "form.people.ppl_str" => 'people',
206 "form.people.createu_str" => 'creating new user',
207 "form.people.edit_str" => 'editing user',
208 "form.people.del_str" => 'deleting user',
209 "form.people.th.name" => 'name',
210 "form.people.th.login" => 'login',
211 "form.people.th.role" => 'role',
212 "form.people.th.edit" => 'edit',
213 "form.people.th.del" => 'delete',
214 "form.people.th.status" => 'status',
215 "form.people.th.project" => 'project',
216 "form.people.th.rate" => 'rate',
217 "form.people.manager" => 'manager',
218 "form.people.comanager" => 'comanager',
219 "form.people.empl" => 'user',
220 "form.people.name" => 'name',
221 "form.people.login" => 'login',
222
223 "form.people.rate" => 'default hourly rate',
224 "form.people.comanager" => 'co-manager',
225 "form.people.projects" => 'projects',
226
227 // projects form attributes
228 "form.project.proj_title" => 'projekti',
229 "form.project.edit_str" => 'urejanje projektov',
230 "form.project.add_str" => 'dodajanje novega projekta',
231 "form.project.del_str" => 'brisanje projekta',
232 "form.project.th.name" => 'ime',
233 "form.project.th.edit" => 'uredi',
234 "form.project.th.del" => 'izbriši',
235 "form.project.name" => 'ime',
236
237 // activities form attributes
238 "form.activity.act_title" => 'aktivnosti',
239 "form.activity.add_title" => 'dodajanje novih aktivnosti',
240 "form.activity.edit_str" => 'urejanje aktivnosti',
241 "form.activity.del_str" => 'brisanje aktivnosti',
242 "form.activity.name" => 'ime',
243 "form.activity.project" => 'projekt',
244 "form.activity.th.name" => 'ime',
245 "form.activity.th.project" => 'projekt',
246 "form.activity.th.edit" => 'uredi',
247 "form.activity.th.del" => 'izbriši',
248
249 // report attributes
250 "form.report.title" => 'reports',
251 "form.report.from" => 'start date',
252 "form.report.to" => 'end date',
253 "form.report.groupby_user" => 'user',
254 "form.report.groupby_project" => 'project',
255 "form.report.groupby_activity" => 'activity',
256 "form.report.duration" => 'duration',
257 "form.report.start" => 'start',
258 "form.report.activity" => 'activity',
259 "form.report.show_idle" => 'show idle',
260 "form.report.finish" => 'finish',
261 "form.report.note" => 'note',
262 "form.report.project" => 'project',
263 "form.report.totals_only" => 'totals only',
264 "form.report.total" => 'hours total',
265 "form.report.th.empllist" => 'user',
266 "form.report.th.date" => 'date',
267 "form.report.th.project" => 'project',
268 "form.report.th.activity" => 'activity',
269 "form.report.th.start" => 'start',
270 "form.report.th.finish" => 'finish',
271 "form.report.th.duration" => 'duration',
272 "form.report.th.note" => 'note',
273
274 // mail form attributes
275 "form.mail.from" => 'od',
276 "form.mail.to" => 'za',
277 "form.mail.cc" => 'cc',
278 "form.mail.subject" => 'predmet',
279 "form.mail.comment" => 'komentar',
280 "form.mail.above" => 'pošlji to poročilo preko elektronske pošte',
281 // Note to translators: this string needs to be translated.
282 // "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.',
283 "form.mail.sending_str" => '<b>sporočilo poslano</b>',
284
285 // invoice attributes
286 "form.invoice.title" => 'invoice',
287 "form.invoice.caption" => 'invoice',
288 "form.invoice.above" => 'additional information for invoice',
289 "form.invoice.select_cust" => 'select client',
290 "form.invoice.fillform" => 'fill the fields',
291 "form.invoice.date" => 'date',
292 "form.invoice.number" => 'invoice number',
293 "form.invoice.tax" => 'tax',
294 "form.invoice.daily_subtotals" => 'daily subtotals',
295 "form.invoice.yourcoo" => 'your name<br> and address',
296 "form.invoice.custcoo" => 'client name<br> and address',
297 "form.invoice.comment" => 'comment ',
298 "form.invoice.th.username" => 'person',
299 "form.invoice.th.time" => 'hours',
300 "form.invoice.th.rate" => 'rate',
301 "form.invoice.th.summ" => 'amount',
302 "form.invoice.subtotal" => 'subtotal',
303 "form.invoice.customer" => 'client',
304 "form.invoice.mailinv_above" => 'send this invoice by e-mail',
305 "form.invoice.sending_str" => '<b>invoice sent</b>',
306
307 "form.migration.zip" => 'compression',
308 "form.migration.file" => 'select file',
309 "form.migration.import.title" => 'import data',
310 "form.migration.import.success" => 'import completed successfully',
311 "form.migration.import.text" => 'import team data from an xml file',
312 "form.migration.export.title" => 'export data',
313 "form.migration.export.success" => 'export completed successfully',
314 "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.',
315 "form.migration.compression.none" => 'none',
316 "form.migration.compression.gzip" => 'gzip',
317 "form.migration.compression.bzip" => 'bzip',
318
319 "form.client.title" => 'clients',
320 "form.client.add_title" => 'add client',
321 "form.client.edit_title" => 'edit client',
322 "form.client.del_title" => 'delete client',
323 "form.client.th.name" => 'name',
324 "form.client.th.edit" => 'edit',
325 "form.client.th.del" => 'delete',
326 "form.client.name" => 'name',
327 "form.client.tax" => 'tax',
328 "form.client.daily_subtotals" => 'daily subtotals',
329 "form.client.yourcoo" => 'your name<br> and address in invoice',
330 "form.client.custcoo" => 'address',
331 "form.client.comment" => 'comment ',
332
333 // miscellaneous strings
334 "forward.forgot_password" => 'forgot password?',
335 "forward.edit" => 'edit',
336 "forward.delete" => 'delete',
337 "forward.tocsvfile" => 'export data to .csv file',
338 "forward.toxmlfile" => 'export data to .xml file',
339 "forward.geninvoice" => 'generate invoice',
340 "forward.change" => 'configure clients',
341
342 // strings inside contols on forms
343 "controls.select.project" => '--- select project ---',
344 "controls.select.activity" => '--- select activity ---',
345 "controls.select.client" => '--- select client ---',
346 "controls.project_bind" => '--- all ---',
347 "controls.all" => '--- all ---',
348 "controls.notbind" => '--- no ---',
349 "controls.per_tm" => 'this month',
350 "controls.per_lm" => 'last month',
351 "controls.per_tw" => 'this week',
352 "controls.per_lw" => 'last week',
353 "controls.per_td" => 'this day',
354 "controls.per_at" => 'all time',
355 "controls.per_ty" => 'this year',
356 "controls.sel_period" => '--- select time period ---',
357 "controls.sel_groupby" => '--- no grouping ---',
358 "controls.inc_billable" => 'billable',
359 "controls.inc_nbillable" => 'not billable',
360 "controls.default" => '--- default ---',
361
362 // labels
363 "label.chart.title1" => 'aktivnosti uporabnika',
364 "label.chart.title2" => 'projekti uporabnika',
365 "label.chart.period" => 'graf za obdobje',
366
367 "label.pinfo" => '%s, %s',
368 "label.pinfo2" => '%s',
369 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
370 "label.pminfo" => ' (manager)',
371 "label.pcminfo" => ' (co-manager)',
372 "label.painfo" => ' (administrator)',
373 "label.time_noentry" => 'no entry',
374 "label.today" => 'today',
375 "label.req_fields" => '* required fields',
376 "label.sel_project" => 'select project',
377 "label.sel_activity" => 'select activity',
378 "label.sel_tp" => 'select time period',
379 "label.set_tp" => 'or set dates',
380 "label.fields" => 'show fields',
381 "label.group_title" => 'group by',
382 "label.include_title" => 'include records',
383 "label.inv_str" => 'invoice',
384 "label.set_empl" => 'select users',
385 "label.sel_all" => 'select all',
386 "label.sel_none" => 'deselect all',
387 "label.or" => 'or',
388 "label.disable" => 'disable',
389 "label.enable" => 'enable',
390 "label.filter" => 'filter',
391 "label.timeweek" => 'weekly total',
392 "label.hrs" => 'hrs',
393 "label.errors" => 'errors',
394 "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
395 "label.calendar_today" => 'today',
396 "label.calendar_close" => 'close',
397
398 // login hello text
399 "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
400 );
401 ?>