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 = 'Norwegian (Norsk)';
 
  33 $i18n_months = array('Januar', 'Februar', 'Mars', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Desember');
 
  34 $i18n_weekdays = array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag');
 
  35 // TODO: check translation of $i18n_weekdays_short.
 
  36 $i18n_weekdays_short = array('Sø', 'Ma', 'Ti', 'On', 'To', 'Fr', 'Lø');
 
  38 $i18n_holidays = array('01/01', '04/05', '04/09', '04/10', '04/12', '04/13', '05/01', '05/17', '05/21', '05/31', '06/01', '12/25', '12/26');
 
  40 $i18n_key_words = array(
 
  42 // Menus - short selection strings that are displayed on top of application web pages.
 
  43 // Example: https://timetracker.anuko.com (black menu on top).
 
  44 'menu.login' => 'Innlogging',
 
  45 'menu.logout' => 'Logg ut',
 
  46 // TODO: translate the following.
 
  47 // 'menu.forum' => 'Forum',
 
  48 'menu.help' => 'Hjelp',
 
  49 // TODO: translate the following.
 
  50 // 'menu.create_group' => 'Create Group',
 
  51 'menu.profile' => 'Profil',
 
  52 // TODO: translate the following.
 
  53 // 'menu.group' => 'Group',
 
  54 // 'menu.plugins' => 'Plugins',
 
  56 // TODO: translate the following.
 
  57 // 'menu.expenses' => 'Expenses',
 
  58 'menu.reports' => 'Rapporter',
 
  59 'menu.charts' => 'Diagrammer',
 
  60 'menu.projects' => 'Prosjekter',
 
  61 // TODO: translate the following.
 
  62 // 'menu.tasks' => 'Tasks',
 
  63 'menu.users' => 'Brukere',
 
  64 // TODO: translate the following.
 
  65 // 'menu.groups' => 'Groups',
 
  66 'menu.export' => 'Eksport',
 
  67 'menu.clients' => 'Klienter',
 
  68 'menu.options' => 'Opsjoner',
 
  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' => 'Databasefeil.',
 
  83 // TODO: translate the following.
 
  84 // 'error.feature_disabled' => 'Feature is disabled.',
 
  85 'error.field' => 'Feil "{0}" data.',
 
  86 'error.empty' => 'Feltet "{0}" er tomt.',
 
  87 'error.not_equal' => 'Feltet "{0}" stemmer ikke med "{1}".',
 
  88 // TODO: translate the following.
 
  89 // 'error.interval' => 'Field "{0}" must be greater than "{1}".',
 
  90 'error.project' => 'Velg prosjekt.',
 
  91 // TODO: translate the following.
 
  92 // 'error.task' => 'Select task.',
 
  93 'error.client' => 'Velg klient.',
 
  94 // TODO: translate the following.
 
  95 // 'error.report' => 'Select report.',
 
  96 // 'error.record' => 'Select record.',
 
  97 'error.auth' => 'Feil brukernavn eller passord.',
 
  98 'error.user_exists' => 'Bruker med et slikt brukernavn eksisterer allerede.',
 
  99 // TODO: translate the following.
 
 100 // 'error.object_exists' => 'Object with this name already exists.',
 
 101 'error.project_exists' => 'Et prosjekt med dette navnet er allerede opprettet.',
 
 102 // TODO: translate the following.
 
 103 // 'error.task_exists' => 'Task with this name already exists.',
 
 104 'error.client_exists' => 'En klient med dette navnet er allerede opprettet.',
 
 105 // TODO: translate the following.
 
 106 // 'error.invoice_exists' => 'Invoice with this number already exists.',
 
 107 // 'error.role_exists' => 'Role with this rank already exists.',
 
 108 // 'error.no_invoiceable_items' => 'There are no invoiceable items.',
 
 109 'error.no_login' => 'Det er ingen bruker med dette brukernavnet.',
 
 110 'error.no_groups' => 'Databasen din er tom. Logg inn som admin og opprett et nytt team.', // TODO: replace "team" with "group".
 
 111 'error.upload' => 'Feil med lasting av fil.',
 
 112 // TODO: translate the following.
 
 113 // 'error.range_locked' => 'Date range is locked.',
 
 114 'error.mail_send' => 'Feil ved sending av e-post.',
 
 115 // TODO: improve the translation above by adding MAIL_SMTP_DEBUG part.
 
 116 // 'error.mail_send' => 'Error sending mail. Use MAIL_SMTP_DEBUG for diagnostics.',
 
 117 'error.no_email' => 'Det er ingen e-post knyttet til dette brukernavnet.',
 
 118 'error.uncompleted_exists' => 'Ufullført registrering finnes allerede. Lukk eller slett den.',
 
 119 'error.goto_uncompleted' => 'Gå til ufullført registrering.',
 
 120 // TODO: translate the following.
 
 121 // 'error.overlap' => 'Time interval overlaps with existing records.',
 
 122 // 'error.future_date' => 'Date is in future.',
 
 123 // 'error.cannot_import' => 'Cannot import: %s.',
 
 125 // Labels for buttons.
 
 126 'button.login' => 'Innlogging',
 
 127 'button.now' => 'Nå',
 
 128 'button.save' => 'Lagre',
 
 129 // TODO: translate the following.
 
 130 // 'button.copy' => 'Copy',
 
 131 'button.cancel' => 'Avbryt',
 
 132 // TODO: translate the following.
 
 133 // 'button.submit' => 'Submit',
 
 134 'button.add' => 'Legg til',
 
 135 'button.delete' => 'Slett',
 
 136 'button.generate' => 'Generer',
 
 137 'button.reset_password' => 'Resett passord',
 
 138 'button.send' => 'Send',
 
 139 'button.send_by_email' => 'Send som e-post',
 
 140 'button.create_group' => 'Opprett team', // TODO: replace "team" with "group".
 
 141 'button.export' => 'Eksport team', // TODO: replace "team" with "group".
 
 142 'button.import' => 'Importer team', // TODO: replace "team" with "group".
 
 143 'button.close' => 'Lukk',
 
 144 // TODO: translate the following.
 
 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.group_name' => 'Group name',
 
 150 // 'label.address' => 'Address',
 
 151 'label.currency' => 'Valuta',
 
 152 // TODO: translate the following.
 
 153 // 'label.manager_name' => 'Manager name',
 
 154 // 'label.manager_login' => 'Manager login',
 
 155 'label.person_name' => 'Navn',
 
 156 'label.thing_name' => 'Navn',
 
 157 'label.login' => 'Innlogging', // TODO: is this correct translation for a label?
 
 158 'label.password' => 'Passord',
 
 159 'label.confirm_password' => 'Bekreft passord',
 
 160 'label.email' => 'E-post',
 
 161 // TODO: translate the following.
 
 162 // 'label.cc' => 'Cc',
 
 163 // 'label.bcc' => 'Bcc',
 
 164 'label.subject' => 'Emne',
 
 165 'label.date' => 'Dato',
 
 166 // TODO: translate the following.
 
 167 // 'label.start_date' => 'Start date',
 
 168 // 'label.end_date' => 'End date',
 
 169 'label.user' => 'Bruker',
 
 170 'label.users' => 'Brukere',
 
 171 // TODO: translate the following.
 
 172 // 'label.group' => 'Group',
 
 173 // 'label.roles' => 'Roles',
 
 174 'label.client' => 'Klient',
 
 175 'label.clients' => 'Klienter',
 
 176 'label.option' => 'Opsjon', // TODO: is this correct?
 
 177 'label.invoice' => 'Faktura',
 
 178 'label.project' => 'Prosjekt',
 
 179 'label.projects' => 'Prosjekter',
 
 180 // TODO: translate the following.
 
 181 // 'label.task' => 'Task',
 
 182 // 'label.tasks' => 'Tasks',
 
 183 // 'label.description' => 'Description',
 
 184 'label.start' => 'Starttid',
 
 185 'label.finish' => 'Ferdig',
 
 186 'label.duration' => 'Varighet',
 
 187 'label.note' => 'Notat',
 
 188 'label.notes' => 'Notater',
 
 189 // TODO: translate the following.
 
 190 // 'label.item' => 'Item',
 
 191 // 'label.cost' => 'Cost',
 
 192 // 'label.ip' => 'IP',
 
 193 // 'label.day_total' => 'Day total',
 
 194 'label.week_total' => 'Uken totalt',
 
 195 // TODO: translate the following.
 
 196 // 'label.month_total' => 'Month total',
 
 197 'label.today' => 'I dag',
 
 198 // TODO: translate the following.
 
 199 // 'label.view' => 'View',
 
 200 'label.edit' => 'Endre',
 
 201 'label.delete' => 'Slett',
 
 202 // TODO: translate the following.
 
 203 // 'label.configure' => 'Configure',
 
 204 'label.select_all' => 'Velg alle',
 
 205 'label.select_none' => 'Velg ingen',
 
 206 // TODO: translate the following.
 
 207 // 'label.day_view' => 'Day view',
 
 208 // 'label.week_view' => 'Week view',
 
 210 'label.language' => 'Språk',
 
 211 // TODO: translate the following.
 
 212 // 'label.decimal_mark' => 'Decimal mark',
 
 213 'label.date_format' => 'Datoformat',
 
 214 'label.time_format' => 'Tidsformat',
 
 215 'label.week_start' => 'Første ukedag',
 
 216 'label.comment' => 'Kommentar',
 
 217 'label.status' => 'Status',
 
 218 'label.tax' => 'MVA',
 
 219 'label.subtotal' => 'Delsum',
 
 220 // TODO: translate the following.
 
 221 // 'label.total' => 'Total',
 
 222 // 'label.client_name' => 'Client name',
 
 223 // 'label.client_address' => 'Client address',
 
 224 'label.or' => 'eller',
 
 225 // TODO: translate the following.
 
 226 // 'label.error' => 'Error',
 
 227 'label.ldap_hint' => 'Skriv din <b>Windows login</b> og <b>passord</b> i feltene nedenfor.',
 
 228 'label.required_fields' => '* obligatoriske felt',
 
 229 'label.on_behalf' => 'på vegne av',
 
 230 // TODO: translate the following.
 
 231 // 'label.role_manager' => '(manager)',
 
 232 // 'label.role_comanager' => '(co-manager)',
 
 233 // 'label.role_admin' => '(administrator)',
 
 234 // 'label.page' => 'Page',
 
 235 // 'label.condition' => 'Condition',
 
 236 // 'label.yes' => 'yes',
 
 237 // 'label.no' => 'no',
 
 238 // Labels for plugins (extensions to Time Tracker that provide additional features).
 
 239 // TODO: translate the following.
 
 240 // 'label.custom_fields' => 'Custom fields',
 
 241 // 'label.monthly_quotas' => 'Monthly quotas',
 
 242 // 'label.type' => 'Type',
 
 243 // 'label.type_dropdown' => 'dropdown',
 
 244 // 'label.type_text' => 'text',
 
 245 // 'label.required' => 'Required',
 
 246 'label.fav_report' => 'Favoritt rapport',
 
 247 // TODO: translate the following.
 
 248 // 'label.schedule' => 'Schedule',
 
 249 // 'label.what_is_it' => 'What is it?',
 
 250 // 'label.expense' => 'Expense',
 
 251 // 'label.quantity' => 'Quantity',
 
 252 // 'label.paid_status' => 'Paid status',
 
 253 // 'label.paid' => 'Paid',
 
 254 // 'label.mark_paid' => 'Mark paid',
 
 255 // 'label.week_note' => 'Week note',
 
 256 // 'label.week_list' => 'Week list',
 
 257 // 'label.work_units' => 'Work units',
 
 258 // 'label.work_units_short' => 'Units',
 
 259 // 'label.totals_only' => 'Totals only',
 
 262 'title.login' => 'Innlogging',
 
 263 // TODO: translate the following.
 
 264 // 'title.groups' => 'Groups',
 
 265 // 'title.create_group' => 'Creating Group',
 
 266 // 'title.edit_group' => 'Editing Group',
 
 267 'title.delete_group' => 'Slett team', // TODO: change "team" to "group".
 
 268 // TODO: translate the following.
 
 269 // 'title.reset_password' => 'Resetting Password',
 
 270 // 'title.change_password' => 'Changing Password',
 
 271 'title.time' => 'Tid',
 
 272 'title.edit_time_record' => 'Endre tids oppføringen',
 
 273 'title.delete_time_record' => 'Slett tids oppføringen',
 
 274 // TODO: translate the following.
 
 275 // 'title.expenses' => 'Expenses',
 
 276 // 'title.edit_expense' => 'Editing Expense Item',
 
 277 // 'title.delete_expense' => 'Deleting Expense Item',
 
 278 // 'title.predefined_expenses' => 'Predefined Expenses',
 
 279 // 'title.add_predefined_expense' => 'Adding Predefined Expense',
 
 280 // 'title.edit_predefined_expense' => 'Editing Predefined Expense',
 
 281 // 'title.delete_predefined_expense' => 'Deleting Predefined Expense',
 
 282 'title.reports' => 'Rapporter',
 
 283 'title.report' => 'Rapport',
 
 284 // 'title.send_report' => 'Sending Report',
 
 285 'title.invoice' => 'Faktura',
 
 286 // TODO: translate the following.
 
 287 // 'title.send_invoice' => 'Sending Invoice',
 
 288 // 'title.charts' => 'Charts',
 
 289 'title.projects' => 'Prosjekter',
 
 290 'title.add_project' => 'Legg til prosjekt',
 
 291 'title.edit_project' => 'Endre prosjekt',
 
 292 'title.delete_project' => 'Slett prosjekt',
 
 293 // TODO: translate the following.
 
 294 // 'title.tasks' => 'Tasks',
 
 295 // 'title.add_task' => 'Adding Task',
 
 296 // 'title.edit_task' => 'Editing Task',
 
 297 // 'title.delete_task' => 'Deleting Task',
 
 298 'title.users' => 'Brukere',
 
 299 'title.add_user' => 'Legg til bruker',
 
 300 'title.edit_user' => 'Endre bruker',
 
 301 'title.delete_user' => 'Slett bruker',
 
 302 // TODO: translate the following.
 
 303 // 'title.roles' => 'Roles',
 
 304 // 'title.add_role' => 'Adding Role',
 
 305 // 'title.edit_role' => 'Editing Role',
 
 306 // 'title.delete_role' => 'Deleting Role',
 
 307 'title.clients' => 'Klienter',
 
 308 'title.add_client' => 'Legg til klient',
 
 309 'title.edit_client' => 'Endre klient',
 
 310 'title.delete_client' => 'Slett klient',
 
 311 'title.invoices' => 'Fakturaer',
 
 312 // TODO: translate the following.
 
 313 // 'title.add_invoice' => 'Adding Invoice',
 
 314 // 'title.view_invoice' => 'Viewing Invoice',
 
 315 // 'title.delete_invoice' => 'Deleting Invoice',
 
 316 // 'title.notifications' => 'Notifications',
 
 317 // 'title.add_notification' => 'Adding Notification',
 
 318 // 'title.edit_notification' => 'Editing Notification',
 
 319 // 'title.delete_notification' => 'Deleting Notification',
 
 320 // 'title.monthly_quotas' => 'Monthly Quotas',
 
 321 // 'title.export' => 'Exporting Group Data',
 
 322 // 'title.import' => 'Importing Group Data',
 
 323 'title.options' => 'Opsjoner',
 
 324 'title.profile' => 'Profil',
 
 325 // TODO: translate the following.
 
 326 // 'title.group' => 'Group Settings',
 
 327 // 'title.plugins' => 'Plugins',
 
 328 // 'title.cf_custom_fields' => 'Custom Fields',
 
 329 // 'title.cf_add_custom_field' => 'Adding Custom Field',
 
 330 // 'title.cf_edit_custom_field' => 'Editing Custom Field',
 
 331 // 'title.cf_delete_custom_field' => 'Deleting Custom Field',
 
 332 // 'title.cf_dropdown_options' => 'Dropdown Options',
 
 333 // 'title.cf_add_dropdown_option' => 'Adding Option',
 
 334 // 'title.cf_edit_dropdown_option' => 'Editing Option',
 
 335 // 'title.cf_delete_dropdown_option' => 'Deleting Option',
 
 336 // NOTE TO TRANSLATORS: Locking is a feature to lock records from modifications (ex: weekly on Mondays we lock all previous weeks).
 
 337 // It is also a name for the Locking plugin on the group settings page.
 
 338 // 'title.locking' => 'Locking',
 
 339 // 'title.week_view' => 'Week View',
 
 340 // 'title.swap_roles' => 'Swapping Roles',
 
 341 // 'title.work_units' => 'Work Units',
 
 343 // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here.
 
 344 // Strings that are used in a single form must go to the specific form section.
 
 345 'dropdown.all' => '--- alle ---',
 
 346 'dropdown.no' => '--- nei ---',
 
 347 'dropdown.current_day' => 'i dag',
 
 348 'dropdown.previous_day' => 'i går',
 
 349 'dropdown.selected_day' => 'dag',
 
 350 'dropdown.current_week' => 'denne uken',
 
 351 'dropdown.previous_week' => 'forrige uke',
 
 352 'dropdown.selected_week' => 'uke',
 
 353 'dropdown.current_month' => 'denne måneden',
 
 354 'dropdown.previous_month' => 'forrige måned',
 
 355 'dropdown.selected_month' => 'måned',
 
 356 // TODO: translate the following.
 
 357 // 'dropdown.current_year' => 'this year',
 
 358 // 'dropdown.previous_year' => 'previous year',
 
 359 // 'dropdown.selected_year' => 'year',
 
 360 // 'dropdown.all_time' => 'all time',
 
 361 'dropdown.projects' => 'prosjekter',
 
 362 // TODO: translate the following.
 
 363 // 'dropdown.tasks' => 'tasks',
 
 364 'dropdown.clients' => 'klienter',
 
 365 // TODO: translate the following.
 
 366 // 'dropdown.select' => '--- select ---',
 
 367 // 'dropdown.select_invoice' => '--- select invoice ---',
 
 368 'dropdown.status_active' => 'aktiv',
 
 369 'dropdown.status_inactive' => 'inaktiv',
 
 370 // TODO: translate the following.
 
 371 // 'dropdown.delete' => 'delete',
 
 372 // 'dropdown.do_not_delete' => 'do not delete',
 
 373 // 'dropdown.paid' => 'paid',
 
 374 // 'dropdown.not_paid' => 'not paid',
 
 376 // Login form. See example at https://timetracker.anuko.com/login.php.
 
 377 'form.login.forgot_password' => 'Glemt passordet?',
 
 378 'form.login.about' => 'Anuko <a href="https://www.anuko.com/lp/tt_2.htm" target="_blank">Time Tracker</a> er et enkelt, brukervennlig tidsregistreringssystem basert på åpen kildekode.',
 
 380 // Resetting Password form. See example at https://timetracker.anuko.com/password_reset.php.
 
 381 // TODO: translate the following.
 
 382 // 'form.reset_password.message' => 'Password reset request sent by email.',
 
 383 // 'form.reset_password.email_subject' => 'Anuko Time Tracker password reset request',
 
 384 // TODO: English string has changed. "from IP" added. Re-translate the beginning.
 
 385 // '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",
 
 386 // "IP %s" probably sounds awkward.
 
 387 'form.reset_password.email_body' => "Kjære bruker,\n\nNoen, IP %s, bad om å få ditt Anuko Time Tracker password resatt. Vær vennlig å besøk denne lenken dersom du ønsker at passordet ditt skal resettes.\n\n%s\n\nAnuko Time Tracker er et enkelt og brukervennlig system for tidsregistrering basert på åpen kildekode. Les mer på https://www.anuko.com.\n\n",
 
 389 // Changing Password form. See example at https://timetracker.anuko.com/password_change.php?ref=1.
 
 390 // TODO: translate the following.
 
 391 // 'form.change_password.tip' => 'Type new password and click on Save.',
 
 393 // Time form. See example at https://timetracker.anuko.com/time.php.
 
 394 // TODO: translate the following.
 
 395 'form.time.duration_format' => '(tt:mm eller 0.0h)',
 
 396 'form.time.billable' => 'Fakturerbar',
 
 397 'form.time.uncompleted' => 'Uferdig',
 
 398 // TODO: translate the following.
 
 399 // 'form.time.remaining_quota' => 'Remaining quota',
 
 400 // 'form.time.over_quota' => 'Over quota',
 
 402 // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record).
 
 403 'form.time_edit.uncompleted' => 'Denne oppføringen ble lagret kun med starttid. Det er ikke en feil.',
 
 405 // Week view form. See example at https://timetracker.anuko.com/week.php.
 
 406 // TODO: translate the following.
 
 407 // 'form.week.new_entry' => 'New entry',
 
 409 // Reports form. See example at https://timetracker.anuko.com/reports.php
 
 410 'form.reports.save_as_favorite' => 'Lagre som favoritt',
 
 411 'form.reports.confirm_delete' => 'Er du sikker på at du vil slette denne favorittrapporten?',
 
 412 'form.reports.include_billable' => 'fakturerbar',
 
 413 'form.reports.include_not_billable' => 'ikke fakturerbar',
 
 414 // TODO: translate the following.
 
 415 // 'form.reports.include_invoiced' => 'invoiced',
 
 416 // 'form.reports.include_not_invoiced' => 'not invoiced',
 
 417 'form.reports.select_period' => 'Velg tidsperiode',
 
 418 'form.reports.set_period' => 'eller sett dato',
 
 419 'form.reports.show_fields' => 'Vis feltene',
 
 420 // 'form.reports.group_by' => 'Group by',
 
 421 // 'form.reports.group_by_no' => '--- no grouping ---',
 
 422 'form.reports.group_by_date' => 'dato',
 
 423 'form.reports.group_by_user' => 'bruker',
 
 424 'form.reports.group_by_client' => 'klient',
 
 425 'form.reports.group_by_project' => 'prosjekt',
 
 426 // TODO: translate the following.
 
 427 // 'form.reports.group_by_task' => 'task',
 
 429 // Report form. See example at https://timetracker.anuko.com/report.php
 
 430 // (after generating a report at https://timetracker.anuko.com/reports.php).
 
 431 'form.report.export' => 'Eksporter',
 
 432 // TODO: translate the following.
 
 433 // 'form.report.assign_to_invoice' => 'Assign to invoice',
 
 435 // Invoice form. See example at https://timetracker.anuko.com/invoice.php
 
 436 // (you can get to this form after generating a report).
 
 437 'form.invoice.number' => 'Fakturanummer',
 
 438 'form.invoice.person' => 'Person',
 
 440 // Deleting Invoice form. See example at https://timetracker.anuko.com/invoice_delete.php
 
 441 // 'form.invoice.invoice_to_delete' => 'Invoice to delete',
 
 442 // 'form.invoice.invoice_entries' => 'Invoice entries',
 
 443 // 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.',
 
 445 // Charts form. See example at https://timetracker.anuko.com/charts.php
 
 446 // TODO: translate the following.
 
 447 // 'form.charts.interval' => 'Interval',
 
 448 // 'form.charts.chart' => 'Chart',
 
 450 // Projects form. See example at https://timetracker.anuko.com/projects.php
 
 451 // TODO: translate the following.
 
 452 // 'form.projects.active_projects' => 'Active Projects',
 
 453 // 'form.projects.inactive_projects' => 'Inactive Projects',
 
 455 // Tasks form. See example at https://timetracker.anuko.com/tasks.php
 
 456 // TODO: translate the following.
 
 457 // 'form.tasks.active_tasks' => 'Active Tasks',
 
 458 // 'form.tasks.inactive_tasks' => 'Inactive Tasks',
 
 460 // Users form. See example at https://timetracker.anuko.com/users.php
 
 461 // TODO: translate the following.
 
 462 // 'form.users.active_users' => 'Active Users',
 
 463 // 'form.users.inactive_users' => 'Inactive Users',
 
 464 // 'form.users.uncompleted_entry' => 'User has an uncompleted time entry',
 
 465 'form.users.role' => 'Rolle',
 
 466 // TODO: translate the following.
 
 467 // 'form.users.manager' => 'Manager',
 
 468 // 'form.users.comanager' => 'Co-manager',
 
 469 // 'form.users.rate' => 'Rate',
 
 470 // 'form.users.default_rate' => 'Default hourly rate',
 
 472 // Editing User form. See example at https://timetracker.anuko.com/user_edit.php
 
 473 // TODO: translate the following.
 
 474 // 'form.user_edit.swap_roles' => 'Swap roles',
 
 476 // Roles form. See example at https://timetracker.anuko.com/roles.php
 
 477 // TODO: translate the following.
 
 478 // 'form.roles.active_roles' => 'Active Roles',
 
 479 // 'form.roles.inactive_roles' => 'Inactive Roles',
 
 480 // 'form.roles.rank' => 'Rank',
 
 481 // 'form.roles.rights' => 'Rights',
 
 482 // 'form.roles.assigned' => 'Assigned',
 
 483 // 'form.roles.not_assigned' => 'Not assigned',
 
 485 // Clients form. See example at https://timetracker.anuko.com/clients.php
 
 486 // TODO: translate the following.
 
 487 // 'form.clients.active_clients' => 'Active Clients',
 
 488 // 'form.clients.inactive_clients' => 'Inactive Clients',
 
 490 // Deleting Client form. See example at https://timetracker.anuko.com/client_delete.php
 
 491 // TODO: translate the following.
 
 492 // 'form.client.client_to_delete' => 'Client to delete',
 
 493 // 'form.client.client_entries' => 'Client entries',
 
 495 // Exporting Group Data form. See example at https://timetracker.anuko.com/export.php
 
 496 // TODO: replace "team" with "group" in the string below.
 
 497 'form.export.hint' => 'Du kan eksportere alle team data til en XML fil. Dette kan være nyttig dersom du skal migrere data til din egen server.',
 
 498 'form.export.compression' => 'Komprimering',
 
 499 'form.export.compression_none' => 'ingen',
 
 500 'form.export.compression_bzip' => 'bzip',
 
 502 // Importing Group Data form. See example at https://timetracker.anuko.com/import.php (login as admin first).
 
 503 'form.import.hint' => 'Import team data fra en xml fil.', // TODO: replace "team" with "group".
 
 504 'form.import.file' => 'Velg fil',
 
 505 'form.import.success' => 'Import gjennomført vellykket.',
 
 507 // Groups form. See example at https://timetracker.anuko.com/admin_groups.php (login as admin first).
 
 508 // TODO: replace "team" with "group" in the string below (3 places).
 
 509 'form.groups.hint' => 'Opprett et nytt team ved å opprette en ny team manager konto.<br>Du kan også importere team data fra en xml fil fra en annen Anuko Time Tracker server (ingen login kollisjoner er tillatt).',
 
 511 // Group Settings form. See example at https://timetracker.anuko.com/group_edit.php.
 
 512 // TODO: translate the following.
 
 513 // 'form.group_edit.12_hours' => '12 hours',
 
 514 // 'form.group_edit.24_hours' => '24 hours',
 
 515 // 'form.group_edit.show_holidays' => 'Show holidays',
 
 516 // 'form.group_edit.tracking_mode' => 'Tracking mode',
 
 517 // 'form.group_edit.mode_time' => 'time',
 
 518 // 'form.group_edit.mode_projects' => 'projects',
 
 519 // 'form.group_edit.mode_projects_and_tasks' => 'projects and tasks',
 
 520 // 'form.group_edit.record_type' => 'Record type',
 
 521 // 'form.group_edit.type_all' => 'all',
 
 522 // 'form.group_edit.type_start_finish' => 'start and finish',
 
 523 // 'form.group_edit.type_duration' => 'duration',
 
 524 // 'form.group_edit.punch_mode' => 'Punch mode',
 
 525 // 'form.group_edit.allow_overlap' => 'Allow overlap',
 
 526 // 'form.group_edit.future_entries' => 'Future entries',
 
 527 // 'form.group_edit.uncompleted_indicators' => 'Uncompleted indicators',
 
 528 // 'form.group_edit.allow_ip' => 'Allow IP',
 
 530 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 
 531 // TODO: translate the following.
 
 532 // 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
 
 534 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 
 535 'form.mail.from' => 'Fra',
 
 536 'form.mail.to' => 'Til',
 
 537 // TODO: translate the following.
 
 538 // 'form.mail.report_subject' => 'Time Tracker Report',
 
 539 // '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.',
 
 540 // 'form.mail.report_sent' => 'Report sent.',
 
 541 // 'form.mail.invoice_sent' => 'Invoice sent.',
 
 543 // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin.
 
 544 // TODO: translate the following.
 
 545 // 'form.quota.year' => 'Year',
 
 546 // 'form.quota.month' => 'Month',
 
 547 // 'form.quota.quota' => 'Quota',
 
 548 // 'form.quota.workday_hours' => 'Hours in work day',
 
 549 // 'form.quota.hint' => 'If values are empty, quotas are calculated automatically based on workday hours and holidays.',
 
 551 // Swap roles form. See example at https://timetracker.anuko.com/swap_roles.php.
 
 552 // TODO: translate the following.
 
 553 // 'form.swap.hint' => 'Demote yourself to a lower role by swapping roles with someone else. This cannot be undone.',
 
 554 // 'form.swap.swap_with' => 'Swap roles with',
 
 556 // Work Units configuration form. See example at https://timetracker.anuko.com/work_units.php after enabling Work units plugin.
 
 557 // TODO: translate the following.
 
 558 // 'form.work_units.minutes_in_unit' => 'Minutes in unit',
 
 559 // 'form.work_units.1st_unit_threshold' => '1st unit threshold',
 
 561 // Roles and rights. These strings are used in multiple places. Grouped here to provide consistent translations.
 
 562 // TODO: translate the following.
 
 563 // 'role.user.label' => 'User',
 
 564 // 'role.user.low_case_label' => 'user',
 
 565 // 'role.user.description' => 'A regular member without management rights.',
 
 566 // 'role.client.label' => 'Client',
 
 567 // 'role.client.low_case_label' => 'client',
 
 568 // 'role.client.description' => 'A client can view its own reports, charts, and invoices.',
 
 569 // 'role.supervisor.label' => 'Supervisor',
 
 570 // 'role.supervisor.low_case_label' => 'supervisor',
 
 571 // 'role.supervisor.description' => 'A person with a small set of management rights.',
 
 572 // 'role.comanager.label' => 'Co-manager',
 
 573 // 'role.comanager.low_case_label' => 'co-manager',
 
 574 // 'role.comanager.description' => 'A person with a big set of management functions.',
 
 575 // 'role.manager.label' => 'Manager',
 
 576 // 'role.manager.low_case_label' => 'manager',
 
 577 // 'role.manager.description' => 'Group manager. Can do most of things for a group.',
 
 578 // 'role.top_manager.label' => 'Top manager',
 
 579 // 'role.top_manager.low_case_label' => 'top manager',
 
 580 // 'role.top_manager.description' => 'Top group manager. Can do everything in a tree of groups.',
 
 581 // 'role.admin.label' => 'Administrator',
 
 582 // 'role.admin.low_case_label' => 'administrator',
 
 583 // 'role.admin.description' => 'Site adminsitrator.',