More refactoring in translation files.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index a39dc10..8d0f32b 100644 (file)
@@ -131,8 +131,7 @@ $i18n_key_words = array(
 'label.confirm_password' => 'Bevestig wachtwoord',
 'label.email' => 'E-mailadres',
 'label.cc' => 'Cc',
-// TODO: translate the following.
-// 'label.bcc' => 'Bcc',
+'label.bcc' => 'Bcc',
 'label.subject' => 'Onderwerp',
 'label.date' => 'Datum',
 'label.start_date' => 'Begindatum',
@@ -269,14 +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.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.last_day' => 'last day',
-'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.previous_year' => 'previous year',
+'dropdown.selected_year' => 'jaar',
 'dropdown.all_time' => 'alles',
 'dropdown.projects' => 'projecten',
 'dropdown.tasks' => 'taken',