Adjusted task_add.php and task_edit.php to operate with subgroups.
[timetracker.git] / WEB-INF / resources / nl.lang.php
index 434ec9e..3fe3681 100644 (file)
@@ -85,7 +85,6 @@ $i18n_key_words = array(
 'error.auth' => 'Onjuiste inlognaam of wachtwoord.',
 'error.user_exists' => 'Een gebruiker met deze inlognaam bestaat al.',
 'error.object_exists' => 'Een object met deze naam bestaat al.',
-'error.client_exists' => 'Een klant met deze naam bestaat al.',
 'error.invoice_exists' => 'Dit nummer is al eens toegekend aan een factuur.',
 'error.role_exists' => 'Een rol met deze rangorde bestaat al.',
 'error.no_invoiceable_items' => 'Er zijn geen factuureerbare onderdelen.',
@@ -103,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',
@@ -222,6 +225,9 @@ $i18n_key_words = array(
 'label.totals_only' => 'Alleen totalen',
 
 // Form titles.
+'title.error' => 'Fout',
+// TODO: Translate the following.
+// 'title.success' => 'Success',
 'title.login' => 'Aanmelden',
 'title.groups' => 'Groepen',
 // TODO: translate the following.