Combining add button labels into one.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index cd5abbb..bd4ce17 100644 (file)
@@ -125,9 +125,6 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'button.add_task' => 'Add task',
 'button.add_client' => 'Přidat zákazníka',
-// TODO: translate the following.
-// 'button.add_invoice' => 'Add invoice',
-// 'button.add_option' => 'Add option',
 'button.add' => 'Přidat',
 'button.generate' => 'Vytvořit',
 'button.reset_password' => 'Resetovat heslo',
@@ -166,6 +163,8 @@ $i18n_key_words = array(
 'label.end_date' => 'Koncové datum',
 'label.user' => 'Uživatel',
 'label.users' => 'Uživatelů',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => 'Zákazník',
 'label.clients' => 'Zákazníci',
 // TODO: translate the following.
@@ -460,6 +459,12 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'form.users.default_rate' => 'Default hourly rate',
 
+// 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
 // TODO: translate the following.
 // 'form.clients.active_clients' => 'Active Clients',
@@ -500,7 +505,7 @@ $i18n_key_words = array(
 // 'form.profile.type_all' => 'all',
 // 'form.profile.type_start_finish' => 'start and finish',
 // 'form.profile.type_duration' => 'duration',
-// 'form.profile.punch_in_mode' => 'Punch in mode',
+// 'form.profile.punch_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
 // 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',