X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=93c88dd83bc8c51cbe914602e92af95fc3b5bd5e;hb=db25f950841ee874795d4b9605f8ae2347aaf4f1;hp=980aa466e6bccd704376e2b572fcef1cb0c15175;hpb=770d560338b34e0a869c78778d0cd838905fb192;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 980aa466..93c88dd8 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -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' => 'Успех', @@ -360,8 +366,6 @@ $i18n_key_words = array( 'dropdown.previous_year' => 'прошлый год', 'dropdown.selected_year' => 'год', 'dropdown.all_time' => 'всё время', -'dropdown.time' => 'время', -'dropdown.user' => 'пользователь', 'dropdown.projects' => 'проекты', 'dropdown.tasks' => 'задачи', 'dropdown.clients' => 'клиенты',