]> wagnertech.de Git - timetracker.git/blobdiff - WEB-INF/resources/ru.lang.php
Refactoring - moved quota related functions into quota class.
[timetracker.git] / WEB-INF / resources / ru.lang.php
index 1635d0ff1c7b01d36c4ff3f4a78a39219d1169c3..41c868d94a3ce83561a9c0a76fe9bdd025a785c9 100644 (file)
@@ -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' => 'Проект с таким именем уже есть.',