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