Added entity column on cf_custom_fields.php page.
[timetracker.git] / WEB-INF / resources / he.lang.php
index 5ac9ec4..3aee806 100644 (file)
@@ -291,6 +291,13 @@ $i18n_key_words = array(
 'label.active_users' => 'משתמשים פעילים',
 'label.inactive_users' => 'משתמשים לא פעילים',
 
+// 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.
 'title.error' => 'שגיאה',
 // TODO: Translate the following.