openclassify/addons/default/visiosoft/advs-module/resources/lang/pl/section.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

65 lines
1.3 KiB
PHP

<?php
return [
'advs' => [
'title' => 'Reklamy',
],
'categories' => [
'title' => 'Kategorie',
],
'countries' => [
'title' => 'Kraje',
],
'cities' => [
'title' => 'Miasta',
],
'districts' => [
'title' => 'Dzielnice',
],
'neighborhoods' => [
'title' => 'Okolice',
],
'village' => [
'title' => 'Wioska',
],
'custom_fields' => [
'title' => 'Pola niestandardowe',
],
'custom_field_advs' => [
'title' => 'Niestandardowe reklamy polowe',
],
'cf_values' => [
'title' => 'Wartości Cf',
],
'fields' => [
'title' => 'Pola niestandardowe'
],
'assets_clear' => [
'name' => 'Aktywa Wyczyść'
],
'general' => 'Generał',
'ads' => 'Reklamy',
'user' => 'Użytkownik',
'filter' => 'Filtr',
'create_ad' => 'Utwórz reklamę',
'options' => [
'title' => 'Opcje',
],
'ads_image' => 'Obraz reklam',
'product_options' => [
'title' => 'Opcje',
],
'productoptions_value' => [
'title' => 'Wartość opcji',
],
'option_configuration' => [
'title' => 'Konfiguracja',
],
'translations' => 'Tłumaczenia',
'status' => [
'title' => 'Status',
],
'ads_detail' => 'Szczegóły reklam',
];