X-Git-Url: http://wagnertech.de/git?a=blobdiff_plain;f=WEB-INF%2Fresources%2Fru.lang.php;h=ad24983c320ae9ce92f0967ca25962049fcfd843;hb=2908e17af44b65d6a97e299edd03293ddd802802;hp=cbfc3d77f630fc9b5a829f2457a31b4872a06c0e;hpb=78fdadfb6001c22512856ee6a5771b8d5a5ae122;p=timetracker.git diff --git a/WEB-INF/resources/ru.lang.php b/WEB-INF/resources/ru.lang.php index cbfc3d77..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' => 'Сейчас', @@ -220,7 +223,7 @@ $i18n_key_words = array( // Form titles. 'title.error' => 'Ошибка', -'title.success' => 'Успешная операция', +'title.success' => 'Успех', 'title.login' => 'Вход в систему', 'title.groups' => 'Группы', 'title.subgroups' => 'Подгруппы',