Added a string to localization files.
[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 // TODO: translate the following.
90 // 'error.record' => 'Select record.',
91 'error.auth' => 'nume de utilizator sau parola incorecta',
92 // Note to translators: this string needs to be translated.
93 // 'error.user_exists' => 'user with this login already exists',
94 'error.project_exists' => 'proiectul cu acest nume exista deja',
95 'error.activity_exists' => 'activitatea cu acest nume exista deja',
96 // TODO: translate error.client_exists.
97 // 'error.client_exists' => 'client with this name already exists',
98 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
99 // 'error.no_login' => 'nu exista utilizator cu acest email',
100 'error.upload' => 'eroare la upload-ul fisierului',
101 // TODO: translate the following.
102 // 'error.range_locked' => 'Date range is locked.',
103 // 'error.mail_send' => 'error sending mail',
104 // 'error.no_email' => 'no email associated with this login',
105 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
106 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
107
108 // Labels for buttons.
109 'button.login' => 'autentifica',
110 'button.now' => 'acum',
111 'button.save' => 'salveaza',
112 'button.delete' => 'sterge',
113 'button.cancel' => 'renunta',
114 'button.submit' => 'trimite',
115 'button.add_user' => 'adauga utilizator',
116 'button.add_project' => 'adauga proiect',
117 'button.add_activity' => 'adauga activitate',
118 'button.add_client' => 'adauga client',
119 'button.add' => 'adauga',
120 'button.generate' => 'genereaza',
121 // Note to translators: button.reset_password needs an improved translation.
122 // 'button.reset_password' => 'reset password',
123 'button.send' => 'trimite',
124 'button.send_by_email' => 'trimite pe e-mail',
125 // TODO: button.create_team needs an improved translation.
126 'button.create_team' => 'adauga echipa noua',
127 'button.export' => 'exporta echipa',
128 'button.import' => 'importa echipa',
129 'button.apply' => 'aplica',
130
131 // labels for controls on various forms
132 // TODO: translate label.team_name
133 // 'label.team_name' => 'team name',
134 'label.currency' => 'moneda',
135 // TODO: translate label.manager_name and label.manager_login.
136 // 'label.manager_name' => 'manager name',
137 // 'label.manager_login' => 'manager login',
138 'label.password' => 'parola',
139 'label.confirm_password' => 'confirma parola',
140 'label.email' => 'E-mail',
141 'label.cc' => 'Copie',
142 // TODO: translate the following.
143 // 'label.bcc' => 'Bcc',
144 'label.subject' => 'Subiect',
145 'label.total' => 'total',
146 // TODO: translate the following.
147 // 'label.page' => 'Page',
148 // 'label.condition' => 'Condition',
149 // 'label.yes' => 'yes',
150 // 'label.no' => 'no',
151
152 // Form titles.
153 // TODO: the entire title section is missing here. See the English file.
154
155 "form.filter.project" => 'proiect',
156 "form.filter.filter" => 'rapoarte favorite',
157 "form.filter.filter_new" => 'salveaza ca favorit',
158 // Note to translators: the string below is missing and must be added and translated 
159 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
160
161 // login form attributes
162 "form.login.title" => 'autentificare',
163 "form.login.login" => 'autentifica', 
164
165 // password reminder form attributes
166 "form.fpass.title" => 'reseteaza parola',
167 "form.fpass.login" => 'autentifica', 
168 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
169 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
170 // Note to translators: the ending of this string below needs to be translated.
171 "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",
172 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
173
174 // administrator form
175 "form.admin.title" => 'administrator',
176 "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).',
177
178 "form.admin.change_pass" => 'schimba parola contului de administrator',
179 "form.admin.profile.title" => 'echipe',
180 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
181 "form.admin.profile.comment" => 'sterge echipa',
182 "form.admin.profile.th.id" => 'id',
183 "form.admin.profile.th.name" => 'nunme',
184 "form.admin.profile.th.edit" => 'editeaza',
185 "form.admin.profile.th.del" => 'sterge',
186 "form.admin.profile.th.active" => 'activ',
187 // Note to translators: the strings below are missing and must be added and translated 
188 // "form.admin.options" => 'options',
189 // "form.admin.custom_date_format" => "date format",
190 // "form.admin.custom_time_format" => "time format",
191 // "form.admin.start_week" => "first day of week",
192
193 // my time form attributes
194 "form.mytime.title" => 'timpul meu',
195 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
196 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
197 "form.mytime.time_form" => ' (hh:mm)',
198 "form.mytime.date" => 'data',
199 "form.mytime.project" => 'proiect',
200 "form.mytime.activity" => 'activitate',
201 "form.mytime.start" => 'inceput',
202 "form.mytime.finish" => 'sfarsit',
203 "form.mytime.duration" => 'durata',
204 "form.mytime.note" => 'nota',
205 "form.mytime.behalf" => 'activitatea zilnica pentru',
206 "form.mytime.daily" => 'activitatea zilnica',
207 "form.mytime.total" => 'ore total: ',
208 "form.mytime.th.project" => 'proiect',
209 "form.mytime.th.activity" => 'activitate',
210 "form.mytime.th.start" => 'inceput',
211 "form.mytime.th.finish" => 'sfarsit',
212 "form.mytime.th.duration" => 'durata',
213 "form.mytime.th.note" => 'nota',
214 "form.mytime.th.edit" => 'editeaza',
215 "form.mytime.th.delete" => 'sterge',
216 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
217 "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.',
218 // Note to translators: the strings below are missing and must be added and translated 
219 // "form.mytime.billable" => 'billable',
220 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
221 // "form.mytime.uncompleted" => 'uncompleted',
222
223 // profile form attributes
224 // Note to translators: we need a more accurate translation of form.profile.create_title
225 "form.profile.create_title" => 'creazaun nou cont de tip manager',
226 "form.profile.edit_title" => 'editeaza profilul',
227 "form.profile.name" => 'nume',
228 // Note to translators: the string below is missing and must be added and translated 
229 // "form.profile.login" => 'login',
230
231 // Note to translators: the strings below are missing and must be added and translated 
232 // "form.profile.showchart" => 'show pie charts',
233 // "form.profile.lang" => 'language',
234 // "form.profile.custom_date_format" => "date format",
235 // "form.profile.custom_time_format" => "time format",
236 // "form.profile.default_format" => "(default)",
237 // "form.profile.start_week" => "first day of week",
238
239 // people form attributes
240 "form.people.ppl_str" => 'persoane',
241 "form.people.createu_str" => 'adaugare untilizator nou',
242 "form.people.edit_str" => 'editare utilizator',
243 "form.people.del_str" => 'stergee utilizator',
244 "form.people.th.name" => 'nume',
245 // Note to translators: the string below is missing and must be added and translated 
246 // "form.people.th.login" => 'login',
247 "form.people.th.role" => 'functie',
248 "form.people.th.edit" => 'editeaza',
249 "form.people.th.del" => 'sterge',
250 "form.people.th.status" => 'stare',
251 "form.people.th.project" => 'proiect',
252 "form.people.th.rate" => 'rata',
253 "form.people.manager" => 'manager',
254 "form.people.comanager" => 'comanager',
255 "form.people.empl" => 'utilizator',
256 "form.people.name" => 'nume',
257 // Note to translators: "form.people.login" => 'e-mail', // email has been changed to login
258
259 "form.people.rate" => 'pret pe ora implicit',
260 "form.people.comanager" => 'co-manager',
261 "form.people.projects" => 'proiecte',
262
263 // projects form attributes
264 "form.project.proj_title" => 'proiecte',
265 "form.project.edit_str" => 'editare proiect',
266 "form.project.add_str" => 'adauagre proiect nou',
267 "form.project.del_str" => 'stergere proiect',
268 "form.project.th.name" => 'nume',
269 "form.project.th.edit" => 'editeaza',
270 "form.project.th.del" => 'sterge',
271 "form.project.name" => 'nume',
272
273 // activities form attributes
274 "form.activity.act_title" => 'activitati',
275 "form.activity.add_title" => 'adaugare activitate noua',
276 "form.activity.edit_str" => 'editare activitate',
277 "form.activity.del_str" => 'stergere activitate',
278 "form.activity.name" => 'nume',
279 "form.activity.project" => 'proiect',
280 "form.activity.th.name" => 'nume',
281 "form.activity.th.project" => 'proiect',
282 "form.activity.th.edit" => 'editare',
283 "form.activity.th.del" => 'stergere',
284
285 // report attributes
286 "form.report.title" => 'rapoarte',
287 "form.report.from" => 'data inceput',
288 "form.report.to" => 'data sfarsit',
289 "form.report.groupby_user" => 'utilizator',
290 "form.report.groupby_project" => 'proiect',
291 "form.report.groupby_activity" => 'activitate',
292 "form.report.duration" => 'durata',
293 "form.report.start" => 'inceput',
294 "form.report.activity" => 'activitate',
295 "form.report.show_idle" => 'arata liber',
296 "form.report.finish" => 'sfarsit',
297 "form.report.note" => 'nota',
298 "form.report.project" => 'proiect',
299 "form.report.totals_only" => 'numai totaluri',
300 "form.report.total" => 'ore total',
301 "form.report.th.empllist" => 'utilizator',
302 "form.report.th.date" => 'data',
303 "form.report.th.project" => 'proiect',
304 "form.report.th.activity" => 'activitate',
305 "form.report.th.start" => 'inceput',
306 "form.report.th.finish" => 'sfarsit',
307 "form.report.th.duration" => 'durata',
308 "form.report.th.note" => 'nota',
309
310 // mail form attributes
311 "form.mail.from" => 'de la',
312 "form.mail.to" => 'catre',
313 "form.mail.comment" => 'comentariu',
314 "form.mail.above" => 'trimite acest raport pe e-mail',
315 // Note to translators: this string needs to be translated.
316 // "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.',
317 "form.mail.sending_str" => '<b>mesaj trimis</b>',
318
319 // invoice attributes
320 "form.invoice.title" => 'factura',
321 "form.invoice.caption" => 'factura',
322 "form.invoice.above" => 'informatii aditionale pentru factura',
323 "form.invoice.select_cust" => 'alege client',
324 "form.invoice.fillform" => 'comleteaza campurile',
325 "form.invoice.date" => 'data',
326 "form.invoice.number" => 'numar factura',
327 "form.invoice.tax" => 'taxa',
328 "form.invoice.comment" => 'comentariu ',
329 "form.invoice.th.username" => 'persoana',
330 "form.invoice.th.time" => 'ore',
331 "form.invoice.th.rate" => 'rata',
332 "form.invoice.th.summ" => 'valoare',
333 "form.invoice.subtotal" => 'subtotal',
334 "form.invoice.customer" => 'client',
335 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
336 "form.invoice.sending_str" => '<b>factura trimisa</b>',
337
338 "form.migration.zip" => 'compresie',
339 "form.migration.file" => 'alege fisier',
340 "form.migration.import.title" => 'importa date',
341 "form.migration.import.success" => 'importul s-a incheiat cu succes',
342 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
343 "form.migration.export.title" => 'exporta date',
344 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
345 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
346 // Note to translators: the strings below are missing and must be added and translated 
347 // "form.migration.compression.none" => 'none',
348 // "form.migration.compression.gzip" => 'gzip',
349 // "form.migration.compression.bzip" => 'bzip',
350
351 "form.client.title" => 'clienti',
352 "form.client.add_title" => 'adauga client',
353 "form.client.edit_title" => 'editeaza client',
354 "form.client.del_title" => 'sterge client',
355 "form.client.th.name" => 'nume',
356 "form.client.th.edit" => 'editeaza',
357 "form.client.th.del" => 'sterge',
358 "form.client.name" => 'nume',
359 "form.client.tax" => 'taxa',
360 "form.client.comment" => 'comentariu ',
361
362 // miscellaneous strings
363 "forward.forgot_password" => 'parola pierduta?',
364 "forward.edit" => 'editeaza',
365 "forward.delete" => 'sterge',
366 "forward.tocsvfile" => 'exporta date in fisier .csv',
367 // Note to translators: the string below is missing and must be added and translated 
368 // "forward.toxmlfile" => 'export data to .xml file',
369 "forward.geninvoice" => 'genereaza factura',
370 "forward.change" => 'configureaza clienti',
371
372 // strings inside contols on forms
373 "controls.select.project" => '--- alege proiect    ---',
374 "controls.select.activity" => '--- alege activitate ---',
375 "controls.select.client" => '--- alege client     ---',
376 "controls.project_bind" => '--- toate ---',
377 "controls.all" => '--- toate ---',
378 "controls.notbind" => '--- nu ---',
379 "controls.per_tm" => 'luna curenta',
380 "controls.per_lm" => 'luna trecuta',
381 "controls.per_tw" => 'saptamana curenta',
382 "controls.per_lw" => 'saptamana trecuta',
383 // Note to translators: the strings below must be translated
384 // "controls.per_td" => 'this day',
385 // "controls.per_at" => 'all time',
386 // "controls.per_ty" => 'this year'
387 "controls.sel_period" => '--- alege perioada ---',
388 "controls.sel_groupby" => '--- fara grupare   ---',
389 // Note to translators: the strings below must be translated
390 // "controls.inc_billable" => 'billable',
391 // "controls.inc_nbillable" => 'not billable',
392 // "controls.default" => '--- default ---',
393
394 // labels
395 // Note to translators: the strings below are missing and must be added and translated 
396 // "label.chart.title1" => 'activities for user',
397 // "label.chart.title2" => 'projects for user',
398 // "label.chart.period" => 'chart for period',
399
400 "label.pinfo" => '%s, %s',
401 "label.pinfo2" => '%s',
402 "label.pbehalf_info" => '%s %s <b>in numele %s</b>',
403 "label.pminfo" => ' (manager)',
404 "label.pcminfo" => ' (co-manager)',
405 "label.painfo" => ' (administrator)',
406 "label.time_noentry" => 'nu exista inregistrari',
407 "label.today" => 'astazi',
408 "label.req_fields" => '* date obligatorii',
409 "label.sel_project" => 'alege proiect',
410 "label.sel_activity" => 'alege activitate',
411 "label.sel_tp" => 'alege perioada',
412 "label.set_tp" => 'sau introdu intervalul de date',
413 "label.fields" => 'arata campuri',
414 "label.group_title" => 'grupat dupa',
415 // Note to translators: the string below is missing and must be added and translated 
416 // "label.include_title" => 'include records',
417 "label.inv_str" => 'factura',
418 "label.set_empl" => 'alege utilizatori',
419 "label.sel_all" => 'selecteaza   tot',
420 "label.sel_none" => 'deselecteaza tot',
421 "label.or" => 'sau',
422 "label.disable" => 'inactiv',
423 "label.enable" => 'activ',
424 "label.filter" => 'filtru',
425 // Note to translators: the strings below are missing and must be added and translated 
426 // "label.timeweek" => 'weekly total',
427 // "label.hrs" => 'hrs',
428 // "label.errors" => 'errors',
429 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
430 // "label.calendar_today" => 'today',
431 // "label.calendar_close" => 'close',
432
433 // login hello text
434 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",
435 );