X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=99cab30c462a96ab1f17e9975868b5914c83e16a;hb=1567369ac1fb744b704cacbe77542f55e410d61b;hp=a239855999e05ee801a6fca36494598e2ffce52b;hpb=62bebb89af9afb9c4008d799c67e24988cb3688d;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index a2398559..99cab30c 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -85,9 +85,6 @@ $i18n_key_words = array( 'error.auth' => 'Onjuiste inlognaam of wachtwoord.', 'error.user_exists' => 'Een gebruiker met deze inlognaam bestaat al.', 'error.object_exists' => 'Een object met deze naam bestaat al.', -'error.project_exists' => 'Een project met deze naam bestaat al.', -'error.task_exists' => 'Er bestaat al een taak met deze naam.', -'error.client_exists' => 'Een klant met deze naam bestaat al.', 'error.invoice_exists' => 'Dit nummer is al eens toegekend aan een factuur.', 'error.role_exists' => 'Een rol met deze rangorde bestaat al.', 'error.no_invoiceable_items' => 'Er zijn geen factuureerbare onderdelen.', @@ -105,6 +102,15 @@ $i18n_key_words = array( 'error.cannot_import' => 'Kan het volgende niet importeren: %s.', 'error.format' => 'Bestandsformaat niet valide.', +// Warning messages. +// TODO: translate the following. +// 'warn.sure' => 'Are you sure?', +// 'warn.confirm_save' => 'Date has changed. Confirm saving, not copying this item.', + +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Aanmelden', 'button.now' => 'Nu', @@ -222,8 +228,12 @@ $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', +// TODO: Translate the following. +// 'title.success' => 'Success', 'title.login' => 'Aanmelden', 'title.groups' => 'Groepen', // TODO: translate the following. @@ -282,7 +292,6 @@ $i18n_key_words = array( 'title.import' => 'Importeer groepsgegevens', 'title.options' => 'Opties', 'title.profile' => 'Profiel', -'title.group' => 'Groep instelling', 'title.plugins' => 'Plugins', 'title.cf_custom_fields' => 'Eigen velden', 'title.cf_add_custom_field' => 'Eigen veld toevoegen', @@ -460,6 +469,8 @@ $i18n_key_words = array( 'form.group_edit.allow_overlap' => 'Sta overlapping van tijden toe', 'form.group_edit.future_entries' => 'Toevoegingen toestaan in de toekomst', 'form.group_edit.uncompleted_indicators' => 'Onvolledige indicatoren', +// TODO: translate the following. +// '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 @@ -476,7 +487,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.',