A bit more progress with renaming team to group.
[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 = 'Romanian (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_group' => 'Create Group',
52 'menu.profile' => 'Profil',
53 // TODO: translate the following.
54 // 'menu.group' => 'Group',
55 'menu.time' => 'Timpul',
56 // TODO: translate the following.
57 // 'menu.expenses' => 'Expenses',
58 'menu.reports' => 'Rapoarte',
59 // TODO: translate the following.
60 // 'menu.charts' => 'Charts',
61 'menu.projects' => 'Proiecte',
62 // TODO: translate the following.
63 // 'menu.tasks' => 'Tasks',
64 'menu.users' => 'Utilizatori',
65 // TODO: translate the following.
66 // 'menu.groups' => 'Groups',
67 // 'menu.export' => 'Export',
68 'menu.clients' => 'Clienti',
69 // TODO: translate the following.
70 // 'menu.options' => 'Options',
71
72 // Footer - strings on the bottom of most pages.
73 // TODO: translate the following.
74 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
75 // 'footer.credits' => 'Credits',
76 // 'footer.license' => 'License',
77 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
78                                      // This is a link to a webpage that describes how to contribute to the project.
79
80 // Error messages.
81 // TODO: translate the following.
82 // 'error.access_denied' => 'Access denied.',
83 // 'error.sys' => 'System error.',
84 'error.db' => 'Eroare baza de date.',
85 // TODO: translate the following.
86 // 'error.feature_disabled' => 'Feature is disabled.',
87 // 'error.field' => 'Incorrect "{0}" data.',
88 'error.empty' => 'Campul "{0}" este gol.',
89 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".',
90 // TODO: translate the following.
91 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
92 // TODO: for "select" errors: Selecteaza or Alege? We need consistent usage.
93 'error.project' => 'Selecteaza proiect.',
94 // TODO: translate the following.
95 // 'error.task' => 'Select task.',
96 'error.client' => 'Alege client.',
97 // TODO: translate the following.
98 // 'error.report' => 'Select report.',
99 // 'error.record' => 'Select record.',
100 'error.auth' => 'Nume de utilizator sau parola incorecta.',
101 // TODO: translate the following.
102 // 'error.user_exists' => 'User with this login already exists.',
103 // 'error.object_exists' => 'Object with this name already exists.',
104 'error.project_exists' => 'Proiectul cu acest nume exista deja.',
105 // TODO: translate the following.
106 // 'error.task_exists' => 'Task with this name already exists.',
107 // 'error.client_exists' => 'Client with this name already exists.',
108 // 'error.invoice_exists' => 'Invoice with this number already exists.',
109 // 'error.role_exists' => 'Role with this rank already exists.',
110 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
111 // 'error.no_login' => 'No user with this login.',
112 'error.no_groups' => 'Baza de date este goala. Intra ca admin si adauga o noua echipa.', // TODO: replace "team" with "group".
113 'error.upload' => 'Eroare la upload-ul fisierului.',
114 // TODO: translate the following.
115 // 'error.range_locked' => 'Date range is locked.',
116 // 'error.mail_send' => 'Error sending mail.',
117 // 'error.no_email' => 'No email associated with this login.',
118 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
119 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
120 // 'error.overlap' => 'Time interval overlaps with existing records.',
121 // 'error.future_date' => 'Date is in future.',
122
123 // Labels for buttons.
124 'button.login' => 'Autentifica',
125 'button.now' => 'Acum',
126 'button.save' => 'Salveaza',
127 // TODO: translate the following.
128 // 'button.copy' => 'Copy',
129 'button.cancel' => 'Renunta',
130 'button.submit' => 'Trimite',
131 'button.add' => 'Adauga',
132 'button.delete' => 'Șterge',
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_group' => 'Adauga echipa', // TODO: replace "team" with "group".
139 'button.export' => 'Exporta echipa', // TODO: replace "team" with "group".
140 'button.import' => 'Importa echipa', // TODO: replace "team" with "group".
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.group_name' => 'Group 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 'label.date' => 'Data',
165 'label.start_date' => 'Data inceput',
166 'label.end_date' => 'Data sfarsit',
167 'label.user' => 'Utilizator',
168 'label.users' => 'Utilizatori',
169 // TODO: translate the following.
170 // 'label.roles' => 'Roles',
171 'label.client' => 'Client',
172 'label.clients' => 'Clienti',
173 // TODO: translate the following.
174 // 'label.option' => 'Option',
175 'label.invoice' => 'Factura',
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' => 'Inceput',
183 'label.finish' => 'Sfarsit',
184 'label.duration' => 'Durata',
185 'label.note' => 'Nota',
186 // 'label.notes' => 'Notes',
187 // 'label.item' => 'Item',
188 // 'label.cost' => 'Cost',
189 // 'label.ip' => 'IP',
190 // 'label.day_total' => 'Day total',
191 // 'label.week_total' => 'Week total',
192 // 'label.month_total' => 'Month total',
193 'label.today' => 'Astazi',
194 // TODO: translate the following.
195 // 'label.view' => 'View',
196 // TODO: confirm that label.edit and label.delete are translated correctly.
197 'label.edit' => 'Editează',
198 'label.delete' => 'Șterge',
199 'label.configure' => 'Configureaza',
200 'label.select_all' => 'Selecteaza tot',
201 'label.select_none' => 'Deselecteaza tot',
202 // TODO: translate the following.
203 // 'label.day_view' => 'Day view',
204 // 'label.week_view' => 'Week view',
205 'label.id' => 'ID',
206 // TODO: translate the following.
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 'label.subtotal' => 'Subtotal',
216 'label.total' => 'Total',
217 // TODO: translate the following.
218 // 'label.client_name' => 'Client name',
219 // 'label.client_address' => 'Client address',
220 'label.or' => 'sau',
221 // TODO: translate the following.
222 // 'label.error' => 'Error',
223 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
224 'label.required_fields' => '* date obligatorii',
225 'label.on_behalf' => 'in numele',
226 'label.role_manager' => '(manager)',
227 'label.role_comanager' => '(co-manager)',
228 'label.role_admin' => '(administrator)',
229 // TODO: translate the following.
230 // 'label.page' => 'Page',
231 // 'label.condition' => 'Condition',
232 // 'label.yes' => 'yes',
233 // 'label.no' => 'no',
234 // Labels for plugins (extensions to Time Tracker that provide additional features).
235 // TODO: translate the following.
236 // 'label.custom_fields' => 'Custom fields',
237 // 'label.monthly_quotas' => 'Monthly quotas',
238 // 'label.type' => 'Type',
239 // 'label.type_dropdown' => 'dropdown',
240 // 'label.type_text' => 'text',
241 // 'label.required' => 'Required',
242 'label.fav_report' => 'Raport favorite',
243 // TODO: translate the following.
244 // 'label.schedule' => 'Schedule',
245 // 'label.what_is_it' => 'What is it?',
246 // 'label.expense' => 'Expense',
247 // 'label.quantity' => 'Quantity',
248 // 'label.paid_status' => 'Paid status',
249 // 'label.paid' => 'Paid',
250 // 'label.mark_paid' => 'Mark paid',
251 // 'label.week_note' => 'Week note',
252 // 'label.week_list' => 'Week list',
253
254 // Form titles.
255 // TODO: Improve titles for consistency, so that each title explains correctly what each
256 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
257 // Compare with English file to see how it is done there and do Romanian titles similarly.
258 'title.login' => 'Autentificare',
259 'title.groups' => 'Echipe', // TODO: change "teams" to "groups".
260 // TODO: translate the following.
261 // 'title.create_group' => 'Creating Team',
262 // 'title.edit_group' => 'Editing Team',
263 'title.delete_group' => 'Șterge echipa', // TODO: change "team" to "group".
264 'title.reset_password' => 'Reseteaza parola',
265 // TODO: translate the following.
266 // 'title.change_password' => 'Changing Password',
267 'title.time' => 'Timpul',
268 'title.edit_time_record' => 'Editarea inregistrarii timpului',
269 'title.delete_time_record' => 'Ștergerea inregistrarii timpului',
270 // TODO: translate the following.
271 // 'title.expenses' => 'Expenses',
272 // 'title.edit_expense' => 'Editing Expense Item',
273 // 'title.delete_expense' => 'Deleting Expense Item',
274 // 'title.predefined_expenses' => 'Predefined Expenses',
275 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
276 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
277 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
278 'title.reports' => 'Rapoarte',
279 'title.report' => 'Raport',
280 // TODO: translate the following.
281 // 'title.send_report' => 'Sending Report',
282 'title.invoice' => 'Factura',
283 // TODO: translate the following.
284 // 'title.send_invoice' => 'Sending Invoice',
285 // 'title.charts' => 'Charts',
286 'title.projects' => 'Proiecte',
287 'title.add_project' => 'Adaugare proiect',
288 'title.edit_project' => 'Editare proiect',
289 'title.delete_project' => 'Stergere proiect',
290 // TODO: translate the following.
291 // 'title.tasks' => 'Tasks',
292 // 'title.add_task' => 'Adding Task',
293 // 'title.edit_task' => 'Editing Task',
294 // 'title.delete_task' => 'Deleting Task',
295 'title.users' => 'Utilizatori',
296 'title.add_user' => 'Adaugare utilizator',
297 'title.edit_user' => 'Editare utilizator',
298 'title.delete_user' => 'Stergere utilizator', // TODO: is this correct?
299 // TODO: translate the following.
300 // 'title.roles' => 'Roles',
301 // 'title.add_role' => 'Adding Role',
302 // 'title.edit_role' => 'Editing Role',
303 // 'title.delete_role' => 'Deleting Role',
304 'title.clients' => 'Clienti',
305 'title.add_client' => 'Adaugare client', // TODO: is this correct?
306 'title.edit_client' => 'Editare client', // TODO: is this correct?
307 'title.delete_client' => 'Stergere client', // TODO: is this correct?
308 'title.invoices' => 'Facturi',
309 // TODO: translate the following.
310 // 'title.add_invoice' => 'Adding Invoice',
311 // 'title.view_invoice' => 'Viewing Invoice',
312 // 'title.delete_invoice' => 'Deleting Invoice',
313 // 'title.notifications' => 'Notifications',
314 // 'title.add_notification' => 'Adding Notification',
315 // 'title.edit_notification' => 'Editing Notification',
316 // 'title.delete_notification' => 'Deleting Notification',
317 // 'title.monthly_quotas' => 'Monthly Quotas',
318 // 'title.export' => 'Exporting Group Data',
319 // 'title.import' => 'Importing Group Data',
320 // 'title.options' => 'Options',
321 'title.profile' => 'Profil',
322 // TODO: translate the following.
323 // 'title.group' => 'Group Settings',
324 // 'title.cf_custom_fields' => 'Custom Fields',
325 // 'title.cf_add_custom_field' => 'Adding Custom Field',
326 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
327 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
328 // 'title.cf_dropdown_options' => 'Dropdown Options',
329 // 'title.cf_add_dropdown_option' => 'Adding Option',
330 // 'title.cf_edit_dropdown_option' => 'Editing Option',
331 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
332 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
333 // It is also a name for the Locking plugin on the group settings page.
334 // 'title.locking' => 'Locking',
335 // 'title.week_view' => 'Week View',
336 // 'title.swap_roles' => 'Swapping Roles',
337
338 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
339 // Strings that are used in a single form must go to the specific form section.
340 'dropdown.all' => '--- toate ---',
341 'dropdown.no' => '--- nu ---',
342 // TODO: translate the following.
343 // 'dropdown.current_day' => 'today',
344 // 'dropdown.previous_day' => 'yesterday',
345 // 'dropdown.selected_day' => 'day',
346 'dropdown.current_week' => 'saptamana curenta',
347 'dropdown.previous_week' => 'saptamana trecuta',
348 'dropdown.selected_week' => 'saptamana',
349 'dropdown.current_month' => 'luna curenta',
350 'dropdown.previous_month' => 'luna trecuta',
351 'dropdown.selected_month' => 'luna',
352 // TODO: translate the following.
353 // 'dropdown.current_year' => 'this year',
354 // 'dropdown.previous_year' => 'previous year',
355 // 'dropdown.selected_year' => 'year',
356 // 'dropdown.all_time' => 'all time',
357 'dropdown.projects' => 'proiecte',
358 // TODO: translate the following.
359 // 'dropdown.tasks' => 'tasks',
360 'dropdown.clients' => 'clienti',
361 // TODO: translate the following.
362 // 'dropdown.select' => '--- select ---',
363 // 'dropdown.select_invoice' => '--- select invoice ---',
364 'dropdown.status_active' => 'activ',
365 'dropdown.status_inactive' => 'inactiv',
366 // TODO: translate the following.
367 // 'dropdown.delete' => 'delete',
368 // 'dropdown.do_not_delete' => 'do not delete',
369 // 'dropdown.paid' => 'paid',
370 // 'dropdown.not_paid' => 'not paid',
371
372 // Login form. See example at https://timetracker.anuko.com/login.php.
373 'form.login.forgot_password' => 'Parola pierduta?',
374 // TODO: translate the following.
375 // '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.',
376
377 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
378 'form.reset_password.message' => 'Cererea de resetare a parolei a fost trimisa.', // TODO: add "by email" to match the English string.
379 'form.reset_password.email_subject' => 'Anuko Time Tracker - cerere de resetare a parolei',
380 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
381 // '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",
382 // "IP %s" probably sounds awkward.
383 '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",
384
385 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
386 // TODO: translate the following.
387 // 'form.change_password.tip' => 'Type new password and click on Save.',
388
389 // Time form. See example at https://timetracker.anuko.com/time.php.
390 'form.time.duration_format' => '(hh:mm sau 0.0h)',
391 // TODO: translate the following.
392 // 'form.time.billable' => 'Billable',
393 // 'form.time.uncompleted' => 'Uncompleted',
394 // 'form.time.remaining_quota' => 'Remaining quota',
395 // 'form.time.over_quota' => 'Over quota',
396
397 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
398 'form.time_edit.uncompleted' => 'Aceasta inregistrare a fost salvata numei cu timpul de inceput. Nu este o eroare.',
399
400 // Week view form. See example at https://timetracker.anuko.com/week.php.
401 // TODO: translate the following.
402 // 'form.week.new_entry' => 'New entry',
403
404 // Reports form. See example at https://timetracker.anuko.com/reports.php
405 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
406 // TODO: translate the following.
407 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
408 // 'form.reports.include_billable' => 'billable',
409 // 'form.reports.include_not_billable' => 'not billable',
410 // 'form.reports.include_invoiced' => 'invoiced',
411 // 'form.reports.include_not_invoiced' => 'not invoiced',
412 'form.reports.select_period' => 'Alege perioada',
413 'form.reports.set_period' => 'sau introdu intervalul de date',
414 'form.reports.show_fields' => 'Arata campuri',
415 'form.reports.group_by' => 'Grupat dupa',
416 'form.reports.group_by_no' => '--- fara grupare ---',
417 'form.reports.group_by_date' => 'data',
418 'form.reports.group_by_user' => 'utilizator',
419 'form.reports.group_by_client' => 'client',
420 'form.reports.group_by_project' => 'proiect',
421 // TODO: translate the following.
422 // 'form.reports.group_by_task' => 'task',
423 'form.reports.totals_only' => 'Numai totaluri',
424
425 // Report form. See example at https://timetracker.anuko.com/report.php
426 // (after generating a report at https://timetracker.anuko.com/reports.php).
427 'form.report.export' => 'Exporta',
428 // TODO: translate the following.
429 // 'form.report.assign_to_invoice' => 'Assign to invoice',
430
431 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
432 // (you can get to this form after generating a report).
433 'form.invoice.number' => 'Numar factura',
434 'form.invoice.person' => 'Persoana',
435
436 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
437 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
438 // 'form.invoice.invoice_entries' => 'Invoice entries',
439 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
440
441 // Charts form. See example at https://timetracker.anuko.com/charts.php
442 // TODO: translate the following.
443 // 'form.charts.interval' => 'Interval',
444 // 'form.charts.chart' => 'Chart',
445
446 // Projects form. See example at https://timetracker.anuko.com/projects.php
447 // TODO: translate the following.
448 // 'form.projects.active_projects' => 'Active Projects',
449 // 'form.projects.inactive_projects' => 'Inactive Projects',
450
451 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
452 // TODO: translate the following.
453 // 'form.tasks.active_tasks' => 'Active Tasks',
454 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
455
456 // Users form. See example at https://timetracker.anuko.com/users.php
457 // TODO: translate the following.
458 // 'form.users.active_users' => 'Active Users',
459 // 'form.users.inactive_users' => 'Inactive Users',
460 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
461 'form.users.role' => 'Functie', // TODO: is "Rol" a better term here?
462 'form.users.manager' => 'Manager',
463 'form.users.comanager' => 'Co-manager',
464 'form.users.rate' => 'Rată',
465 'form.users.default_rate' => 'Pret pe ora implicit',
466
467 // Roles form. See example at https://timetracker.anuko.com/roles.php
468 // TODO: translate the following.
469 // 'form.roles.active_roles' => 'Active Roles',
470 // 'form.roles.inactive_roles' => 'Inactive Roles',
471 // 'form.roles.rank' => 'Rank',
472 // 'form.roles.rights' => 'Rights',
473 // 'form.roles.assigned' => 'Assigned',
474 // 'form.roles.not_assigned' => 'Not assigned',
475
476 // Clients form. See example at https://timetracker.anuko.com/clients.php
477 // TODO: translate the following.
478 // 'form.clients.active_clients' => 'Active Clients',
479 // 'form.clients.inactive_clients' => 'Inactive Clients',
480
481 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
482 // TODO: translate the following.
483 // 'form.client.client_to_delete' => 'Client to delete',
484 // 'form.client.client_entries' => 'Client entries',
485
486 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
487 // TODO: replace "team" with "group" in the string below.
488 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.',
489 'form.export.compression' => 'Compresie',
490 // TODO: translate the following.
491 // 'form.export.compression_none' => 'none',
492 // 'form.export.compression_bzip' => 'bzip',
493
494 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
495 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.',
496 'form.import.file' => 'Alege fisier',
497 'form.import.success' => 'Importul s-a incheiat cu succes.',
498
499 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
500 // TODO: check form.teams.hint for accuracy.
501 '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).',
502
503 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
504 // TODO: translate the following.
505 // 'form.profile.swap_roles' => 'Swap roles',
506 // 'form.profile.12_hours' => '12 hours',
507 // 'form.profile.24_hours' => '24 hours',
508 // 'form.profile.show_holidays' => 'Show holidays',
509 // 'form.profile.tracking_mode' => 'Tracking mode',
510 // 'form.profile.mode_time' => 'time',
511 // 'form.profile.mode_projects' => 'projects',
512 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
513 // 'form.profile.record_type' => 'Record type',
514 // 'form.profile.type_all' => 'all',
515 // 'form.profile.type_start_finish' => 'start and finish',
516 // 'form.profile.type_duration' => 'duration',
517 // 'form.profile.punch_mode' => 'Punch mode',
518 // 'form.profile.allow_overlap' => 'Allow overlap',
519 // 'form.profile.future_entries' => 'Future entries',
520 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
521 // 'form.profile.allow_ip' => 'Allow IP',
522 // 'form.profile.plugins' => 'Plugins',
523
524 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
525 'form.mail.from' => 'De la',
526 'form.mail.to' => 'Catre',
527 // TODO: translate the following.
528 // 'form.mail.report_subject' => 'Time Tracker Report',
529 // '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.',
530 // 'form.mail.report_sent' => 'Report sent.',
531 'form.mail.invoice_sent' => 'Factura trimisa.',
532
533 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
534 // TODO: translate the following.
535 // 'form.quota.year' => 'Year',
536 // 'form.quota.month' => 'Month',
537 // 'form.quota.quota' => 'Quota',
538 // 'form.quota.workday_hours' => 'Hours in work day',
539 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
540
541 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
542 // TODO: translate the following.
543 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
544 // 'form.swap.swap_with' => 'Swap roles with',
545
546 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
547 // TODO: translate the following.
548 // 'role.user.label' => 'User',
549 // 'role.user.low_case_label' => 'user',
550 // 'role.user.description' => 'A regular member without management rights.',
551 // 'role.client.label' => 'Client',
552 // 'role.client.low_case_label' => 'client',
553 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
554 // 'role.supervisor.label' => 'Supervisor',
555 // 'role.supervisor.low_case_label' => 'supervisor',
556 // 'role.supervisor.description' => 'A person with a small set of management rights.',
557 // 'role.comanager.label' => 'Co-manager',
558 // 'role.comanager.low_case_label' => 'co-manager',
559 // 'role.comanager.description' => 'A person with a big set of management functions.',
560 // 'role.manager.label' => 'Manager',
561 // 'role.manager.low_case_label' => 'manager',
562 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
563 // 'role.top_manager.label' => 'Top manager',
564 // 'role.top_manager.low_case_label' => 'top manager',
565 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
566 // 'role.admin.label' => 'Administrator',
567 // 'role.admin.low_case_label' => 'administrator',
568 // 'role.admin.description' => 'Site adminsitrator.',
569 );