X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fen.lang.php;h=f7d8ac4b661dbf567c3370f39dcae5d19e887dab;hb=3d6637d9e14122d6998e0be59e9138d41733d5db;hp=74b959800248c56d9fc34505998334d5717ee117;hpb=ed41335d63e71a11d30e92f4367106e9398adf9d;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 74b95980..f7d8ac4b 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -33,8 +33,6 @@ $i18n_language = 'English'; $i18n_months = array('January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December'); $i18n_weekdays = array('Sunday', 'Monday', 'Tuesday', 'Wednesday', 'Thursday', 'Friday', 'Saturday'); $i18n_weekdays_short = array('Su', 'Mo', 'Tu', 'We', 'Th', 'Fr', 'Sa'); -// format mm/dd -$i18n_holidays = array('01/01', '01/16', '02/20', '05/28', '07/04', '09/03', '10/10', '11/11', '11/24', '12/25'); $i18n_key_words = array( @@ -518,7 +516,6 @@ $i18n_key_words = array( 'form.group_edit.12_hours' => '12 hours', 'form.group_edit.24_hours' => '24 hours', 'form.group_edit.display_options' => 'Display options', -'form.group_edit.show_holidays' => 'Show holidays', 'form.group_edit.holidays' => 'Holidays', 'form.group_edit.tracking_mode' => 'Tracking mode', 'form.group_edit.mode_time' => 'time',