X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=d98188f48cb12d2fa1a557995e9341bec55d6513;hb=367baa10353d5f679e6e3c795ae9d35a275a24d9;hp=2e357f9c6de93d3a3bd3759b5a3cfda2e10c933b;hpb=9396e4eb81c51af990a074c0042980e938612b59;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 2e357f9c..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. @@ -228,6 +230,7 @@ $i18n_key_words = array( 'label.work_units' => 'Werk eenheid', 'label.work_units_short' => 'Eenheid', 'label.totals_only' => 'Alleen totalen', +'label.quota' => 'Quota', // Form titles. 'title.error' => 'Fout', @@ -357,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.', @@ -469,7 +475,7 @@ $i18n_key_words = array( 'form.group_edit.future_entries' => 'Toevoegingen toestaan in de toekomst', 'form.group_edit.uncompleted_indicators' => 'Onvolledige indicatoren', // TODO: translate the following. -// 'form.group_edit.copy_warning' => 'Warn on copy', +// 'form.group_edit.confirm_save' => 'Confirm saving', 'form.group_edit.allow_ip' => 'Toegestane IP adressen', // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php @@ -486,7 +492,6 @@ $i18n_key_words = array( // Quotas configuration form. See example at https://timetracker.anuko.com/quotas.php after enabling Monthly quotas plugin. 'form.quota.year' => 'Jaar', 'form.quota.month' => 'Maand', -'form.quota.quota' => 'Quota', 'form.quota.workday_hours' => 'Werkuren per dag', 'form.quota.hint' => 'Als de velden leeg worden gelaten, dan zullen de doelen worden berekend op bassis van het aantal werkuren per dag en vakantiedagen.',