openclassify/addons/default/visiosoft/profile-module/resources/lang/pl/setting.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

54 lines
1.7 KiB
PHP

<?php
return [
'show_my_ads' => [
'name' => 'Pokaż kartę Moje reklamy',
],
'upload_avatar' => [
'name' => 'Przesyłanie awatara',
],
'show_tax_office' => [
'name' => 'Pokaż pole Urzędu Skarbowego',
],
'show_checkbox_terms_on_register' => [
'name' => 'Pokaż warunki pola wyboru w rejestrze',
'instructions' => 'Pokaż w formularzu rejestracyjnym „Zaakceptuj termin”, „Prawo ochrony”, „Warunki prywatności”, „SMS-y i e-maile”'
],
'register_protection_url' => [
'name' => 'Zarejestruj adres URL ochrony',
],
'register_privacy_url' => [
'name' => 'Zarejestruj adres URL dotyczący prywatności',
],
'show_education_profession' => [
'name' => 'Pokaż pola edukacji i zawodów',
'instructions' => 'Pokaż „Wykształcenie”, „Stan edukacji” i „Zawód” na stronie edycji profilu'
],
'google_captcha_site_key' => [
'name' => 'Klucz witryny Google Captcha',
],
'google_captcha_secret_key' => [
'name' => 'Tajny klucz Google Captcha',
],
'score_threshold' => [
'name' => 'Próg punktacji',
'instructions' => 'Wartość od 0 do 1. Im wyższy próg, tym bardziej reCaptcha próbuje określić, czy użytkownik jest botem, czy nie.',
],
'education' => [
'name' => 'Edukacja'
],
'state_of_education' => [
'name' => 'Stan edukacji'
],
'profession' => [
'name' => 'Zawód'
],
'hide_register_type_profile' => [
'name' => 'Ukryj Zarejestruj Wpisz na stronie profilu',
'instructions' => 'Ukrywa pole typu rejestru na stronie edycji profilu.',
],
'required_district' => [
'name' => 'Okręg wymagany'
],
];