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: Use proper capitalization rules for your language.
 
  34 $i18n_language = 'Slovenščina';
 
  35 $i18n_months = array('Januar', 'Februar', 'Marec', 'April', 'Maj', 'Junij', 'Julij', 'Avgust', 'September', 'Oktober', 'November', 'December');
 
  36 $i18n_weekdays = array('Nedelja', 'Ponedeljek', 'Torek', 'Sreda', 'Četrtek', 'Petek', 'Sobota');
 
  37 $i18n_weekdays_short = array('Ned', 'Pon', 'Tor', 'Sre', 'Čet', 'Pet', 'Sob');
 
  39 $i18n_holidays = array('01/01', '01/02', '02/08', '04/12', '04/13', '04/27', '05/01', '05/02', '06/25', '10/31', '11/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' => 'Prijava',
 
  46 'menu.logout' => 'Odjava',
 
  47 // TODO: translate the following.
 
  48 // 'menu.forum' => 'Forum',
 
  49 'menu.help' => 'Pomoč',
 
  50 // TODO: translate the following.
 
  51 // 'menu.create_team' => 'Create Team',
 
  52 'menu.profile' => 'Profil',
 
  53 // TODO: translate the following.
 
  54 // 'menu.time' => 'Time',
 
  55 // 'menu.expenses' => 'Expenses',
 
  56 'menu.reports' => 'Poročila',
 
  57 // TODO: translate the following.
 
  58 'menu.charts' => 'Charts',
 
  59 'menu.projects' => 'Projekti',
 
  60 // TODO: translate the following.
 
  61 // 'menu.tasks' => 'Tasks',
 
  62 // 'menu.users' => 'Users',
 
  63 'menu.teams' => 'Timi',
 
  64 // TODO: translate the following.
 
  65 // 'menu.export' => 'Export',
 
  66 'menu.clients' => 'Stranke',
 
  67 'menu.options' => 'Možnosti',
 
  69 // Footer - strings on the bottom of most pages.
 
  70 // TODO: translate the following.
 
  71 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  72 // 'footer.credits' => 'Credits',
 
  73 // 'footer.license' => 'License',
 
  74 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  75                                      // This is a link to a webpage that describes how to contribute to the project.
 
  78 // TODO: translate the following.
 
  79 // 'error.access_denied' => 'Access denied.',
 
  80 // 'error.sys' => 'System error.',
 
  81 // 'error.db' => 'Database error.',
 
  82 // 'error.field' => 'Incorrect "{0}" data.',
 
  83 // 'error.empty' => 'Field "{0}" is empty.',
 
  84 // 'error.not_equal' => 'Field "{0}" is not equal to field "{1}".',
 
  85 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  86 // 'error.project' => 'Select project.',
 
  87 // 'error.task' => 'Select task.',
 
  88 // 'error.client' => 'Select client.',
 
  89 // 'error.report' => 'Select report.',
 
  90 // 'error.record' => 'Select record.',
 
  91 // 'error.auth' => 'Incorrect login or password.',
 
  92 // 'error.user_exists' => 'User with this login already exists.',
 
  93 // 'error.project_exists' => 'Project with this name already exists.',
 
  94 // 'error.task_exists' => 'Task with this name already exists.',
 
  95 // 'error.client_exists' => 'Client with this name already exists.',
 
  96 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
  97 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
  98 // 'error.no_login' => 'No user with this login.',
 
  99 // 'error.no_teams' => 'Your database is empty. Login as admin and create a new team.',
 
 100 // 'error.upload' => 'File upload error.',
 
 101 // 'error.range_locked' => 'Date range is locked.',
 
 102 // 'error.mail_send' => 'Error sending mail.',
 
 103 // 'error.no_email' => 'No email associated with this login.',
 
 104 // 'error.uncompleted_exists' => 'Uncompleted entry already exists. Close or delete it.',
 
 105 // 'error.goto_uncompleted' => 'Go to uncompleted entry.',
 
 106 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 107 // 'error.future_date' => 'Date is in future.',
 
 109 // Labels for buttons.
 
 110 'button.login' => 'Prijava',
 
 111 'button.now' => 'Zdaj',
 
 112 'button.save' => 'Shrani',
 
 113 // TODO: translate the following.
 
 114 // 'button.copy' => 'Copy',
 
 115 'button.cancel' => 'Prekliči',
 
 116 'button.submit' => 'Potrdi',
 
 117 'button.add_user' => 'Dodaj uporabnika',
 
 118 'button.add_project' => 'Dodaj projekt',
 
 119 // TODO: translate the following.
 
 120 // 'button.add_task' => 'Add task',
 
 121 'button.add_client' => 'Dodaj stranko',
 
 122 // TODO: translate the following.
 
 123 // 'button.add_invoice' => 'Add invoice',
 
 124 // 'button.add_option' => 'Add option',
 
 125 'button.add' => 'Dodaj',
 
 126 'button.generate' => 'Ustvari',
 
 127 // TODO: translate the following.
 
 128 // 'button.reset_password' => 'Reset password',
 
 129 'button.send' => 'Pošlji',
 
 130 'button.send_by_email' => 'Pošlji preko elektronske pošte',
 
 131 'button.create_team' => 'Ustvari tim',
 
 132 'button.export' => 'Izvozi tim',
 
 133 'button.import' => 'Uvozi tim',
 
 134 // TODO: translate the following.
 
 135 // 'button.close' => 'Close',
 
 136 // 'button.stop' => 'Stop',
 
 138 // Labels for controls on forms. Labels in this section are used on multiple forms.
 
 139 // TODO: translate the following.
 
 140 // 'label.team_name' => 'Team name',
 
 141 // 'label.address' => 'Address',
 
 142 // 'label.currency' => 'Currency',
 
 143 // 'label.manager_name' => 'Manager name',
 
 144 // 'label.manager_login' => 'Manager login',
 
 145 // 'label.person_name' => 'Name',
 
 146 // 'label.thing_name' => 'Name',
 
 147 // 'label.login' => 'Login',
 
 148 'label.password' => 'Geslo',
 
 149 // TODO: translate the following.
 
 150 // 'label.confirm_password' => 'Confirm password',
 
 151 'label.email' => 'Email',
 
 153 // TODO: translate the following.
 
 154 // 'label.bcc' => 'Bcc',
 
 155 'label.subject' => 'Predmet',
 
 156 // TODO: translate the following.
 
 157 // 'label.date' => 'Date',
 
 158 // 'label.start_date' => 'Start date',
 
 159 // 'label.end_date' => 'End date',
 
 160 // 'label.user' => 'User',
 
 161 // 'label.users' => 'Users',
 
 162 // 'label.client' => 'Client',
 
 163 // 'label.clients' => 'Clients',
 
 164 // 'label.option' => 'Option',
 
 165 // 'label.invoice' => 'Invoice',
 
 166 // 'label.project' => 'Project',
 
 167 // 'label.projects' => 'Projects',
 
 168 // 'label.task' => 'Task',
 
 169 // 'label.tasks' => 'Tasks',
 
 170 // 'label.description' => 'Description',
 
 171 // 'label.start' => 'Start',
 
 172 // 'label.finish' => 'Finish',
 
 173 // 'label.duration' => 'Duration',
 
 174 // 'label.note' => 'Note',
 
 175 // 'label.notes' => 'Notes',
 
 176 // 'label.item' => 'Item',
 
 177 // 'label.cost' => 'Cost',
 
 178 // 'label.day_total' => 'Day total',
 
 179 // 'label.week_total' => 'Week total',
 
 180 // 'label.month_total' => 'Month total',
 
 181 // 'label.today' => 'Today',
 
 182 // 'label.total_hours' => 'Total hours',
 
 183 // 'label.total_cost' => 'Total cost',
 
 184 // 'label.view' => 'View',
 
 185 // 'label.edit' => 'Edit',
 
 186 'label.delete' => 'Izbriši',
 
 187 // TODO: translate the following.
 
 188 // 'label.configure' => 'Configure',
 
 189 // 'label.select_all' => 'Select all',
 
 190 // 'label.select_none' => 'Deselect all',
 
 191 // 'label.day_view' => 'Day view',
 
 192 // 'label.week_view' => 'Week view',
 
 193 // 'label.id' => 'ID',
 
 194 // 'label.language' => 'Language',
 
 195 // 'label.decimal_mark' => 'Decimal mark',
 
 196 // 'label.date_format' => 'Date format',
 
 197 // 'label.time_format' => 'Time format',
 
 198 // 'label.week_start' => 'First day of week',
 
 199 // 'label.comment' => 'Comment',
 
 200 // 'label.status' => 'Status',
 
 201 // 'label.tax' => 'Tax',
 
 202 // 'label.subtotal' => 'Subtotal',
 
 203 'label.total' => 'Total',
 
 204 // TODO: translate the following.
 
 205 // 'label.client_name' => 'Client name',
 
 206 // 'label.client_address' => 'Client address',
 
 207 // 'label.or' => 'or',
 
 208 // 'label.error' => 'Error',
 
 209 // 'label.ldap_hint' => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 210 // 'label.required_fields' => '* - required fields',
 
 211 // 'label.on_behalf' => 'on behalf of',
 
 212 // 'label.role_manager' => '(manager)',
 
 213 // 'label.role_comanager' => '(co-manager)',
 
 214 // 'label.role_admin' => '(administrator)',
 
 215 // 'label.page' => 'Page',
 
 216 // 'label.condition' => 'Condition',
 
 217 // 'label.yes' => 'yes',
 
 218 // 'label.no' => 'no',
 
 219 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 220 // TODO: translate the following.
 
 221 // 'label.custom_fields' => 'Custom fields',
 
 222 // 'label.monthly_quotas' => 'Monthly quotas',
 
 223 // 'label.type' => 'Type',
 
 224 // 'label.type_dropdown' => 'dropdown',
 
 225 // 'label.type_text' => 'text',
 
 226 // 'label.required' => 'Required',
 
 227 // 'label.fav_report' => 'Favorite report',
 
 228 // 'label.cron_schedule' => 'Cron schedule',
 
 229 // 'label.what_is_it' => 'What is it?',
 
 230 // 'label.expense' => 'Expense',
 
 231 // 'label.quantity' => 'Quantity',
 
 232 // 'label.paid_status' => 'Paid status',
 
 233 // 'label.paid' => 'Paid',
 
 234 // 'label.mark_paid' => 'Mark paid',
 
 237 'title.login' => 'Prijava',
 
 238 // TODO: translate the following.
 
 239 // 'title.teams' => 'Teams',
 
 240 // 'title.create_team' => 'Creating Team',
 
 241 // 'title.edit_team' => 'Editing Team',
 
 242 // 'title.delete_team' => 'Deleting Team',
 
 243 'title.reset_password' => 'Razveljavi geslo',
 
 244 // TODO: translate the following.
 
 245 // 'title.change_password' => 'Changing Password',
 
 246 // 'title.time' => 'Time',
 
 247 // 'title.edit_time_record' => 'Editing Time Record',
 
 248 // 'title.delete_time_record' => 'Deleting Time Record',
 
 249 // 'title.expenses' => 'Expenses',
 
 250 // 'title.edit_expense' => 'Editing Expense Item',
 
 251 // 'title.delete_expense' => 'Deleting Expense Item',
 
 255 // TODO: refactoring ongoing down from here.
 
 257 "form.filter.project" => 'projekt',
 
 259 // password reminder form attributes
 
 260 "form.fpass.login" => 'prijava',
 
 261 "form.fpass.send_pass_str" => 'zahteva za razveljavitev gesla je bila poslana',
 
 262 "form.fpass.send_pass_subj" => 'Anuko Time Tracker zahteva za razveljavitev gesla',
 
 263 // Note to translators: the ending of this tring below needs to be translated.
 
 264 "form.fpass.send_pass_body" => "Spoštovani uporabnik,\n\nNekdo, najverjetneje vi, je zahteval razveljavitev vašega Anuko Time Tracker gesla. Prosimo obiščite to povezavo, če želite razveljaviti vaše geslo.\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",
 
 265 "form.fpass.reset_comment" => "za razveljavitev gesla, prosimo vtipkajte geslo in kliknite gumb shrani",
 
 267 // administrator form
 
 268 "form.admin.title" => 'administrator',
 
 269 "form.admin.duty_text" => 'create a new team by creating a new team manager account.<br>you can also import team data from an xml file from another Anuko Time Tracker server (no login collisions are allowed).',
 
 271 "form.admin.change_pass" => 'change password of administrator account',
 
 272 "form.admin.profile.title" => 'teams',
 
 273 "form.admin.profile.noprofiles" => 'your database is empty. login as admin and create a new team.',
 
 274 "form.admin.profile.comment" => 'delete team',
 
 275 "form.admin.profile.th.id" => 'id',
 
 276 "form.admin.profile.th.name" => 'name',
 
 277 "form.admin.profile.th.edit" => 'edit',
 
 278 "form.admin.profile.th.del" => 'delete',
 
 279 "form.admin.profile.th.active" => 'active',
 
 280 "form.admin.options" => 'options',
 
 281 "form.admin.custom_date_format" => "date format",
 
 282 "form.admin.custom_time_format" => "time format",
 
 283 "form.admin.start_week" => "first day of week",
 
 285 // my time form attributes
 
 286 "form.mytime.title" => 'my time',
 
 287 "form.mytime.edit_title" => 'editing time record',
 
 288 "form.mytime.del_str" => 'deleting time record',
 
 289 "form.mytime.time_form" => ' (hh:mm)',
 
 290 "form.mytime.date" => 'date',
 
 291 "form.mytime.project" => 'project',
 
 292 "form.mytime.activity" => 'activity',
 
 293 "form.mytime.start" => 'start',
 
 294 "form.mytime.finish" => 'finish',
 
 295 "form.mytime.duration" => 'duration',
 
 296 "form.mytime.note" => 'note',
 
 297 "form.mytime.behalf" => 'daily work for',
 
 298 "form.mytime.daily" => 'daily work',
 
 299 "form.mytime.total" => 'hours total: ',
 
 300 "form.mytime.th.project" => 'project',
 
 301 "form.mytime.th.activity" => 'activity',
 
 302 "form.mytime.th.start" => 'start',
 
 303 "form.mytime.th.finish" => 'finish',
 
 304 "form.mytime.th.duration" => 'duration',
 
 305 "form.mytime.th.note" => 'note',
 
 306 "form.mytime.th.edit" => 'edit',
 
 307 "form.mytime.th.delete" => 'delete',
 
 308 "form.mytime.del_yes" => 'time record deleted successfully',
 
 309 "form.mytime.no_finished_rec" => 'this record was saved with only start time. it is not an error. logout if you need to.',
 
 310 "form.mytime.billable" => 'billable',
 
 311 "form.mytime.warn_tozero_rec" => 'this time record must be deleted because this time period is locked',
 
 312 "form.mytime.uncompleted" => 'uncompleted',
 
 314 // profile form attributes
 
 315 "form.profile.create_title" => 'creating team',
 
 316 "form.profile.edit_title" => 'editing profile',
 
 317 "form.profile.name" => 'name',
 
 318 "form.profile.login" => 'login',
 
 320 "form.profile.showchart" => 'show pie charts',
 
 321 "form.profile.lang" => 'language',
 
 322 "form.profile.custom_date_format" => "date format",
 
 323 "form.profile.custom_time_format" => "time format",
 
 324 "form.profile.default_format" => "(default)",
 
 325 "form.profile.start_week" => "first day of week",
 
 327 // people form attributes
 
 328 "form.people.ppl_str" => 'people',
 
 329 "form.people.createu_str" => 'creating new user',
 
 330 "form.people.edit_str" => 'editing user',
 
 331 "form.people.del_str" => 'deleting user',
 
 332 "form.people.th.name" => 'name',
 
 333 "form.people.th.login" => 'login',
 
 334 "form.people.th.role" => 'role',
 
 335 "form.people.th.edit" => 'edit',
 
 336 "form.people.th.del" => 'delete',
 
 337 "form.people.th.status" => 'status',
 
 338 "form.people.th.project" => 'project',
 
 339 "form.people.th.rate" => 'rate',
 
 340 "form.people.manager" => 'manager',
 
 341 "form.people.comanager" => 'comanager',
 
 342 "form.people.empl" => 'user',
 
 343 "form.people.name" => 'name',
 
 344 "form.people.login" => 'login',
 
 346 "form.people.rate" => 'default hourly rate',
 
 347 "form.people.comanager" => 'co-manager',
 
 348 "form.people.projects" => 'projects',
 
 350 // projects form attributes
 
 351 "form.project.proj_title" => 'projekti',
 
 352 "form.project.edit_str" => 'urejanje projektov',
 
 353 "form.project.add_str" => 'dodajanje novega projekta',
 
 354 "form.project.del_str" => 'brisanje projekta',
 
 355 "form.project.th.name" => 'ime',
 
 356 "form.project.th.edit" => 'uredi',
 
 357 "form.project.th.del" => 'izbriši',
 
 358 "form.project.name" => 'ime',
 
 360 // activities form attributes
 
 361 "form.activity.act_title" => 'aktivnosti',
 
 362 "form.activity.add_title" => 'dodajanje novih aktivnosti',
 
 363 "form.activity.edit_str" => 'urejanje aktivnosti',
 
 364 "form.activity.del_str" => 'brisanje aktivnosti',
 
 365 "form.activity.name" => 'ime',
 
 366 "form.activity.project" => 'projekt',
 
 367 "form.activity.th.name" => 'ime',
 
 368 "form.activity.th.project" => 'projekt',
 
 369 "form.activity.th.edit" => 'uredi',
 
 370 "form.activity.th.del" => 'izbriši',
 
 373 "form.report.title" => 'reports',
 
 374 "form.report.from" => 'start date',
 
 375 "form.report.to" => 'end date',
 
 376 "form.report.groupby_user" => 'user',
 
 377 "form.report.groupby_project" => 'project',
 
 378 "form.report.groupby_activity" => 'activity',
 
 379 "form.report.duration" => 'duration',
 
 380 "form.report.start" => 'start',
 
 381 "form.report.activity" => 'activity',
 
 382 "form.report.show_idle" => 'show idle',
 
 383 "form.report.finish" => 'finish',
 
 384 "form.report.note" => 'note',
 
 385 "form.report.project" => 'project',
 
 386 "form.report.totals_only" => 'totals only',
 
 387 "form.report.total" => 'hours total',
 
 388 "form.report.th.empllist" => 'user',
 
 389 "form.report.th.date" => 'date',
 
 390 "form.report.th.project" => 'project',
 
 391 "form.report.th.activity" => 'activity',
 
 392 "form.report.th.start" => 'start',
 
 393 "form.report.th.finish" => 'finish',
 
 394 "form.report.th.duration" => 'duration',
 
 395 "form.report.th.note" => 'note',
 
 397 // mail form attributes
 
 398 "form.mail.from" => 'od',
 
 399 "form.mail.to" => 'za',
 
 400 "form.mail.comment" => 'komentar',
 
 401 "form.mail.above" => 'pošlji to poročilo preko elektronske pošte',
 
 402 // Note to translators: this string needs to be translated.
 
 403 // "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.',
 
 404 "form.mail.sending_str" => '<b>sporočilo poslano</b>',
 
 406 // invoice attributes
 
 407 "form.invoice.title" => 'invoice',
 
 408 "form.invoice.caption" => 'invoice',
 
 409 "form.invoice.above" => 'additional information for invoice',
 
 410 "form.invoice.select_cust" => 'select client',
 
 411 "form.invoice.fillform" => 'fill the fields',
 
 412 "form.invoice.date" => 'date',
 
 413 "form.invoice.number" => 'invoice number',
 
 414 "form.invoice.tax" => 'tax',
 
 415 "form.invoice.comment" => 'comment ',
 
 416 "form.invoice.th.username" => 'person',
 
 417 "form.invoice.th.time" => 'hours',
 
 418 "form.invoice.th.rate" => 'rate',
 
 419 "form.invoice.th.summ" => 'amount',
 
 420 "form.invoice.subtotal" => 'subtotal',
 
 421 "form.invoice.customer" => 'client',
 
 422 "form.invoice.mailinv_above" => 'send this invoice by e-mail',
 
 423 "form.invoice.sending_str" => '<b>invoice sent</b>',
 
 425 "form.migration.zip" => 'compression',
 
 426 "form.migration.file" => 'select file',
 
 427 "form.migration.import.title" => 'import data',
 
 428 "form.migration.import.success" => 'import completed successfully',
 
 429 "form.migration.import.text" => 'import team data from an xml file',
 
 430 "form.migration.export.title" => 'export data',
 
 431 "form.migration.export.success" => 'export completed successfully',
 
 432 "form.migration.export.text" => 'you can export all team data into an xml file. this could be useful if you are migrating data to your own server.',
 
 433 "form.migration.compression.none" => 'none',
 
 434 "form.migration.compression.gzip" => 'gzip',
 
 435 "form.migration.compression.bzip" => 'bzip',
 
 437 "form.client.title" => 'clients',
 
 438 "form.client.add_title" => 'add client',
 
 439 "form.client.edit_title" => 'edit client',
 
 440 "form.client.del_title" => 'delete client',
 
 441 "form.client.th.name" => 'name',
 
 442 "form.client.th.edit" => 'edit',
 
 443 "form.client.th.del" => 'delete',
 
 444 "form.client.name" => 'name',
 
 445 "form.client.tax" => 'tax',
 
 446 "form.client.comment" => 'comment ',
 
 448 // miscellaneous strings
 
 449 "forward.forgot_password" => 'forgot password?',
 
 450 "forward.edit" => 'edit',
 
 451 "forward.delete" => 'delete',
 
 452 "forward.tocsvfile" => 'export data to .csv file',
 
 453 "forward.toxmlfile" => 'export data to .xml file',
 
 454 "forward.geninvoice" => 'generate invoice',
 
 455 "forward.change" => 'configure clients',
 
 457 // strings inside contols on forms
 
 458 "controls.select.project" => '--- select project ---',
 
 459 "controls.select.activity" => '--- select activity ---',
 
 460 "controls.select.client" => '--- select client ---',
 
 461 "controls.project_bind" => '--- all ---',
 
 462 "controls.all" => '--- all ---',
 
 463 "controls.notbind" => '--- no ---',
 
 464 "controls.per_tm" => 'this month',
 
 465 "controls.per_lm" => 'last month',
 
 466 "controls.per_tw" => 'this week',
 
 467 "controls.per_lw" => 'last week',
 
 468 "controls.per_td" => 'this day',
 
 469 "controls.per_at" => 'all time',
 
 470 "controls.per_ty" => 'this year',
 
 471 "controls.sel_period" => '--- select time period ---',
 
 472 "controls.sel_groupby" => '--- no grouping ---',
 
 473 "controls.inc_billable" => 'billable',
 
 474 "controls.inc_nbillable" => 'not billable',
 
 475 "controls.default" => '--- default ---',
 
 478 "label.chart.title1" => 'aktivnosti uporabnika',
 
 479 "label.chart.title2" => 'projekti uporabnika',
 
 480 "label.chart.period" => 'graf za obdobje',
 
 482 "label.pbehalf_info" => '%s %s <b>on behalf of %s</b>',
 
 483 "label.pminfo" => ' (manager)',
 
 484 "label.pcminfo" => ' (co-manager)',
 
 485 "label.painfo" => ' (administrator)',
 
 486 "label.time_noentry" => 'no entry',
 
 487 "label.today" => 'today',
 
 488 "label.req_fields" => '* required fields',
 
 489 "label.sel_project" => 'select project',
 
 490 "label.sel_activity" => 'select activity',
 
 491 "label.sel_tp" => 'select time period',
 
 492 "label.set_tp" => 'or set dates',
 
 493 "label.fields" => 'show fields',
 
 494 "label.group_title" => 'group by',
 
 495 "label.include_title" => 'include records',
 
 496 "label.inv_str" => 'invoice',
 
 497 "label.sel_all" => 'select all',
 
 498 "label.sel_none" => 'deselect all',
 
 500 "label.disable" => 'disable',
 
 501 "label.enable" => 'enable',
 
 502 "label.filter" => 'filter',
 
 503 "label.timeweek" => 'weekly total',
 
 504 "label.hrs" => 'hrs',
 
 505 "label.errors" => 'errors',
 
 506 "label.ldap_hint" => 'Type your <b>Windows login</b> and <b>password</b> in the fields below.',
 
 507 "label.calendar_today" => 'today',
 
 508 "label.calendar_close" => 'close',
 
 511 "login.hello.text" => "Anuko Time Tracker is a simple, easy to use, open source time tracking system.",