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 to translators: Please use proper capitalization rules for your language.
 
  31 $i18n_language = 'Íslenska';
 
  32 $i18n_months = array('janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember');
 
  33 $i18n_weekdays = array('sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur');
 
  34 $i18n_weekdays_short = array('sun', 'mon', 'þri', 'mið', 'fim', 'fös', 'lau');
 
  36 $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '04/23', '05/01', '05/21', '05/31', '06/01', '06/17', '08/03', '12/25', '12/26');
 
  38 $i18n_key_words = array(
 
  41 'menu.login' => 'innskráning',
 
  42 'menu.logout' => 'skrá út',
 
  43 // TODO: Translate the following:
 
  44 // 'menu.forum' => 'Forum',
 
  45 'menu.help' => 'hjálp',
 
  46 // Note to translators: menu.create_team needs a more accurate translation.
 
  47 'menu.create_team' => 'nýskráning',
 
  48 'menu.profile' => 'uppsetning', // TODO: is this proper term for Profile?
 
  49 'menu.time' => 'tími',
 
  50 // TODO: Translate the following:
 
  51 // 'menu.expenses' => 'Expenses',
 
  52 'menu.reports' => 'skýrslur',
 
  53 // Note to translators: menu.charts needs to be translated.
 
  54 // 'menu.charts' => 'charts',
 
  55 'menu.projects' => 'verkefni',
 
  56 // TODO: Translate the following:
 
  57 // 'menu.tasks' => 'Tasks',
 
  58 // 'menu.users' => 'Users',
 
  59 'menu.teams' => 'teymi',
 
  60 // TODO: Translate the following:
 
  61 // 'menu.export' => 'Export',
 
  62 'menu.clients' => 'viðskiptavinir',
 
  63 // TODO: Translate the following:
 
  64 // 'menu.options' => 'Options',
 
  66 // Footer - strings on the bottom of most pages.
 
  67 // TODO: Translate the following:
 
  68 // 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
 
  69 // 'footer.credits' => 'Credits',
 
  70 // 'footer.license' => 'License',
 
  71 // 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
 
  72                                   // This is a link to a webpage that describes how to contribute to the project.
 
  75 // TODO: Translate the following:
 
  76 // 'error.access_denied' => 'Access denied.',
 
  77 // 'error.sys' => 'System error.',
 
  78 'error.db' => 'gagnagrunnsvilla',
 
  79 'error.field' => 'röng "{0}" gögn',
 
  80 'error.empty' => 'svæði "{0}" er tómt',
 
  81 // Note to translators: a large portion of the master English file from this point down below is not translated.