]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/cs.lang.php
Added configure link for the roles option.
[timetracker.git] / WEB-INF / resources / cs.lang.php
index 0a300d8e454be63003517c4fca5a44ea0c4cc437..4e8d686019136c94862490b78d32816412830ee1 100644 (file)
@@ -166,6 +166,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 +462,11 @@ $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',
+
 // Clients form. See example at https://timetracker.anuko.com/clients.php
 // TODO: translate the following.
 // 'form.clients.active_clients' => 'Active Clients',
@@ -500,7 +507,9 @@ $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_mode' => 'Punch mode',
 // 'form.profile.allow_overlap' => 'Allow overlap',
+// 'form.profile.future_entries' => 'Future entries',
 // 'form.profile.uncompleted_indicators' => 'Uncompleted indicators',
 // 'form.profile.plugins' => 'Plugins',