X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/a26a0989ad93cce9de9f45312990da9610e53045..8bc57bab34ec45117348070eec17fb3d00f327fd:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 4db86bc8..859741a2 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( @@ -517,7 +515,7 @@ $i18n_key_words = array( 'form.group_edit.24_hours' => '24 uurs', // TODO: translate the following. // 'form.group_edit.display_options' => 'Display options', -'form.group_edit.show_holidays' => 'Toon vakantiedagen', +// 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Bijhouden', 'form.group_edit.mode_time' => 'tijd', 'form.group_edit.mode_projects' => 'projecten',