Recycled some translation strings.
[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' => '* date obligatorii',
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 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
371 // TODO: translate the following.
372 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
373
374 // Week view form. See example at https://timetracker.anuko.com/week.php.
375 // TODO: translate the following.
376 // 'form.week.new_entry' => 'New entry',
377
378 // Reports form. See example at https://timetracker.anuko.com/reports.php
379 // TODO: translate the following.
380 // 'form.reports.save_as_favorite' => 'Save as favorite',
381 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
382 // 'form.reports.include_billable' => 'billable',
383 // 'form.reports.include_not_billable' => 'not billable',
384 // 'form.reports.include_invoiced' => 'invoiced',
385 // 'form.reports.include_not_invoiced' => 'not invoiced',
386 // 'form.reports.select_period' => 'Select time period',
387 // 'form.reports.set_period' => 'or set dates',
388 // 'form.reports.show_fields' => 'Show fields',
389 // 'form.reports.group_by' => 'Group by',
390 // 'form.reports.group_by_no' => '--- no grouping ---',
391 // 'form.reports.group_by_date' => 'date',
392 // 'form.reports.group_by_user' => 'user',
393 // 'form.reports.group_by_client' => 'client',
394 // 'form.reports.group_by_project' => 'project',
395 // 'form.reports.group_by_task' => 'task',
396 // 'form.reports.totals_only' => 'Totals only',
397
398
399
400 // TODO: refactoring ongoing down from here.
401
402 "form.filter.project" => 'proiect',
403 "form.filter.filter" => 'rapoarte favorite',
404 "form.filter.filter_new" => 'salveaza ca favorit',
405
406 // password reminder form attributes
407 "form.fpass.login" => 'autentifica', 
408 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
409 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
410 // Note to translators: the ending of this string below needs to be translated.
411 "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",
412 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
413
414 // administrator form
415 "form.admin.title" => 'administrator',
416 "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).',
417
418 "form.admin.change_pass" => 'schimba parola contului de administrator',
419 "form.admin.profile.title" => 'echipe',
420 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
421 "form.admin.profile.comment" => 'sterge echipa',
422 "form.admin.profile.th.id" => 'id',
423 "form.admin.profile.th.active" => 'activ',
424 // Note to translators: the strings below are missing and must be added and translated 
425 // "form.admin.options" => 'options',
426 // "form.admin.custom_date_format" => "date format",
427 // "form.admin.custom_time_format" => "time format",
428 // "form.admin.start_week" => "first day of week",
429
430 // my time form attributes
431 "form.mytime.title" => 'timpul meu',
432 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
433 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
434 "form.mytime.time_form" => ' (hh:mm)',
435 "form.mytime.date" => 'data',
436 "form.mytime.project" => 'proiect',
437 "form.mytime.start" => 'inceput',
438 "form.mytime.finish" => 'sfarsit',
439 "form.mytime.duration" => 'durata',
440 "form.mytime.note" => 'nota',
441 "form.mytime.daily" => 'activitatea zilnica',
442 "form.mytime.total" => 'ore total: ',
443 "form.mytime.th.project" => 'proiect',
444 "form.mytime.th.start" => 'inceput',
445 "form.mytime.th.finish" => 'sfarsit',
446 "form.mytime.th.duration" => 'durata',
447 "form.mytime.th.note" => 'nota',
448 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
449 "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.',
450
451 // profile form attributes
452 // Note to translators: we need a more accurate translation of form.profile.create_title
453 "form.profile.create_title" => 'creazaun nou cont de tip manager',
454 "form.profile.edit_title" => 'editeaza profilul',
455
456 // people form attributes
457 "form.people.ppl_str" => 'persoane',
458 "form.people.createu_str" => 'adaugare untilizator nou',
459 "form.people.edit_str" => 'editare utilizator',
460 "form.people.del_str" => 'stergee utilizator',
461 "form.people.th.role" => 'functie',
462 "form.people.th.status" => 'stare',
463 "form.people.th.project" => 'proiect',
464 "form.people.th.rate" => 'rata',
465 "form.people.manager" => 'manager',
466 "form.people.comanager" => 'comanager',
467 "form.people.empl" => 'utilizator',
468
469 "form.people.rate" => 'pret pe ora implicit',
470 "form.people.comanager" => 'co-manager',
471 "form.people.projects" => 'proiecte',
472
473 // projects form attributes
474 "form.project.proj_title" => 'proiecte',
475 "form.project.edit_str" => 'editare proiect',
476 "form.project.add_str" => 'adauagre proiect nou',
477 "form.project.del_str" => 'stergere proiect',
478
479 // activities form attributes
480 "form.activity.project" => 'proiect',
481
482 // report attributes
483 "form.report.title" => 'rapoarte',
484 "form.report.from" => 'data inceput',
485 "form.report.to" => 'data sfarsit',
486 "form.report.groupby_user" => 'utilizator',
487 "form.report.groupby_project" => 'proiect',
488 "form.report.duration" => 'durata',
489 "form.report.start" => 'inceput',
490 "form.report.finish" => 'sfarsit',
491 "form.report.note" => 'nota',
492 "form.report.project" => 'proiect',
493 "form.report.totals_only" => 'numai totaluri',
494 "form.report.total" => 'ore total',
495 "form.report.th.empllist" => 'utilizator',
496 "form.report.th.date" => 'data',
497 "form.report.th.project" => 'proiect',
498 "form.report.th.start" => 'inceput',
499 "form.report.th.finish" => 'sfarsit',
500 "form.report.th.duration" => 'durata',
501 "form.report.th.note" => 'nota',
502
503 // mail form attributes
504 "form.mail.from" => 'de la',
505 "form.mail.to" => 'catre',
506 "form.mail.comment" => 'comentariu',
507 "form.mail.above" => 'trimite acest raport pe e-mail',
508 // Note to translators: this string needs to be translated.
509 // "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.',
510 "form.mail.sending_str" => '<b>mesaj trimis</b>',
511
512 // invoice attributes
513 "form.invoice.title" => 'factura',
514 "form.invoice.caption" => 'factura',
515 "form.invoice.above" => 'informatii aditionale pentru factura',
516 "form.invoice.select_cust" => 'alege client',
517 "form.invoice.fillform" => 'comleteaza campurile',
518 "form.invoice.date" => 'data',
519 "form.invoice.number" => 'numar factura',
520 "form.invoice.tax" => 'taxa',
521 "form.invoice.comment" => 'comentariu ',
522 "form.invoice.th.username" => 'persoana',
523 "form.invoice.th.time" => 'ore',
524 "form.invoice.th.rate" => 'rata',
525 "form.invoice.th.summ" => 'valoare',
526 "form.invoice.subtotal" => 'subtotal',
527 "form.invoice.customer" => 'client',
528 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
529 "form.invoice.sending_str" => '<b>factura trimisa</b>',
530
531 "form.migration.zip" => 'compresie',
532 "form.migration.file" => 'alege fisier',
533 "form.migration.import.title" => 'importa date',
534 "form.migration.import.success" => 'importul s-a incheiat cu succes',
535 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
536 "form.migration.export.title" => 'exporta date',
537 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
538 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
539 // Note to translators: the strings below are missing and must be added and translated 
540 // "form.migration.compression.none" => 'none',
541 // "form.migration.compression.gzip" => 'gzip',
542 // "form.migration.compression.bzip" => 'bzip',
543
544 "form.client.title" => 'clienti',
545 "form.client.add_title" => 'adauga client',
546 "form.client.edit_title" => 'editeaza client',
547 "form.client.del_title" => 'sterge client',
548 "form.client.tax" => 'taxa',
549 "form.client.comment" => 'comentariu ',
550
551 // miscellaneous strings
552 "forward.forgot_password" => 'parola pierduta?',
553 "forward.tocsvfile" => 'exporta date in fisier .csv',
554 "forward.geninvoice" => 'genereaza factura',
555 "forward.change" => 'configureaza clienti',
556
557 // strings inside contols on forms
558 "controls.select.project" => '--- alege proiect    ---',
559 "controls.select.activity" => '--- alege activitate ---',
560 "controls.select.client" => '--- alege client     ---',
561 "controls.project_bind" => '--- toate ---',
562 "controls.all" => '--- toate ---',
563 "controls.notbind" => '--- nu ---',
564 "controls.per_tm" => 'luna curenta',
565 "controls.per_lm" => 'luna trecuta',
566 "controls.per_tw" => 'saptamana curenta',
567 "controls.per_lw" => 'saptamana trecuta',
568 // Note to translators: the strings below must be translated
569 // "controls.per_td" => 'this day',
570 // "controls.per_at" => 'all time',
571 // "controls.per_ty" => 'this year'
572 "controls.sel_period" => '--- alege perioada ---',
573 "controls.sel_groupby" => '--- fara grupare   ---',
574
575 // labels
576 "label.sel_tp" => 'alege perioada',
577 "label.set_tp" => 'sau introdu intervalul de date',
578 "label.fields" => 'arata campuri',
579 "label.group_title" => 'grupat dupa',
580 // Note to translators: the string below is missing and must be added and translated 
581 // "label.include_title" => 'include records',
582 "label.inv_str" => 'factura',
583 "label.set_empl" => 'alege utilizatori',
584 "label.sel_all" => 'selecteaza   tot',
585 "label.sel_none" => 'deselecteaza tot',
586 "label.or" => 'sau',
587 "label.disable" => 'inactiv',
588 "label.enable" => 'activ',
589 );