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