Recycled an old translation string.
[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 - 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' => 'Autentificare',
46 'menu.logout' => 'Iesire',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Ajutor',
50 // TODO: translate the following.
51 // 'menu.create_team' => 'Create Team',
52 'menu.profile' => 'Profil',
53 'menu.time' => 'Timpul',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Rapoarte',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Proiecte',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 // 'menu.users' => 'Users',
63 'menu.teams' => 'Echipe',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Clienti',
67 // TODO: translate the following.
68 // 'menu.options' => 'Options',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 // 'error.sys' => 'System error.',
82 'error.db' => 'Eroare baza de date.',
83 // TODO: translate the following.
84 // 'error.field' => 'Incorrect "{0}" data.',
85 'error.empty' => 'Campul "{0}" este gol.',
86 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".',
87 // TODO: translate the following.
88 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
89 'error.project' => 'Selecteaza proiect.',
90 // TODO: translate the following.
91 // 'error.task' => 'Select task.',
92 // 'error.client' => 'Select client.',
93 // 'error.report' => 'Select report.',
94 // 'error.record' => 'Select record.',
95 'error.auth' => 'Nume de utilizator sau parola incorecta.',
96 // TODO: translate the following.
97 // 'error.user_exists' => 'User with this login already exists.',
98 'error.project_exists' => 'Proiectul cu acest nume exista deja.',
99 // TODO: translate the following.
100 // 'error.task_exists' => 'Task with this name already exists.',
101 // 'error.client_exists' => 'Client with this name already exists.',
102 // 'error.invoice_exists' => 'Invoice with this number already exists.',
103 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
104 // 'error.no_login' => 'No user with this login.',
105 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
106 'error.upload' => 'Eroare la upload-ul fisierului.',
107 // TODO: translate the following.
108 // 'error.range_locked' => 'Date range is locked.',
109 // 'error.mail_send' => 'Error sending mail.',
110 // 'error.no_email' => 'No email associated with this login.',
111 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
112 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
113 // 'error.overlap' => 'Time interval overlaps with existing records.',
114 // 'error.future_date' => 'Date is in future.',
115
116 // Labels for buttons.
117 'button.login' => 'Autentifica',
118 'button.now' => 'Acum',
119 'button.save' => 'Salveaza',
120 // TODO: translate the following.
121 // 'button.copy' => 'Copy',
122 'button.cancel' => 'Renunta',
123 'button.submit' => 'Trimite',
124 'button.add_user' => 'Adauga utilizator',
125 'button.add_project' => 'Adauga proiect',
126 // TODO: translate the following.
127 // 'button.add_task' => 'Add task',
128 'button.add_client' => 'Adauga client',
129 // TODO: translate the following.
130 // 'button.add_invoice' => 'Add invoice',
131 // 'button.add_option' => 'Add option',
132 'button.add' => 'Adauga',
133 'button.generate' => 'Genereaza',
134 // TODO: translate the following.
135 // 'button.reset_password' => 'Reset password',
136 'button.send' => 'Trimite',
137 'button.send_by_email' => 'Trimite pe e-mail',
138 'button.create_team' => 'Adauga echipa',
139 'button.export' => 'Exporta echipa',
140 'button.import' => 'Importa echipa',
141 // TODO: translate the following.
142 // 'button.close' => 'Close',
143 // 'button.stop' => 'Stop',
144
145 // Labels for controls on forms. Labels in this section are used on multiple forms.
146 // TODO: translate the following.
147 // 'label.team_name' => 'Team name',
148 // 'label.address' => 'Address',
149 'label.currency' => 'Moneda',
150 // TODO: translate the following.
151 // 'label.manager_name' => 'Manager name',
152 // 'label.manager_login' => 'Manager login',
153 'label.person_name' => 'Nume',
154 'label.thing_name' => 'Nume',
155 // TODO: translate the following.
156 // 'label.login' => 'Login',
157 'label.password' => 'Parola',
158 'label.confirm_password' => 'Confirma parola',
159 'label.email' => 'E-mail',
160 'label.cc' => 'Copie',
161 // TODO: translate the following.
162 // 'label.bcc' => 'Bcc',
163 'label.subject' => 'Subiect',
164 // TODO: translate the following.
165 // 'label.date' => 'Date',
166 // 'label.start_date' => 'Start date',
167 // 'label.end_date' => 'End date',
168 // 'label.user' => 'User',
169 // 'label.users' => 'Users',
170 // 'label.client' => 'Client',
171 // 'label.clients' => 'Clients',
172 // 'label.option' => 'Option',
173 // 'label.invoice' => 'Invoice',
174 // 'label.project' => 'Project',
175 // 'label.projects' => 'Projects',
176 // 'label.task' => 'Task',
177 // 'label.tasks' => 'Tasks',
178 // 'label.description' => 'Description',
179 // 'label.start' => 'Start',
180 // 'label.finish' => 'Finish',
181 // 'label.duration' => 'Duration',
182 // 'label.note' => 'Note',
183 // 'label.notes' => 'Notes',
184 // 'label.item' => 'Item',
185 // 'label.cost' => 'Cost',
186 // 'label.day_total' => 'Day total',
187 // 'label.week_total' => 'Week total',
188 // 'label.month_total' => 'Month total',
189 'label.today' => 'Astazi',
190 // TODO: translate the following.
191 // 'label.total_hours' => 'Total hours',
192 // 'label.total_cost' => 'Total cost',
193 // 'label.view' => 'View',
194 // TODO: confirm that label.edit and label.delete are translated correctly.
195 'label.edit' => 'Editează',
196 'label.delete' => 'Șterge',
197 // TODO: translate the following.
198 // 'label.configure' => 'Configure',
199 // 'label.select_all' => 'Select all',
200 // 'label.select_none' => 'Deselect all',
201 // 'label.day_view' => 'Day view',
202 // 'label.week_view' => 'Week view',
203 // 'label.id' => 'ID',
204 // 'label.language' => 'Language',
205 // 'label.decimal_mark' => 'Decimal mark',
206 // 'label.date_format' => 'Date format',
207 // 'label.time_format' => 'Time format',
208 // 'label.week_start' => 'First day of week',
209 // 'label.comment' => 'Comment',
210 // 'label.status' => 'Status',
211 // 'label.tax' => 'Tax',
212 // 'label.subtotal' => 'Subtotal',
213 'label.total' => 'Total',
214 // TODO: translate the following.
215 // 'label.client_name' => 'Client name',
216 // 'label.client_address' => 'Client address',
217 // 'label.or' => 'or',
218 // 'label.error' => 'Error',
219 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
220 // 'label.required_fields' => '* - required fields',
221 // 'label.on_behalf' => 'on behalf of',
222 // 'label.role_manager' => '(manager)',
223 // 'label.role_comanager' => '(co-manager)',
224 // 'label.role_admin' => '(administrator)',
225 // 'label.page' => 'Page',
226 // 'label.condition' => 'Condition',
227 // 'label.yes' => 'yes',
228 // 'label.no' => 'no',
229 // Labels for plugins (extensions to Time Tracker that provide additional features).
230 // TODO: translate the following.
231 // 'label.custom_fields' => 'Custom fields',
232 // 'label.monthly_quotas' => 'Monthly quotas',
233 // 'label.type' => 'Type',
234 // 'label.type_dropdown' => 'dropdown',
235 // 'label.type_text' => 'text',
236 // 'label.required' => 'Required',
237 // 'label.fav_report' => 'Favorite report',
238 // 'label.cron_schedule' => 'Cron schedule',
239 // 'label.what_is_it' => 'What is it?',
240 // 'label.expense' => 'Expense',
241 // 'label.quantity' => 'Quantity',
242 // 'label.paid_status' => 'Paid status',
243 // 'label.paid' => 'Paid',
244 // 'label.mark_paid' => 'Mark paid',
245
246 // Form titles.
247 'title.login' => 'Autentificare',
248 // TODO: translate the following.
249 // 'title.teams' => 'Teams',
250 // 'title.create_team' => 'Creating Team',
251 // 'title.edit_team' => 'Editing Team',
252 // 'title.delete_team' => 'Deleting Team',
253 'title.reset_password' => 'Reseteaza parola',
254 // TODO: translate the following.
255 // 'title.change_password' => 'Changing Password',
256 // 'title.time' => 'Time',
257 // 'title.edit_time_record' => 'Editing Time Record',
258 // 'title.delete_time_record' => 'Deleting Time Record',
259 // 'title.expenses' => 'Expenses',
260 // 'title.edit_expense' => 'Editing Expense Item',
261 // 'title.delete_expense' => 'Deleting Expense Item',
262
263
264
265 // TODO: refactoring ongoing down from here.
266
267 "form.filter.project" => 'proiect',
268 "form.filter.filter" => 'rapoarte favorite',
269 "form.filter.filter_new" => 'salveaza ca favorit',
270
271 // password reminder form attributes
272 "form.fpass.login" => 'autentifica', 
273 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
274 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
275 // Note to translators: the ending of this string below needs to be translated.
276 "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",
277 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
278
279 // administrator form
280 "form.admin.title" => 'administrator',
281 "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).',
282
283 "form.admin.change_pass" => 'schimba parola contului de administrator',
284 "form.admin.profile.title" => 'echipe',
285 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
286 "form.admin.profile.comment" => 'sterge echipa',
287 "form.admin.profile.th.id" => 'id',
288 "form.admin.profile.th.active" => 'activ',
289 // Note to translators: the strings below are missing and must be added and translated 
290 // "form.admin.options" => 'options',
291 // "form.admin.custom_date_format" => "date format",
292 // "form.admin.custom_time_format" => "time format",
293 // "form.admin.start_week" => "first day of week",
294
295 // my time form attributes
296 "form.mytime.title" => 'timpul meu',
297 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
298 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
299 "form.mytime.time_form" => ' (hh:mm)',
300 "form.mytime.date" => 'data',
301 "form.mytime.project" => 'proiect',
302 "form.mytime.activity" => 'activitate',
303 "form.mytime.start" => 'inceput',
304 "form.mytime.finish" => 'sfarsit',
305 "form.mytime.duration" => 'durata',
306 "form.mytime.note" => 'nota',
307 "form.mytime.behalf" => 'activitatea zilnica pentru',
308 "form.mytime.daily" => 'activitatea zilnica',
309 "form.mytime.total" => 'ore total: ',
310 "form.mytime.th.project" => 'proiect',
311 "form.mytime.th.activity" => 'activitate',
312 "form.mytime.th.start" => 'inceput',
313 "form.mytime.th.finish" => 'sfarsit',
314 "form.mytime.th.duration" => 'durata',
315 "form.mytime.th.note" => 'nota',
316 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
317 "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.',
318 // Note to translators: the strings below are missing and must be added and translated 
319 // "form.mytime.billable" => 'billable',
320 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
321 // "form.mytime.uncompleted" => 'uncompleted',
322
323 // profile form attributes
324 // Note to translators: we need a more accurate translation of form.profile.create_title
325 "form.profile.create_title" => 'creazaun nou cont de tip manager',
326 "form.profile.edit_title" => 'editeaza profilul',
327
328 // people form attributes
329 "form.people.ppl_str" => 'persoane',
330 "form.people.createu_str" => 'adaugare untilizator nou',
331 "form.people.edit_str" => 'editare utilizator',
332 "form.people.del_str" => 'stergee utilizator',
333 "form.people.th.role" => 'functie',
334 "form.people.th.status" => 'stare',
335 "form.people.th.project" => 'proiect',
336 "form.people.th.rate" => 'rata',
337 "form.people.manager" => 'manager',
338 "form.people.comanager" => 'comanager',
339 "form.people.empl" => 'utilizator',
340
341 "form.people.rate" => 'pret pe ora implicit',
342 "form.people.comanager" => 'co-manager',
343 "form.people.projects" => 'proiecte',
344
345 // projects form attributes
346 "form.project.proj_title" => 'proiecte',
347 "form.project.edit_str" => 'editare proiect',
348 "form.project.add_str" => 'adauagre proiect nou',
349 "form.project.del_str" => 'stergere proiect',
350
351 // activities form attributes
352 "form.activity.project" => 'proiect',
353
354 // report attributes
355 "form.report.title" => 'rapoarte',
356 "form.report.from" => 'data inceput',
357 "form.report.to" => 'data sfarsit',
358 "form.report.groupby_user" => 'utilizator',
359 "form.report.groupby_project" => 'proiect',
360 "form.report.duration" => 'durata',
361 "form.report.start" => 'inceput',
362 "form.report.finish" => 'sfarsit',
363 "form.report.note" => 'nota',
364 "form.report.project" => 'proiect',
365 "form.report.totals_only" => 'numai totaluri',
366 "form.report.total" => 'ore total',
367 "form.report.th.empllist" => 'utilizator',
368 "form.report.th.date" => 'data',
369 "form.report.th.project" => 'proiect',
370 "form.report.th.start" => 'inceput',
371 "form.report.th.finish" => 'sfarsit',
372 "form.report.th.duration" => 'durata',
373 "form.report.th.note" => 'nota',
374
375 // mail form attributes
376 "form.mail.from" => 'de la',
377 "form.mail.to" => 'catre',
378 "form.mail.comment" => 'comentariu',
379 "form.mail.above" => 'trimite acest raport pe e-mail',
380 // Note to translators: this string needs to be translated.
381 // "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.',
382 "form.mail.sending_str" => '<b>mesaj trimis</b>',
383
384 // invoice attributes
385 "form.invoice.title" => 'factura',
386 "form.invoice.caption" => 'factura',
387 "form.invoice.above" => 'informatii aditionale pentru factura',
388 "form.invoice.select_cust" => 'alege client',
389 "form.invoice.fillform" => 'comleteaza campurile',
390 "form.invoice.date" => 'data',
391 "form.invoice.number" => 'numar factura',
392 "form.invoice.tax" => 'taxa',
393 "form.invoice.comment" => 'comentariu ',
394 "form.invoice.th.username" => 'persoana',
395 "form.invoice.th.time" => 'ore',
396 "form.invoice.th.rate" => 'rata',
397 "form.invoice.th.summ" => 'valoare',
398 "form.invoice.subtotal" => 'subtotal',
399 "form.invoice.customer" => 'client',
400 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
401 "form.invoice.sending_str" => '<b>factura trimisa</b>',
402
403 "form.migration.zip" => 'compresie',
404 "form.migration.file" => 'alege fisier',
405 "form.migration.import.title" => 'importa date',
406 "form.migration.import.success" => 'importul s-a incheiat cu succes',
407 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
408 "form.migration.export.title" => 'exporta date',
409 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
410 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
411 // Note to translators: the strings below are missing and must be added and translated 
412 // "form.migration.compression.none" => 'none',
413 // "form.migration.compression.gzip" => 'gzip',
414 // "form.migration.compression.bzip" => 'bzip',
415
416 "form.client.title" => 'clienti',
417 "form.client.add_title" => 'adauga client',
418 "form.client.edit_title" => 'editeaza client',
419 "form.client.del_title" => 'sterge client',
420 "form.client.tax" => 'taxa',
421 "form.client.comment" => 'comentariu ',
422
423 // miscellaneous strings
424 "forward.forgot_password" => 'parola pierduta?',
425 "forward.tocsvfile" => 'exporta date in fisier .csv',
426 "forward.geninvoice" => 'genereaza factura',
427 "forward.change" => 'configureaza clienti',
428
429 // strings inside contols on forms
430 "controls.select.project" => '--- alege proiect    ---',
431 "controls.select.activity" => '--- alege activitate ---',
432 "controls.select.client" => '--- alege client     ---',
433 "controls.project_bind" => '--- toate ---',
434 "controls.all" => '--- toate ---',
435 "controls.notbind" => '--- nu ---',
436 "controls.per_tm" => 'luna curenta',
437 "controls.per_lm" => 'luna trecuta',
438 "controls.per_tw" => 'saptamana curenta',
439 "controls.per_lw" => 'saptamana trecuta',
440 // Note to translators: the strings below must be translated
441 // "controls.per_td" => 'this day',
442 // "controls.per_at" => 'all time',
443 // "controls.per_ty" => 'this year'
444 "controls.sel_period" => '--- alege perioada ---',
445 "controls.sel_groupby" => '--- fara grupare   ---',
446
447 // labels
448 "label.pbehalf_info" => '%s %s <b>in numele %s</b>',
449 "label.time_noentry" => 'nu exista inregistrari',
450 "label.req_fields" => '* date obligatorii',
451 "label.sel_project" => 'alege proiect',
452 "label.sel_activity" => 'alege activitate',
453 "label.sel_tp" => 'alege perioada',
454 "label.set_tp" => 'sau introdu intervalul de date',
455 "label.fields" => 'arata campuri',
456 "label.group_title" => 'grupat dupa',
457 // Note to translators: the string below is missing and must be added and translated 
458 // "label.include_title" => 'include records',
459 "label.inv_str" => 'factura',
460 "label.set_empl" => 'alege utilizatori',
461 "label.sel_all" => 'selecteaza   tot',
462 "label.sel_none" => 'deselecteaza tot',
463 "label.or" => 'sau',
464 "label.disable" => 'inactiv',
465 "label.enable" => 'activ',
466 "label.filter" => 'filtru',
467 );