]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ru.lang.php
posaune
[timetracker.git] / WEB-INF / resources / ru.lang.php
index bc1963be177122e8dd69e5be526b0f9c2bd58251..93c88dd83bc8c51cbe914602e92af95fc3b5bd5e 100644 (file)
@@ -213,6 +213,7 @@ $i18n_key_words = array(
 // Labels for plugins (extensions to Time Tracker that provide additional features).
 'label.custom_fields' => 'Дополнительные поля',
 'label.monthly_quotas' => 'Месячные квоты',
+'label.entity' => 'Сущность',
 'label.type' => 'Тип',
 'label.type_dropdown' => 'комбо',
 'label.type_text' => 'текст',
@@ -246,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' => 'Успех',