X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fen.lang.php;h=f7d8ac4b661dbf567c3370f39dcae5d19e887dab;hb=8bc57bab34ec45117348070eec17fb3d00f327fd;hp=5814f8113eac148282a2dc30bf3d069c4ee17d6e;hpb=a26a0989ad93cce9de9f45312990da9610e53045;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index 5814f811..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,7 @@ $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', 'form.group_edit.mode_projects' => 'projects',