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