mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
advertisement rules were added in english and turkish.
This commit is contained in:
parent
338aac97f9
commit
83fd13c156
@ -5,4 +5,6 @@ return [
|
||||
'please_buy_package' => 'Please buy package',
|
||||
'please_payment' => 'Please Pay',
|
||||
'bank_account_info' => 'Bank account information',
|
||||
'agreement' =>'By clicking Post, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.'
|
||||
|
||||
];
|
||||
|
||||
@ -5,4 +5,6 @@ return [
|
||||
"please_buy_package" => "Lütfen paket satın al",
|
||||
'please_payment' => 'Lütfen Ödeme Yapınız',
|
||||
'bank_account_info' => 'Banka Hesap Bilgilerimiz',
|
||||
'agreement' =>'Yayınla\'yı tıkladığınızda, Kullanım Koşulları ve Gizlilik Politikasını kabul etmiş olursunuz, bu öğenin hak sahibi olduğunuzu kabul edersiniz.'
|
||||
|
||||
];
|
||||
@ -158,7 +158,7 @@
|
||||
<label for="send">
|
||||
<input type="checkbox" name="send" id="send" required>
|
||||
|
||||
{{ blocks('advs-default-theme-post-adv-bottom') }}
|
||||
{{ trans('visiosoft.module.advs::message.agreement') }}
|
||||
</label><br>
|
||||
{{ form.actions|raw }}
|
||||
</div><!-- section -->
|
||||
|
||||
Loading…
Reference in New Issue
Block a user