X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=956e49c6b33e557c32f97f305463f587fd61c23c;hb=ff81442e61388a8f144691c020c1f097a4b26d49;hp=849b6bc5e542cc7107023fc4912729fac802e776;hpb=3c84089c9bfead7a626cb4c9da68b38aafe97c4b;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 849b6bc5..956e49c6 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '04/09', '04/30', '05/18', '05/28', '12/25', '12 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Aanmelden', 'menu.logout' => 'Afmelden', @@ -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', @@ -354,6 +356,8 @@ $i18n_key_words = array( // Report form. See example at https://timetracker.anuko.com/report.php // (after generating a report at https://timetracker.anuko.com/reports.php). 'form.report.export' => 'Exporteer', +// TODO: translate the following. +// 'form.report.assign_to_invoice' => 'Assign to invoice', // Invoice form. See example at https://timetracker.anuko.com/invoice.php // (you can get to this form after generating a report).