e4f15bbaa1d9d362c7ff1ee969aa90a424e280b6
[timetracker.git] / WEB-INF / resources / ro.lang.php
1 <?php
2 // +----------------------------------------------------------------------+
3 // | Anuko Time Tracker
4 // +----------------------------------------------------------------------+
5 // | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
6 // +----------------------------------------------------------------------+
7 // | LIBERAL FREEWARE LICENSE: This source code document may be used
8 // | by anyone for any purpose, and freely redistributed alone or in
9 // | combination with other software, provided that the license is obeyed.
10 // |
11 // | There are only two ways to violate the license:
12 // |
13 // | 1. To redistribute this code in source form, with the copyright
14 // |    notice or license removed or altered. (Distributing in compiled
15 // |    forms without embedded copyright notices is permitted).
16 // |
17 // | 2. To redistribute modified versions of this code in *any* form
18 // |    that bears insufficient indications that the modifications are
19 // |    not the work of the original author(s).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 // Note: escape apostrophes with THREE backslashes, like here:  choisir l\\\'option.
30 // Other characters (such as double-quotes in http links, etc.) do not have to be escaped.
31
32 // Note to translators: Please use proper capitalization rules for your language.
33
34 $i18n_language = 'Română';
35 $i18n_months = array('Ianuarie', 'Februarie', 'Martie', 'Aprilie', 'Mai', 'Iunie', 'Iulie', 'August', 'Septembrie', 'Octombrie', 'Noiembrie', 'Decembrie');
36 $i18n_weekdays = array('Duminica', 'Luni', 'Marti', 'Miercuri', 'Joi', 'Vineri', 'Sambata');
37 $i18n_weekdays_short = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
38 // format mm/dd
39 $i18n_holidays = array('01/01', '01/02', '04/19', '04/20', '05/01', '06/07', '06/08', '08/15', '12/01', '12/25', '12/26');
40
41 $i18n_key_words = array(
42
43 // Menus - short selection strings that are displayed on top of application web pages.
44 // Example: https://timetracker.anuko.com (black menu on top).
45 'menu.login' => 'Autentificare',
46 'menu.logout' => 'Iesire',
47 // TODO: translate the following.
48 // 'menu.forum' => 'Forum',
49 'menu.help' => 'Ajutor',
50 // TODO: translate the following.
51 // 'menu.create_team' => 'Create Team',
52 'menu.profile' => 'Profil',
53 'menu.time' => 'Timpul',
54 // TODO: translate the following.
55 // 'menu.expenses' => 'Expenses',
56 'menu.reports' => 'Rapoarte',
57 // TODO: translate the following.
58 // 'menu.charts' => 'Charts',
59 'menu.projects' => 'Proiecte',
60 // TODO: translate the following.
61 // 'menu.tasks' => 'Tasks',
62 'menu.users' => 'Utilizatori',
63 'menu.teams' => 'Echipe',
64 // TODO: translate the following.
65 // 'menu.export' => 'Export',
66 'menu.clients' => 'Clienti',
67 // TODO: translate the following.
68 // 'menu.options' => 'Options',
69
70 // Footer - strings on the bottom of most pages.
71 // TODO: translate the following.
72 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
73 // 'footer.credits' => 'Credits',
74 // 'footer.license' => 'License',
75 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
76                                      // This is a link to a webpage that describes how to contribute to the project.
77
78 // Error messages.
79 // TODO: translate the following.
80 // 'error.access_denied' => 'Access denied.',
81 // 'error.sys' => 'System error.',
82 'error.db' => 'Eroare baza de date.',
83 // TODO: translate the following.
84 // 'error.field' => 'Incorrect "{0}" data.',
85 'error.empty' => 'Campul "{0}" este gol.',
86 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".',
87 // TODO: translate the following.
88 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
89 // TODO: for "select" errors: Selecteaza or Alege? We need consistent usage.
90 'error.project' => 'Selecteaza proiect.',
91 // TODO: translate the following.
92 // 'error.task' => 'Select task.',
93 'error.client' => 'Alege client.',
94 // TODO: translate the following.
95 // 'error.report' => 'Select report.',
96 // 'error.record' => 'Select record.',
97 'error.auth' => 'Nume de utilizator sau parola incorecta.',
98 // TODO: translate the following.
99 // 'error.user_exists' => 'User with this login already exists.',
100 'error.project_exists' => 'Proiectul cu acest nume exista deja.',
101 // TODO: translate the following.
102 // 'error.task_exists' => 'Task with this name already exists.',
103 // 'error.client_exists' => 'Client with this name already exists.',
104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
105 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
106 // 'error.no_login' => 'No user with this login.',
107 'error.no_teams' => 'Baza de date este goala. Intra ca admin si adauga o noua echipa.',
108 'error.upload' => 'Eroare la upload-ul fisierului.',
109 // TODO: translate the following.
110 // 'error.range_locked' => 'Date range is locked.',
111 // 'error.mail_send' => 'Error sending mail.',
112 // 'error.no_email' => 'No email associated with this login.',
113 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
114 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
115 // 'error.overlap' => 'Time interval overlaps with existing records.',
116 // 'error.future_date' => 'Date is in future.',
117
118 // Labels for buttons.
119 'button.login' => 'Autentifica',
120 'button.now' => 'Acum',
121 'button.save' => 'Salveaza',
122 // TODO: translate the following.
123 // 'button.copy' => 'Copy',
124 'button.cancel' => 'Renunta',
125 'button.submit' => 'Trimite',
126 'button.add' => 'Adauga',
127 'button.generate' => 'Genereaza',
128 // TODO: translate the following.
129 // 'button.reset_password' => 'Reset password',
130 'button.send' => 'Trimite',
131 'button.send_by_email' => 'Trimite pe e-mail',
132 'button.create_team' => 'Adauga echipa',
133 'button.export' => 'Exporta echipa',
134 'button.import' => 'Importa echipa',
135 // TODO: translate the following.
136 // 'button.close' => 'Close',
137 // 'button.stop' => 'Stop',
138
139 // Labels for controls on forms. Labels in this section are used on multiple forms.
140 // TODO: translate the following.
141 // 'label.team_name' => 'Team name',
142 // 'label.address' => 'Address',
143 'label.currency' => 'Moneda',
144 // TODO: translate the following.
145 // 'label.manager_name' => 'Manager name',
146 // 'label.manager_login' => 'Manager login',
147 'label.person_name' => 'Nume',
148 'label.thing_name' => 'Nume',
149 // TODO: translate the following.
150 // 'label.login' => 'Login',
151 'label.password' => 'Parola',
152 'label.confirm_password' => 'Confirma parola',
153 'label.email' => 'E-mail',
154 'label.cc' => 'Copie',
155 // TODO: translate the following.
156 // 'label.bcc' => 'Bcc',
157 'label.subject' => 'Subiect',
158 'label.date' => 'Data',
159 'label.start_date' => 'Data inceput',
160 'label.end_date' => 'Data sfarsit',
161 'label.user' => 'Utilizator',
162 'label.users' => 'Utilizatori',
163 // TODO: translate the following.
164 // 'label.roles' => 'Roles',
165 'label.client' => 'Client',
166 'label.clients' => 'Clienti',
167 // TODO: translate the following.
168 // 'label.option' => 'Option',
169 'label.invoice' => 'Factura',
170 'label.project' => 'Proiect',
171 'label.projects' => 'Proiecte',
172 // TODO: translate the following.
173 // 'label.task' => 'Task',
174 // 'label.tasks' => 'Tasks',
175 // 'label.description' => 'Description',
176 'label.start' => 'Inceput',
177 'label.finish' => 'Sfarsit',
178 'label.duration' => 'Durata',
179 'label.note' => 'Nota',
180 // 'label.notes' => 'Notes',
181 // 'label.item' => 'Item',
182 // 'label.cost' => 'Cost',
183 // 'label.day_total' => 'Day total',
184 // 'label.week_total' => 'Week total',
185 // 'label.month_total' => 'Month total',
186 'label.today' => 'Astazi',
187 // TODO: translate the following.
188 // 'label.view' => 'View',
189 // TODO: confirm that label.edit and label.delete are translated correctly.
190 'label.edit' => 'Editează',
191 'label.delete' => 'Șterge',
192 'label.configure' => 'Configureaza',
193 'label.select_all' => 'Selecteaza tot',
194 'label.select_none' => 'Deselecteaza tot',
195 // TODO: translate the following.
196 // 'label.day_view' => 'Day view',
197 // 'label.week_view' => 'Week view',
198 'label.id' => 'ID',
199 // TODO: translate the following.
200 // 'label.language' => 'Language',
201 // 'label.decimal_mark' => 'Decimal mark',
202 // 'label.date_format' => 'Date format',
203 // 'label.time_format' => 'Time format',
204 // 'label.week_start' => 'First day of week',
205 'label.comment' => 'Comentariu',
206 'label.status' => 'Stare',
207 'label.tax' => 'Taxa',
208 'label.subtotal' => 'Subtotal',
209 'label.total' => 'Total',
210 // TODO: translate the following.
211 // 'label.client_name' => 'Client name',
212 // 'label.client_address' => 'Client address',
213 'label.or' => 'sau',
214 // TODO: translate the following.
215 // 'label.error' => 'Error',
216 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
217 'label.required_fields' => '* date obligatorii',
218 'label.on_behalf' => 'in numele',
219 'label.role_manager' => '(manager)',
220 'label.role_comanager' => '(co-manager)',
221 'label.role_admin' => '(administrator)',
222 // TODO: translate the following.
223 // 'label.page' => 'Page',
224 // 'label.condition' => 'Condition',
225 // 'label.yes' => 'yes',
226 // 'label.no' => 'no',
227 // Labels for plugins (extensions to Time Tracker that provide additional features).
228 // TODO: translate the following.
229 // 'label.custom_fields' => 'Custom fields',
230 // 'label.monthly_quotas' => 'Monthly quotas',
231 // 'label.type' => 'Type',
232 // 'label.type_dropdown' => 'dropdown',
233 // 'label.type_text' => 'text',
234 // 'label.required' => 'Required',
235 'label.fav_report' => 'Raport favorite',
236 // TODO: translate the following.
237 // 'label.cron_schedule' => 'Cron schedule',
238 // 'label.what_is_it' => 'What is it?',
239 // 'label.expense' => 'Expense',
240 // 'label.quantity' => 'Quantity',
241 // 'label.paid_status' => 'Paid status',
242 // 'label.paid' => 'Paid',
243 // 'label.mark_paid' => 'Mark paid',
244 // 'label.week_note' => 'Week note',
245 // 'label.week_list' => 'Week list',
246
247 // Form titles.
248 // TODO: Improve titles for consistency, so that each title explains correctly what each
249 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
250 // Compare with English file to see how it is done there and do Romanian titles similarly.
251 'title.login' => 'Autentificare',
252 'title.teams' => 'Echipe',
253 // TODO: translate the following.
254 // 'title.create_team' => 'Creating Team',
255 // 'title.edit_team' => 'Editing Team',
256 'title.delete_team' => 'Șterge echipa',
257 'title.reset_password' => 'Reseteaza parola',
258 // TODO: translate the following.
259 // 'title.change_password' => 'Changing Password',
260 'title.time' => 'Timpul',
261 'title.edit_time_record' => 'Editarea inregistrarii timpului',
262 'title.delete_time_record' => 'Ștergerea inregistrarii timpului',
263 // TODO: translate the following.
264 // 'title.expenses' => 'Expenses',
265 // 'title.edit_expense' => 'Editing Expense Item',
266 // 'title.delete_expense' => 'Deleting Expense Item',
267 // 'title.predefined_expenses' => 'Predefined Expenses',
268 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
269 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
270 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
271 'title.reports' => 'Rapoarte',
272 'title.report' => 'Raport',
273 // TODO: translate the following.
274 // 'title.send_report' => 'Sending Report',
275 'title.invoice' => 'Factura',
276 // TODO: translate the following.
277 // 'title.send_invoice' => 'Sending Invoice',
278 // 'title.charts' => 'Charts',
279 'title.projects' => 'Proiecte',
280 'title.add_project' => 'Adaugare proiect',
281 'title.edit_project' => 'Editare proiect',
282 'title.delete_project' => 'Stergere proiect',
283 // TODO: translate the following.
284 // 'title.tasks' => 'Tasks',
285 // 'title.add_task' => 'Adding Task',
286 // 'title.edit_task' => 'Editing Task',
287 // 'title.delete_task' => 'Deleting Task',
288 'title.users' => 'Utilizatori',
289 'title.add_user' => 'Adaugare utilizator',
290 'title.edit_user' => 'Editare utilizator',
291 'title.delete_user' => 'Stergere utilizator', // TODO: is this correct?
292 'title.clients' => 'Clienti',
293 'title.add_client' => 'Adaugare client', // TODO: is this correct?
294 'title.edit_client' => 'Editare client', // TODO: is this correct?
295 'title.delete_client' => 'Stergere client', // TODO: is this correct?
296 'title.invoices' => 'Facturi',
297 // TODO: translate the following.
298 // 'title.add_invoice' => 'Adding Invoice',
299 // 'title.view_invoice' => 'Viewing Invoice',
300 // 'title.delete_invoice' => 'Deleting Invoice',
301 // 'title.notifications' => 'Notifications',
302 // 'title.add_notification' => 'Adding Notification',
303 // 'title.edit_notification' => 'Editing Notification',
304 // 'title.delete_notification' => 'Deleting Notification',
305 // 'title.monthly_quotas' => 'Monthly Quotas',
306 // 'title.export' => 'Exporting Team Data',
307 // 'title.import' => 'Importing Team Data',
308 // 'title.options' => 'Options',
309 'title.profile' => 'Profil',
310 // TODO: translate the following.
311 // 'title.cf_custom_fields' => 'Custom Fields',
312 // 'title.cf_add_custom_field' => 'Adding Custom Field',
313 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
314 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
315 // 'title.cf_dropdown_options' => 'Dropdown Options',
316 // 'title.cf_add_dropdown_option' => 'Adding Option',
317 // 'title.cf_edit_dropdown_option' => 'Editing Option',
318 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
319 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
320 // It is also a name for the Locking plugin on the Team profile page.
321 // 'title.locking' => 'Locking',
322 // 'title.week_view' => 'Week View',
323
324 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
325 // Strings that are used in a single form must go to the specific form section.
326 'dropdown.all' => '--- toate ---',
327 'dropdown.no' => '--- nu ---',
328 // TODO: translate the following.
329 // 'dropdown.current_day' => 'today',
330 // 'dropdown.previous_day' => 'yesterday',
331 // 'dropdown.selected_day' => 'day',
332 'dropdown.current_week' => 'saptamana curenta',
333 'dropdown.previous_week' => 'saptamana trecuta',
334 'dropdown.selected_week' => 'saptamana',
335 'dropdown.current_month' => 'luna curenta',
336 'dropdown.previous_month' => 'luna trecuta',
337 'dropdown.selected_month' => 'luna',
338 // TODO: translate the following.
339 // 'dropdown.current_year' => 'this year',
340 // 'dropdown.previous_year' => 'previous year',
341 // 'dropdown.selected_year' => 'year',
342 // 'dropdown.all_time' => 'all time',
343 'dropdown.projects' => 'proiecte',
344 // TODO: translate the following.
345 // 'dropdown.tasks' => 'tasks',
346 'dropdown.clients' => 'clienti',
347 // TODO: translate the following.
348 // 'dropdown.select' => '--- select ---',
349 // 'dropdown.select_invoice' => '--- select invoice ---',
350 'dropdown.status_active' => 'activ',
351 'dropdown.status_inactive' => 'inactiv',
352 // TODO: translate the following.
353 // 'dropdown.delete' => 'delete',
354 // 'dropdown.do_not_delete' => 'do not delete',
355 // 'dropdown.paid' => 'paid',
356 // 'dropdown.not_paid' => 'not paid',
357
358 // Login form. See example at https://timetracker.anuko.com/login.php.
359 'form.login.forgot_password' => 'Parola pierduta?',
360 // TODO: translate the following.
361 // '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.',
362
363 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
364 'form.reset_password.message' => 'Cererea de resetare a parolei a fost trimisa.', // TODO: add "by email" to match the English string.
365 'form.reset_password.email_subject' => 'Anuko Time Tracker - cerere de resetare a parolei',
366 // TODO: translate the ending of following.
367 'form.reset_password.email_body' => "Draga Utilizator,\n\nCineva, posibil tu, 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",
368
369 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
370 // TODO: translate the following.
371 // 'form.change_password.tip' => 'Type new password and click on Save.',
372
373 // Time form. See example at https://timetracker.anuko.com/time.php.
374 'form.time.duration_format' => '(hh:mm sau 0.0h)',
375 // TODO: translate the following.
376 // 'form.time.billable' => 'Billable',
377 // 'form.time.uncompleted' => 'Uncompleted',
378 // 'form.time.remaining_quota' => 'Remaining quota',
379 // 'form.time.over_quota' => 'Over quota',
380
381 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
382 'form.time_edit.uncompleted' => 'Aceasta inregistrare a fost salvata numei cu timpul de inceput. Nu este o eroare.',
383
384 // Week view form. See example at https://timetracker.anuko.com/week.php.
385 // TODO: translate the following.
386 // 'form.week.new_entry' => 'New entry',
387
388 // Reports form. See example at https://timetracker.anuko.com/reports.php
389 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
390 // TODO: translate the following.
391 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
392 // 'form.reports.include_billable' => 'billable',
393 // 'form.reports.include_not_billable' => 'not billable',
394 // 'form.reports.include_invoiced' => 'invoiced',
395 // 'form.reports.include_not_invoiced' => 'not invoiced',
396 'form.reports.select_period' => 'Alege perioada',
397 'form.reports.set_period' => 'sau introdu intervalul de date',
398 'form.reports.show_fields' => 'Arata campuri',
399 'form.reports.group_by' => 'Grupat dupa',
400 'form.reports.group_by_no' => '--- fara grupare ---',
401 'form.reports.group_by_date' => 'data',
402 'form.reports.group_by_user' => 'utilizator',
403 'form.reports.group_by_client' => 'client',
404 'form.reports.group_by_project' => 'proiect',
405 // TODO: translate the following.
406 // 'form.reports.group_by_task' => 'task',
407 'form.reports.totals_only' => 'Numai totaluri',
408
409 // Report form. See example at https://timetracker.anuko.com/report.php
410 // (after generating a report at https://timetracker.anuko.com/reports.php).
411 'form.report.export' => 'Exporta',
412 // TODO: translate the following.
413 // 'form.report.assign_to_invoice' => 'Assign to invoice',
414
415 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
416 // (you can get to this form after generating a report).
417 'form.invoice.number' => 'Numar factura',
418 'form.invoice.person' => 'Persoana',
419
420 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
421 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
422 // 'form.invoice.invoice_entries' => 'Invoice entries',
423 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
424
425 // Charts form. See example at https://timetracker.anuko.com/charts.php
426 // TODO: translate the following.
427 // 'form.charts.interval' => 'Interval',
428 // 'form.charts.chart' => 'Chart',
429
430 // Projects form. See example at https://timetracker.anuko.com/projects.php
431 // TODO: translate the following.
432 // 'form.projects.active_projects' => 'Active Projects',
433 // 'form.projects.inactive_projects' => 'Inactive Projects',
434
435 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
436 // TODO: translate the following.
437 // 'form.tasks.active_tasks' => 'Active Tasks',
438 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
439
440 // Users form. See example at https://timetracker.anuko.com/users.php
441 // TODO: translate the following.
442 // 'form.users.active_users' => 'Active Users',
443 // 'form.users.inactive_users' => 'Inactive Users',
444 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
445 'form.users.role' => 'Functie', // TODO: is "Rol" a better term here?
446 'form.users.manager' => 'Manager',
447 'form.users.comanager' => 'Co-manager',
448 'form.users.rate' => 'Rată',
449 'form.users.default_rate' => 'Pret pe ora implicit',
450
451 // Roles form. See example at https://timetracker.anuko.com/roles.php
452 // TODO: translate the following.
453 // 'form.roles.active_roles' => 'Active Roles',
454 // 'form.roles.inactive_roles' => 'Inactive Roles',
455 // 'form.roles.rights' => 'Rights',
456
457 // Clients form. See example at https://timetracker.anuko.com/clients.php
458 // TODO: translate the following.
459 // 'form.clients.active_clients' => 'Active Clients',
460 // 'form.clients.inactive_clients' => 'Inactive Clients',
461
462 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
463 // TODO: translate the following.
464 // 'form.client.client_to_delete' => 'Client to delete',
465 // 'form.client.client_entries' => 'Client entries',
466
467 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
468 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.',
469 'form.export.compression' => 'Compresie',
470 // TODO: translate the following.
471 // 'form.export.compression_none' => 'none',
472 // 'form.export.compression_bzip' => 'bzip',
473
474 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
475 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.',
476 'form.import.file' => 'Alege fisier',
477 'form.import.success' => 'Importul s-a incheiat cu succes.',
478
479 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
480 // TODO: check form.teams.hint for accuracy.
481 '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).',
482
483 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
484 // TODO: translate the following.
485 // 'form.profile.12_hours' => '12 hours',
486 // 'form.profile.24_hours' => '24 hours',
487 // 'form.profile.show_holidays' => 'Show holidays',
488 // 'form.profile.tracking_mode' => 'Tracking mode',
489 // 'form.profile.mode_time' => 'time',
490 // 'form.profile.mode_projects' => 'projects',
491 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
492 // 'form.profile.record_type' => 'Record type',
493 // 'form.profile.type_all' => 'all',
494 // 'form.profile.type_start_finish' => 'start and finish',
495 // 'form.profile.type_duration' => 'duration',
496 // 'form.profile.punch_mode' => 'Punch mode',
497 // 'form.profile.allow_overlap' => 'Allow overlap',
498 // 'form.profile.future_entries' => 'Future entries',
499 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
500 // 'form.profile.plugins' => 'Plugins',
501
502 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
503 'form.mail.from' => 'De la',
504 'form.mail.to' => 'Catre',
505 // TODO: translate the following.
506 // 'form.mail.report_subject' => 'Time Tracker Report',
507 // '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.',
508 // 'form.mail.report_sent' => 'Report sent.',
509 'form.mail.invoice_sent' => 'Factura trimisa.',
510
511 // Quotas configuration form.
512 // TODO: translate the following.
513 // 'form.quota.year' => 'Year',
514 // 'form.quota.month' => 'Month',
515 // 'form.quota.quota' => 'Quota',
516 // 'form.quota.workday_hours' => 'Hours in work day',
517 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
518
519 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
520 // TODO: translate the following.
521 // 'role.user.label' => 'User',
522 // 'role.user.low_case_label' => 'user',
523 // 'role.user.description' => 'A regular member without management rights.',
524 // 'role.client.label' => 'Client',
525 // 'role.client.low_case_label' => 'client',
526 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
527 // 'role.supervisor.label' => 'Supervisor',
528 // 'role.supervisor.low_case_label' => 'supervisor',
529 // 'role.supervisor.description' => 'A person with a small set of management rights.',
530 // 'role.comanager.label' => 'Co-manager',
531 // 'role.comanager.low_case_label' => 'co-manager',
532 // 'role.comanager.description' => 'A person with a big set of management functions.',
533 // 'role.manager.label' => 'Manager',
534 // 'role.manager.low_case_label' => 'manager',
535 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
536 // 'role.top_manager.label' => 'Top manager',
537 // 'role.top_manager.low_case_label' => 'top manager',
538 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
539 // 'role.admin.label' => 'Administrator',
540 // 'role.admin.low_case_label' => 'administrator',
541 // 'role.admin.description' => 'Site adminsitrator.',
542 );