X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fis.lang.php;h=23d69ed943fb7d69df2ce50924f0bcab4ff8fd7c;hb=7fafd0cdc53c376b557a5504af53dacdfbcdb533;hp=f748fad64adb53d9e91044184161670984458e4e;hpb=97986f58680244c80bbe4de04d12eda3d0f12f6c;p=timetracker.git diff --git a/WEB-INF/resources/is.lang.php b/WEB-INF/resources/is.lang.php index f748fad6..23d69ed9 100644 --- a/WEB-INF/resources/is.lang.php +++ b/WEB-INF/resources/is.lang.php @@ -26,6 +26,8 @@ // | 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'); @@ -35,31 +37,44 @@ $i18n_holidays = array('01/01', '04/09', '04/10', '04/12', '04/13', '04/23', '05 $i18n_key_words = array( -// menu entries +// Menus. 'menu.login' => 'innskráning', 'menu.logout' => 'skrá út', -'menu.feedback' => 'skilaboð', +// 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.edit_profile' => 'uppsetning', -'menu.my_time' => 'tími', +'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', -// Note to translators: is menu.activities translated correctly? -'menu.activities' => 'í gangi', -'menu.people' => 'fólk', +// TODO: Translate the following: +// 'menu.tasks' => 'Tasks', +// 'menu.users' => 'Users', 'menu.teams' => 'teymi', -// Note to translators: menu.export needs to be translated. -// 'menu.export' => 'export', +// TODO: Translate the following: +// 'menu.export' => 'Export', 'menu.clients' => 'viðskiptavinir', -// Note to translators: menu.options needs to be translated. -// 'menu.options' => 'options', -'menu.admin' => 'stjórnun', +// 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 strings +// 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',