X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/cd1db85db249a747c6943f6adbe981c3706e0607..8775b44ff12f647c3d3d5ee17dcf4f11cf8564c4:/WEB-INF/resources/nl.lang.php 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',