mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations addon.php (Hebrew) * New translations field.php (Catalan) * New translations addon.php (Afrikaans) * New translations addon.php (Romanian) * New translations field.php (Romanian)
59 lines
2.0 KiB
PHP
59 lines
2.0 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',
|
|
'instructions' => 'Adding an address represents the district obligation.',
|
|
],
|
|
'show_extends_actions' => [
|
|
'name' => 'Show Extends Actions',
|
|
'instructions' => 'Represents the Extends options available on the my profile Ads page.',
|
|
],
|
|
];
|