]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/pt.lang.php
posaune
[timetracker.git] / WEB-INF / resources / pt.lang.php
index 9b87642dbe158d6e9ba5175ef5932b4faa97a2e8..6c002439da490e70a95af93c57569b50778cd15d 100644 (file)
@@ -243,6 +243,7 @@ $i18n_key_words = array(
 // TODO: translate the following.
 // 'label.custom_fields' => 'Custom fields',
 // 'label.monthly_quotas' => 'Monthly quotas',
+// 'label.entity' => 'Entity',
 // 'label.type' => 'Type',
 // 'label.type_dropdown' => 'dropdown',
 // 'label.type_text' => 'text',
@@ -276,6 +277,13 @@ $i18n_key_words = array(
 // 'label.active_users' => 'Active Users',
 // 'label.inactive_users' => '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.
 // TODO: Translate the following.
 // 'title.error' => 'Error',