X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=3ad4961d366949169b90ba838bed3e2922301717;hb=cd1db85db249a747c6943f6adbe981c3706e0607;hp=4dd659d181a8315a616a3c0334d68d28f17ba575;hpb=eb14c12d3be2cd31e20988b6abf7585f6af0b34d;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 4dd659d1..3ad4961d 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -130,8 +130,9 @@ $i18n_key_words = array( 'label.password' => 'Wachtwoord', 'label.confirm_password' => 'Bevestig wachtwoord', 'label.email' => 'E-mailadres', -// TODO: translate the following. -// 'label.bcc' => 'Bcc', +'label.cc' => 'Cc', +'label.bcc' => 'Bcc', +'label.subject' => 'Onderwerp', 'label.date' => 'Datum', 'label.start_date' => 'Begindatum', 'label.end_date' => 'Einddatum', @@ -186,8 +187,7 @@ $i18n_key_words = array( 'label.role_comanager' => '(co-manager)', 'label.role_admin' => '(beheerder)', 'label.page' => 'Pagina', -// TODO: translate the following. -// 'label.condition' => 'Condition', +'label.condition' => 'Voorwaarde', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eigen velden', 'label.monthly_quotas' => 'Doelen per maand', @@ -269,6 +269,7 @@ $i18n_key_words = array( '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', @@ -406,8 +407,6 @@ $i18n_key_words = array( // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report. 'form.mail.from' => 'Van', 'form.mail.to' => 'Aan', -'form.mail.cc' => 'Cc', -'form.mail.subject' => 'Onderwerp', 'form.mail.report_subject' => 'Time Tracker Rapport', 'form.mail.footer' => 'Anuko Time Tracker is een eenvoudig en gemakkelijk te gebruiken open source tijdregistratiesysteem. Bezoek www.anuko.com voor meer informatie.', 'form.mail.report_sent' => 'Rapport is verzonden.',