X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fno.lang.php;h=0302f54fcccc8eb7d9c5608c353db798904fb119;hb=1fe50194ffb6ae79e9b7af8e05a785c1f0f3ad7a;hp=b745586862c82f090b2717cfd8bbb0d891ff99ac;hpb=75e0e453be12791cc012f1f9a1c3c14f970fc285;p=timetracker.git diff --git a/WEB-INF/resources/no.lang.php b/WEB-INF/resources/no.lang.php index b7455868..0302f54f 100644 --- a/WEB-INF/resources/no.lang.php +++ b/WEB-INF/resources/no.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'Norsk'; +$i18n_language = 'Norwegian (Norsk)'; $i18n_months = array('Januar', 'Februar', 'Mars', 'April', 'Mai', 'Juni', 'Juli', 'August', 'September', 'Oktober', 'November', 'Desember'); $i18n_weekdays = array('Søndag', 'Mandag', 'Tirsdag', 'Onsdag', 'Torsdag', 'Fredag', 'Lørdag'); // TODO: check translation of $i18n_weekdays_short. @@ -179,6 +179,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.item' => 'Item', // 'label.cost' => 'Cost', +// 'label.ip' => 'IP', // 'label.day_total' => 'Day total', 'label.week_total' => 'Uken totalt', // TODO: translate the following. @@ -234,7 +235,7 @@ $i18n_key_words = array( // 'label.required' => 'Required', 'label.fav_report' => 'Favoritt rapport', // TODO: translate the following. -// 'label.cron_schedule' => 'Cron schedule', +// 'label.schedule' => 'Schedule', // 'label.what_is_it' => 'What is it?', // 'label.expense' => 'Expense', // 'label.quantity' => 'Quantity',