mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-24 22:11:01 -06:00
Merge pull request #107 from openclassify/sametadvsdil
advertisement rules were added in english and turkish.
This commit is contained in:
commit
bf2a56b401
@ -5,4 +5,6 @@ return [
|
|||||||
'please_buy_package' => 'Please buy package',
|
'please_buy_package' => 'Please buy package',
|
||||||
'please_payment' => 'Please Pay',
|
'please_payment' => 'Please Pay',
|
||||||
'bank_account_info' => 'Bank account information',
|
'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_buy_package" => "Lütfen paket satın al",
|
||||||
'please_payment' => 'Lütfen Ödeme Yapınız',
|
'please_payment' => 'Lütfen Ödeme Yapınız',
|
||||||
'bank_account_info' => 'Banka Hesap Bilgilerimiz',
|
'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">
|
<label for="send">
|
||||||
<input type="checkbox" name="send" id="send" required>
|
<input type="checkbox" name="send" id="send" required>
|
||||||
|
|
||||||
{{ blocks('advs-default-theme-post-adv-bottom') }}
|
{{ trans('visiosoft.module.advs::message.agreement') }}
|
||||||
</label><br>
|
</label><br>
|
||||||
{{ form.actions|raw }}
|
{{ form.actions|raw }}
|
||||||
</div><!-- section -->
|
</div><!-- section -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user