Introduced strings required for roles.
[timetracker.git] / WEB-INF / resources / tr.lang.php
index 44e2b88..37c2254 100644 (file)
@@ -172,6 +172,8 @@ $i18n_key_words = array(
 'label.end_date' => 'Son tarihi',
 'label.user' => 'Kullanıcı',
 'label.users' => 'Kullanıcılar',
+// TODO: translate the following.
+// 'label.roles' => 'Roles',
 'label.client' => 'Müşteri',
 'label.clients' => 'Müşteriler',
 // TODO: translate the following.
@@ -465,6 +467,11 @@ $i18n_key_words = array(
 'form.users.rate' => 'Tarife', // TODO: is this correct?
 'form.users.default_rate' => 'Varsayılan saat ücreti',
 
+// 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',
@@ -504,10 +511,10 @@ $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.uncompleted_indicators_none' => 'do not show',
-// 'form.profile.uncompleted_indicators_show' => 'show',
 // 'form.profile.plugins' => 'Plugins',
 
 // Mail form. See example at https://timetracker.anuko.com/report_send.php when emailing a report.