X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;ds=sidebyside;f=WEB-INF%2Fresources%2Fen.lang.php;h=30682198d86420e82e92443f4e76344ab30183a2;hb=eb23c6e3ef94c259eda67218e0902f981e5dcfb2;hp=c06ae761f513a7f22f29f3254df41a46e2902d28;hpb=41cf24c4700d2637472ef3c7cc920caf86f51cf4;p=timetracker.git diff --git a/WEB-INF/resources/en.lang.php b/WEB-INF/resources/en.lang.php index c06ae761..30682198 100644 --- a/WEB-INF/resources/en.lang.php +++ b/WEB-INF/resources/en.lang.php @@ -271,14 +271,18 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- all ---', 'dropdown.no' => '--- no ---', -// NOTE TO TRANSLATORS: dropdown.this_day does not necessarily means "today". It means a specific ("this") day selected on calendar. See Charts. -'dropdown.this_day' => 'this day', -'dropdown.last_day' => 'last day', -'dropdown.this_week' => 'this week', -'dropdown.last_week' => 'last week', -'dropdown.this_month' => 'this month', -'dropdown.last_month' => 'last month', -'dropdown.this_year' => 'this year', +'dropdown.current_day' => 'today', +'dropdown.previous_day' => 'yesterday', +'dropdown.selected_day' => 'day', +'dropdown.current_week' => 'this week', +'dropdown.previous_week' => 'previous week', +'dropdown.selected_week' => 'week', +'dropdown.current_month' => 'this month', +'dropdown.previous_month' => 'previous month', +'dropdown.selected_month' => 'month', +'dropdown.current_year' => 'this year', +'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'year', 'dropdown.all_time' => 'all time', 'dropdown.projects' => 'projects', 'dropdown.tasks' => 'tasks',