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