More recycling in translations.
[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 // TODO: for "select" errors: Selecteaza or Alege? We need consistent usage.
90 'error.project' => 'Selecteaza proiect.',
91 // TODO: translate the following.
92 // 'error.task' => 'Select task.',
93 'error.client' => 'Alege client.',
94 // TODO: translate the following.
95 // 'error.report' => 'Select report.',
96 // 'error.record' => 'Select record.',
97 'error.auth' => 'Nume de utilizator sau parola incorecta.',
98 // TODO: translate the following.
99 // 'error.user_exists' => 'User with this login already exists.',
100 'error.project_exists' => 'Proiectul cu acest nume exista deja.',
101 // TODO: translate the following.
102 // 'error.task_exists' => 'Task with this name already exists.',
103 // 'error.client_exists' => 'Client with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
106 // 'error.no_login' => 'No user with this login.',
107 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
108 'error.upload' => 'Eroare la upload-ul fisierului.',
109 // TODO: translate the following.
110 // 'error.range_locked' => 'Date range is locked.',
111 // 'error.mail_send' => 'Error sending mail.',
112 // 'error.no_email' => 'No email associated with this login.',
113 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
114 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
115 // 'error.overlap' => 'Time interval overlaps with existing records.',
116 // 'error.future_date' => 'Date is in future.',
117
118 // Labels for buttons.
119 'button.login' => 'Autentifica',
120 'button.now' => 'Acum',
121 'button.save' => 'Salveaza',
122 // TODO: translate the following.
123 // 'button.copy' => 'Copy',
124 'button.cancel' => 'Renunta',
125 'button.submit' => 'Trimite',
126 'button.add_user' => 'Adauga utilizator',
127 'button.add_project' => 'Adauga proiect',
128 // TODO: translate the following.
129 // 'button.add_task' => 'Add task',
130 'button.add_client' => 'Adauga client',
131 // TODO: translate the following.
132 // 'button.add_invoice' => 'Add invoice',
133 // 'button.add_option' => 'Add option',
134 'button.add' => 'Adauga',
135 'button.generate' => 'Genereaza',
136 // TODO: translate the following.
137 // 'button.reset_password' => 'Reset password',
138 'button.send' => 'Trimite',
139 'button.send_by_email' => 'Trimite pe e-mail',
140 'button.create_team' => 'Adauga echipa',
141 'button.export' => 'Exporta echipa',
142 'button.import' => 'Importa echipa',
143 // TODO: translate the following.
144 // 'button.close' => 'Close',
145 // 'button.stop' => 'Stop',
146
147 // Labels for controls on forms. Labels in this section are used on multiple forms.
148 // TODO: translate the following.
149 // 'label.team_name' => 'Team name',
150 // 'label.address' => 'Address',
151 'label.currency' => 'Moneda',
152 // TODO: translate the following.
153 // 'label.manager_name' => 'Manager name',
154 // 'label.manager_login' => 'Manager login',
155 'label.person_name' => 'Nume',
156 'label.thing_name' => 'Nume',
157 // TODO: translate the following.
158 // 'label.login' => 'Login',
159 'label.password' => 'Parola',
160 'label.confirm_password' => 'Confirma parola',
161 'label.email' => 'E-mail',
162 'label.cc' => 'Copie',
163 // TODO: translate the following.
164 // 'label.bcc' => 'Bcc',
165 'label.subject' => 'Subiect',
166 // TODO: translate the following.
167 // 'label.date' => 'Date',
168 // 'label.start_date' => 'Start date',
169 // 'label.end_date' => 'End date',
170 // 'label.user' => 'User',
171 // 'label.users' => 'Users',
172 // 'label.client' => 'Client',
173 // 'label.clients' => 'Clients',
174 // 'label.option' => 'Option',
175 // 'label.invoice' => 'Invoice',
176 'label.project' => 'Proiect',
177 'label.projects' => 'Proiecte',
178 // TODO: translate the following.
179 // 'label.task' => 'Task',
180 // 'label.tasks' => 'Tasks',
181 // 'label.description' => 'Description',
182 // 'label.start' => 'Start',
183 // 'label.finish' => 'Finish',
184 'label.duration' => 'Durata',
185 'label.note' => 'Nota',
186 // 'label.notes' => 'Notes',
187 // 'label.item' => 'Item',
188 // 'label.cost' => 'Cost',
189 // 'label.day_total' => 'Day total',
190 // 'label.week_total' => 'Week total',
191 // 'label.month_total' => 'Month total',
192 'label.today' => 'Astazi',
193 // TODO: translate the following.
194 // 'label.total_hours' => 'Total hours',
195 // 'label.total_cost' => 'Total cost',
196 // 'label.view' => 'View',
197 // TODO: confirm that label.edit and label.delete are translated correctly.
198 'label.edit' => 'Editează',
199 'label.delete' => 'Șterge',
200 'label.configure' => 'Configureaza',
201 // TODO: translate the following.
202 // 'label.select_all' => 'Select all',
203 // 'label.select_none' => 'Deselect all',
204 // 'label.day_view' => 'Day view',
205 // 'label.week_view' => 'Week view',
206 // 'label.id' => 'ID',
207 // 'label.language' => 'Language',
208 // 'label.decimal_mark' => 'Decimal mark',
209 // 'label.date_format' => 'Date format',
210 // 'label.time_format' => 'Time format',
211 // 'label.week_start' => 'First day of week',
212 'label.comment' => 'Comentariu',
213 'label.status' => 'Stare',
214 'label.tax' => 'Taxa',
215 // TODO: translate the following.
216 // 'label.subtotal' => 'Subtotal',
217 'label.total' => 'Total',
218 // TODO: translate the following.
219 // 'label.client_name' => 'Client name',
220 // 'label.client_address' => 'Client address',
221 'label.or' => 'sau',
222 // TODO: translate the following.
223 // 'label.error' => 'Error',
224 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
225 'label.required_fields' => '* date obligatorii',
226 'label.on_behalf' => 'in numele',
227 // TODO: translate the following.
228 // 'label.role_manager' => '(manager)',
229 // 'label.role_comanager' => '(co-manager)',
230 // 'label.role_admin' => '(administrator)',
231 // 'label.page' => 'Page',
232 // 'label.condition' => 'Condition',
233 // 'label.yes' => 'yes',
234 // 'label.no' => 'no',
235 // Labels for plugins (extensions to Time Tracker that provide additional features).
236 // TODO: translate the following.
237 // 'label.custom_fields' => 'Custom fields',
238 // 'label.monthly_quotas' => 'Monthly quotas',
239 // 'label.type' => 'Type',
240 // 'label.type_dropdown' => 'dropdown',
241 // 'label.type_text' => 'text',
242 // 'label.required' => 'Required',
243 'label.fav_report' => 'Raport favorite',
244 // TODO: translate the following.
245 // 'label.cron_schedule' => 'Cron schedule',
246 // 'label.what_is_it' => 'What is it?',
247 // 'label.expense' => 'Expense',
248 // 'label.quantity' => 'Quantity',
249 // 'label.paid_status' => 'Paid status',
250 // 'label.paid' => 'Paid',
251 // 'label.mark_paid' => 'Mark paid',
252 // 'label.week_note' => 'Week note',
253 // 'label.week_list' => 'Week list',
254
255 // Form titles.
256 'title.login' => 'Autentificare',
257 // TODO: translate the following.
258 // 'title.teams' => 'Teams',
259 // 'title.create_team' => 'Creating Team',
260 // 'title.edit_team' => 'Editing Team',
261 // 'title.delete_team' => 'Deleting Team',
262 'title.reset_password' => 'Reseteaza parola',
263 // TODO: translate the following.
264 // 'title.change_password' => 'Changing Password',
265 // 'title.time' => 'Time',
266 // 'title.edit_time_record' => 'Editing Time Record',
267 // 'title.delete_time_record' => 'Deleting Time Record',
268 // 'title.expenses' => 'Expenses',
269 // 'title.edit_expense' => 'Editing Expense Item',
270 // 'title.delete_expense' => 'Deleting Expense Item',
271 // 'title.predefined_expenses' => 'Predefined Expenses',
272 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
273 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
274 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
275 // 'title.reports' => 'Reports',
276 // 'title.report' => 'Report',
277 // 'title.send_report' => 'Sending Report',
278 // 'title.invoice' => 'Invoice',
279 // 'title.send_invoice' => 'Sending Invoice',
280 // 'title.charts' => 'Charts',
281 'title.projects' => 'Proiecte',
282 'title.add_project' => 'Adaugare proiect',
283 'title.edit_project' => 'Editare proiect',
284 'title.delete_project' => 'Stergere proiect',
285 // TODO: translate the following.
286 // 'title.tasks' => 'Tasks',
287 // 'title.add_task' => 'Adding Task',
288 // 'title.edit_task' => 'Editing Task',
289 // 'title.delete_task' => 'Deleting Task',
290 // 'title.users' => 'Users',
291 // 'title.add_user' => 'Adding User',
292 // 'title.edit_user' => 'Editing User',
293 // 'title.delete_user' => 'Deleting User',
294 // 'title.clients' => 'Clients',
295 // 'title.add_client' => 'Adding Client',
296 // 'title.edit_client' => 'Editing Client',
297 // 'title.delete_client' => 'Deleting Client',
298 // 'title.invoices' => 'Invoices',
299 // 'title.add_invoice' => 'Adding Invoice',
300 // 'title.view_invoice' => 'Viewing Invoice',
301 // 'title.delete_invoice' => 'Deleting Invoice',
302 // 'title.notifications' => 'Notifications',
303 // 'title.add_notification' => 'Adding Notification',
304 // 'title.edit_notification' => 'Editing Notification',
305 // 'title.delete_notification' => 'Deleting Notification',
306 // 'title.monthly_quotas' => 'Monthly Quotas',
307 // 'title.export' => 'Exporting Team Data',
308 // 'title.import' => 'Importing Team Data',
309 // 'title.options' => 'Options',
310 // 'title.profile' => 'Profile',
311 // 'title.cf_custom_fields' => 'Custom Fields',
312 // 'title.cf_add_custom_field' => 'Adding Custom Field',
313 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
314 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
315 // 'title.cf_dropdown_options' => 'Dropdown Options',
316 // 'title.cf_add_dropdown_option' => 'Adding Option',
317 // 'title.cf_edit_dropdown_option' => 'Editing Option',
318 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
319 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
320 // It is also a name for the Locking plugin on the Team profile page.
321 // 'title.locking' => 'Locking',
322 // 'title.week_view' => 'Week View',
323
324 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
325 // Strings that are used in a single form must go to the specific form section.
326 // TODO: translate the following.
327 // 'dropdown.all' => '--- all ---',
328 // 'dropdown.no' => '--- no ---',
329 // 'dropdown.current_day' => 'today',
330 // 'dropdown.previous_day' => 'yesterday',
331 // 'dropdown.selected_day' => 'day',
332 // 'dropdown.current_week' => 'this week',
333 // 'dropdown.previous_week' => 'previous week',
334 // 'dropdown.selected_week' => 'week',
335 // 'dropdown.current_month' => 'this month',
336 // 'dropdown.previous_month' => 'previous month',
337 // 'dropdown.selected_month' => 'month',
338 // 'dropdown.current_year' => 'this year',
339 // 'dropdown.previous_year' => 'previous year',
340 // 'dropdown.selected_year' => 'year',
341 // 'dropdown.all_time' => 'all time',
342 'dropdown.projects' => 'proiecte',
343 // 'dropdown.tasks' => 'tasks',
344 // 'dropdown.clients' => 'clients',
345 // 'dropdown.select' => '--- select ---',
346 // 'dropdown.select_invoice' => '--- select invoice ---',
347 // 'dropdown.status_active' => 'active',
348 // 'dropdown.status_inactive' => 'inactive',
349 // 'dropdown.delete'=>'delete',
350 // 'dropdown.do_not_delete'=>'do not delete',
351 // 'dropdown.paid' => 'paid',
352 // 'dropdown.not_paid' => 'not paid',
353
354 // Login form. See example at https://timetracker.anuko.com/login.php.
355 'form.login.forgot_password' => 'Parola pierduta?',
356 // TODO: translate the following.
357 // '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.',
358
359 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
360 // TODO: translate the following.
361 // 'form.reset_password.message' => 'Password reset request sent by email.',
362 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
363 // '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",
364
365 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
366 // TODO: translate the following.
367 // 'form.change_password.tip' => 'Type new password and click on Save.',
368
369 // Time form. See example at https://timetracker.anuko.com/time.php.
370 // TODO: translate the following.
371 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
372 // 'form.time.billable' => 'Billable',
373 // 'form.time.uncompleted' => 'Uncompleted',
374 // 'form.time.remaining_quota' => 'Remaining quota',
375 // 'form.time.over_quota' => 'Over quota',
376
377 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
378 // TODO: translate the following.
379 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
380
381 // Week view form. See example at https://timetracker.anuko.com/week.php.
382 // TODO: translate the following.
383 // 'form.week.new_entry' => 'New entry',
384
385 // Reports form. See example at https://timetracker.anuko.com/reports.php
386 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
387 // TODO: translate the following.
388 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
389 // 'form.reports.include_billable' => 'billable',
390 // 'form.reports.include_not_billable' => 'not billable',
391 // 'form.reports.include_invoiced' => 'invoiced',
392 // 'form.reports.include_not_invoiced' => 'not invoiced',
393 'form.reports.select_period' => 'Alege perioada',
394 'form.reports.set_period' => 'sau introdu intervalul de date',
395 'form.reports.show_fields' => 'Arata campuri',
396 'form.reports.group_by' => 'Grupat dupa',
397 'form.reports.group_by_no' => '--- fara grupare ---',
398 // TODO: translate the following.
399 // 'form.reports.group_by_date' => 'date',
400 // 'form.reports.group_by_user' => 'user',
401 // 'form.reports.group_by_client' => 'client',
402 'form.reports.group_by_project' => 'proiect',
403 // TODO: translate the following.
404 // 'form.reports.group_by_task' => 'task',
405 // 'form.reports.totals_only' => 'Totals only',
406
407 // Report form. See example at https://timetracker.anuko.com/report.php
408 // (after generating a report at https://timetracker.anuko.com/reports.php).
409 // TODO: translate the following.
410 // 'form.report.export' => 'Export',
411 // 'form.report.assign_to_invoice' => 'Assign to invoice',
412
413 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
414 // (you can get to this form after generating a report).
415 // TODO: translate the following.
416 // 'form.invoice.number' => 'Invoice number',
417 // 'form.invoice.person' => 'Person',
418 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
419 // 'form.invoice.invoice_entries' => 'Invoice entries',
420 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
421
422 // Charts form. See example at https://timetracker.anuko.com/charts.php
423 // TODO: translate the following.
424 // 'form.charts.interval' => 'Interval',
425 // 'form.charts.chart' => 'Chart',
426
427 // Projects form. See example at https://timetracker.anuko.com/projects.php
428 // TODO: translate the following.
429 // 'form.projects.active_projects' => 'Active Projects',
430 // 'form.projects.inactive_projects' => 'Inactive Projects',
431
432 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
433 // TODO: translate the following.
434 // 'form.tasks.active_tasks' => 'Active Tasks',
435 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
436
437
438
439 // TODO: refactoring ongoing down from here.
440
441 // password reminder form attributes
442 "form.fpass.login" => 'autentifica', 
443 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
444 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
445 // Note to translators: the ending of this string below needs to be translated.
446 "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",
447 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
448
449 // administrator form
450 "form.admin.title" => 'administrator',
451 "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).',
452
453 "form.admin.profile.title" => 'echipe',
454 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
455 "form.admin.profile.comment" => 'sterge echipa',
456 "form.admin.profile.th.id" => 'id',
457 "form.admin.profile.th.active" => 'activ',
458 // Note to translators: the strings below are missing and must be added and translated 
459 // "form.admin.options" => 'options',
460 // "form.admin.custom_date_format" => "date format",
461 // "form.admin.custom_time_format" => "time format",
462 // "form.admin.start_week" => "first day of week",
463
464 // my time form attributes
465 "form.mytime.title" => 'timpul meu',
466 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
467 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
468 "form.mytime.time_form" => ' (hh:mm)',
469 "form.mytime.date" => 'data',
470 "form.mytime.start" => 'inceput',
471 "form.mytime.finish" => 'sfarsit',
472 "form.mytime.daily" => 'activitatea zilnica',
473 "form.mytime.total" => 'ore total: ',
474 "form.mytime.th.start" => 'inceput',
475 "form.mytime.th.finish" => 'sfarsit',
476 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
477 "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.',
478
479 // profile form attributes
480 // Note to translators: we need a more accurate translation of form.profile.create_title
481 "form.profile.create_title" => 'creazaun nou cont de tip manager',
482 "form.profile.edit_title" => 'editeaza profilul',
483
484 // people form attributes
485 "form.people.ppl_str" => 'persoane',
486 "form.people.createu_str" => 'adaugare untilizator nou',
487 "form.people.edit_str" => 'editare utilizator',
488 "form.people.del_str" => 'stergee utilizator',
489 "form.people.th.role" => 'functie',
490 "form.people.th.rate" => 'rata',
491 "form.people.manager" => 'manager',
492 "form.people.comanager" => 'comanager',
493 "form.people.empl" => 'utilizator',
494
495 "form.people.rate" => 'pret pe ora implicit',
496 "form.people.comanager" => 'co-manager',
497
498 // report attributes
499 "form.report.title" => 'rapoarte',
500 "form.report.from" => 'data inceput',
501 "form.report.to" => 'data sfarsit',
502 "form.report.groupby_user" => 'utilizator',
503 "form.report.start" => 'inceput',
504 "form.report.finish" => 'sfarsit',
505 "form.report.totals_only" => 'numai totaluri',
506 "form.report.total" => 'ore total',
507 "form.report.th.empllist" => 'utilizator',
508 "form.report.th.date" => 'data',
509 "form.report.th.start" => 'inceput',
510 "form.report.th.finish" => 'sfarsit',
511
512 // mail form attributes
513 "form.mail.from" => 'de la',
514 "form.mail.to" => 'catre',
515 "form.mail.above" => 'trimite acest raport pe e-mail',
516 // Note to translators: this string needs to be translated.
517 // "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.',
518 "form.mail.sending_str" => '<b>mesaj trimis</b>',
519
520 // invoice attributes
521 "form.invoice.title" => 'factura',
522 "form.invoice.caption" => 'factura',
523 "form.invoice.above" => 'informatii aditionale pentru factura',
524 "form.invoice.select_cust" => 'alege client',
525 "form.invoice.fillform" => 'comleteaza campurile',
526 "form.invoice.date" => 'data',
527 "form.invoice.number" => 'numar factura',
528 "form.invoice.th.username" => 'persoana',
529 "form.invoice.th.time" => 'ore',
530 "form.invoice.th.rate" => 'rata',
531 "form.invoice.th.summ" => 'valoare',
532 "form.invoice.subtotal" => 'subtotal',
533 "form.invoice.customer" => 'client',
534 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
535 "form.invoice.sending_str" => '<b>factura trimisa</b>',
536
537 "form.migration.zip" => 'compresie',
538 "form.migration.file" => 'alege fisier',
539 "form.migration.import.title" => 'importa date',
540 "form.migration.import.success" => 'importul s-a incheiat cu succes',
541 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
542 "form.migration.export.title" => 'exporta date',
543 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
544 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
545 // Note to translators: the strings below are missing and must be added and translated 
546 // "form.migration.compression.none" => 'none',
547 // "form.migration.compression.gzip" => 'gzip',
548 // "form.migration.compression.bzip" => 'bzip',
549
550 "form.client.title" => 'clienti',
551 "form.client.add_title" => 'adauga client',
552 "form.client.edit_title" => 'editeaza client',
553 "form.client.del_title" => 'sterge client',
554
555 // miscellaneous strings
556 "forward.tocsvfile" => 'exporta date in fisier .csv',
557 "forward.geninvoice" => 'genereaza factura',
558
559 "controls.project_bind" => '--- toate ---',
560 "controls.all" => '--- toate ---',
561 "controls.notbind" => '--- nu ---',
562 "controls.per_tm" => 'luna curenta',
563 "controls.per_lm" => 'luna trecuta',
564 "controls.per_tw" => 'saptamana curenta',
565 "controls.per_lw" => 'saptamana trecuta',
566
567 "label.inv_str" => 'factura',
568 "label.set_empl" => 'alege utilizatori',
569 "label.sel_all" => 'selecteaza   tot',
570 "label.sel_none" => 'deselecteaza tot',
571 "label.disable" => 'inactiv',
572 "label.enable" => 'activ',
573 );