openclassify/addons/default/visiosoft/advs-module/resources/lang/pl/section.php
Fatih Alp 30889a89f4
New Crowdin updates (#793)
* New translations field.php (German)

* New translations field.php (Greek)

* New translations field.php (Turkish)

* New translations field.php (Swedish)

* New translations field.php (Turkish)

* New translations field.php (Ukrainian)

* New translations field.php (Albanian)
2020-11-16 17:48:33 +03:00

59 lines
1.2 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',
],
];