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 = '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');
 
  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_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',
 
  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.
 
  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.',
 
 130 // TODO: translate the following.
 
 131 // 'warn.sure' => 'Are you sure?',
 
 132 // 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.',
 
 135 // TODO: translate the following.
 
 136 // 'msg.success' => 'Operation completed successfully.',
 
 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',
 
 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',
 
 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',
 
 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.image' => 'Image',
 
 286 // 'label.download' => 'Download',
 
 289 // TODO: Improve titles for consistency, so that each title explains correctly what each
 
 290 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
 
 291 // Compare with English file to see how it is done there and do Romanian titles similarly.
 
 292 // TODO: Translate the following.
 
 293 // 'title.error' => 'Error',
 
 294 // 'title.success' => 'Success',
 
 295 'title.login' => 'Autentificare',
 
 296 'title.groups' => 'Echipe', // TODO: change "teams" to "groups".
 
 297 // TODO: translate the following.
 
 298 // 'title.subgroups' => 'Subgroups',
 
 299 // 'title.add_group' => 'Adding Group',
 
 300 // 'title.edit_group' => 'Editing Group',
 
 301 'title.delete_group' => 'Șterge echipa', // TODO: change "team" to "group".
 
 302 'title.reset_password' => 'Reseteaza parola',
 
 303 // TODO: translate the following.
 
 304 // 'title.change_password' => 'Changing Password',
 
 305 'title.time' => 'Timpul',
 
 306 'title.edit_time_record' => 'Editarea inregistrarii timpului',
 
 307 'title.delete_time_record' => 'Ștergerea inregistrarii timpului',
 
 308 // TODO: Translate the following.
 
 309 // 'title.time_files' => 'Time Record Files',
 
 310 // 'title.expenses' => 'Expenses',
 
 311 // 'title.edit_expense' => 'Editing Expense Item',
 
 312 // 'title.delete_expense' => 'Deleting Expense Item',
 
 313 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 314 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 315 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 316 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 317 'title.reports' => 'Rapoarte',
 
 318 'title.report' => 'Raport',
 
 319 // TODO: translate the following.
 
 320 // 'title.send_report' => 'Sending Report',
 
 321 // 'title.timesheets' => 'Timesheets',
 
 322 // 'title.timesheet' => 'Timesheet',
 
 323 'title.invoice' => 'Factura',
 
 324 // TODO: translate the following.
 
 325 // 'title.send_invoice' => 'Sending Invoice',
 
 326 // 'title.charts' => 'Charts',
 
 327 'title.projects' => 'Proiecte',
 
 328 // TODO: translate the following.
 
 329 // 'title.project_files' => 'Project Files',
 
 330 'title.add_project' => 'Adaugare proiect',
 
 331 'title.edit_project' => 'Editare proiect',
 
 332 'title.delete_project' => 'Stergere proiect',
 
 333 // TODO: translate the following.
 
 334 // 'title.tasks' => 'Tasks',
 
 335 // 'title.add_task' => 'Adding Task',
 
 336 // 'title.edit_task' => 'Editing Task',
 
 337 // 'title.delete_task' => 'Deleting Task',
 
 338 'title.users' => 'Utilizatori',
 
 339 'title.add_user' => 'Adaugare utilizator',
 
 340 'title.edit_user' => 'Editare utilizator',
 
 341 'title.delete_user' => 'Stergere utilizator', // TODO: is this correct?
 
 342 // TODO: translate the following.
 
 343 // 'title.roles' => 'Roles',
 
 344 // 'title.add_role' => 'Adding Role',
 
 345 // 'title.edit_role' => 'Editing Role',
 
 346 // 'title.delete_role' => 'Deleting Role',
 
 347 'title.clients' => 'Clienti',
 
 348 'title.add_client' => 'Adaugare client', // TODO: is this correct?
 
 349 'title.edit_client' => 'Editare client', // TODO: is this correct?
 
 350 'title.delete_client' => 'Stergere client', // TODO: is this correct?
 
 351 'title.invoices' => 'Facturi',
 
 352 // TODO: translate the following.
 
 353 // 'title.add_invoice' => 'Adding Invoice',
 
 354 // 'title.view_invoice' => 'Viewing Invoice',
 
 355 // 'title.delete_invoice' => 'Deleting Invoice',
 
 356 // 'title.notifications' => 'Notifications',
 
 357 // 'title.add_notification' => 'Adding Notification',
 
 358 // 'title.edit_notification' => 'Editing Notification',
 
 359 // 'title.delete_notification' => 'Deleting Notification',
 
 360 // 'title.add_timesheet' => 'Adding Timesheet',
 
 361 // 'title.edit_timesheet' => 'Editing Timesheet',
 
 362 // 'title.delete_timesheet' => 'Deleting Timesheet',
 
 363 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 364 // 'title.export' => 'Exporting Group Data',
 
 365 // 'title.import' => 'Importing Group Data',
 
 366 // 'title.options' => 'Options',
 
 367 'title.profile' => 'Profil',
 
 368 // TODO: translate the following.
 
 369 // 'title.plugins' => 'Plugins',
 
 370 // 'title.cf_custom_fields' => 'Custom Fields',
 
 371 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 372 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 373 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 374 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 375 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 376 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 377 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 378 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 379 // It is also a name for the Locking plugin on the group settings page.
 
 380 // 'title.locking' => 'Locking',
 
 381 // 'title.week_view' => 'Week View',
 
 382 // 'title.swap_roles' => 'Swapping Roles',
 
 383 // 'title.work_units' => 'Work Units',
 
 384 // 'title.templates' => 'Templates',
 
 385 // 'title.add_template' => 'Adding Template',
 
 386 // 'title.edit_template' => 'Editing Template',
 
 387 // 'title.delete_template' => 'Deleting Template',
 
 388 // 'title.edit_file' => 'Editing File',
 
 389 // 'title.delete_file' => 'Deleting File',
 
 390 // 'title.download_file' => 'Downloading File',
 
 392 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 393 // Strings that are used in a single form must go to the specific form section.
 
 394 'dropdown.all' => '--- toate ---',
 
 395 'dropdown.no' => '--- nu ---',
 
 396 // TODO: translate the following.
 
 397 // 'dropdown.current_day' => 'today',
 
 398 // 'dropdown.previous_day' => 'yesterday',
 
 399 // 'dropdown.selected_day' => 'day',
 
 400 'dropdown.current_week' => 'saptamana curenta',
 
 401 'dropdown.previous_week' => 'saptamana trecuta',
 
 402 'dropdown.selected_week' => 'saptamana',
 
 403 'dropdown.current_month' => 'luna curenta',
 
 404 'dropdown.previous_month' => 'luna trecuta',
 
 405 'dropdown.selected_month' => 'luna',
 
 406 // TODO: translate the following.
 
 407 // 'dropdown.current_year' => 'this year',
 
 408 // 'dropdown.previous_year' => 'previous year',
 
 409 // 'dropdown.selected_year' => 'year',
 
 410 // 'dropdown.all_time' => 'all time',
 
 411 'dropdown.projects' => 'proiecte',
 
 412 // TODO: translate the following.
 
 413 // 'dropdown.tasks' => 'tasks',
 
 414 'dropdown.clients' => 'clienti',
 
 415 // TODO: translate the following.
 
 416 // 'dropdown.select' => '--- select ---',
 
 417 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 418 // 'dropdown.select_timesheet' => '--- select timesheet ---',
 
 419 'dropdown.status_active' => 'activ',
 
 420 'dropdown.status_inactive' => 'inactiv',
 
 421 // TODO: translate the following.
 
 422 // 'dropdown.delete' => 'delete',
 
 423 // 'dropdown.do_not_delete' => 'do not delete',
 
 424 // 'dropdown.approved' => 'approved',
 
 425 // 'dropdown.not_approved' => 'not approved',
 
 426 // 'dropdown.paid' => 'paid',
 
 427 // 'dropdown.not_paid' => 'not paid',
 
 429 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 430 'form.login.forgot_password' => 'Parola pierduta?',
 
 431 // TODO: translate the following.
 
 432 // '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.',
 
 434 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 435 'form.reset_password.message' => 'Cererea de resetare a parolei a fost trimisa.', // TODO: add "by email" to match the English string.
 
 436 'form.reset_password.email_subject' => 'Anuko Time Tracker - cerere de resetare a parolei',
 
 437 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
 
 438 // '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",
 
 439 // "IP %s" probably sounds awkward.
 
 440 '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",
 
 442 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 443 // TODO: translate the following.
 
 444 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 446 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 447 'form.time.duration_format' => '(hh:mm sau 0.0h)',
 
 448 // TODO: translate the following.
 
 449 // 'form.time.billable' => 'Billable',
 
 450 // 'form.time.uncompleted' => 'Uncompleted',
 
 451 // 'form.time.remaining_quota' => 'Remaining quota',
 
 452 // 'form.time.over_quota' => 'Over quota',
 
 453 // 'form.time.remaining_balance' => 'Remaining balance',
 
 454 // 'form.time.over_balance' => 'Over balance',
 
 456 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 457 'form.time_edit.uncompleted' => 'Aceasta inregistrare a fost salvata numei cu timpul de inceput. Nu este o eroare.',
 
 459 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 460 // TODO: translate the following.
 
 461 // 'form.week.new_entry' => 'New entry',
 
 463 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 464 'form.reports.save_as_favorite' => 'Salveaza ca favorit',
 
 465 // TODO: translate the following.
 
 466 // 'form.reports.confirm_delete' => 'Are you sure you want to delete this favorite report?',
 
 467 // 'form.reports.include_billable' => 'billable',
 
 468 // 'form.reports.include_not_billable' => 'not billable',
 
 469 // 'form.reports.include_invoiced' => 'invoiced',
 
 470 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 471 // 'form.reports.include_assigned' => 'assigned',
 
 472 // 'form.reports.include_not_assigned' => 'not assigned',
 
 473 // 'form.reports.include_pending' => 'pending',
 
 474 'form.reports.select_period' => 'Alege perioada',
 
 475 'form.reports.set_period' => 'sau introdu intervalul de date',
 
 476 'form.reports.show_fields' => 'Arata campuri',
 
 477 'form.reports.group_by' => 'Grupat dupa',
 
 478 'form.reports.group_by_no' => '--- fara grupare ---',
 
 479 'form.reports.group_by_date' => 'data',
 
 480 'form.reports.group_by_user' => 'utilizator',
 
 481 'form.reports.group_by_client' => 'client',
 
 482 'form.reports.group_by_project' => 'proiect',
 
 483 // TODO: translate the following.
 
 484 // 'form.reports.group_by_task' => 'task',
 
 486 // Report form. See example at https://timetracker.anuko.com/report.php
 
 487 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 488 'form.report.export' => 'Exporta',
 
 489 // TODO: translate the following.
 
 490 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 491 // 'form.report.assign_to_timesheet' => 'Assign to timesheet',
 
 493 // Timesheets form. See example at https://timetracker.anuko.com/timesheets.php
 
 494 // TODO: translate the following.
 
 495 // 'form.timesheets.active_timesheets' => 'Active Timesheets',
 
 496 // 'form.timesheets.inactive_timesheets' => 'Inactive Timesheets',
 
 498 // Templates form. See example at https://timetracker.anuko.com/templates.php
 
 499 // TODO: translate the following.
 
 500 // 'form.templates.active_templates' => 'Active Templates',
 
 501 // 'form.templates.inactive_templates' => 'Inactive Templates',
 
 503 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 504 // (you can get to this form after generating a report).
 
 505 'form.invoice.number' => 'Numar factura',
 
 506 'form.invoice.person' => 'Persoana',
 
 508 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 
 509 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 510 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 511 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 513 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 514 // TODO: translate the following.
 
 515 // 'form.charts.interval' => 'Interval',
 
 516 // 'form.charts.chart' => 'Chart',
 
 518 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 519 // TODO: translate the following.
 
 520 // 'form.projects.active_projects' => 'Active Projects',
 
 521 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 523 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 524 // TODO: translate the following.
 
 525 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 526 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 528 // Users form. See example at https://timetracker.anuko.com/users.php
 
 529 // TODO: translate the following.
 
 530 // 'form.users.active_users' => 'Active Users',
 
 531 // 'form.users.inactive_users' => 'Inactive Users',
 
 532 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 533 'form.users.role' => 'Functie', // TODO: is "Rol" a better term here?
 
 534 'form.users.manager' => 'Manager',
 
 535 'form.users.comanager' => 'Co-manager',
 
 536 'form.users.rate' => 'Rată',
 
 537 'form.users.default_rate' => 'Pret pe ora implicit',
 
 539 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
 
 540 // TODO: translate the following.
 
 541 // 'form.user_edit.swap_roles' => 'Swap roles',
 
 543 // Roles form. See example at https://timetracker.anuko.com/roles.php
 
 544 // TODO: translate the following.
 
 545 // 'form.roles.active_roles' => 'Active Roles',
 
 546 // 'form.roles.inactive_roles' => 'Inactive Roles',
 
 547 // 'form.roles.rank' => 'Rank',
 
 548 // 'form.roles.rights' => 'Rights',
 
 549 // 'form.roles.assigned' => 'Assigned',
 
 550 // 'form.roles.not_assigned' => 'Not assigned',
 
 552 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 553 // TODO: translate the following.
 
 554 // 'form.clients.active_clients' => 'Active Clients',
 
 555 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 557 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
 
 558 // TODO: translate the following.
 
 559 // 'form.client.client_to_delete' => 'Client to delete',
 
 560 // 'form.client.client_entries' => 'Client entries',
 
 562 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
 
 563 // TODO: replace "team" with "group" in the string below.
 
 564 'form.export.hint' => 'Poti exporta toate datele despre echipa intr-un fisier xml. Acesta poate fi folositor daca transferi datele pe alt server.',
 
 565 'form.export.compression' => 'Compresie',
 
 566 // TODO: translate the following.
 
 567 // 'form.export.compression_none' => 'none',
 
 568 // 'form.export.compression_bzip' => 'bzip',
 
 570 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
 
 571 'form.import.hint' => 'Importa date echipa dintr-un fisier xml.', // TODO: replace "team" with "group".
 
 572 'form.import.file' => 'Alege fisier',
 
 573 'form.import.success' => 'Importul s-a incheiat cu succes.',
 
 575 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
 
 576 // TODO: check form.groups.hint for accuracy.
 
 577 // ALSO TODO: replace "team" with "group" in the string below (3 places).
 
 578 '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).',
 
 580 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
 
 581 // TODO: translate the following.
 
 582 // 'form.group_edit.12_hours' => '12 hours',
 
 583 // 'form.group_edit.24_hours' => '24 hours',
 
 584 // 'form.group_edit.show_holidays' => 'Show holidays',
 
 585 // 'form.group_edit.tracking_mode' => 'Tracking mode',
 
 586 // 'form.group_edit.mode_time' => 'time',
 
 587 // 'form.group_edit.mode_projects' => 'projects',
 
 588 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
 
 589 // 'form.group_edit.record_type' => 'Record type',
 
 590 // 'form.group_edit.type_all' => 'all',
 
 591 // 'form.group_edit.type_start_finish' => 'start and finish',
 
 592 // 'form.group_edit.type_duration' => 'duration',
 
 593 // 'form.group_edit.punch_mode' => 'Punch mode',
 
 594 // 'form.group_edit.allow_overlap' => 'Allow overlap',
 
 595 // 'form.group_edit.future_entries' => 'Future entries',
 
 596 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
 
 597 // 'form.group_edit.confirm_save' => 'Confirm saving',
 
 598 // 'form.group_edit.allow_ip' => 'Allow IP',
 
 600 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 
 601 // TODO: translate the following.
 
 602 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
 
 604 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 605 'form.mail.from' => 'De la',
 
 606 'form.mail.to' => 'Catre',
 
 607 // TODO: translate the following.
 
 608 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 609 // '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.',
 
 610 // 'form.mail.report_sent' => 'Report sent.',
 
 611 'form.mail.invoice_sent' => 'Factura trimisa.',
 
 613 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 
 614 // TODO: translate the following.
 
 615 // 'form.quota.year' => 'Year',
 
 616 // 'form.quota.month' => 'Month',
 
 617 // 'form.quota.workday_hours' => 'Hours in work day',
 
 618 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 620 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
 
 621 // TODO: translate the following.
 
 622 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
 
 623 // 'form.swap.swap_with' => 'Swap roles with',
 
 625 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
 
 626 // TODO: translate the following.
 
 627 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
 
 628 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
 
 630 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 
 631 // TODO: translate the following.
 
 632 // 'role.user.label' => 'User',
 
 633 // 'role.user.low_case_label' => 'user',
 
 634 // 'role.user.description' => 'A regular member without management rights.',
 
 635 // 'role.client.label' => 'Client',
 
 636 // 'role.client.low_case_label' => 'client',
 
 637 // 'role.client.description' => 'A client can view its own data.',
 
 638 // 'role.supervisor.label' => 'Supervisor',
 
 639 // 'role.supervisor.low_case_label' => 'supervisor',
 
 640 // 'role.supervisor.description' => 'A person with a small set of management rights.',
 
 641 // 'role.comanager.label' => 'Co-manager',
 
 642 // 'role.comanager.low_case_label' => 'co-manager',
 
 643 // 'role.comanager.description' => 'A person with a big set of management functions.',
 
 644 // 'role.manager.label' => 'Manager',
 
 645 // 'role.manager.low_case_label' => 'manager',
 
 646 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
 
 647 // 'role.top_manager.label' => 'Top manager',
 
 648 // 'role.top_manager.low_case_label' => 'top manager',
 
 649 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
 
 650 // 'role.admin.label' => 'Administrator',
 
 651 // 'role.admin.low_case_label' => 'administrator',
 
 652 // 'role.admin.description' => 'Site adminsitrator.',
 
 654 // Timesheet View form. See example at https://timetracker.anuko.com/timesheet_view.php.
 
 655 // TODO: translate the following.
 
 656 // 'form.timesheet_view.submit_subject' => 'Timesheet approval request',
 
 657 // 'form.timesheet_view.submit_body' => "A new timesheet requires approval.<p>User: %s.",
 
 658 // 'form.timesheet_view.approve_subject' => 'Timesheet approved',
 
 659 // 'form.timesheet_view.approve_body' => "Your timesheet %s was approved.<p>%s",
 
 660 // 'form.timesheet_view.disapprove_subject' => 'Timesheet not approved',
 
 661 // 'form.timesheet_view.disapprove_body' => "Your timesheet %s was not approved.<p>%s",