diff --git a/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php b/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php index 9c521afa3..e8cd6f8f8 100644 --- a/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php +++ b/addons/default/visiosoft/advs-module/resources/lang/sr/setting.php @@ -128,12 +128,15 @@ return [ 'google_statistic_code' => [ 'name' => 'Google Statistic Code', ], + 'body_custom_space' => [ + 'name' => 'Body Custom Space', + ], 'register_email_field' => [ 'name' => 'Zahtevaj Email za registraciju članova', ], 'market_place' => [ 'name' => 'Trgovina', - 'instructions' => 'If the marketplace is down, your site will act as ecommerce. For example, + '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.' ], @@ -230,6 +233,10 @@ return [ 'name' => 'Sakrij Informacije prodavca', 'instructions' => 'Sakrij informacije o prodavcu na stranici sa detaljima oglasa', ], + 'hide_seller_info_by_category' => [ + 'name' => 'Hide Seller Information By Category', + 'instructions' => 'Hiding to seller infos by selected main categories in ads detail page', + ], 'show_post_ad_agreement' => [ 'name' => 'Prikaži ugovor o objavljivanju oglasa', 'instructions' => 'Uključite ovo ako želite da na stranici za izradu oglasa prikažete ugovor o politici privatnosti', @@ -280,7 +287,26 @@ 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' - ] + 'hide_contact_created_at' => [ + 'name' => 'Hide Contact Fields For in Create New Ad' + ], + 'show_input_flag' => [ + 'name' => 'Show Flags on Input', + 'instructions' => 'Show flag and description on translatable inputs' + ], + 'hide_out_of_stock_products_without_listing' => [ + 'name' => 'Hide out of stock products without listing', + 'instructions' => 'Hides out-of-stock GET products from listing and homepage' + ], + 'only_email_login' => [ + 'name' => 'Only Email Login' + ], + 'preview_mode' => [ + 'name' => 'Preview Mode', + 'instructions' => 'When this mode is enabled, the ad is previewed by the user.' + ], + 'show_order_note' => [ + 'name' => 'Show Order Note', + 'instructions' => "Show the order note field which is used to show the customers custom text when their order's payment is approved." + ], ];