Combined various add button labels into one.
[timetracker.git] / WEB-INF / resources / de.lang.php
index 23361d2..2a7f16f 100644 (file)
@@ -103,12 +103,6 @@ $i18n_key_words = array(
 'button.copy' => 'Kopieren',
 'button.cancel' => 'Abbrechen',
 'button.submit' => 'Abschicken',
-'button.add_user' => 'Benutzerkonto hinzufügen',
-'button.add_project' => 'Projekt anlegen',
-'button.add_task' => 'Task hinzufügen',
-'button.add_client' => 'Auftraggeber anlegen',
-'button.add_invoice' => 'Rechnung hinzufügen',
-'button.add_option' => 'Option hinzufügen',
 'button.add' => 'Hinzufügen',
 'button.generate' => 'Erstellen',
 'button.reset_password' => 'Passwort zurücksetzen',
@@ -397,6 +391,12 @@ $i18n_key_words = array(
 'form.users.rate' => 'Stundensatz',
 'form.users.default_rate' => 'Normaler Stundensatz',
 
+// Roles form. See example at https://timetracker.anuko.com/roles.php
+// TODO: translate the following.
+// 'form.roles.active_roles' => 'Active Roles',
+// 'form.roles.inactive_roles' => 'Inactive Roles',
+// 'form.roles.rights' => 'Rights',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 'form.clients.active_clients' => 'Aktive Kunden',
 'form.clients.inactive_clients' => 'Inaktive Kunden',