X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/1567369ac1fb744b704cacbe77542f55e410d61b..3262206d3cda17048d2010de8dec165c8f5bf052:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 99cab30c..d98188f4 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -101,6 +101,8 @@ $i18n_key_words = array( 'error.xml' => 'Fout in XML bestand in regel line %d: %s.', 'error.cannot_import' => 'Kan het volgende niet importeren: %s.', 'error.format' => 'Bestandsformaat niet valide.', +// TODO: translate the following. +// 'error.user_count' => 'Limit on user count.', // Warning messages. // TODO: translate the following. @@ -358,6 +360,9 @@ $i18n_key_words = array( 'form.time.uncompleted' => 'Onvolledig', 'form.time.remaining_quota' => 'Te werken uren voor de doelstelling', 'form.time.over_quota' => 'Meer gewerkte uren dan de doelstelling', +// TODO: translate the following. +// 'form.time.remaining_balance' => 'Remaining balance', +// 'form.time.over_balance' => 'Over balance', // Editing Time Record form. See example at https://timetracker.anuko.com/time_edit.php (get there by editing an uncompleted time record). 'form.time_edit.uncompleted' => 'Dit tijdrecord is opgeslagen met alleen een starttijd. Dit is geen fout.',