-<?php
-// +----------------------------------------------------------------------+
-// | Anuko Time Tracker
-// +----------------------------------------------------------------------+
-// | Copyright (c) Anuko International Ltd. (https://www.anuko.com)
-// +----------------------------------------------------------------------+
-// | LIBERAL FREEWARE LICENSE: This source code document may be used
-// | by anyone for any purpose, and freely redistributed alone or in
-// | combination with other software, provided that the license is obeyed.
-// |
-// | There are only two ways to violate the license:
-// |
-// | 1. To redistribute this code in source form, with the copyright
-// | notice or license removed or altered. (Distributing in compiled
-// | forms without embedded copyright notices is permitted).
-// |
-// | 2. To redistribute modified versions of this code in *any* form
-// | that bears insufficient indications that the modifications are
-// | not the work of the original author(s).
-// |
-// | This license applies to this document only, not any other software
-// | that it may be combined with.
-// |
-// +----------------------------------------------------------------------+
-// | Contributors:
-// | https://www.anuko.com/time_tracker/credits.htm
-// +----------------------------------------------------------------------+
-
-// Note to translators: Please use proper capitalization rules for your language.
-
-$i18n_language = 'Íslenska';
-$i18n_months = array('janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember');
-$i18n_weekdays = array('sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur');
-$i18n_weekdays_short = array('sun', 'mon', 'þri', 'mið', 'fim', 'fös', 'lau');
-// format mm/dd
-$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');
-
-$i18n_key_words = array(
-
-// Menus.
-'menu.login' => 'innskráning',
-'menu.logout' => 'skrá út',
-// TODO: Translate the following:
-// 'menu.forum' => 'Forum',
-'menu.help' => 'hjálp',
-// Note to translators: menu.create_team needs a more accurate translation.
-'menu.create_team' => 'nýskráning',
-'menu.profile' => 'uppsetning', // TODO: is this proper term for Profile?
-'menu.time' => 'tími',
-// TODO: Translate the following:
-// 'menu.expenses' => 'Expenses',
-'menu.reports' => 'skýrslur',
-// Note to translators: menu.charts needs to be translated.
-// 'menu.charts' => 'charts',
-'menu.projects' => 'verkefni',
-// TODO: Translate the following:
-// 'menu.tasks' => 'Tasks',
-// 'menu.users' => 'Users',
-'menu.teams' => 'teymi',
-// TODO: Translate the following:
-// 'menu.export' => 'Export',
-'menu.clients' => 'viðskiptavinir',
-// TODO: Translate the following:
-// 'menu.options' => 'Options',
-
-// Footer - strings on the bottom of most pages.
-// TODO: Translate the following:
-// 'footer.contribute_msg' => 'You can contribute to Time Tracker in different ways.',
-// 'footer.credits' => 'Credits',
-// 'footer.license' => 'License',
-// 'footer.improve' => 'Contribute', // Translators: this could mean "Improve", if it makes better sense in your language.
- // This is a link to a webpage that describes how to contribute to the project.
-
-// Error messages.
-// TODO: Translate the following:
-// 'error.access_denied' => 'Access denied.',
-// 'error.sys' => 'System error.',
-'error.db' => 'gagnagrunnsvilla',
-'error.field' => 'röng "{0}" gögn',
-'error.empty' => 'svæði "{0}" er tómt',
-// Note to translators: a large portion of the master English file from this point down below is not translated.
-);