X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/78fdadfb6001c22512856ee6a5771b8d5a5ae122..d82f2da8a4df2190f26f1ce8a44fe35c42bba1da:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index 0c449ced..3fe36818 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -102,6 +102,10 @@ $i18n_key_words = array( 'error.cannot_import' => 'Kan het volgende niet importeren: %s.', 'error.format' => 'Bestandsformaat niet valide.', +// Success messages. +// TODO: translate the following. +// 'msg.success' => 'Operation completed successfully.', + // Labels for buttons. 'button.login' => 'Aanmelden', 'button.now' => 'Nu', @@ -221,8 +225,8 @@ $i18n_key_words = array( 'label.totals_only' => 'Alleen totalen', // Form titles. +'title.error' => 'Fout', // TODO: Translate the following. -// 'title.error' => 'Error', // 'title.success' => 'Success', 'title.login' => 'Aanmelden', 'title.groups' => 'Groepen',