X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/timetracker.git/blobdiff_plain/79a38d5d7579d6ba89efdc1b077b87a2e324cbd3..eb88312a950031020c710aa5994c445a0dfd4443:/WEB-INF/resources/ru.lang.php diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index 926834e2..ad24983c 100644 --- a/WEB-INF/resources/ru.lang.php +++ b/WEB-INF/resources/ru.lang.php @@ -101,6 +101,9 @@ $i18n_key_words = array( 'error.cannot_import' => 'Невозможно импортировать: %s.', 'error.format' => 'Неверный формат файла.', +// Success messages. +'msg.success' => 'Операция завершена успешно.', + // Labels for buttons. 'button.login' => 'Войти', 'button.now' => 'Сейчас', @@ -219,6 +222,8 @@ $i18n_key_words = array( 'label.totals_only' => 'Только итоги', // Form titles. +'title.error' => 'Ошибка', +'title.success' => 'Успех', 'title.login' => 'Вход в систему', 'title.groups' => 'Группы', 'title.subgroups' => 'Подгруппы',