X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=0a25f8b389841dc7a52d0325bd1070c122a34279;hb=61284ea9e69220c9fc6a537bf0437584b1525367;hp=bf4f3d5460c613d6a53535e5c6bef7221f8bd8ed;hpb=2b90ff7edde48b64097c1bb60cde036b995c4220;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index bf4f3d54..0a25f8b3 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'Dutch (Nederlands)'; $i18n_months = array('Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'); $i18n_weekdays = array('Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'); $i18n_weekdays_short = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'); -// format mm/dd -$i18n_holidays = array('01/01', '04/09', '04/30', '05/18', '05/28', '12/25', '12/26'); $i18n_key_words = array( @@ -49,6 +47,8 @@ $i18n_key_words = array( 'menu.group' => 'Groep', 'menu.plugins' => 'Plugins', 'menu.time' => 'Tijden', +// TODO: translate the following. +// 'menu.week' => 'Week', 'menu.expenses' => 'Kosten', 'menu.reports' => 'Rapporten', 'menu.timesheets' => 'Tijdenoverzichten', @@ -516,6 +516,8 @@ $i18n_key_words = array( // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', 'form.group_edit.show_holidays' => 'Toon vakantiedagen', +// TODO: translate the following. +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Bijhouden', 'form.group_edit.mode_time' => 'tijd', 'form.group_edit.mode_projects' => 'projecten', @@ -589,5 +591,6 @@ $i18n_key_words = array( // Display Options form. See example at https://timetracker.anuko.com/display_options.php. // TODO: translate the following. +// 'form.display_options.menu' => 'Menu', // 'form.display_options.note_on_separate_row' => 'Note on separate row', );