X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/bb21bc0fbb60be85b7d1eab90e6dd7c33aec7d0a..7ae701986bfb6d16f661becd5157d5a062db625f:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index e07f6f56..bab52650 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'); @@ -155,6 +155,8 @@ $i18n_key_words = array( 'label.notes' => 'Notities', 'label.item' => 'Artikel', 'label.cost' => 'Kosten', +// TODO: translate the following. +// 'label.ip' => 'IP', 'label.day_total' => 'Dag totaal', 'label.week_total' => 'Week totaal', 'label.month_total' => 'Maand totaal',