X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=0c9c20c7d81eda660440e210adb9ac580f6c0e49;hb=f12e0989887b6cc05cef4d252105083eac063cd5;hp=2ae72d60b0a170ddf9ffe7c36f469bab088fc9d7;hpb=7b5468067f8be75bb9bd389756a0dc824d0d4f9a;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 2ae72d60..0c9c20c7 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -76,6 +76,8 @@ $i18n_key_words = array( 'error.task' => 'Kies taak.', 'error.client' => 'Kies klant.', 'error.report' => 'Kies rapport.', +// TODO: translate the following. +// 'error.record' => 'Select record.', 'error.auth' => 'Onjuiste inlognaam of wachtwoord.', 'error.user_exists' => 'Een gebruiker met deze inlognaam bestaat al.', 'error.project_exists' => 'Een project met deze naam bestaat al.', @@ -117,7 +119,6 @@ $i18n_key_words = array( 'button.import' => 'Team importeren', 'button.close' => 'Sluiten', 'button.stop' => 'Stop', -'button.mark_paid' => 'Markeer als betaald', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Teamnaam', @@ -208,6 +209,7 @@ $i18n_key_words = array( 'label.quantity' => 'Hoeveelheid', 'label.paid_status' => 'Status van betaling', 'label.paid' => 'Betaald', +'label.mark_paid' => 'Markeer als betaald', // Form titles. 'title.login' => 'Aanmelden',