X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=8d0f32b5fe4582e78eff4baed02f679cec15cefd;hb=eb23c6e3ef94c259eda67218e0902f981e5dcfb2;hp=3ad4961d366949169b90ba838bed3e2922301717;hpb=cd1db85db249a747c6943f6adbe981c3706e0607;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 3ad4961d..8d0f32b5 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -268,13 +268,19 @@ $i18n_key_words = array( // Strings that are used in a single form must go to the specific form section. 'dropdown.all' => '--- allemaal ---', 'dropdown.no' => '--- geen ---', -'dropdown.this_day' => 'vandaag', -'dropdown.last_day' => 'gisteren', -'dropdown.this_week' => 'deze week', -'dropdown.last_week' => 'vorige week', -'dropdown.this_month' => 'deze maand', -'dropdown.last_month' => 'vorige maand', -'dropdown.this_year' => 'dit jaar', +'dropdown.current_day' => 'vandaag', +'dropdown.previous_day' => 'gisteren', +'dropdown.selected_day' => 'dag', +'dropdown.current_week' => 'deze week', +'dropdown.previous_week' => 'vorige week', +'dropdown.selected_week' => 'week', +'dropdown.current_month' => 'deze maand', +'dropdown.previous_month' => 'vorige maand', +'dropdown.selected_month' => 'maand', +'dropdown.current_year' => 'dit jaar', +// TODO: translate the following. +// 'dropdown.previous_year' => 'previous year', +'dropdown.selected_year' => 'jaar', 'dropdown.all_time' => 'alles', 'dropdown.projects' => 'projecten', 'dropdown.tasks' => 'taken',