mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-08 06:16:05 -06:00
New translations setting.php (Serbian (Latin))
This commit is contained in:
parent
c4bdaf8c94
commit
230e9c3449
@ -128,12 +128,15 @@ return [
|
|||||||
'google_statistic_code' => [
|
'google_statistic_code' => [
|
||||||
'name' => 'Google Statistic Code',
|
'name' => 'Google Statistic Code',
|
||||||
],
|
],
|
||||||
|
'body_custom_space' => [
|
||||||
|
'name' => 'Body Custom Space',
|
||||||
|
],
|
||||||
'register_email_field' => [
|
'register_email_field' => [
|
||||||
'name' => 'Zahtevaj Email za registraciju članova',
|
'name' => 'Zahtevaj Email za registraciju članova',
|
||||||
],
|
],
|
||||||
'market_place' => [
|
'market_place' => [
|
||||||
'name' => 'Trgovina',
|
'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
|
some fields in the profile such as ads, dopings, messages, sale, packages and store are not visible and
|
||||||
removes corporate membership.'
|
removes corporate membership.'
|
||||||
],
|
],
|
||||||
@ -230,6 +233,10 @@ return [
|
|||||||
'name' => 'Sakrij Informacije prodavca',
|
'name' => 'Sakrij Informacije prodavca',
|
||||||
'instructions' => 'Sakrij informacije o prodavcu na stranici sa detaljima oglasa',
|
'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' => [
|
'show_post_ad_agreement' => [
|
||||||
'name' => 'Prikaži ugovor o objavljivanju oglasa',
|
'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',
|
'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',
|
'name' => 'Show Tax Field',
|
||||||
'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
|
'instructions' => 'When this option is enabled, you can set the tax rate on the ad creation page.'
|
||||||
],
|
],
|
||||||
'hide_contact_created_at' => [
|
'hide_contact_created_at' => [
|
||||||
'name' => 'Hide Contact Fields For in Create New Ad'
|
'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."
|
||||||
|
],
|
||||||
];
|
];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user