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.
 
  11 // | There are only two ways to violate the license:
 
  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).
 
  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).
 
  21 // | This license applies to this document only, not any other software
 
  22 // | that it may be combined with.
 
  24 // +----------------------------------------------------------------------+
 
  26 // | https://www.anuko.com/time_tracker/credits.htm
 
  27 // +----------------------------------------------------------------------+
 
  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.
 
  32 // Note to translators: Please use proper capitalization rules for your language.
 
  34 $i18n_language = 'Română';
 
  35 $i18n_months = array('Ianuarie', 'Februarie', 'Martie', 'Aprilie', 'Mai', 'Iunie', 'Iulie', 'August', 'Septembrie', 'Octombrie', 'Noiembrie', 'Decembrie');
 
  36 $i18n_weekdays = array('Duminica', 'Luni', 'Marti', 'Miercuri', 'Joi', 'Vineri', 'Sambata');
 
  37 $i18n_weekdays_short = array('Du', 'Lu', 'Ma', 'Mi', 'Jo', 'Vi', 'Sa');
 
  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');
 
  41 $i18n_key_words = array(
 
  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',
 
  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.
 
  79 // TODO: translate the following.
 
  80 // 'error.access_denied' => 'Access denied.',
 
  81 // 'error.sys' => 'System error.',
 
  82 'error.db' => 'Eroare baza de date.',
 
  83 // TODO: translate the following.
 
  84 // 'error.field' => 'Incorrect "{0}" data.',
 
  85 'error.empty' => 'Campul "{0}" este gol.',
 
  86 'error.not_equal' => 'Campul "{0}" nu este egal cu campul "{1}".',
 
  87 // TODO: translate the following.
 
  88 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  89 // TODO: for "select" errors: Selecteaza or Alege? We need consistent usage.
 
  90 'error.project' => 'Selecteaza proiect.',
 
  91 // TODO: translate the following.
 
  92 // 'error.task' => 'Select task.',
 
  93 'error.client' => 'Alege client.',
 
  94 // TODO: translate the following.
 
  95 // 'error.report' => 'Select report.',
 
  96 // 'error.record' => 'Select record.',
 
  97 'error.auth' => 'Nume de utilizator sau parola incorecta.',
 
  98 // TODO: translate the following.
 
  99 // 'error.user_exists' => 'User with this login already exists.',
 
 100 'error.project_exists' => 'Proiectul cu acest nume exista deja.',
 
 101 // TODO: translate the following.
 
 102 // 'error.task_exists' => 'Task with this name already exists.',
 
 103 // 'error.client_exists' => 'Client with this name already exists.',
 
 104 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 105 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 106 // 'error.no_login' => 'No user with this login.',
 
 107 'error.no_teams' => 'Baza de date este goala. Intra ca admin si adauga o noua echipa.',
 
 108 'error.upload' => 'Eroare la upload-ul fisierului.',
 
 109 // TODO: translate the following.
 
 110 // 'error.range_locked' => 'Date range is locked.',
 
 111 // 'error.mail_send' => 'Error sending mail.',
 
 112 // 'error.no_email' => 'No email associated with this login.',
 
 113 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 114 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 115 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 116 // 'error.future_date' => 'Date is in future.',
 
 118 // Labels for buttons.
 
 119 'button.login' => 'Autentifica',
 
 120 'button.now' => 'Acum',
 
 121 'button.save' => 'Salveaza',
 
 122 // TODO: translate the following.
 
 123 // 'button.copy' => 'Copy',
 
 124 'button.cancel' => 'Renunta',
 
 125 'button.submit' => 'Trimite',
 
 126 'button.add_user' => 'Adauga utilizator',
 
 127 'button.add_project' => 'Adauga proiect',
 
 128 // TODO: translate the following.
 
 129 // 'button.add_task' => 'Add task',
 
 130 'button.add_client' => 'Adauga client',
 
 131 // TODO: translate the following.
 
 132 // 'button.add_invoice' => 'Add invoice',
 
 133 // 'button.add_option' => 'Add option',
 
 134 'button.add' => 'Adauga',
 
 135 'button.generate' => 'Genereaza',
 
 136 // TODO: translate the following.
 
 137 // 'button.reset_password' => 'Reset password',
 
 138 'button.send' => 'Trimite',
 
 139 'button.send_by_email' => 'Trimite pe e-mail',
 
 140 'button.create_team' => 'Adauga echipa',
 
 141 'button.export' => 'Exporta echipa',
 
 142 'button.import' => 'Importa echipa',
 
 143 // TODO: translate the following.
 
 144 // 'button.close' => 'Close',
 
 145 // 'button.stop' => 'Stop',
 
 147 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 148 // TODO: translate the following.
 
 149 // 'label.team_name' => 'Team name',
 
 150 // 'label.address' => 'Address',
 
 151 'label.currency' => 'Moneda',
 
 152 // TODO: translate the following.
 
 153 // 'label.manager_name' => 'Manager name',
 
 154 // 'label.manager_login' => 'Manager login',
 
 155 'label.person_name' => 'Nume',
 
 156 'label.thing_name' => 'Nume',
 
 157 // TODO: translate the following.
 
 158 // 'label.login' => 'Login',
 
 159 'label.password' => 'Parola',
 
 160 'label.confirm_password' => 'Confirma parola',
 
 161 'label.email' => 'E-mail',
 
 162 'label.cc' => 'Copie',
 
 163 // TODO: translate the following.
 
 164 // 'label.bcc' => 'Bcc',
 
 165 'label.subject' => 'Subiect',
 
 166 'label.date' => 'Data',
 
 167 'label.start_date' => 'Data inceput',
 
 168 'label.end_date' => 'Data sfarsit',
 
 169 'label.user' => 'Utilizator',
 
 170 'label.users' => 'Utilizatori',
 
 171 'label.client' => 'Client',
 
 172 'label.clients' => 'Clienti',
 
 173 // TODO: translate the following.
 
 174 // 'label.option' => 'Option',
 
 175 'label.invoice' => 'Factura',
 
 176 'label.project' => 'Proiect',
 
 177 'label.projects' => 'Proiecte',
 
 178 // TODO: translate the following.
 
 179 // 'label.task' => 'Task',
 
 180 // 'label.tasks' => 'Tasks',
 
 181 // 'label.description' => 'Description',
 
 182 'label.start' => 'Inceput',
 
 183 'label.finish' => 'Sfarsit',
 
 184 'label.duration' => 'Durata',
 
 185 'label.note' => 'Nota',
 
 186 // 'label.notes' => 'Notes',
 
 187 // 'label.item' => 'Item',
 
 188 // 'label.cost' => 'Cost',
 
 189 // 'label.day_total' => 'Day total',
 
 190 // 'label.week_total' => 'Week total',
 
 191 // 'label.month_total' => 'Month total',
 
 192 'label.today' => 'Astazi',
 
 193 // TODO: translate the following.
 
 194 // 'label.view' => 'View',
 
 195 // TODO: confirm that label.edit and label.delete are translated correctly.
 
 196 'label.edit' => 'Editează',
 
 197 'label.delete' => 'Șterge',
 
 198 'label.configure' => 'Configureaza',
 
 199 'label.select_all' => 'Selecteaza tot',
 
 200 'label.select_none' => 'Deselecteaza tot',
 
 201 // TODO: translate the following.
 
 202 // 'label.day_view' => 'Day view',
 
 203 // 'label.week_view' => 'Week view',
 
 205 // TODO: translate the following.
 
 206 // 'label.language' => 'Language',
 
 207 // 'label.decimal_mark' => 'Decimal mark',
 
 208 // 'label.date_format' => 'Date format',
 
 209 // 'label.time_format' => 'Time format',
 
 210 // 'label.week_start' => 'First day of week',
 
 211 'label.comment' => 'Comentariu',
 
 212 'label.status' => 'Stare',
 
 213 'label.tax' => 'Taxa',
 
 214 'label.subtotal' => 'Subtotal',
 
 215 'label.total' => 'Total',
 
 216 // TODO: translate the following.
 
 217 // 'label.client_name' => 'Client name',
 
 218 // 'label.client_address' => 'Client address',
 
 220 // TODO: translate the following.
 
 221 // 'label.error' => 'Error',
 
 222 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 223 'label.required_fields' => '* date obligatorii',
 
 224 'label.on_behalf' => 'in numele',
 
 225 'label.role_manager' => '(manager)',
 
 226 'label.role_comanager' => '(co-manager)',
 
 227 'label.role_admin' => '(administrator)',
 
 228 // TODO: translate the following.
 
 229 // 'label.page' => 'Page',
 
 230 // 'label.condition' => 'Condition',
 
 231 // 'label.yes' => 'yes',
 
 232 // 'label.no' => 'no',
 
 233 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 234 // TODO: translate the following.
 
 235 // 'label.custom_fields' => 'Custom fields',
 
 236 // 'label.monthly_quotas' => 'Monthly quotas',
 
 237 // 'label.type' => 'Type',
 
 238 // 'label.type_dropdown' => 'dropdown',
 
 239 // 'label.type_text' => 'text',
 
 240 // 'label.required' => 'Required',
 
 241 'label.fav_report' => 'Raport favorite',
 
 242 // TODO: translate the following.
 
 243 // 'label.cron_schedule' => 'Cron schedule',
 
 244 // 'label.what_is_it' => 'What is it?',
 
 245 // 'label.expense' => 'Expense',
 
 246 // 'label.quantity' => 'Quantity',
 
 247 // 'label.paid_status' => 'Paid status',
 
 248 // 'label.paid' => 'Paid',
 
 249 // 'label.mark_paid' => 'Mark paid',
 
 250 // 'label.week_note' => 'Week note',
 
 251 // 'label.week_list' => 'Week list',
 
 254 // TODO: Improve titles for consistency, so that each title explains correctly what each
 
 255 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
 
 256 // Compare with English file to see how it is done there and do Romanian titles similarly.
 
 257 'title.login' => 'Autentificare',
 
 258 'title.teams' => 'Echipe',
 
 259 // TODO: translate the following.
 
 260 // 'title.create_team' => 'Creating Team',
 
 261 // 'title.edit_team' => 'Editing Team',
 
 262 'title.delete_team' => 'Șterge echipa',
 
 263 'title.reset_password' => 'Reseteaza parola',
 
 264 // TODO: translate the following.
 
 265 // 'title.change_password' => 'Changing Password',
 
 266 'title.time' => 'Timpul',
 
 267 // 'title.edit_time_record' => 'Editing Time Record',
 
 268 // 'title.delete_time_record' => 'Deleting Time Record',
 
 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 'title.clients' => 'Clienti',
 
 298 'title.add_client' => 'Adaugare client', // TODO: is this correct?
 
 299 'title.edit_client' => 'Editare client', // TODO: is this correct?
 
 300 'title.delete_client' => 'Stergere client', // TODO: is this correct?
 
 301 'title.invoices' => 'Facturi',
 
 302 // TODO: translate the following.
 
 303 // 'title.add_invoice' => 'Adding Invoice',
 
 304 // 'title.view_invoice' => 'Viewing Invoice',
 
 305 // 'title.delete_invoice' => 'Deleting Invoice',
 
 306 // 'title.notifications' => 'Notifications',
 
 307 // 'title.add_notification' => 'Adding Notification',
 
 308 // 'title.edit_notification' => 'Editing Notification',
 
 309 // 'title.delete_notification' => 'Deleting Notification',
 
 310 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 311 // 'title.export' => 'Exporting Team Data',
 
 312 // 'title.import' => 'Importing Team Data',
 
 313 // 'title.options' => 'Options',
 
 314 'title.profile' => 'Profil',
 
 315 // TODO: translate the following.
 
 316 // 'title.cf_custom_fields' => 'Custom Fields',
 
 317 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 318 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 319 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 320 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 321 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 322 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 323 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 324 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 325 // It is also a name for the Locking plugin on the Team profile page.
 
 326 // 'title.locking' => 'Locking',
 
 327 // 'title.week_view' => 'Week View',
 
 329 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 330 // Strings that are used in a single form must go to the specific form section.
 
 331 'dropdown.all' => '--- toate ---',
 
 332 'dropdown.no' => '--- nu ---',
 
 333 // TODO: translate the following.
 
 334 // 'dropdown.current_day' => 'today',
 
 335 // 'dropdown.previous_day' => 'yesterday',
 
 336 // 'dropdown.selected_day' => 'day',
 
 337 'dropdown.current_week' => 'saptamana curenta',
 
 338 'dropdown.previous_week' => 'saptamana trecuta',
 
 339 'dropdown.selected_week' => 'saptamana',
 
 340 'dropdown.current_month' => 'luna curenta',
 
 341 'dropdown.previous_month' => 'luna trecuta',
 
 342 'dropdown.selected_month' => 'luna',
 
 343 // TODO: translate the following.
 
 344 // 'dropdown.current_year' => 'this year',
 
 345 // 'dropdown.previous_year' => 'previous year',
 
 346 // 'dropdown.selected_year' => 'year',
 
 347 // 'dropdown.all_time' => 'all time',
 
 348 'dropdown.projects' => 'proiecte',
 
 349 // TODO: translate the following.
 
 350 // 'dropdown.tasks' => 'tasks',
 
 351 'dropdown.clients' => 'clienti',
 
 352 // TODO: translate the following.
 
 353 // 'dropdown.select' => '--- select ---',
 
 354 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 355 'dropdown.status_active' => 'activ',
 
 356 'dropdown.status_inactive' => 'inactiv',
 
 357 // TODO: translate the following.
 
 358 // 'dropdown.delete' => 'delete',
 
 359 // 'dropdown.do_not_delete' => 'do not delete',
 
 360 // 'dropdown.paid' => 'paid',
 
 361 // 'dropdown.not_paid' => 'not paid',
 
 363 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 364 'form.login.forgot_password' => 'Parola pierduta?',
 
 365 // TODO: translate the following.
 
 366 // '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.',
 
 368 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 369 'form.reset_password.message' => 'Cererea de resetare a parolei a fost trimisa.', // TODO: add "by email" to match the English string.
 
 370 'form.reset_password.email_subject' => 'Anuko Time Tracker - cerere de resetare a parolei',
 
 371 // TODO: translate the ending of following.
 
 372 'form.reset_password.email_body' => "Draga Utilizator,\n\nCineva, posibil tu, a cerut resetarea parolei pentru contul Anuko Time Tracker. Te rog, viziteaza acesta legatura daca doresti sa iti resetezi parola.\n\n%s\n\nAnuko Time Tracker is a simple, easy to use, open source time tracking system. Visit https://www.anuko.com for more information.\n\n",
 
 374 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 375 // TODO: translate the following.
 
 376 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 378 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 379 // TODO: translate the following.
 
 380 // 'form.time.duration_format' => '(hh:mm or 0.0h)',
 
 381 // 'form.time.billable' => 'Billable',
 
 382 // 'form.time.uncompleted' => 'Uncompleted',
 
 383 // 'form.time.remaining_quota' => 'Remaining quota',
 
 384 // 'form.time.over_quota' => 'Over quota',
 
 386 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 387 // TODO: translate the following.
 
 388 // 'form.time_edit.uncompleted' => 'This record was saved with only start time. It is not an error.',
 
 390 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 391 // TODO: translate the following.
 
 392 // 'form.week.new_entry' => 'New entry',
 
 394 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 395 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
 
 396 // TODO: translate the following.
 
 397 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 398 // 'form.reports.include_billable' => 'billable',
 
 399 // 'form.reports.include_not_billable' => 'not billable',
 
 400 // 'form.reports.include_invoiced' => 'invoiced',
 
 401 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 402 'form.reports.select_period' => 'Alege perioada',
 
 403 'form.reports.set_period' => 'sau introdu intervalul de date',
 
 404 'form.reports.show_fields' => 'Arata campuri',
 
 405 'form.reports.group_by' => 'Grupat dupa',
 
 406 'form.reports.group_by_no' => '--- fara grupare ---',
 
 407 'form.reports.group_by_date' => 'data',
 
 408 'form.reports.group_by_user' => 'utilizator',
 
 409 // TODO: translate the following.
 
 410 // 'form.reports.group_by_client' => 'client',
 
 411 'form.reports.group_by_project' => 'proiect',
 
 412 // TODO: translate the following.
 
 413 // 'form.reports.group_by_task' => 'task',
 
 414 'form.reports.totals_only' => 'Numai totaluri',
 
 416 // Report form. See example at https://timetracker.anuko.com/report.php
 
 417 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 418 'form.report.export' => 'Exporta',
 
 419 // TODO: translate the following.
 
 420 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 422 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 423 // (you can get to this form after generating a report).
 
 424 'form.invoice.number' => 'Numar factura',
 
 425 'form.invoice.person' => 'Persoana',
 
 427 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 
 428 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 429 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 430 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 432 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 433 // TODO: translate the following.
 
 434 // 'form.charts.interval' => 'Interval',
 
 435 // 'form.charts.chart' => 'Chart',
 
 437 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 438 // TODO: translate the following.
 
 439 // 'form.projects.active_projects' => 'Active Projects',
 
 440 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 442 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 443 // TODO: translate the following.
 
 444 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 445 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 447 // Users form. See example at https://timetracker.anuko.com/users.php
 
 448 // TODO: translate the following.
 
 449 // 'form.users.active_users' => 'Active Users',
 
 450 // 'form.users.inactive_users' => 'Inactive Users',
 
 451 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 452 'form.users.role' => 'Functie', // TODO: is "Rol" a better term here?
 
 453 'form.users.manager' => 'Manager',
 
 454 'form.users.comanager' => 'Co-manager',
 
 455 'form.users.rate' => 'Rată',
 
 456 'form.users.default_rate' => 'Pret pe ora implicit',
 
 458 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 459 // TODO: translate the following.
 
 460 // 'form.clients.active_clients' => 'Active Clients',
 
 461 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 463 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
 
 464 // TODO: translate the following.
 
 465 // 'form.client.client_to_delete' => 'Client to delete',
 
 466 // 'form.client.client_entries' => 'Client entries',
 
 468 // Exporting Team Data form. See example at https://timetracker.anuko.com/export.php
 
 469 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.',
 
 470 'form.export.compression' => 'Compresie',
 
 471 // TODO: translate the following.
 
 472 // 'form.export.compression_none' => 'none',
 
 473 // 'form.export.compression_bzip' => 'bzip',
 
 475 // Importing Team Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
 
 476 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.',
 
 477 'form.import.file' => 'Alege fisier',
 
 478 'form.import.success' => 'Importul s-a incheiat cu succes.',
 
 480 // Teams form. See example at https://timetracker.anuko.com/admin_teams.php (login as admin first).
 
 481 // TODO: check form.teams.hint for accuracy.
 
 482 '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).',
 
 484 // Profile form. See example at https://timetracker.anuko.com/profile_edit.php.
 
 485 // TODO: translate the following.
 
 486 // 'form.profile.12_hours' => '12 hours',
 
 487 // 'form.profile.24_hours' => '24 hours',
 
 488 // 'form.profile.tracking_mode' => 'Tracking mode',
 
 489 // 'form.profile.mode_time' => 'time',
 
 490 // 'form.profile.mode_projects' => 'projects',
 
 491 // 'form.profile.mode_projects_and_tasks' => 'projects and tasks',
 
 492 // 'form.profile.record_type' => 'Record type',
 
 493 // 'form.profile.type_all' => 'all',
 
 494 // 'form.profile.type_start_finish' => 'start and finish',
 
 495 // 'form.profile.type_duration' => 'duration',
 
 496 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 
 497 // 'form.profile.uncompleted_indicators_none' => 'do not show',
 
 498 // 'form.profile.uncompleted_indicators_show' => 'show',
 
 499 // 'form.profile.plugins' => 'Plugins',
 
 501 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 502 'form.mail.from' => 'De la',
 
 503 'form.mail.to' => 'Catre',
 
 504 // TODO: translate the following.
 
 505 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 506 // '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.',
 
 507 // 'form.mail.report_sent' => 'Report sent.',
 
 508 'form.mail.invoice_sent' => 'Factura trimisa.',
 
 510 // Quotas configuration form.
 
 511 // TODO: translate the following.
 
 512 // 'form.quota.year' => 'Year',
 
 513 // 'form.quota.month' => 'Month',
 
 514 // 'form.quota.quota' => 'Quota',
 
 515 // 'form.quota.workday_hours' => 'Hours in work day',
 
 516 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 520 // TODO: refactoring ongoing down from here.
 
 522 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
 
 523 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
 
 524 "form.mytime.time_form" => ' (hh:mm)',
 
 525 "form.mytime.no_finished_rec" => 'aceasta inregistrare a fost salvata numei cu timpul de inceput. nu este o eroare. poti parasi aplicatia daca este nevoie.',