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 $i18n_language = 'Română';
 
  33 $i18n_months = array('ianuarie', 'februarie', 'martie', 'aprilie', 'mai', 'iunie', 'iulie', 'august', 'septembrie', 'octombrie', 'noiembrie', 'decembrie');
 
  34 $i18n_weekdays = array('duminica', 'luni', 'marti', 'miercuri', 'joi', 'vineri', 'sambata');
 
  35 $i18n_weekdays_short = array('du', 'lu', 'ma', 'mi', 'jo', 'vi', 'sa');
 
  37 $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');
 
  39 $i18n_key_words = array(
 
  42 'menu.login' => 'autentificare',
 
  43 'menu.logout' => 'iesire',
 
  44 'menu.feedback' => 'feedback',
 
  45 'menu.help' => 'ajutor',
 
  46 // Note to translators: menu.create_team needs a more accurate translation.
 
  47 'menu.create_team' => 'creaza cont manager',
 
  48 'menu.edit_profile' => 'editeaza profil',
 
  49 'menu.my_time' => 'timpul meu',
 
  50 'menu.reports' => 'rapoarte',
 
  51 // Note to translators: menu.charts needs to be translated.
 
  52 // 'menu.charts' => 'charts',
 
  53 'menu.projects' => 'proiecte',
 
  54 'menu.activities' => 'activitati',
 
  55 'menu.people' => 'persoane',
 
  56 'menu.teams' => 'echipe',
 
  57 // Note to translators: menu.export needs to be translated.
 
  58 // 'menu.export' => 'export',
 
  59 'menu.clients' => 'clienti',
 
  60 // Note to translators: menu.options and menu.admin need to be translated.
 
  61 // 'menu.options' => 'options',
 
  62 // 'menu.admin' => 'admin',
 
  65 'error.db' => 'eroare baza de date',
 
  66 // Note to translators: the string below must be translated 
 
  67 // 'error.field' => 'incorrect "{0}" data',
 
  68 'error.empty' => 'campul "{0}" este gol',
 
  69 'error.not_equal' => 'campul "{0}" nu este egal cu campul "{1}"',
 
  70 'error.interval' => 'interval incorect',
 
  71 'error.project' => 'selecteaza proiect',
 
  72 'error.activity' => 'selecteaza activitate',
 
  73 'error.auth' => 'nume de utilizator sau parola incorecta',
 
  74 // Note to translators: this string needs to be translated.
 
  75 // 'error.user_exists' => 'user with this login already exists',
 
  76 'error.project_exists' => 'proiectul cu acest nume exista deja',
 
  77 'error.activity_exists' => 'activitatea cu acest nume exista deja',
 
  78 // TODO: translate error.client_exists.
 
  79 // 'error.client_exists' => 'client with this name already exists',
 
  80 // Note to translators: this string needs to be properly translated (e-mail replaced with login).
 
  81 // 'error.no_login' => 'nu exista utilizator cu acest email',
 
  82 'error.upload' => 'eroare la upload-ul fisierului',
 
  83 // Note to translators: the strings below are missing and must be added and translated 
 
  84 // 'error.period_locked' => 'can\\\'t complete the operation. records older than a certain number of days cannot be created or modified. team manager defines this in the "Lock interval in days" value on the "Profile" page. set it to 0 to remove locking. <br><br>uncompleted records (with 0 or empty duration) can be deleted.',
 
  85 // 'error.mail_send' => 'error sending mail',
 
  86 // 'error.no_email' => 'no email associated with this login',
 
  87 // 'error.uncompleted_exists' => 'uncompleted entry already exists. close or delete it.',
 
  88 // 'error.goto_uncompleted' => 'go to uncompleted entry.',
 
  90 // labels for various buttons
 
  91 'button.login' => 'autentifica',
 
  92 'button.now' => 'acum',
 
  93 // 'button.set' => 'set',
 
  94 'button.save' => 'salveaza',
 
  95 'button.delete' => 'sterge',
 
  96 'button.cancel' => 'renunta',
 
  97 'button.submit' => 'trimite',
 
  98 'button.add_user' => 'adauga utilizator',
 
  99 'button.add_project' => 'adauga proiect',
 
 100 'button.add_activity' => 'adauga activitate',
 
 101 'button.add_client' => 'adauga client',
 
 102 'button.add' => 'adauga',
 
 103 'button.generate' => 'genereaza',
 
 104 // Note to translators: button.reset_password needs an improved translation.
 
 105 // 'button.reset_password' => 'reset password',
 
 106 'button.send' => 'trimite',
 
 107 'button.send_by_email' => 'trimite pe e-mail',
 
 108 // TODO: button.create_team needs an improved translation.
 
 109 'button.create_team' => 'adauga echipa noua',
 
 110 'button.export' => 'exporta echipa',
 
 111 'button.import' => 'importa echipa',
 
 112 'button.apply' => 'aplica',
 
 114 // labels for controls on various forms
 
 115 // TODO: translate label.team_name
 
 116 // 'label.team_name' => 'team name',
 
 117 'label.currency' => 'moneda',
 
 118 // TODO: translate label.manager_name and label.manager_login.
 
 119 // 'label.manager_name' => 'manager name',
 
 120 // 'label.manager_login' => 'manager login',
 
 121 'label.password' => 'parola',
 
 122 'label.confirm_password' => 'confirma parola',
 
 123 // 'label.email' => 'email',
 
 124 'label.total' => 'total',
 
 125 // Translate the following string.
 
 126 // 'label.page' => 'Page',
 
 128 "form.filter.project" => 'proiect',
 
 129 "form.filter.filter" => 'rapoarte favorite',
 
 130 "form.filter.filter_new" => 'salveaza ca favorit',
 
 131 // Note to translators: the string below is missing and must be added and translated 
 
 132 // "form.filter.filter_confirm_delete" => 'are you sure you want to delete this favorite report?',
 
 134 // login form attributes
 
 135 "form.login.title" => 'autentificare',
 
 136 "form.login.login" => 'autentifica', 
 
 138 // password reminder form attributes
 
 139 "form.fpass.title" => 'reseteaza parola',
 
 140 "form.fpass.login" => 'autentifica', 
 
 141 "form.fpass.send_pass_str" => 'cererea de resetare a parolei a fost trimisa',
 
 142 "form.fpass.send_pass_subj" => 'Anuko Time Tracker - cerere de resetare a parolei',
 
 143 // Note to translators: the ending of this string below needs to be translated.
 
 144 "form.fpass.send_pass_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",
 
 145 "form.fpass.reset_comment" => "pentru resetarea parolei introdu-o si da click pe salveaza",
 
 147 // administrator form
 
 148 "form.admin.title" => 'administrator',
 
 149 "form.admin.duty_text" => '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 emailuri).',
 
 151 "form.admin.change_pass" => 'schimba parola contului de administrator',
 
 152 "form.admin.profile.title" => 'echipe',
 
 153 "form.admin.profile.noprofiles" => 'baza de date este goala. intra ca admin si adauga o noua echipa.',
 
 154 "form.admin.profile.comment" => 'sterge echipa',
 
 155 "form.admin.profile.th.id" => 'id',
 
 156 "form.admin.profile.th.name" => 'nunme',
 
 157 "form.admin.profile.th.edit" => 'editeaza',
 
 158 "form.admin.profile.th.del" => 'sterge',
 
 159 "form.admin.profile.th.active" => 'activ',
 
 160 // Note to translators: the strings below are missing and must be added and translated 
 
 161 // "form.admin.lock.period" => 'lock interval in days',
 
 162 // "form.admin.options" => 'options',
 
 163 // "form.admin.lang_default" => 'site default language',
 
 164 // "form.admin.custom_date_format" => "date format",
 
 165 // "form.admin.custom_time_format" => "time format",
 
 166 // "form.admin.start_week" => "first day of week",
 
 168 // my time form attributes
 
 169 "form.mytime.title" => 'timpul meu',
 
 170 "form.mytime.edit_title" => 'editarea inregistrarii timpului',
 
 171 "form.mytime.del_str" => 'stergerea inregistrarii timpului',
 
 172 "form.mytime.time_form" => ' (hh:mm)',
 
 173 "form.mytime.date" => 'data',
 
 174 "form.mytime.project" => 'proiect',
 
 175 "form.mytime.activity" => 'activitate',
 
 176 "form.mytime.start" => 'inceput',
 
 177 "form.mytime.finish" => 'sfarsit',
 
 178 "form.mytime.duration" => 'durata',
 
 179 "form.mytime.note" => 'nota',
 
 180 "form.mytime.behalf" => 'activitatea zilnica pentru',
 
 181 "form.mytime.daily" => 'activitatea zilnica',
 
 182 "form.mytime.total" => 'ore total: ',
 
 183 "form.mytime.th.project" => 'proiect',
 
 184 "form.mytime.th.activity" => 'activitate',
 
 185 "form.mytime.th.start" => 'inceput',
 
 186 "form.mytime.th.finish" => 'sfarsit',
 
 187 "form.mytime.th.duration" => 'durata',
 
 188 "form.mytime.th.note" => 'nota',
 
 189 "form.mytime.th.edit" => 'editeaza',
 
 190 "form.mytime.th.delete" => 'sterge',
 
 191 "form.mytime.del_yes" => 'inregistrarea timului a fost stearsa cu succes',
 
 192 "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.',
 
 193 // Note to translators: the strings below are missing and must be added and translated 
 
 194 // "form.mytime.billable" => 'billable',
 
 195 // "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
 
 196 // "form.mytime.uncompleted" => 'uncompleted',
 
 198 // profile form attributes
 
 199 // Note to translators: we need a more accurate translation of form.profile.create_title
 
 200 "form.profile.create_title" => 'creazaun nou cont de tip manager',
 
 201 "form.profile.edit_title" => 'editeaza profilul',
 
 202 "form.profile.name" => 'nume',
 
 203 // Note to translators: the string below is missing and must be added and translated 
 
 204 // "form.profile.login" => 'login',
 
 206 // Note to translators: the strings below are missing and must be added and translated 
 
 207 // "form.profile.showchart" => 'show pie charts',
 
 208 // "form.profile.lang" => 'language',
 
 209 // "form.profile.custom_date_format" => "date format",
 
 210 // "form.profile.custom_time_format" => "time format",
 
 211 // "form.profile.default_format" => "(default)",
 
 212 // "form.profile.start_week" => "first day of week",
 
 214 // people form attributes
 
 215 "form.people.ppl_str" => 'persoane',
 
 216 "form.people.createu_str" => 'adaugare untilizator nou',
 
 217 "form.people.edit_str" => 'editare utilizator',
 
 218 "form.people.del_str" => 'stergee utilizator',
 
 219 "form.people.th.name" => 'nume',
 
 220 // Note to translators: the string below is missing and must be added and translated 
 
 221 // "form.people.th.login" => 'login',
 
 222 "form.people.th.role" => 'functie',
 
 223 "form.people.th.edit" => 'editeaza',
 
 224 "form.people.th.del" => 'sterge',
 
 225 "form.people.th.status" => 'stare',
 
 226 "form.people.th.project" => 'proiect',
 
 227 "form.people.th.rate" => 'rata',
 
 228 "form.people.manager" => 'manager',
 
 229 "form.people.comanager" => 'comanager',
 
 230 "form.people.empl" => 'utilizator',
 
 231 "form.people.name" => 'nume',
 
 232 // Note to translators: "form.people.login" => 'e-mail', // email has been changed to login
 
 234 "form.people.rate" => 'pret pe ora implicit',
 
 235 "form.people.comanager" => 'co-manager',
 
 236 "form.people.projects" => 'proiecte',
 
 238 // projects form attributes
 
 239 "form.project.proj_title" => 'proiecte',
 
 240 "form.project.edit_str" => 'editare proiect',
 
 241 "form.project.add_str" => 'adauagre proiect nou',
 
 242 "form.project.del_str" => 'stergere proiect',
 
 243 "form.project.th.name" => 'nume',
 
 244 "form.project.th.edit" => 'editeaza',
 
 245 "form.project.th.del" => 'sterge',
 
 246 "form.project.name" => 'nume',
 
 248 // activities form attributes
 
 249 "form.activity.act_title" => 'activitati',
 
 250 "form.activity.add_title" => 'adaugare activitate noua',
 
 251 "form.activity.edit_str" => 'editare activitate',
 
 252 "form.activity.del_str" => 'stergere activitate',
 
 253 "form.activity.name" => 'nume',
 
 254 "form.activity.project" => 'proiect',
 
 255 "form.activity.th.name" => 'nume',
 
 256 "form.activity.th.project" => 'proiect',
 
 257 "form.activity.th.edit" => 'editare',
 
 258 "form.activity.th.del" => 'stergere',
 
 261 "form.report.title" => 'rapoarte',
 
 262 "form.report.from" => 'data inceput',
 
 263 "form.report.to" => 'data sfarsit',
 
 264 "form.report.groupby_user" => 'utilizator',
 
 265 "form.report.groupby_project" => 'proiect',
 
 266 "form.report.groupby_activity" => 'activitate',
 
 267 "form.report.duration" => 'durata',
 
 268 "form.report.start" => 'inceput',
 
 269 "form.report.activity" => 'activitate',
 
 270 "form.report.show_idle" => 'arata liber',
 
 271 "form.report.finish" => 'sfarsit',
 
 272 "form.report.note" => 'nota',
 
 273 "form.report.project" => 'proiect',
 
 274 "form.report.totals_only" => 'numai totaluri',
 
 275 "form.report.total" => 'ore total',
 
 276 "form.report.th.empllist" => 'utilizator',
 
 277 "form.report.th.date" => 'data',
 
 278 "form.report.th.project" => 'proiect',
 
 279 "form.report.th.activity" => 'activitate',
 
 280 "form.report.th.start" => 'inceput',
 
 281 "form.report.th.finish" => 'sfarsit',
 
 282 "form.report.th.duration" => 'durata',
 
 283 "form.report.th.note" => 'nota',
 
 285 // mail form attributes
 
 286 "form.mail.from" => 'de la',
 
 287 "form.mail.to" => 'catre',
 
 288 "form.mail.cc" => 'copie',
 
 289 "form.mail.subject" => 'subiect',
 
 290 "form.mail.comment" => 'comentariu',
 
 291 "form.mail.above" => 'trimite acest raport pe e-mail',
 
 292 // Note to translators: this string needs to be translated.
 
 293 // "form.mail.footer_str" => '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.',
 
 294 "form.mail.sending_str" => '<b>mesaj trimis</b>',
 
 296 // invoice attributes
 
 297 "form.invoice.title" => 'factura',
 
 298 "form.invoice.caption" => 'factura',
 
 299 "form.invoice.above" => 'informatii aditionale pentru factura',
 
 300 "form.invoice.select_cust" => 'alege client',
 
 301 "form.invoice.fillform" => 'comleteaza campurile',
 
 302 "form.invoice.date" => 'data',
 
 303 "form.invoice.number" => 'numar factura',
 
 304 "form.invoice.tax" => 'taxa',
 
 305 "form.invoice.daily_subtotals" => 'subtotaluri zilnice',
 
 306 "form.invoice.yourcoo" => 'numele tau<br> si adresa',
 
 307 "form.invoice.custcoo" => 'numele clientului<br> si adresa',
 
 308 "form.invoice.comment" => 'comentariu ',
 
 309 "form.invoice.th.username" => 'persoana',
 
 310 "form.invoice.th.time" => 'ore',
 
 311 "form.invoice.th.rate" => 'rata',
 
 312 "form.invoice.th.summ" => 'valoare',
 
 313 "form.invoice.subtotal" => 'subtotal',
 
 314 "form.invoice.customer" => 'client',
 
 315 "form.invoice.mailinv_above" => 'trimite aceasta factura pe email',
 
 316 "form.invoice.sending_str" => '<b>factura trimisa</b>',
 
 318 "form.migration.zip" => 'compresie',
 
 319 "form.migration.file" => 'alege fisier',
 
 320 "form.migration.import.title" => 'importa date',
 
 321 "form.migration.import.success" => 'importul s-a incheiat cu succes',
 
 322 "form.migration.import.text" => 'importa date echipa dintr-un fisier xml',
 
 323 "form.migration.export.title" => 'exporta date',
 
 324 "form.migration.export.success" => 'exportul s-a inchieat cu succes',
 
 325 "form.migration.export.text" => 'poti exporta toate datele despre echipa intr-un fisier xml. acesta poate fi folositor daca transferi datele pe alt server',
 
 326 // Note to translators: the strings below are missing and must be added and translated 
 
 327 // "form.migration.compression.none" => 'none',
 
 328 // "form.migration.compression.gzip" => 'gzip',
 
 329 // "form.migration.compression.bzip" => 'bzip',
 
 331 "form.client.title" => 'clienti',
 
 332 "form.client.add_title" => 'adauga client',
 
 333 "form.client.edit_title" => 'editeaza client',
 
 334 "form.client.del_title" => 'sterge client',
 
 335 "form.client.th.name" => 'nume',
 
 336 "form.client.th.edit" => 'editeaza',
 
 337 "form.client.th.del" => 'sterge',
 
 338 "form.client.name" => 'nume',
 
 339 "form.client.tax" => 'taxa',
 
 340 "form.client.daily_subtotals" => 'subtotaluri zilnice',
 
 341 "form.client.yourcoo" => 'numele tau<br> si adresa din factura',
 
 342 "form.client.custcoo" => 'adresa',
 
 343 "form.client.comment" => 'comentariu ',
 
 345 // miscellaneous strings
 
 346 "forward.forgot_password" => 'parola pierduta?',
 
 347 "forward.edit" => 'editeaza',
 
 348 "forward.delete" => 'sterge',
 
 349 "forward.tocsvfile" => 'exporta date in fisier .csv',
 
 350 // Note to translators: the string below is missing and must be added and translated 
 
 351 // "forward.toxmlfile" => 'export data to .xml file',
 
 352 "forward.geninvoice" => 'genereaza factura',
 
 353 "forward.change" => 'configureaza clienti',
 
 355 // strings inside contols on forms
 
 356 "controls.select.project" => '--- alege proiect    ---',
 
 357 "controls.select.activity" => '--- alege activitate ---',
 
 358 "controls.select.client" => '--- alege client     ---',
 
 359 "controls.project_bind" => '--- toate ---',
 
 360 "controls.all" => '--- toate ---',
 
 361 "controls.notbind" => '--- nu ---',
 
 362 "controls.per_tm" => 'luna curenta',
 
 363 "controls.per_lm" => 'luna trecuta',
 
 364 "controls.per_tw" => 'saptamana curenta',
 
 365 "controls.per_lw" => 'saptamana trecuta',
 
 366 // Note to translators: the strings below must be translated
 
 367 // "controls.per_td" => 'this day',
 
 368 // "controls.per_at" => 'all time',
 
 369 // "controls.per_ty" => 'this year'
 
 370 "controls.sel_period" => '--- alege perioada ---',
 
 371 "controls.sel_groupby" => '--- fara grupare   ---',
 
 372 // Note to translators: the strings below must be translated
 
 373 // "controls.inc_billable" => 'billable',
 
 374 // "controls.inc_nbillable" => 'not billable',
 
 375 // "controls.default" => '--- default ---',
 
 378 // Note to translators: the strings below are missing and must be added and translated 
 
 379 // "label.chart.title1" => 'activities for user',
 
 380 // "label.chart.title2" => 'projects for user',
 
 381 // "label.chart.period" => 'chart for period',
 
 383 "label.pinfo" => '%s, %s',
 
 384 "label.pinfo2" => '%s',
 
 385 "label.pbehalf_info" => '%s %s <b>in numele %s</b>',
 
 386 "label.pminfo" => ' (manager)',
 
 387 "label.pcminfo" => ' (co-manager)',
 
 388 "label.painfo" => ' (administrator)',
 
 389 "label.time_noentry" => 'nu exista inregistrari',
 
 390 "label.today" => 'astazi',
 
 391 "label.req_fields" => '* date obligatorii',
 
 392 "label.sel_project" => 'alege proiect',
 
 393 "label.sel_activity" => 'alege activitate',
 
 394 "label.sel_tp" => 'alege perioada',
 
 395 "label.set_tp" => 'sau introdu intervalul de date',
 
 396 "label.fields" => 'arata campuri',
 
 397 "label.group_title" => 'grupat dupa',
 
 398 // Note to translators: the string below is missing and must be added and translated 
 
 399 // "label.include_title" => 'include records',
 
 400 "label.inv_str" => 'factura',
 
 401 "label.set_empl" => 'alege utilizatori',
 
 402 "label.sel_all" => 'selecteaza   tot',
 
 403 "label.sel_none" => 'deselecteaza tot',
 
 405 "label.disable" => 'inactiv',
 
 406 "label.enable" => 'activ',
 
 407 "label.filter" => 'filtru',
 
 408 // Note to translators: the strings below are missing and must be added and translated 
 
 409 // "label.timeweek" => 'weekly total',
 
 410 // "label.hrs" => 'hrs',
 
 411 // "label.errors" => 'errors',
 
 412 // "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 413 // "label.calendar_today" => 'today',
 
 414 // "label.calendar_close" => 'close',
 
 417 // "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",