From 8a95b1a204818490cbe337553b4fe932fa96c693 Mon Sep 17 00:00:00 2001 From: Eugeny Galkovskiy Date: Thu, 9 Nov 2017 12:21:47 +0200 Subject: [PATCH] translates forms --- common/messages/ru/app.php | 1 + common/messages/ru/artbox-comment.php | 1 + common/messages/ru/blog.php | 1 + 3 files changed, 3 insertions(+), 0 deletions(-) diff --git a/common/messages/ru/app.php b/common/messages/ru/app.php index 9a66823..95d566d 100755 --- a/common/messages/ru/app.php +++ b/common/messages/ru/app.php @@ -21,4 +21,5 @@ 'Username' => 'Имя', 'Email' => 'Email', 'Text' => 'Текст сообщения', + 'Comment posted' => 'Ваш комментарий появится после проверки модератором', ]; \ No newline at end of file diff --git a/common/messages/ru/artbox-comment.php b/common/messages/ru/artbox-comment.php index 0a4bbf7..8db1504 100644 --- a/common/messages/ru/artbox-comment.php +++ b/common/messages/ru/artbox-comment.php @@ -1,4 +1,5 @@ 'Гость', + 'Comment posted' => 'Ваш комментарий появится после проверки модератором', ]; \ No newline at end of file diff --git a/common/messages/ru/blog.php b/common/messages/ru/blog.php index 06871dc..34d54f0 100644 --- a/common/messages/ru/blog.php +++ b/common/messages/ru/blog.php @@ -11,4 +11,5 @@ return [ 'Update' => 'Обновить', 'Delete' => 'Удалить', 'Create' => 'Создать', + 'Comment posted' => 'Ваш комментарий появится после проверки модератором', ]; \ No newline at end of file -- libgit2 0.21.4