X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fnl.lang.php;h=e56846c799744f09e7bae2d51bf37e0a6bd08acc;hb=137822b2c8874dd8a5b56b58774d50f09c122220;hp=cdd48526e863c53da126ec6b67830ef5176cc6ed;hpb=00a2c4c840e745a734cd7eb6e58f897192fc2ca6;p=timetracker.git diff --git a/WEB-INF/resources/nl.lang.php b/WEB-INF/resources/nl.lang.php index cdd48526..e56846c7 100644 --- a/WEB-INF/resources/nl.lang.php +++ b/WEB-INF/resources/nl.lang.php @@ -105,6 +105,8 @@ $i18n_key_words = array( 'error.format' => 'Bestandsformaat niet valide.', 'error.user_count' => 'Limiet op aantal gebruikers.', 'error.expired' => 'Verloop datum is bereikt.', +// TODO: translate the following. +// 'error.file_storage' => 'File storage error.', // Warning messages. 'warn.sure' => 'Ben je er zeker van?', @@ -242,6 +244,7 @@ $i18n_key_words = array( // TODO: translate the following. // 'label.attachments' => 'Attachments', // 'label.files' => 'Files', +// 'label.image' => 'Image', // Form titles. 'title.error' => 'Fout', @@ -274,6 +277,8 @@ $i18n_key_words = array( 'title.send_invoice' => 'Factuur verzenden', 'title.charts' => 'Grafieken', 'title.projects' => 'Projecten', +// TODO: translate the following. +// 'title.project_files' => 'Project Files', 'title.add_project' => 'Project toevoegen', 'title.edit_project' => 'Project wijzigen', 'title.delete_project' => 'Project verwijderen',