Resource file changes for work units plugin (in progress).
[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 // 'label.work_units' => 'Work units',
254
255 // Form titles.
256 // TODO: Improve titles for consistency, so that each title explains correctly what each
257 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
258 // Compare with English file to see how it is done there and do Romanian titles similarly.
259 'title.login' => 'Autentificare',
260 'title.groups' => 'Echipe', // TODO: change "teams" to "groups".
261 // TODO: translate the following.
262 // 'title.create_group' => 'Creating Team',
263 // 'title.edit_group' => 'Editing Team',
264 'title.delete_group' => 'Șterge echipa', // TODO: change "team" to "group".
265 'title.reset_password' => 'Reseteaza parola',
266 // TODO: translate the following.
267 // 'title.change_password' => 'Changing Password',
268 'title.time' => 'Timpul',
269 'title.edit_time_record' => 'Editarea inregistrarii timpului',
270 'title.delete_time_record' => 'Ștergerea inregistrarii timpului',
271 // TODO: translate the following.
272 // 'title.expenses' => 'Expenses',
273 // 'title.edit_expense' => 'Editing Expense Item',
274 // 'title.delete_expense' => 'Deleting Expense Item',
275 // 'title.predefined_expenses' => 'Predefined Expenses',
276 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
277 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
278 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
279 'title.reports' => 'Rapoarte',
280 'title.report' => 'Raport',
281 // TODO: translate the following.
282 // 'title.send_report' => 'Sending Report',
283 'title.invoice' => 'Factura',
284 // TODO: translate the following.
285 // 'title.send_invoice' => 'Sending Invoice',
286 // 'title.charts' => 'Charts',
287 'title.projects' => 'Proiecte',
288 'title.add_project' => 'Adaugare proiect',
289 'title.edit_project' => 'Editare proiect',
290 'title.delete_project' => 'Stergere proiect',
291 // TODO: translate the following.
292 // 'title.tasks' => 'Tasks',
293 // 'title.add_task' => 'Adding Task',
294 // 'title.edit_task' => 'Editing Task',
295 // 'title.delete_task' => 'Deleting Task',
296 'title.users' => 'Utilizatori',
297 'title.add_user' => 'Adaugare utilizator',
298 'title.edit_user' => 'Editare utilizator',
299 'title.delete_user' => 'Stergere utilizator', // TODO: is this correct?
300 // TODO: translate the following.
301 // 'title.roles' => 'Roles',
302 // 'title.add_role' => 'Adding Role',
303 // 'title.edit_role' => 'Editing Role',
304 // 'title.delete_role' => 'Deleting Role',
305 'title.clients' => 'Clienti',
306 'title.add_client' => 'Adaugare client', // TODO: is this correct?
307 'title.edit_client' => 'Editare client', // TODO: is this correct?
308 'title.delete_client' => 'Stergere client', // TODO: is this correct?
309 'title.invoices' => 'Facturi',
310 // TODO: translate the following.
311 // 'title.add_invoice' => 'Adding Invoice',
312 // 'title.view_invoice' => 'Viewing Invoice',
313 // 'title.delete_invoice' => 'Deleting Invoice',
314 // 'title.notifications' => 'Notifications',
315 // 'title.add_notification' => 'Adding Notification',
316 // 'title.edit_notification' => 'Editing Notification',
317 // 'title.delete_notification' => 'Deleting Notification',
318 // 'title.monthly_quotas' => 'Monthly Quotas',
319 // 'title.export' => 'Exporting Group Data',
320 // 'title.import' => 'Importing Group Data',
321 // 'title.options' => 'Options',
322 'title.profile' => 'Profil',
323 // TODO: translate the following.
324 // 'title.group' => 'Group Settings',
325 // 'title.cf_custom_fields' => 'Custom Fields',
326 // 'title.cf_add_custom_field' => 'Adding Custom Field',
327 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
328 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
329 // 'title.cf_dropdown_options' => 'Dropdown Options',
330 // 'title.cf_add_dropdown_option' => 'Adding Option',
331 // 'title.cf_edit_dropdown_option' => 'Editing Option',
332 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
333 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
334 // It is also a name for the Locking plugin on the group settings page.
335 // 'title.locking' => 'Locking',
336 // 'title.week_view' => 'Week View',
337 // 'title.swap_roles' => 'Swapping Roles',
338 // 'title.work_units' => 'Work Units',
339
340 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
341 // Strings that are used in a single form must go to the specific form section.
342 'dropdown.all' => '--- toate ---',
343 'dropdown.no' => '--- nu ---',
344 // TODO: translate the following.
345 // 'dropdown.current_day' => 'today',
346 // 'dropdown.previous_day' => 'yesterday',
347 // 'dropdown.selected_day' => 'day',
348 'dropdown.current_week' => 'saptamana curenta',
349 'dropdown.previous_week' => 'saptamana trecuta',
350 'dropdown.selected_week' => 'saptamana',
351 'dropdown.current_month' => 'luna curenta',
352 'dropdown.previous_month' => 'luna trecuta',
353 'dropdown.selected_month' => 'luna',
354 // TODO: translate the following.
355 // 'dropdown.current_year' => 'this year',
356 // 'dropdown.previous_year' => 'previous year',
357 // 'dropdown.selected_year' => 'year',
358 // 'dropdown.all_time' => 'all time',
359 'dropdown.projects' => 'proiecte',
360 // TODO: translate the following.
361 // 'dropdown.tasks' => 'tasks',
362 'dropdown.clients' => 'clienti',
363 // TODO: translate the following.
364 // 'dropdown.select' => '--- select ---',
365 // 'dropdown.select_invoice' => '--- select invoice ---',
366 'dropdown.status_active' => 'activ',
367 'dropdown.status_inactive' => 'inactiv',
368 // TODO: translate the following.
369 // 'dropdown.delete' => 'delete',
370 // 'dropdown.do_not_delete' => 'do not delete',
371 // 'dropdown.paid' => 'paid',
372 // 'dropdown.not_paid' => 'not paid',
373
374 // Login form. See example at https://timetracker.anuko.com/login.php.
375 'form.login.forgot_password' => 'Parola pierduta?',
376 // TODO: translate the following.
377 // '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.',
378
379 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
380 'form.reset_password.message' => 'Cererea de resetare a parolei a fost trimisa.', // TODO: add "by email" to match the English string.
381 'form.reset_password.email_subject' => 'Anuko Time Tracker - cerere de resetare a parolei',
382 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
383 // '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",
384 // "IP %s" probably sounds awkward.
385 '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",
386
387 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
388 // TODO: translate the following.
389 // 'form.change_password.tip' => 'Type new password and click on Save.',
390
391 // Time form. See example at https://timetracker.anuko.com/time.php.
392 'form.time.duration_format' => '(hh:mm sau 0.0h)',
393 // TODO: translate the following.
394 // 'form.time.billable' => 'Billable',
395 // 'form.time.uncompleted' => 'Uncompleted',
396 // 'form.time.remaining_quota' => 'Remaining quota',
397 // 'form.time.over_quota' => 'Over quota',
398
399 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
400 'form.time_edit.uncompleted' => 'Aceasta inregistrare a fost salvata numei cu timpul de inceput. Nu este o eroare.',
401
402 // Week view form. See example at https://timetracker.anuko.com/week.php.
403 // TODO: translate the following.
404 // 'form.week.new_entry' => 'New entry',
405
406 // Reports form. See example at https://timetracker.anuko.com/reports.php
407 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
408 // TODO: translate the following.
409 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
410 // 'form.reports.include_billable' => 'billable',
411 // 'form.reports.include_not_billable' => 'not billable',
412 // 'form.reports.include_invoiced' => 'invoiced',
413 // 'form.reports.include_not_invoiced' => 'not invoiced',
414 'form.reports.select_period' => 'Alege perioada',
415 'form.reports.set_period' => 'sau introdu intervalul de date',
416 'form.reports.show_fields' => 'Arata campuri',
417 'form.reports.group_by' => 'Grupat dupa',
418 'form.reports.group_by_no' => '--- fara grupare ---',
419 'form.reports.group_by_date' => 'data',
420 'form.reports.group_by_user' => 'utilizator',
421 'form.reports.group_by_client' => 'client',
422 'form.reports.group_by_project' => 'proiect',
423 // TODO: translate the following.
424 // 'form.reports.group_by_task' => 'task',
425 'form.reports.totals_only' => 'Numai totaluri',
426
427 // Report form. See example at https://timetracker.anuko.com/report.php
428 // (after generating a report at https://timetracker.anuko.com/reports.php).
429 'form.report.export' => 'Exporta',
430 // TODO: translate the following.
431 // 'form.report.assign_to_invoice' => 'Assign to invoice',
432
433 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
434 // (you can get to this form after generating a report).
435 'form.invoice.number' => 'Numar factura',
436 'form.invoice.person' => 'Persoana',
437
438 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
439 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
440 // 'form.invoice.invoice_entries' => 'Invoice entries',
441 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
442
443 // Charts form. See example at https://timetracker.anuko.com/charts.php
444 // TODO: translate the following.
445 // 'form.charts.interval' => 'Interval',
446 // 'form.charts.chart' => 'Chart',
447
448 // Projects form. See example at https://timetracker.anuko.com/projects.php
449 // TODO: translate the following.
450 // 'form.projects.active_projects' => 'Active Projects',
451 // 'form.projects.inactive_projects' => 'Inactive Projects',
452
453 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
454 // TODO: translate the following.
455 // 'form.tasks.active_tasks' => 'Active Tasks',
456 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
457
458 // Users form. See example at https://timetracker.anuko.com/users.php
459 // TODO: translate the following.
460 // 'form.users.active_users' => 'Active Users',
461 // 'form.users.inactive_users' => 'Inactive Users',
462 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
463 'form.users.role' => 'Functie', // TODO: is "Rol" a better term here?
464 'form.users.manager' => 'Manager',
465 'form.users.comanager' => 'Co-manager',
466 'form.users.rate' => 'Rată',
467 'form.users.default_rate' => 'Pret pe ora implicit',
468
469 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
470 // TODO: translate the following.
471 // 'form.user_edit.swap_roles' => 'Swap roles',
472
473 // Roles form. See example at https://timetracker.anuko.com/roles.php
474 // TODO: translate the following.
475 // 'form.roles.active_roles' => 'Active Roles',
476 // 'form.roles.inactive_roles' => 'Inactive Roles',
477 // 'form.roles.rank' => 'Rank',
478 // 'form.roles.rights' => 'Rights',
479 // 'form.roles.assigned' => 'Assigned',
480 // 'form.roles.not_assigned' => 'Not assigned',
481
482 // Clients form. See example at https://timetracker.anuko.com/clients.php
483 // TODO: translate the following.
484 // 'form.clients.active_clients' => 'Active Clients',
485 // 'form.clients.inactive_clients' => 'Inactive Clients',
486
487 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
488 // TODO: translate the following.
489 // 'form.client.client_to_delete' => 'Client to delete',
490 // 'form.client.client_entries' => 'Client entries',
491
492 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
493 // TODO: replace "team" with "group" in the string below.
494 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.',
495 'form.export.compression' => 'Compresie',
496 // TODO: translate the following.
497 // 'form.export.compression_none' => 'none',
498 // 'form.export.compression_bzip' => 'bzip',
499
500 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
501 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.', // TODO: replace "team" with "group".
502 'form.import.file' => 'Alege fisier',
503 'form.import.success' => 'Importul s-a incheiat cu succes.',
504
505 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
506 // TODO: check form.groups.hint for accuracy.
507 // ALSO TODO: replace "team" with "group" in the string below (3 places).
508 'form.groups.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).',
509
510 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
511 // TODO: translate the following.
512 // 'form.group_edit.12_hours' => '12 hours',
513 // 'form.group_edit.24_hours' => '24 hours',
514 // 'form.group_edit.show_holidays' => 'Show holidays',
515 // 'form.group_edit.tracking_mode' => 'Tracking mode',
516 // 'form.group_edit.mode_time' => 'time',
517 // 'form.group_edit.mode_projects' => 'projects',
518 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
519 // 'form.group_edit.record_type' => 'Record type',
520 // 'form.group_edit.type_all' => 'all',
521 // 'form.group_edit.type_start_finish' => 'start and finish',
522 // 'form.group_edit.type_duration' => 'duration',
523 // 'form.group_edit.punch_mode' => 'Punch mode',
524 // 'form.group_edit.allow_overlap' => 'Allow overlap',
525 // 'form.group_edit.future_entries' => 'Future entries',
526 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
527 // 'form.group_edit.allow_ip' => 'Allow IP',
528 // 'form.group_edit.plugins' => 'Plugins',
529
530 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
531 // TODO: translate the following.
532 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
533
534 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
535 'form.mail.from' => 'De la',
536 'form.mail.to' => 'Catre',
537 // TODO: translate the following.
538 // 'form.mail.report_subject' => 'Time Tracker Report',
539 // '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.',
540 // 'form.mail.report_sent' => 'Report sent.',
541 'form.mail.invoice_sent' => 'Factura trimisa.',
542
543 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
544 // TODO: translate the following.
545 // 'form.quota.year' => 'Year',
546 // 'form.quota.month' => 'Month',
547 // 'form.quota.quota' => 'Quota',
548 // 'form.quota.workday_hours' => 'Hours in work day',
549 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
550
551 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
552 // TODO: translate the following.
553 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
554 // 'form.swap.swap_with' => 'Swap roles with',
555
556 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
557 // TODO: translate the following.
558 // 'role.user.label' => 'User',
559 // 'role.user.low_case_label' => 'user',
560 // 'role.user.description' => 'A regular member without management rights.',
561 // 'role.client.label' => 'Client',
562 // 'role.client.low_case_label' => 'client',
563 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
564 // 'role.supervisor.label' => 'Supervisor',
565 // 'role.supervisor.low_case_label' => 'supervisor',
566 // 'role.supervisor.description' => 'A person with a small set of management rights.',
567 // 'role.comanager.label' => 'Co-manager',
568 // 'role.comanager.low_case_label' => 'co-manager',
569 // 'role.comanager.description' => 'A person with a big set of management functions.',
570 // 'role.manager.label' => 'Manager',
571 // 'role.manager.low_case_label' => 'manager',
572 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
573 // 'role.top_manager.label' => 'Top manager',
574 // 'role.top_manager.low_case_label' => 'top manager',
575 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
576 // 'role.admin.label' => 'Administrator',
577 // 'role.admin.low_case_label' => 'administrator',
578 // 'role.admin.description' => 'Site adminsitrator.',
579 );