X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/7b5468067f8be75bb9bd389756a0dc824d0d4f9a..d9b8a2fcd3d9886b2cf218d31eb6d37afdae368e:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 1635d0ff..41c868d9 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -38,7 +38,7 @@ $i18n_holidays = array('01/01', '01/07', '02/23', '03/08', '05/01', '05/09', '06 $i18n_key_words = array( -// Menus - short selection strings that are displayed on the top of application web pages. +// Menus - short selection strings that are displayed on top of application web pages. // Example: https://timetracker.anuko.com (black menu on top). 'menu.login' => 'Войти', 'menu.logout' => 'Выйти', @@ -77,6 +77,7 @@ $i18n_key_words = array( 'error.task' => 'Выберите задачу.', 'error.client' => 'Выберите клиента.', 'error.report' => 'Выберите отчёт.', +'error.record' => 'Выберите запись.', 'error.auth' => 'Неправильно введен логин или пароль.', 'error.user_exists' => 'Пользователь с таким логином уже существует.', 'error.project_exists' => 'Проект с таким именем уже есть.',