Added entity column on cf_custom_fields.php page.
[timetracker.git] / WEB-INF / resources / et.lang.php
index 41fe752..fbe2e88 100644 (file)
@@ -44,7 +44,8 @@ $i18n_key_words = array(
 'menu.logout' => 'Välju',
 'menu.forum' => 'Foorum',
 'menu.help' => 'Abiinfo',
-'menu.create_group' => 'Loo grupp',
+// TODO: translate the following.
+// 'menu.register' => 'Register',
 'menu.profile' => 'Profiil',
 'menu.group' => 'Grupp',
 'menu.plugins' => 'Lisad',
@@ -240,6 +241,8 @@ $i18n_key_words = array(
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Eriväljad',
 'label.monthly_quotas' => 'Kuu kvoot',
+// TODO: translate the following.
+// 'label.entity' => 'Entity',
 'label.type' => 'Tüüp',
 'label.type_dropdown' => 'rippmenüü',
 'label.type_text' => 'tekst',
@@ -252,6 +255,8 @@ $i18n_key_words = array(
 'label.paid_status' => 'Makse olek',
 'label.paid' => 'Makstud',
 'label.mark_paid' => 'Märgi makstuks',
+// TODO: translate the following.
+// 'label.week_menu' => 'Week menu',
 'label.week_note' => 'Nädala märge',
 'label.week_list' => 'Nädala nimekiri',
 'label.work_units' => 'Töö ühikud',
@@ -273,6 +278,13 @@ $i18n_key_words = array(
 'label.active_users' => 'Aktiivsed kasutajad',
 'label.inactive_users' => 'Mitteaktiivsed kasutajad',
 
+// Entity names. We use lower case (in English) because they are used in dropdowns, too.
+// They are used to associate a custom field with an entity type.
+// TODO: translate the following.
+// 'entity.time' => 'time',
+// 'entity.user' => 'user',
+// 'entity.project' => 'project',
+
 // Form titles.
 // TODO: Improve titles for consistency, so that each title explains correctly what each
 // page is about and is "consistent" from page to page, meaning that correct grammar is used everywhere.
@@ -574,6 +586,8 @@ $i18n_key_words = array(
 'form.group_edit.uncompleted_indicators' => 'Lõpetamata kirjete indikaator', // TODO: Fix this. Indicators (plural), not indicator.
 'form.group_edit.confirm_save' => 'Kinnita salvestamine',
 'form.group_edit.allow_ip' => 'Luba IP',
+// TODO: translate the following.
+// 'form.group_edit.advanced_settings' => 'Advanced settings',
 
 // Deleting Group form. See example at https://timetracker.anuko.com/delete_group.php
 'form.group_delete.hint' => 'Oled kindel, et soovid kogu gruppi kustutada?',