X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/c9635e26bfce35b8009e8a760d9aec8de89ec3f5..c3e6cb49a67ee660c2eaeef53e15c85c19d805dd:/WEB-INF/resources/nl.lang.php diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index ef22efcb..e444f214 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -241,6 +241,8 @@ $i18n_key_words = array( 'label.attachments' => 'Bijlagen', 'label.files' => 'Bestanden', 'label.image' => 'Afbeelding', +// TODO: translate the following. +// 'label.download' => 'Download', // Form titles. 'title.error' => 'Fout', @@ -256,6 +258,8 @@ $i18n_key_words = array( 'title.time' => 'Tijdsregistraties', 'title.edit_time_record' => 'Wijzigen tijdrecord', 'title.delete_time_record' => 'Verwijder tijdrecord', +// TODO: Translate the following. +// 'title.time_files' => 'Time Record Files', 'title.expenses' => 'Kosten', 'title.edit_expense' => 'Bewerk kosten artikel', 'title.delete_expense' => 'Verwijder kosten artikel', @@ -325,6 +329,10 @@ $i18n_key_words = array( 'title.add_template' => 'Sjabloon toevoegen', 'title.edit_template' => 'Sjabloon bewerken', 'title.delete_template' => 'Sjabloon verwijderen', +// TODO: translate the following. +// 'title.edit_file' => 'Editing File', +// 'title.delete_file' => 'Deleting File', +// 'title.download_file' => 'Downloading File', // Section for common strings inside combo boxes on forms. Strings shared between forms shall be placed here. // Strings that are used in a single form must go to the specific form section.