]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ru.lang.php
posaune
[timetracker.git] / WEB-INF / resources / ru.lang.php
index ff20fc5e6a176e236f5d4ac130d20128458aa794..93c88dd83bc8c51cbe914602e92af95fc3b5bd5e 100644 (file)
@@ -247,6 +247,12 @@ $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.
+'entity.time' => 'время',
+'entity.user' => 'пользователь',
+'entity.project' => 'проект',
+
 // Form titles.
 'title.error' => 'Ошибка',
 'title.success' => 'Успех',