22fc465f4a2a7a2a950c36a3a30555fff0ce4503
[timetracker.git] / WEB-INF / resources / ro.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 = 'Română';
35 $i18n_months = array('ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie');
36 $i18n_weekdays = array('duminica', 'luni', 'marti', 'miercuri', 'joi', 'vineri', 'sambata');
37 $i18n_weekdays_short = array('du', 'lu', 'ma', 'mi', 'jo', 'vi', 'sa');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '01/02', '04/19', '04/20', '05/01', '06/07', '06/08', '08/15', '12/01', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus.
44 'menu.login' => 'Autentificare',
45 'menu.logout' => 'Iesire',
46 // TODO: translate the following.
47 // 'menu.forum' => 'Forum',
48 'menu.help' => 'Ajutor',
49 // Note to translators: menu.create_team needs a more accurate translation.
50 'menu.create_team' => 'Creaza cont manager',
51 'menu.profile' => 'Profil',
52 'menu.time' => 'Timpul',
53 // TODO: translate the following.
54 // 'menu.expenses' => 'Expenses',
55 'menu.reports' => 'Rapoarte',
56 // TODO: translate the following.
57 // 'menu.charts' => 'Charts',
58 'menu.projects' => 'Proiecte',
59 // TODO: translate the following.
60 // 'menu.tasks' => 'Tasks',
61 // 'menu.users' => 'Users',
62 'menu.teams' => 'Echipe',
63 // TODO: translate the following.
64 // 'menu.export' => 'Export',
65 'menu.clients' => 'Clienti',
66 // TODO: translate the following.
67 // 'menu.options' => 'Options',
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' => 'eroare baza de date',
82 // Note to translators: the string below must be translated 
83 // 'error.field' => 'incorrect "{0}" data',
84 'error.empty' => 'campul "{0}" este gol',
85 'error.not_equal' => 'campul "{0}" nu este egal cu campul "{1}"',
86 'error.interval' => 'interval incorect',
87 'error.project' => 'selecteaza proiect',
88 'error.activity' => 'selecteaza activitate',
89 'error.auth' => 'nume de utilizator sau parola incorecta',
90 // Note to translators: this string needs to be translated.
91 // 'error.user_exists' => 'user with this login already exists',
92 'error.project_exists' => 'proiectul cu acest nume exista deja',
93 'error.activity_exists' => 'activitatea cu acest nume exista deja',
94 // TODO: translate error.client_exists.
95 // 'error.client_exists' => 'client with this name already exists',
96 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
97 // 'error.no_login' => 'nu exista utilizator cu acest email',
98 'error.upload' => 'eroare la upload-ul fisierului',
99 // TODO: translate the following.
100 // 'error.range_locked' => 'Date range is locked.',
101 // 'error.mail_send' => 'error sending mail',
102 // 'error.no_email' => 'no email associated with this login',
103 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
104 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
105
106 // Labels for buttons.
107 'button.login' => 'autentifica',
108 'button.now' => 'acum',
109 'button.save' => 'salveaza',
110 'button.delete' => 'sterge',
111 'button.cancel' => 'renunta',
112 'button.submit' => 'trimite',
113 'button.add_user' => 'adauga utilizator',
114 'button.add_project' => 'adauga proiect',
115 'button.add_activity' => 'adauga activitate',
116 'button.add_client' => 'adauga client',
117 'button.add' => 'adauga',
118 'button.generate' => 'genereaza',
119 // Note to translators: button.reset_password needs an improved translation.
120 // 'button.reset_password' => 'reset password',
121 'button.send' => 'trimite',
122 'button.send_by_email' => 'trimite pe e-mail',
123 // TODO: button.create_team needs an improved translation.
124 'button.create_team' => 'adauga echipa noua',
125 'button.export' => 'exporta echipa',
126 'button.import' => 'importa echipa',
127 'button.apply' => 'aplica',
128
129 // labels for controls on various forms
130 // TODO: translate label.team_name
131 // 'label.team_name' => 'team name',
132 'label.currency' => 'moneda',
133 // TODO: translate label.manager_name and label.manager_login.
134 // 'label.manager_name' => 'manager name',
135 // 'label.manager_login' => 'manager login',
136 'label.password' => 'parola',
137 'label.confirm_password' => 'confirma parola',
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" => 'proiect',
148 "form.filter.filter" => 'rapoarte favorite',
149 "form.filter.filter_new" => 'salveaza ca favorit',
150 // Note to translators: the string below is missing and must be added and translated 
151 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
152
153 // login form attributes
154 "form.login.title" => 'autentificare',
155 "form.login.login" => 'autentifica', 
156
157 // password reminder form attributes
158 "form.fpass.title" => 'reseteaza parola',
159 "form.fpass.login" => 'autentifica', 
160 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
161 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
162 // Note to translators: the ending of this string below needs to be translated.
163 "form.fpass.send_pass_body" => "Draga Utilizator,\n\nCineva, posibil tu, a cerut resetarea parolei pentru contul Anuko Time Tracker. Te rog, viziteaza acesta legatura daca doresti sa iti resetezi parola.\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",
164 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
165
166 // administrator form
167 "form.admin.title" => 'administrator',
168 "form.admin.duty_text" => 'adauga o noua echipa prin adaugarea unui nou cont de tip manager.<br>deasemeni poti importa datele despre echipa dintr-un fisier xml generat de un alt server Anuko Time Tracker  (nu sunt permise duplicate pentru emailuri).',
169
170 "form.admin.change_pass" => 'schimba parola contului de administrator',
171 "form.admin.profile.title" => 'echipe',
172 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
173 "form.admin.profile.comment" => 'sterge echipa',
174 "form.admin.profile.th.id" => 'id',
175 "form.admin.profile.th.name" => 'nunme',
176 "form.admin.profile.th.edit" => 'editeaza',
177 "form.admin.profile.th.del" => 'sterge',
178 "form.admin.profile.th.active" => 'activ',
179 // Note to translators: the strings below are missing and must be added and translated 
180 // "form.admin.options" => 'options',
181 // "form.admin.custom_date_format" => "date format",
182 // "form.admin.custom_time_format" => "time format",
183 // "form.admin.start_week" => "first day of week",
184
185 // my time form attributes
186 "form.mytime.title" => 'timpul meu',
187 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
188 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
189 "form.mytime.time_form" => ' (hh:mm)',
190 "form.mytime.date" => 'data',
191 "form.mytime.project" => 'proiect',
192 "form.mytime.activity" => 'activitate',
193 "form.mytime.start" => 'inceput',
194 "form.mytime.finish" => 'sfarsit',
195 "form.mytime.duration" => 'durata',
196 "form.mytime.note" => 'nota',
197 "form.mytime.behalf" => 'activitatea zilnica pentru',
198 "form.mytime.daily" => 'activitatea zilnica',
199 "form.mytime.total" => 'ore total: ',
200 "form.mytime.th.project" => 'proiect',
201 "form.mytime.th.activity" => 'activitate',
202 "form.mytime.th.start" => 'inceput',
203 "form.mytime.th.finish" => 'sfarsit',
204 "form.mytime.th.duration" => 'durata',
205 "form.mytime.th.note" => 'nota',
206 "form.mytime.th.edit" => 'editeaza',
207 "form.mytime.th.delete" => 'sterge',
208 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
209 "form.mytime.no_finished_rec" => 'aceasta inregistrare a fost salvata numei cu timpul de inceput. nu este o eroare. poti parasi aplicatia daca este nevoie.',
210 // Note to translators: the strings below are missing and must be added and translated 
211 // "form.mytime.billable" => 'billable',
212 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
213 // "form.mytime.uncompleted" => 'uncompleted',
214
215 // profile form attributes
216 // Note to translators: we need a more accurate translation of form.profile.create_title
217 "form.profile.create_title" => 'creazaun nou cont de tip manager',
218 "form.profile.edit_title" => 'editeaza profilul',
219 "form.profile.name" => 'nume',
220 // Note to translators: the string below is missing and must be added and translated 
221 // "form.profile.login" => 'login',
222
223 // Note to translators: the strings below are missing and must be added and translated 
224 // "form.profile.showchart" => 'show pie charts',
225 // "form.profile.lang" => 'language',
226 // "form.profile.custom_date_format" => "date format",
227 // "form.profile.custom_time_format" => "time format",
228 // "form.profile.default_format" => "(default)",
229 // "form.profile.start_week" => "first day of week",
230
231 // people form attributes
232 "form.people.ppl_str" => 'persoane',
233 "form.people.createu_str" => 'adaugare untilizator nou',
234 "form.people.edit_str" => 'editare utilizator',
235 "form.people.del_str" => 'stergee utilizator',
236 "form.people.th.name" => 'nume',
237 // Note to translators: the string below is missing and must be added and translated 
238 // "form.people.th.login" => 'login',
239 "form.people.th.role" => 'functie',
240 "form.people.th.edit" => 'editeaza',
241 "form.people.th.del" => 'sterge',
242 "form.people.th.status" => 'stare',
243 "form.people.th.project" => 'proiect',
244 "form.people.th.rate" => 'rata',
245 "form.people.manager" => 'manager',
246 "form.people.comanager" => 'comanager',
247 "form.people.empl" => 'utilizator',
248 "form.people.name" => 'nume',
249 // Note to translators: "form.people.login" => 'e-mail', // email has been changed to login
250
251 "form.people.rate" => 'pret pe ora implicit',
252 "form.people.comanager" => 'co-manager',
253 "form.people.projects" => 'proiecte',
254
255 // projects form attributes
256 "form.project.proj_title" => 'proiecte',
257 "form.project.edit_str" => 'editare proiect',
258 "form.project.add_str" => 'adauagre proiect nou',
259 "form.project.del_str" => 'stergere proiect',
260 "form.project.th.name" => 'nume',
261 "form.project.th.edit" => 'editeaza',
262 "form.project.th.del" => 'sterge',
263 "form.project.name" => 'nume',
264
265 // activities form attributes
266 "form.activity.act_title" => 'activitati',
267 "form.activity.add_title" => 'adaugare activitate noua',
268 "form.activity.edit_str" => 'editare activitate',
269 "form.activity.del_str" => 'stergere activitate',
270 "form.activity.name" => 'nume',
271 "form.activity.project" => 'proiect',
272 "form.activity.th.name" => 'nume',
273 "form.activity.th.project" => 'proiect',
274 "form.activity.th.edit" => 'editare',
275 "form.activity.th.del" => 'stergere',
276
277 // report attributes
278 "form.report.title" => 'rapoarte',
279 "form.report.from" => 'data inceput',
280 "form.report.to" => 'data sfarsit',
281 "form.report.groupby_user" => 'utilizator',
282 "form.report.groupby_project" => 'proiect',
283 "form.report.groupby_activity" => 'activitate',
284 "form.report.duration" => 'durata',
285 "form.report.start" => 'inceput',
286 "form.report.activity" => 'activitate',
287 "form.report.show_idle" => 'arata liber',
288 "form.report.finish" => 'sfarsit',
289 "form.report.note" => 'nota',
290 "form.report.project" => 'proiect',
291 "form.report.totals_only" => 'numai totaluri',
292 "form.report.total" => 'ore total',
293 "form.report.th.empllist" => 'utilizator',
294 "form.report.th.date" => 'data',
295 "form.report.th.project" => 'proiect',
296 "form.report.th.activity" => 'activitate',
297 "form.report.th.start" => 'inceput',
298 "form.report.th.finish" => 'sfarsit',
299 "form.report.th.duration" => 'durata',
300 "form.report.th.note" => 'nota',
301
302 // mail form attributes
303 "form.mail.from" => 'de la',
304 "form.mail.to" => 'catre',
305 "form.mail.cc" => 'copie',
306 "form.mail.subject" => 'subiect',
307 "form.mail.comment" => 'comentariu',
308 "form.mail.above" => 'trimite acest raport pe e-mail',
309 // Note to translators: this string needs to be translated.
310 // "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.',
311 "form.mail.sending_str" => '<b>mesaj trimis</b>',
312
313 // invoice attributes
314 "form.invoice.title" => 'factura',
315 "form.invoice.caption" => 'factura',
316 "form.invoice.above" => 'informatii aditionale pentru factura',
317 "form.invoice.select_cust" => 'alege client',
318 "form.invoice.fillform" => 'comleteaza campurile',
319 "form.invoice.date" => 'data',
320 "form.invoice.number" => 'numar factura',
321 "form.invoice.tax" => 'taxa',
322 "form.invoice.comment" => 'comentariu ',
323 "form.invoice.th.username" => 'persoana',
324 "form.invoice.th.time" => 'ore',
325 "form.invoice.th.rate" => 'rata',
326 "form.invoice.th.summ" => 'valoare',
327 "form.invoice.subtotal" => 'subtotal',
328 "form.invoice.customer" => 'client',
329 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
330 "form.invoice.sending_str" => '<b>factura trimisa</b>',
331
332 "form.migration.zip" => 'compresie',
333 "form.migration.file" => 'alege fisier',
334 "form.migration.import.title" => 'importa date',
335 "form.migration.import.success" => 'importul s-a incheiat cu succes',
336 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
337 "form.migration.export.title" => 'exporta date',
338 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
339 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
340 // Note to translators: the strings below are missing and must be added and translated 
341 // "form.migration.compression.none" => 'none',
342 // "form.migration.compression.gzip" => 'gzip',
343 // "form.migration.compression.bzip" => 'bzip',
344
345 "form.client.title" => 'clienti',
346 "form.client.add_title" => 'adauga client',
347 "form.client.edit_title" => 'editeaza client',
348 "form.client.del_title" => 'sterge client',
349 "form.client.th.name" => 'nume',
350 "form.client.th.edit" => 'editeaza',
351 "form.client.th.del" => 'sterge',
352 "form.client.name" => 'nume',
353 "form.client.tax" => 'taxa',
354 "form.client.comment" => 'comentariu ',
355
356 // miscellaneous strings
357 "forward.forgot_password" => 'parola pierduta?',
358 "forward.edit" => 'editeaza',
359 "forward.delete" => 'sterge',
360 "forward.tocsvfile" => 'exporta date in fisier .csv',
361 // Note to translators: the string below is missing and must be added and translated 
362 // "forward.toxmlfile" => 'export data to .xml file',
363 "forward.geninvoice" => 'genereaza factura',
364 "forward.change" => 'configureaza clienti',
365
366 // strings inside contols on forms
367 "controls.select.project" => '--- alege proiect    ---',
368 "controls.select.activity" => '--- alege activitate ---',
369 "controls.select.client" => '--- alege client     ---',
370 "controls.project_bind" => '--- toate ---',
371 "controls.all" => '--- toate ---',
372 "controls.notbind" => '--- nu ---',
373 "controls.per_tm" => 'luna curenta',
374 "controls.per_lm" => 'luna trecuta',
375 "controls.per_tw" => 'saptamana curenta',
376 "controls.per_lw" => 'saptamana trecuta',
377 // Note to translators: the strings below must be translated
378 // "controls.per_td" => 'this day',
379 // "controls.per_at" => 'all time',
380 // "controls.per_ty" => 'this year'
381 "controls.sel_period" => '--- alege perioada ---',
382 "controls.sel_groupby" => '--- fara grupare   ---',
383 // Note to translators: the strings below must be translated
384 // "controls.inc_billable" => 'billable',
385 // "controls.inc_nbillable" => 'not billable',
386 // "controls.default" => '--- default ---',
387
388 // labels
389 // Note to translators: the strings below are missing and must be added and translated 
390 // "label.chart.title1" => 'activities for user',
391 // "label.chart.title2" => 'projects for user',
392 // "label.chart.period" => 'chart for period',
393
394 "label.pinfo" => '%s, %s',
395 "label.pinfo2" => '%s',
396 "label.pbehalf_info" => '%s %s <b>in numele %s</b>',
397 "label.pminfo" => ' (manager)',
398 "label.pcminfo" => ' (co-manager)',
399 "label.painfo" => ' (administrator)',
400 "label.time_noentry" => 'nu exista inregistrari',
401 "label.today" => 'astazi',
402 "label.req_fields" => '* date obligatorii',
403 "label.sel_project" => 'alege proiect',
404 "label.sel_activity" => 'alege activitate',
405 "label.sel_tp" => 'alege perioada',
406 "label.set_tp" => 'sau introdu intervalul de date',
407 "label.fields" => 'arata campuri',
408 "label.group_title" => 'grupat dupa',
409 // Note to translators: the string below is missing and must be added and translated 
410 // "label.include_title" => 'include records',
411 "label.inv_str" => 'factura',
412 "label.set_empl" => 'alege utilizatori',
413 "label.sel_all" => 'selecteaza   tot',
414 "label.sel_none" => 'deselecteaza tot',
415 "label.or" => 'sau',
416 "label.disable" => 'inactiv',
417 "label.enable" => 'activ',
418 "label.filter" => 'filtru',
419 // Note to translators: the strings below are missing and must be added and translated 
420 // "label.timeweek" => 'weekly total',
421 // "label.hrs" => 'hrs',
422 // "label.errors" => 'errors',
423 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
424 // "label.calendar_today" => 'today',
425 // "label.calendar_close" => 'close',
426
427 // login hello text
428 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
429 );