X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/5bf42f1ee383f9be9707927f56b3c16753b81c45..a0ff02ec3fa7016404f3992710db57951e74e824:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 39cfaef5..49125a64 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -214,6 +214,8 @@ $i18n_key_words = array( // Labels for plugins (extensions to Time Tracker that provide additional features). 'label.custom_fields' => 'Eigen velden', 'label.monthly_quotas' => 'Doelen per maand', +// TODO: translate the following. +// 'label.entity' => 'Entity', 'label.type' => 'Type', 'label.type_dropdown' => 'uitklapbaar', 'label.type_text' => 'tekst', @@ -361,6 +363,8 @@ $i18n_key_words = array( 'dropdown.previous_year' => 'vorig jaar', 'dropdown.selected_year' => 'jaar', 'dropdown.all_time' => 'alles', +// TODO: translate the following. +// 'dropdown.time' => 'time', 'dropdown.projects' => 'projecten', 'dropdown.tasks' => 'taken', 'dropdown.clients' => 'klanten',