X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/75e0e453be12791cc012f1f9a1c3c14f970fc285..7916f561fed6b50348f144fc411ca82ee9bd5ebb:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index dd19fa4d..715be2c7 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -29,7 +29,7 @@ // Note: escape apostrophes with THREE backslashes, like here: choisir l\\\'option. // Other characters (such as double-quotes in http links, etc.) do not have to be escaped. -$i18n_language = 'Nederlands'; +$i18n_language = 'Dutch (Nederlands)'; $i18n_months = array('Januari', 'Februari', 'Maart', 'April', 'Mei', 'Juni', 'Juli', 'Augustus', 'September', 'Oktober', 'November', 'December'); $i18n_weekdays = array('Zondag', 'Maandag', 'Dinsdag', 'Woensdag', 'Donderdag', 'Vrijdag', 'Zaterdag'); $i18n_weekdays_short = array('Zo', 'Ma', 'Di', 'Wo', 'Do', 'Vr', 'Za'); @@ -200,7 +200,8 @@ $i18n_key_words = array( 'label.type_text' => 'tekst', 'label.required' => 'Verplicht veld', 'label.fav_report' => 'Standaard rapport', -'label.cron_schedule' => 'Cron schema', +// TODO: translate the following. +// 'label.schedule' => 'Schedule', 'label.what_is_it' => 'Wat betekent dit?', 'label.expense' => 'Kosten', 'label.quantity' => 'Hoeveelheid',