mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations setting.php (Persian) * New translations setting.php (Urdu (Pakistan)) * New translations setting.php (French) * New translations setting.php (Korean) * New translations setting.php (Spanish) * New translations setting.php (Arabic) * New translations setting.php (German) * New translations setting.php (Greek) * New translations setting.php (Hebrew) * New translations setting.php (Italian) * New translations setting.php (Japanese)
54 lines
1.8 KiB
PHP
54 lines
1.8 KiB
PHP
<?php
|
|
|
|
return [
|
|
'show_my_ads' => [
|
|
'name' => 'Zobrazit kartu Moje reklamy',
|
|
],
|
|
'upload_avatar' => [
|
|
'name' => 'Nahrání avataru',
|
|
],
|
|
'show_tax_office' => [
|
|
'name' => 'Zobrazit pole daňového úřadu',
|
|
],
|
|
'show_checkbox_terms_on_register' => [
|
|
'name' => 'Zobrazit podmínky zaškrtávacího políčka při registraci',
|
|
'instructions' => 'Zobrazit „Přijmout výraz“, „zákon o ochraně“, „výraz ochrany soukromí“, „sms a e-maily“ ve formuláři registrace'
|
|
],
|
|
'register_protection_url' => [
|
|
'name' => 'Registrovat URL ochrany',
|
|
],
|
|
'register_privacy_url' => [
|
|
'name' => 'Zaregistrujte si soukromou URL',
|
|
],
|
|
'show_education_profession' => [
|
|
'name' => 'Zobrazit pole vzdělání a profese',
|
|
'instructions' => 'Na stránce pro úpravu profilu zobrazte „Vzdělání“, „Stav vzdělání“ a „Profese“'
|
|
],
|
|
'google_captcha_site_key' => [
|
|
'name' => 'Klíč webu Google Captcha',
|
|
],
|
|
'google_captcha_secret_key' => [
|
|
'name' => 'Tajný klíč Google Captcha',
|
|
],
|
|
'score_threshold' => [
|
|
'name' => 'Prahová hodnota skóre',
|
|
'instructions' => 'Hodnota mezi 0 a 1. Čím vyšší je prahová hodnota, tím přísnější je ReCaptcha ve snaze zjistit, zda je uživatel robot nebo ne.',
|
|
],
|
|
'education' => [
|
|
'name' => 'Vzdělání'
|
|
],
|
|
'state_of_education' => [
|
|
'name' => 'Stav školství'
|
|
],
|
|
'profession' => [
|
|
'name' => 'Profese'
|
|
],
|
|
'hide_register_type_profile' => [
|
|
'name' => 'Skrýt Typ registrace na stránce profilu',
|
|
'instructions' => 'Skryje pole typu registru na stránce pro úpravu profilu.',
|
|
],
|
|
'required_district' => [
|
|
'name' => 'Povinný okres'
|
|
],
|
|
];
|