Reduced label Cron schedule to just Schedule as it creates a difficulty and a mainten...
[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' => 'Utilizatori',
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.object_exists' => 'Object with this name already exists.',
101 'error.project_exists' => 'Proiectul cu acest nume exista deja.',
102 // TODO: translate the following.
103 // 'error.task_exists' => 'Task with this name already exists.',
104 // 'error.client_exists' => 'Client with this name already exists.',
105 // 'error.invoice_exists' => 'Invoice with this number already exists.',
106 // 'error.role_exists' => 'Role with this rank already exists.',
107 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
108 // 'error.no_login' => 'No user with this login.',
109 'error.no_teams' => 'Baza de date este goala. Intra ca admin si adauga o noua echipa.',
110 'error.upload' => 'Eroare la upload-ul fisierului.',
111 // TODO: translate the following.
112 // 'error.range_locked' => 'Date range is locked.',
113 // 'error.mail_send' => 'Error sending mail.',
114 // 'error.no_email' => 'No email associated with this login.',
115 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
116 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
117 // 'error.overlap' => 'Time interval overlaps with existing records.',
118 // 'error.future_date' => 'Date is in future.',
119
120 // Labels for buttons.
121 'button.login' => 'Autentifica',
122 'button.now' => 'Acum',
123 'button.save' => 'Salveaza',
124 // TODO: translate the following.
125 // 'button.copy' => 'Copy',
126 'button.cancel' => 'Renunta',
127 'button.submit' => 'Trimite',
128 'button.add' => 'Adauga',
129 'button.delete' => 'Șterge',
130 'button.generate' => 'Genereaza',
131 // TODO: translate the following.
132 // 'button.reset_password' => 'Reset password',
133 'button.send' => 'Trimite',
134 'button.send_by_email' => 'Trimite pe e-mail',
135 'button.create_team' => 'Adauga echipa',
136 'button.export' => 'Exporta echipa',
137 'button.import' => 'Importa echipa',
138 // TODO: translate the following.
139 // 'button.close' => 'Close',
140 // 'button.stop' => 'Stop',
141
142 // Labels for controls on forms. Labels in this section are used on multiple forms.
143 // TODO: translate the following.
144 // 'label.team_name' => 'Team name',
145 // 'label.address' => 'Address',
146 'label.currency' => 'Moneda',
147 // TODO: translate the following.
148 // 'label.manager_name' => 'Manager name',
149 // 'label.manager_login' => 'Manager login',
150 'label.person_name' => 'Nume',
151 'label.thing_name' => 'Nume',
152 // TODO: translate the following.
153 // 'label.login' => 'Login',
154 'label.password' => 'Parola',
155 'label.confirm_password' => 'Confirma parola',
156 'label.email' => 'E-mail',
157 'label.cc' => 'Copie',
158 // TODO: translate the following.
159 // 'label.bcc' => 'Bcc',
160 'label.subject' => 'Subiect',
161 'label.date' => 'Data',
162 'label.start_date' => 'Data inceput',
163 'label.end_date' => 'Data sfarsit',
164 'label.user' => 'Utilizator',
165 'label.users' => 'Utilizatori',
166 // TODO: translate the following.
167 // 'label.roles' => 'Roles',
168 'label.client' => 'Client',
169 'label.clients' => 'Clienti',
170 // TODO: translate the following.
171 // 'label.option' => 'Option',
172 'label.invoice' => 'Factura',
173 'label.project' => 'Proiect',
174 'label.projects' => 'Proiecte',
175 // TODO: translate the following.
176 // 'label.task' => 'Task',
177 // 'label.tasks' => 'Tasks',
178 // 'label.description' => 'Description',
179 'label.start' => 'Inceput',
180 'label.finish' => 'Sfarsit',
181 'label.duration' => 'Durata',
182 'label.note' => 'Nota',
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.view' => 'View',
192 // TODO: confirm that label.edit and label.delete are translated correctly.
193 'label.edit' => 'Editează',
194 'label.delete' => 'Șterge',
195 'label.configure' => 'Configureaza',
196 'label.select_all' => 'Selecteaza tot',
197 'label.select_none' => 'Deselecteaza tot',
198 // TODO: translate the following.
199 // 'label.day_view' => 'Day view',
200 // 'label.week_view' => 'Week view',
201 'label.id' => 'ID',
202 // TODO: translate the following.
203 // 'label.language' => 'Language',
204 // 'label.decimal_mark' => 'Decimal mark',
205 // 'label.date_format' => 'Date format',
206 // 'label.time_format' => 'Time format',
207 // 'label.week_start' => 'First day of week',
208 'label.comment' => 'Comentariu',
209 'label.status' => 'Stare',
210 'label.tax' => 'Taxa',
211 'label.subtotal' => 'Subtotal',
212 'label.total' => 'Total',
213 // TODO: translate the following.
214 // 'label.client_name' => 'Client name',
215 // 'label.client_address' => 'Client address',
216 'label.or' => 'sau',
217 // TODO: translate the following.
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 'label.role_manager' => '(manager)',
223 'label.role_comanager' => '(co-manager)',
224 'label.role_admin' => '(administrator)',
225 // TODO: translate the following.
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' => 'Raport favorite',
239 // TODO: translate the following.
240 // 'label.schedule' => 'Schedule',
241 // 'label.what_is_it' => 'What is it?',
242 // 'label.expense' => 'Expense',
243 // 'label.quantity' => 'Quantity',
244 // 'label.paid_status' => 'Paid status',
245 // 'label.paid' => 'Paid',
246 // 'label.mark_paid' => 'Mark paid',
247 // 'label.week_note' => 'Week note',
248 // 'label.week_list' => 'Week list',
249
250 // Form titles.
251 // TODO: Improve titles for consistency, so that each title explains correctly what each
252 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
253 // Compare with English file to see how it is done there and do Romanian titles similarly.
254 'title.login' => 'Autentificare',
255 'title.teams' => 'Echipe',
256 // TODO: translate the following.
257 // 'title.create_team' => 'Creating Team',
258 // 'title.edit_team' => 'Editing Team',
259 'title.delete_team' => 'Șterge echipa',
260 'title.reset_password' => 'Reseteaza parola',
261 // TODO: translate the following.
262 // 'title.change_password' => 'Changing Password',
263 'title.time' => 'Timpul',
264 'title.edit_time_record' => 'Editarea inregistrarii timpului',
265 'title.delete_time_record' => 'Ștergerea inregistrarii timpului',
266 // TODO: translate the following.
267 // 'title.expenses' => 'Expenses',
268 // 'title.edit_expense' => 'Editing Expense Item',
269 // 'title.delete_expense' => 'Deleting Expense Item',
270 // 'title.predefined_expenses' => 'Predefined Expenses',
271 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
272 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
273 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
274 'title.reports' => 'Rapoarte',
275 'title.report' => 'Raport',
276 // TODO: translate the following.
277 // 'title.send_report' => 'Sending Report',
278 'title.invoice' => 'Factura',
279 // TODO: translate the following.
280 // 'title.send_invoice' => 'Sending Invoice',
281 // 'title.charts' => 'Charts',
282 'title.projects' => 'Proiecte',
283 'title.add_project' => 'Adaugare proiect',
284 'title.edit_project' => 'Editare proiect',
285 'title.delete_project' => 'Stergere proiect',
286 // TODO: translate the following.
287 // 'title.tasks' => 'Tasks',
288 // 'title.add_task' => 'Adding Task',
289 // 'title.edit_task' => 'Editing Task',
290 // 'title.delete_task' => 'Deleting Task',
291 'title.users' => 'Utilizatori',
292 'title.add_user' => 'Adaugare utilizator',
293 'title.edit_user' => 'Editare utilizator',
294 'title.delete_user' => 'Stergere utilizator', // TODO: is this correct?
295 // TODO: translate the following.
296 // 'title.roles' => 'Roles',
297 // 'title.add_role' => 'Adding Role',
298 // 'title.edit_role' => 'Editing Role',
299 // 'title.delete_role' => 'Deleting Role',
300 'title.clients' => 'Clienti',
301 'title.add_client' => 'Adaugare client', // TODO: is this correct?
302 'title.edit_client' => 'Editare client', // TODO: is this correct?
303 'title.delete_client' => 'Stergere client', // TODO: is this correct?
304 'title.invoices' => 'Facturi',
305 // TODO: translate the following.
306 // 'title.add_invoice' => 'Adding Invoice',
307 // 'title.view_invoice' => 'Viewing Invoice',
308 // 'title.delete_invoice' => 'Deleting Invoice',
309 // 'title.notifications' => 'Notifications',
310 // 'title.add_notification' => 'Adding Notification',
311 // 'title.edit_notification' => 'Editing Notification',
312 // 'title.delete_notification' => 'Deleting Notification',
313 // 'title.monthly_quotas' => 'Monthly Quotas',
314 // 'title.export' => 'Exporting Team Data',
315 // 'title.import' => 'Importing Team Data',
316 // 'title.options' => 'Options',
317 'title.profile' => 'Profil',
318 // TODO: translate the following.
319 // 'title.cf_custom_fields' => 'Custom Fields',
320 // 'title.cf_add_custom_field' => 'Adding Custom Field',
321 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
322 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
323 // 'title.cf_dropdown_options' => 'Dropdown Options',
324 // 'title.cf_add_dropdown_option' => 'Adding Option',
325 // 'title.cf_edit_dropdown_option' => 'Editing Option',
326 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
327 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
328 // It is also a name for the Locking plugin on the Team profile page.
329 // 'title.locking' => 'Locking',
330 // 'title.week_view' => 'Week View',
331
332 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
333 // Strings that are used in a single form must go to the specific form section.
334 'dropdown.all' => '--- toate ---',
335 'dropdown.no' => '--- nu ---',
336 // TODO: translate the following.
337 // 'dropdown.current_day' => 'today',
338 // 'dropdown.previous_day' => 'yesterday',
339 // 'dropdown.selected_day' => 'day',
340 'dropdown.current_week' => 'saptamana curenta',
341 'dropdown.previous_week' => 'saptamana trecuta',
342 'dropdown.selected_week' => 'saptamana',
343 'dropdown.current_month' => 'luna curenta',
344 'dropdown.previous_month' => 'luna trecuta',
345 'dropdown.selected_month' => 'luna',
346 // TODO: translate the following.
347 // 'dropdown.current_year' => 'this year',
348 // 'dropdown.previous_year' => 'previous year',
349 // 'dropdown.selected_year' => 'year',
350 // 'dropdown.all_time' => 'all time',
351 'dropdown.projects' => 'proiecte',
352 // TODO: translate the following.
353 // 'dropdown.tasks' => 'tasks',
354 'dropdown.clients' => 'clienti',
355 // TODO: translate the following.
356 // 'dropdown.select' => '--- select ---',
357 // 'dropdown.select_invoice' => '--- select invoice ---',
358 'dropdown.status_active' => 'activ',
359 'dropdown.status_inactive' => 'inactiv',
360 // TODO: translate the following.
361 // 'dropdown.delete' => 'delete',
362 // 'dropdown.do_not_delete' => 'do not delete',
363 // 'dropdown.paid' => 'paid',
364 // 'dropdown.not_paid' => 'not paid',
365
366 // Login form. See example at https://timetracker.anuko.com/login.php.
367 'form.login.forgot_password' => 'Parola pierduta?',
368 // TODO: translate the following.
369 // '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.',
370
371 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
372 'form.reset_password.message' => 'Cererea de resetare a parolei a fost trimisa.', // TODO: add "by email" to match the English string.
373 'form.reset_password.email_subject' => 'Anuko Time Tracker - cerere de resetare a parolei',
374 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
375 // 'form.reset_password.email_body' => "Dear User,\n\nSomeone from IP %s 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",
376 // "IP %s" probably sounds awkward.
377 'form.reset_password.email_body' => "Draga Utilizator,\n\nCineva, IP %s, 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",
378
379 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
380 // TODO: translate the following.
381 // 'form.change_password.tip' => 'Type new password and click on Save.',
382
383 // Time form. See example at https://timetracker.anuko.com/time.php.
384 'form.time.duration_format' => '(hh:mm sau 0.0h)',
385 // TODO: translate the following.
386 // 'form.time.billable' => 'Billable',
387 // 'form.time.uncompleted' => 'Uncompleted',
388 // 'form.time.remaining_quota' => 'Remaining quota',
389 // 'form.time.over_quota' => 'Over quota',
390
391 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
392 'form.time_edit.uncompleted' => 'Aceasta inregistrare a fost salvata numei cu timpul de inceput. Nu este o eroare.',
393
394 // Week view form. See example at https://timetracker.anuko.com/week.php.
395 // TODO: translate the following.
396 // 'form.week.new_entry' => 'New entry',
397
398 // Reports form. See example at https://timetracker.anuko.com/reports.php
399 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
400 // TODO: translate the following.
401 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
402 // 'form.reports.include_billable' => 'billable',
403 // 'form.reports.include_not_billable' => 'not billable',
404 // 'form.reports.include_invoiced' => 'invoiced',
405 // 'form.reports.include_not_invoiced' => 'not invoiced',
406 'form.reports.select_period' => 'Alege perioada',
407 'form.reports.set_period' => 'sau introdu intervalul de date',
408 'form.reports.show_fields' => 'Arata campuri',
409 'form.reports.group_by' => 'Grupat dupa',
410 'form.reports.group_by_no' => '--- fara grupare ---',
411 'form.reports.group_by_date' => 'data',
412 'form.reports.group_by_user' => 'utilizator',
413 'form.reports.group_by_client' => 'client',
414 'form.reports.group_by_project' => 'proiect',
415 // TODO: translate the following.
416 // 'form.reports.group_by_task' => 'task',
417 'form.reports.totals_only' => 'Numai totaluri',
418
419 // Report form. See example at https://timetracker.anuko.com/report.php
420 // (after generating a report at https://timetracker.anuko.com/reports.php).
421 'form.report.export' => 'Exporta',
422 // TODO: translate the following.
423 // 'form.report.assign_to_invoice' => 'Assign to invoice',
424
425 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
426 // (you can get to this form after generating a report).
427 'form.invoice.number' => 'Numar factura',
428 'form.invoice.person' => 'Persoana',
429
430 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
431 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
432 // 'form.invoice.invoice_entries' => 'Invoice entries',
433 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
434
435 // Charts form. See example at https://timetracker.anuko.com/charts.php
436 // TODO: translate the following.
437 // 'form.charts.interval' => 'Interval',
438 // 'form.charts.chart' => 'Chart',
439
440 // Projects form. See example at https://timetracker.anuko.com/projects.php
441 // TODO: translate the following.
442 // 'form.projects.active_projects' => 'Active Projects',
443 // 'form.projects.inactive_projects' => 'Inactive Projects',
444
445 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
446 // TODO: translate the following.
447 // 'form.tasks.active_tasks' => 'Active Tasks',
448 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
449
450 // Users form. See example at https://timetracker.anuko.com/users.php
451 // TODO: translate the following.
452 // 'form.users.active_users' => 'Active Users',
453 // 'form.users.inactive_users' => 'Inactive Users',
454 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
455 'form.users.role' => 'Functie', // TODO: is "Rol" a better term here?
456 'form.users.manager' => 'Manager',
457 'form.users.comanager' => 'Co-manager',
458 'form.users.rate' => 'Rată',
459 'form.users.default_rate' => 'Pret pe ora implicit',
460
461 // Roles form. See example at https://timetracker.anuko.com/roles.php
462 // TODO: translate the following.
463 // 'form.roles.active_roles' => 'Active Roles',
464 // 'form.roles.inactive_roles' => 'Inactive Roles',
465 // 'form.roles.rank' => 'Rank',
466 // 'form.roles.rights' => 'Rights',
467 // 'form.roles.assigned' => 'Assigned',
468 // 'form.roles.not_assigned' => 'Not assigned',
469
470 // Clients form. See example at https://timetracker.anuko.com/clients.php
471 // TODO: translate the following.
472 // 'form.clients.active_clients' => 'Active Clients',
473 // 'form.clients.inactive_clients' => 'Inactive Clients',
474
475 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
476 // TODO: translate the following.
477 // 'form.client.client_to_delete' => 'Client to delete',
478 // 'form.client.client_entries' => 'Client entries',
479
480 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
481 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.',
482 'form.export.compression' => 'Compresie',
483 // TODO: translate the following.
484 // 'form.export.compression_none' => 'none',
485 // 'form.export.compression_bzip' => 'bzip',
486
487 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
488 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.',
489 'form.import.file' => 'Alege fisier',
490 'form.import.success' => 'Importul s-a incheiat cu succes.',
491
492 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
493 // TODO: check form.teams.hint for accuracy.
494 'form.teams.hint' => '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 login).',
495
496 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
497 // TODO: translate the following.
498 // 'form.profile.12_hours' => '12 hours',
499 // 'form.profile.24_hours' => '24 hours',
500 // 'form.profile.show_holidays' => 'Show holidays',
501 // 'form.profile.tracking_mode' => 'Tracking mode',
502 // 'form.profile.mode_time' => 'time',
503 // 'form.profile.mode_projects' => 'projects',
504 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
505 // 'form.profile.record_type' => 'Record type',
506 // 'form.profile.type_all' => 'all',
507 // 'form.profile.type_start_finish' => 'start and finish',
508 // 'form.profile.type_duration' => 'duration',
509 // 'form.profile.punch_mode' => 'Punch mode',
510 // 'form.profile.allow_overlap' => 'Allow overlap',
511 // 'form.profile.future_entries' => 'Future entries',
512 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
513 // 'form.profile.plugins' => 'Plugins',
514
515 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
516 'form.mail.from' => 'De la',
517 'form.mail.to' => 'Catre',
518 // TODO: translate the following.
519 // 'form.mail.report_subject' => 'Time Tracker Report',
520 // 'form.mail.footer' => '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.',
521 // 'form.mail.report_sent' => 'Report sent.',
522 'form.mail.invoice_sent' => 'Factura trimisa.',
523
524 // Quotas configuration form.
525 // TODO: translate the following.
526 // 'form.quota.year' => 'Year',
527 // 'form.quota.month' => 'Month',
528 // 'form.quota.quota' => 'Quota',
529 // 'form.quota.workday_hours' => 'Hours in work day',
530 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
531
532 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
533 // TODO: translate the following.
534 // 'role.user.label' => 'User',
535 // 'role.user.low_case_label' => 'user',
536 // 'role.user.description' => 'A regular member without management rights.',
537 // 'role.client.label' => 'Client',
538 // 'role.client.low_case_label' => 'client',
539 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
540 // 'role.supervisor.label' => 'Supervisor',
541 // 'role.supervisor.low_case_label' => 'supervisor',
542 // 'role.supervisor.description' => 'A person with a small set of management rights.',
543 // 'role.comanager.label' => 'Co-manager',
544 // 'role.comanager.low_case_label' => 'co-manager',
545 // 'role.comanager.description' => 'A person with a big set of management functions.',
546 // 'role.manager.label' => 'Manager',
547 // 'role.manager.low_case_label' => 'manager',
548 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
549 // 'role.top_manager.label' => 'Top manager',
550 // 'role.top_manager.low_case_label' => 'top manager',
551 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
552 // 'role.admin.label' => 'Administrator',
553 // 'role.admin.low_case_label' => 'administrator',
554 // 'role.admin.description' => 'Site adminsitrator.',
555 );