Initial repo created
[timetracker.git] / WEB-INF / resources / is.lang.php
1 <?php
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.
10 // |
11 // | There are only two ways to violate the license:
12 // |
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).
16 // |
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).
20 // |
21 // | This license applies to this document only, not any other software
22 // | that it may be combined with.
23 // |
24 // +----------------------------------------------------------------------+
25 // | Contributors:
26 // | https://www.anuko.com/time_tracker/credits.htm
27 // +----------------------------------------------------------------------+
28
29 $i18n_language = 'Íslenska';
30 $i18n_months = array('janúar', 'febrúar', 'mars', 'apríl', 'maí', 'júní', 'júlí', 'ágúst', 'september', 'október', 'nóvember', 'desember');
31 $i18n_weekdays = array('sunnudagur', 'mánudagur', 'þriðjudagur', 'miðvikudagur', 'fimmtudagur', 'föstudagur', 'laugardagur');
32 $i18n_weekdays_short = array('sun', 'mon', 'þri', 'mið', 'fim', 'fös', 'lau');
33 // format mm/dd
34 $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');
35
36 $i18n_key_words = array(
37
38 // menu entries
39 'menu.login' => 'innskráning',
40 'menu.logout' => 'skrá út',
41 'menu.feedback' => 'skilaboð',
42 'menu.help' => 'hjálp',
43 // Note to translators: menu.create_team needs a more accurate translation.
44 'menu.create_team' => 'nýskráning',
45 'menu.edit_profile' => 'uppsetning',
46 'menu.my_time' => 'tími',
47 'menu.reports' => 'skýrslur',
48 // Note to translators: menu.charts needs to be translated.
49 // 'menu.charts' => 'charts',
50 'menu.projects' => 'verkefni',
51 // Note to translators: is menu.activities translated correctly?
52 'menu.activities' => 'í gangi',
53 'menu.people' => 'fólk',
54 'menu.teams' => 'teymi',
55 // Note to translators: menu.export needs to be translated.
56 // 'menu.export' => 'export',
57 'menu.clients' => 'viðskiptavinir',
58 // Note to translators: menu.options needs to be translated.
59 // 'menu.options' => 'options',
60 'menu.admin' => 'stjórnun',
61
62 // error strings
63 'error.db' => 'gagnagrunnsvilla',
64 'error.field' => 'röng "{0}" gögn',
65 'error.empty' => 'svæði "{0}" er tómt',
66 // Note to translators: a large portion of the master English file from this point down below is not translated.
67 );
68 ?>