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