Some refactoring in translation 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 - 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' => 'in numele',
222 // TODO: translate the following.
223 // 'label.role_manager' => '(manager)',
224 // 'label.role_comanager' => '(co-manager)',
225 // 'label.role_admin' => '(administrator)',
226 // 'label.page' => 'Page',
227 // 'label.condition' => 'Condition',
228 // 'label.yes' => 'yes',
229 // 'label.no' => 'no',
230 // Labels for plugins (extensions to Time Tracker that provide additional features).
231 // TODO: translate the following.
232 // 'label.custom_fields' => 'Custom fields',
233 // 'label.monthly_quotas' => 'Monthly quotas',
234 // 'label.type' => 'Type',
235 // 'label.type_dropdown' => 'dropdown',
236 // 'label.type_text' => 'text',
237 // 'label.required' => 'Required',
238 // 'label.fav_report' => 'Favorite report',
239 // 'label.cron_schedule' => 'Cron schedule',
240 // 'label.what_is_it' => 'What is it?',
241 // 'label.expense' => 'Expense',
242 // 'label.quantity' => 'Quantity',
243 // 'label.paid_status' => 'Paid status',
244 // 'label.paid' => 'Paid',
245 // 'label.mark_paid' => 'Mark paid',
246 // 'label.week_note' => 'Week note',
247 // 'label.week_list' => 'Week list',
248
249 // Form titles.
250 'title.login' => 'Autentificare',
251 // TODO: translate the following.
252 // 'title.teams' => 'Teams',
253 // 'title.create_team' => 'Creating Team',
254 // 'title.edit_team' => 'Editing Team',
255 // 'title.delete_team' => 'Deleting Team',
256 'title.reset_password' => 'Reseteaza parola',
257 // TODO: translate the following.
258 // 'title.change_password' => 'Changing Password',
259 // 'title.time' => 'Time',
260 // 'title.edit_time_record' => 'Editing Time Record',
261 // 'title.delete_time_record' => 'Deleting Time Record',
262 // 'title.expenses' => 'Expenses',
263 // 'title.edit_expense' => 'Editing Expense Item',
264 // 'title.delete_expense' => 'Deleting Expense Item',
265 // 'title.predefined_expenses' => 'Predefined Expenses',
266 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
267 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
268 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
269 // 'title.reports' => 'Reports',
270 // 'title.report' => 'Report',
271 // 'title.send_report' => 'Sending Report',
272 // 'title.invoice' => 'Invoice',
273 // 'title.send_invoice' => 'Sending Invoice',
274 // 'title.charts' => 'Charts',
275 // 'title.projects' => 'Projects',
276 // 'title.add_project' => 'Adding Project',
277 // 'title.edit_project' => 'Editing Project',
278 // 'title.delete_project' => 'Deleting Project',
279 // 'title.tasks' => 'Tasks',
280 // 'title.add_task' => 'Adding Task',
281 // 'title.edit_task' => 'Editing Task',
282 // 'title.delete_task' => 'Deleting Task',
283 // 'title.users' => 'Users',
284 // 'title.add_user' => 'Adding User',
285 // 'title.edit_user' => 'Editing User',
286 // 'title.delete_user' => 'Deleting User',
287 // 'title.clients' => 'Clients',
288 // 'title.add_client' => 'Adding Client',
289 // 'title.edit_client' => 'Editing Client',
290 // 'title.delete_client' => 'Deleting Client',
291 // 'title.invoices' => 'Invoices',
292 // 'title.add_invoice' => 'Adding Invoice',
293 // 'title.view_invoice' => 'Viewing Invoice',
294 // 'title.delete_invoice' => 'Deleting Invoice',
295 // 'title.notifications' => 'Notifications',
296 // 'title.add_notification' => 'Adding Notification',
297 // 'title.edit_notification' => 'Editing Notification',
298 // 'title.delete_notification' => 'Deleting Notification',
299 // 'title.monthly_quotas' => 'Monthly Quotas',
300 // 'title.export' => 'Exporting Team Data',
301 // 'title.import' => 'Importing Team Data',
302 // 'title.options' => 'Options',
303 // 'title.profile' => 'Profile',
304 // 'title.cf_custom_fields' => 'Custom Fields',
305 // 'title.cf_add_custom_field' => 'Adding Custom Field',
306 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
307 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
308 // 'title.cf_dropdown_options' => 'Dropdown Options',
309 // 'title.cf_add_dropdown_option' => 'Adding Option',
310 // 'title.cf_edit_dropdown_option' => 'Editing Option',
311 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
312 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
313 // It is also a name for the Locking plugin on the Team profile page.
314 // 'title.locking' => 'Locking',
315 // 'title.week_view' => 'Week View',
316
317 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
318 // Strings that are used in a single form must go to the specific form section.
319 // TODO: translate the following.
320 // 'dropdown.all' => '--- all ---',
321 // 'dropdown.no' => '--- no ---',
322 // 'dropdown.current_day' => 'today',
323 // 'dropdown.previous_day' => 'yesterday',
324 // 'dropdown.selected_day' => 'day',
325 // 'dropdown.current_week' => 'this week',
326 // 'dropdown.previous_week' => 'previous week',
327 // 'dropdown.selected_week' => 'week',
328 // 'dropdown.current_month' => 'this month',
329 // 'dropdown.previous_month' => 'previous month',
330 // 'dropdown.selected_month' => 'month',
331 // 'dropdown.current_year' => 'this year',
332 // 'dropdown.previous_year' => 'previous year',
333 // 'dropdown.selected_year' => 'year',
334 // 'dropdown.all_time' => 'all time',
335 // 'dropdown.projects' => 'projects',
336 // 'dropdown.tasks' => 'tasks',
337 // 'dropdown.clients' => 'clients',
338 // 'dropdown.select' => '--- select ---',
339 // 'dropdown.select_invoice' => '--- select invoice ---',
340 // 'dropdown.status_active' => 'active',
341 // 'dropdown.status_inactive' => 'inactive',
342 // 'dropdown.delete'=>'delete',
343 // 'dropdown.do_not_delete'=>'do not delete',
344 // 'dropdown.paid' => 'paid',
345 // 'dropdown.not_paid' => 'not paid',
346
347 // Login form. See example at https://timetracker.anuko.com/login.php.
348 // TODO: translate the following.
349 // 'form.login.forgot_password' => 'Forgot password?',
350 // 'form.login.about' =>'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> is a simple, easy to use, open source time tracking system.',
351
352 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
353 // TODO: translate the following.
354 // 'form.reset_password.message' => 'Password reset request sent by email.',
355 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
356 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone, possibly you, requested your Anuko Time Tracker password reset. Please visit this link if you want to reset your password.\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",
357
358 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
359 // TODO: translate the following.
360 // 'form.change_password.tip' => 'Type new password and click on Save.',
361
362 // Time form. See example at https://timetracker.anuko.com/time.php.
363 // TODO: translate the following.
364 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
365 // 'form.time.billable' => 'Billable',
366 // 'form.time.uncompleted' => 'Uncompleted',
367 // 'form.time.remaining_quota' => 'Remaining quota',
368 // 'form.time.over_quota' => 'Over quota',
369
370
371
372 // TODO: refactoring ongoing down from here.
373
374 "form.filter.project" => 'proiect',
375 "form.filter.filter" => 'rapoarte favorite',
376 "form.filter.filter_new" => 'salveaza ca favorit',
377
378 // password reminder form attributes
379 "form.fpass.login" => 'autentifica', 
380 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
381 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
382 // Note to translators: the ending of this string below needs to be translated.
383 "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",
384 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
385
386 // administrator form
387 "form.admin.title" => 'administrator',
388 "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).',
389
390 "form.admin.change_pass" => 'schimba parola contului de administrator',
391 "form.admin.profile.title" => 'echipe',
392 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
393 "form.admin.profile.comment" => 'sterge echipa',
394 "form.admin.profile.th.id" => 'id',
395 "form.admin.profile.th.active" => 'activ',
396 // Note to translators: the strings below are missing and must be added and translated 
397 // "form.admin.options" => 'options',
398 // "form.admin.custom_date_format" => "date format",
399 // "form.admin.custom_time_format" => "time format",
400 // "form.admin.start_week" => "first day of week",
401
402 // my time form attributes
403 "form.mytime.title" => 'timpul meu',
404 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
405 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
406 "form.mytime.time_form" => ' (hh:mm)',
407 "form.mytime.date" => 'data',
408 "form.mytime.project" => 'proiect',
409 "form.mytime.activity" => 'activitate',
410 "form.mytime.start" => 'inceput',
411 "form.mytime.finish" => 'sfarsit',
412 "form.mytime.duration" => 'durata',
413 "form.mytime.note" => 'nota',
414 "form.mytime.daily" => 'activitatea zilnica',
415 "form.mytime.total" => 'ore total: ',
416 "form.mytime.th.project" => 'proiect',
417 "form.mytime.th.start" => 'inceput',
418 "form.mytime.th.finish" => 'sfarsit',
419 "form.mytime.th.duration" => 'durata',
420 "form.mytime.th.note" => 'nota',
421 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
422 "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.',
423
424 // profile form attributes
425 // Note to translators: we need a more accurate translation of form.profile.create_title
426 "form.profile.create_title" => 'creazaun nou cont de tip manager',
427 "form.profile.edit_title" => 'editeaza profilul',
428
429 // people form attributes
430 "form.people.ppl_str" => 'persoane',
431 "form.people.createu_str" => 'adaugare untilizator nou',
432 "form.people.edit_str" => 'editare utilizator',
433 "form.people.del_str" => 'stergee utilizator',
434 "form.people.th.role" => 'functie',
435 "form.people.th.status" => 'stare',
436 "form.people.th.project" => 'proiect',
437 "form.people.th.rate" => 'rata',
438 "form.people.manager" => 'manager',
439 "form.people.comanager" => 'comanager',
440 "form.people.empl" => 'utilizator',
441
442 "form.people.rate" => 'pret pe ora implicit',
443 "form.people.comanager" => 'co-manager',
444 "form.people.projects" => 'proiecte',
445
446 // projects form attributes
447 "form.project.proj_title" => 'proiecte',
448 "form.project.edit_str" => 'editare proiect',
449 "form.project.add_str" => 'adauagre proiect nou',
450 "form.project.del_str" => 'stergere proiect',
451
452 // activities form attributes
453 "form.activity.project" => 'proiect',
454
455 // report attributes
456 "form.report.title" => 'rapoarte',
457 "form.report.from" => 'data inceput',
458 "form.report.to" => 'data sfarsit',
459 "form.report.groupby_user" => 'utilizator',
460 "form.report.groupby_project" => 'proiect',
461 "form.report.duration" => 'durata',
462 "form.report.start" => 'inceput',
463 "form.report.finish" => 'sfarsit',
464 "form.report.note" => 'nota',
465 "form.report.project" => 'proiect',
466 "form.report.totals_only" => 'numai totaluri',
467 "form.report.total" => 'ore total',
468 "form.report.th.empllist" => 'utilizator',
469 "form.report.th.date" => 'data',
470 "form.report.th.project" => 'proiect',
471 "form.report.th.start" => 'inceput',
472 "form.report.th.finish" => 'sfarsit',
473 "form.report.th.duration" => 'durata',
474 "form.report.th.note" => 'nota',
475
476 // mail form attributes
477 "form.mail.from" => 'de la',
478 "form.mail.to" => 'catre',
479 "form.mail.comment" => 'comentariu',
480 "form.mail.above" => 'trimite acest raport pe e-mail',
481 // Note to translators: this string needs to be translated.
482 // "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.',
483 "form.mail.sending_str" => '<b>mesaj trimis</b>',
484
485 // invoice attributes
486 "form.invoice.title" => 'factura',
487 "form.invoice.caption" => 'factura',
488 "form.invoice.above" => 'informatii aditionale pentru factura',
489 "form.invoice.select_cust" => 'alege client',
490 "form.invoice.fillform" => 'comleteaza campurile',
491 "form.invoice.date" => 'data',
492 "form.invoice.number" => 'numar factura',
493 "form.invoice.tax" => 'taxa',
494 "form.invoice.comment" => 'comentariu ',
495 "form.invoice.th.username" => 'persoana',
496 "form.invoice.th.time" => 'ore',
497 "form.invoice.th.rate" => 'rata',
498 "form.invoice.th.summ" => 'valoare',
499 "form.invoice.subtotal" => 'subtotal',
500 "form.invoice.customer" => 'client',
501 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
502 "form.invoice.sending_str" => '<b>factura trimisa</b>',
503
504 "form.migration.zip" => 'compresie',
505 "form.migration.file" => 'alege fisier',
506 "form.migration.import.title" => 'importa date',
507 "form.migration.import.success" => 'importul s-a incheiat cu succes',
508 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
509 "form.migration.export.title" => 'exporta date',
510 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
511 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
512 // Note to translators: the strings below are missing and must be added and translated 
513 // "form.migration.compression.none" => 'none',
514 // "form.migration.compression.gzip" => 'gzip',
515 // "form.migration.compression.bzip" => 'bzip',
516
517 "form.client.title" => 'clienti',
518 "form.client.add_title" => 'adauga client',
519 "form.client.edit_title" => 'editeaza client',
520 "form.client.del_title" => 'sterge client',
521 "form.client.tax" => 'taxa',
522 "form.client.comment" => 'comentariu ',
523
524 // miscellaneous strings
525 "forward.forgot_password" => 'parola pierduta?',
526 "forward.tocsvfile" => 'exporta date in fisier .csv',
527 "forward.geninvoice" => 'genereaza factura',
528 "forward.change" => 'configureaza clienti',
529
530 // strings inside contols on forms
531 "controls.select.project" => '--- alege proiect    ---',
532 "controls.select.activity" => '--- alege activitate ---',
533 "controls.select.client" => '--- alege client     ---',
534 "controls.project_bind" => '--- toate ---',
535 "controls.all" => '--- toate ---',
536 "controls.notbind" => '--- nu ---',
537 "controls.per_tm" => 'luna curenta',
538 "controls.per_lm" => 'luna trecuta',
539 "controls.per_tw" => 'saptamana curenta',
540 "controls.per_lw" => 'saptamana trecuta',
541 // Note to translators: the strings below must be translated
542 // "controls.per_td" => 'this day',
543 // "controls.per_at" => 'all time',
544 // "controls.per_ty" => 'this year'
545 "controls.sel_period" => '--- alege perioada ---',
546 "controls.sel_groupby" => '--- fara grupare   ---',
547
548 // labels
549 "label.req_fields" => '* date obligatorii',
550 "label.sel_project" => 'alege proiect',
551 "label.sel_activity" => 'alege activitate',
552 "label.sel_tp" => 'alege perioada',
553 "label.set_tp" => 'sau introdu intervalul de date',
554 "label.fields" => 'arata campuri',
555 "label.group_title" => 'grupat dupa',
556 // Note to translators: the string below is missing and must be added and translated 
557 // "label.include_title" => 'include records',
558 "label.inv_str" => 'factura',
559 "label.set_empl" => 'alege utilizatori',
560 "label.sel_all" => 'selecteaza   tot',
561 "label.sel_none" => 'deselecteaza tot',
562 "label.or" => 'sau',
563 "label.disable" => 'inactiv',
564 "label.enable" => 'activ',
565 "label.filter" => 'filtru',
566 );