openclassify/addons/default/visiosoft/profile-module/resources/lang/sr/setting.php
Fatih Alp 111b71b961
New Crowdin updates (#1048)
* New translations button.php (Serbian (Latin))

* New translations input.php (Serbian (Latin))

* New translations addon.php (Serbian (Latin))

* New translations validation.php (Serbian (Latin))

* New translations message.php (Serbian (Latin))

* New translations field.php (Serbian (Latin))

* New translations setting.php (Serbian (Latin))
2021-04-21 16:53:25 +03:00

54 lines
1.8 KiB
PHP

<?php
return [
'show_my_ads' => [
'name' => 'Prikaži karticu Moji oglasi',
],
'upload_avatar' => [
'name' => 'Otpremanje avatara',
],
'show_tax_office' => [
'name' => 'Pokažite polje poreske uprave',
],
'show_checkbox_terms_on_register' => [
'name' => 'Pokaži checkbox Uslovi za registraciju',
'instructions' => 'Na obrascu za registraciju prikažite „Prihvati pojam“, „zakon o zaštiti“, „termin za privatnost“, „sms i e-poštu“'
],
'register_protection_url' => [
'name' => 'Registrujte zaštitni URL',
],
'register_privacy_url' => [
'name' => 'Registrujte URL za privatnost',
],
'show_education_profession' => [
'name' => 'Prikažite polja obrazovanja i profesije',
'instructions' => 'Prikažite „Obrazovanje“, „Država obrazovanja“ i „Zanimanje“ na stranici za uređivanje profila'
],
'google_captcha_site_key' => [
'name' => 'Google Captcha Site Key',
],
'google_captcha_secret_key' => [
'name' => 'Google Captcha Secret Key',
],
'score_threshold' => [
'name' => 'Score Threshold',
'instructions' => 'Vrednost između 0 i 1. Što je veći prag, to je strožiji ReCaptcha u pokušaju da utvrdi da li je korisnik bot ili ne.',
],
'education' => [
'name' => 'Obrazovanje'
],
'state_of_education' => [
'name' => 'Država obrazovanja'
],
'profession' => [
'name' => 'Profesija'
],
'hide_register_type_profile' => [
'name' => 'Sakrij tip registracije na stranici profila',
'instructions' => 'Sakriva polje tipa registra na stranici za uređivanje profila.',
],
'required_district' => [
'name' => 'Obavezan deo grada'
],
];