]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ro.lang.php
posaune
[timetracker.git] / WEB-INF / resources / ro.lang.php
index 057714eac2a08f5093fec99dc0a70b4d21bb9570..a66f5e4e6ea2bf2b3450050f1fd180f8fd69a1e3 100644 (file)
@@ -253,6 +253,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',
@@ -288,6 +289,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: 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.