]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/nl.lang.php
Implemented group delete feature.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index f6496d25029d3f6f3c2847798472554b4b83d3ab..7fdae205b8d7587a3e0955084f7601c543c6256c 100644 (file)
@@ -420,7 +420,7 @@ $i18n_key_words = array(
 'form.export.compression_bzip' => 'bzip',
 
 // Importing Group Data form. See example at https://timetracker.anuko.com/imort.php (login as admin first).
-'form.import.hint' => 'Importeer teamgegevens uit een xml bestand.',
+'form.import.hint' => 'Importeer teamgegevens uit een xml bestand.', // TODO: replace "team" with "group".
 'form.import.file' => 'Kies bestand',
 'form.import.success' => 'Importeren gelukt.',
 
@@ -448,6 +448,10 @@ $i18n_key_words = array(
 'form.profile.allow_ip' => 'Toegestane IP adressen',
 'form.profile.plugins' => 'Plugins',
 
+// Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
+// TODO: translate the following.
+// 'form.group_delete.hint' => 'Are you sure you want to delete the entire group?',
+
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.
 'form.mail.from' => 'Van',
 'form.mail.to' => 'Aan',