From c210c4d3e136a6ffd6558e6272d23e8033c2f396 Mon Sep 17 00:00:00 2001 From: Fatih Alp Date: Wed, 30 Jun 2021 14:06:19 +0300 Subject: [PATCH] New translations setting.php (Persian) --- .../visiosoft/advs-module/resources/lang/fa/setting.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php b/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php index b6bf1cebf..a3be0dd07 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/fa/setting.php @@ -134,6 +134,9 @@ return [ ], 'market_place' => [ 'name' => 'محل بازار', + 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example, + some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and + removes corporate membership.' ], 'price_area_hidden' => [ 'name' => 'منطقه پنهان', @@ -281,4 +284,7 @@ return [ 'name' => 'Show Tax Field', 'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.' ], + 'hide_contact_created_at' => [ + 'name' => 'Hide Contact Fields For in Create New Ad' + ] ];