From 863429cf15e16e1b506a8d0fa7b3cc3a2087c081 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 23 Sep 2020 18:54:07 +0300 Subject: [PATCH] New translations message.php (Russian) --- .../visiosoft/advs-module/resources/lang/ru/message.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/addons/default/visiosoft/advs-module/resources/lang/ru/message.php b/addons/default/visiosoft/advs-module/resources/lang/ru/message.php index e43d4cab1..1941a3db0 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/ru/message.php +++ b/addons/default/visiosoft/advs-module/resources/lang/ru/message.php @@ -22,5 +22,7 @@ return [ 'currency_converted' => 'Валюта успешно конвертирована.', 'choose_user' => 'Выберите пользователя', 'owner_updated_successfully' => 'Владелец обновлен успешно!', - 'no_add_found' => 'No Ad Found!', + 'no_add_found' => 'Объявление не найдено!', + 'replicated_success' => 'Объявление успешно тиражировано!', + 'ad_doesnt_exist' => "Такого объявления не существует!", ];