Added entity column on cf_custom_fields.php page.
[timetracker.git] / WEB-INF / resources / sr.lang.php
index 94b9512..e73ae46 100644 (file)
@@ -275,6 +275,13 @@ $i18n_key_words = array(
 'label.active_users' => 'Aktivni korisnik',
 'label.inactive_users' => 'Neaktivni korisnik',
 
+// 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' => 'Greška',
 // TODO: Translate the following.