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