X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=6f46e2747662866be69b40ad7e5fed43337d16e4;hb=294895b702e4c5cb5bfc87292c464bed201f296b;hp=0ea7673cd79248c0c658762330136e7790d533ef;hpb=e01c6ea472dc5cce5986bee569e53a4031eaf883;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 0ea7673c..6f46e274 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -117,6 +117,8 @@ $i18n_key_words = array( 'button.import' => 'Team importeren', 'button.close' => 'Sluiten', 'button.stop' => 'Stop', +// TODO: translate the following. +// 'button.mark_paid' => 'Mark paid', // Labels for controls on forms. Labels in this section are used on multiple forms. 'label.team_name' => 'Teamnaam', @@ -151,6 +153,8 @@ $i18n_key_words = array( 'label.finish' => 'Einde', 'label.duration' => 'Tijdsduur', 'label.note' => 'Opmerking', +// TODO: translate the following. +// 'label.notes' => 'Notes', 'label.item' => 'Artikel', 'label.cost' => 'Kosten', 'label.day_total' => 'Dag totaal', @@ -190,6 +194,9 @@ $i18n_key_words = array( 'label.role_admin' => '(beheerder)', 'label.page' => 'Pagina', 'label.condition' => 'Voorwaarde', +// TODO: translate the following. +// 'label.yes' => 'yes', +// 'label.no' => 'no', // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eigen velden', 'label.monthly_quotas' => 'Doelen per maand', @@ -202,6 +209,9 @@ $i18n_key_words = array( 'label.what_is_it' => 'Wat betekent dit?', 'label.expense' => 'Kosten', 'label.quantity' => 'Hoeveelheid', +// TODO: translate the following. +// 'label.paid_status' => 'Paid status', +// 'label.paid' => 'Paid', // Form titles. 'title.login' => 'Aanmelden', @@ -292,6 +302,9 @@ $i18n_key_words = array( 'dropdown.status_inactive' => 'inactief', 'dropdown.delete'=>'verwijderen', 'dropdown.do_not_delete'=>'niet verwijderen', +// TODO: translate the following. +// 'dropdown.paid' => 'paid', +// 'dropdown.not_paid' => 'not paid', // Below is a section for strings that are used on individual forms. When a string is used only on one form it should be placed here. // One exception is for closely related forms such as "Time" and "Editing Time Record" with similar controls. In such cases @@ -353,6 +366,8 @@ $i18n_key_words = array( 'form.invoice.person' => 'Medewerker', 'form.invoice.invoice_to_delete' => 'Te verwijderen factuur', 'form.invoice.invoice_entries' => 'Factuur gegevens', +// TODO: translate the following. +// 'form.invoice.confirm_deleting_entries' => 'Please confirm deleting invoice entries from Time Tracker.', // Charts form. See example at https://timetracker.anuko.com/charts.php 'form.charts.interval' => 'Periode',