X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/3c84089c9bfead7a626cb4c9da68b38aafe97c4b..f20ec5fb1e42bf4a273cb2d3a99d3d7b33c2ff48:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 849b6bc5..c8ce70d0 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -117,7 +117,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 +207,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 +354,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).