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' => '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',
|
|
'instructions' => 'Dodanie adresu jest obowiązkiem powiatu.',
|
|
],
|
|
'show_extends_actions' => [
|
|
'name' => 'Pokaż działania rozszerzeń',
|
|
'instructions' => 'Reprezentuje opcje Rozszerzenia dostępne na stronie Mój profil Reklamy.',
|
|
],
|
|
];
|