openclassify/addons/default/visiosoft/advs-module/resources/lang/pl/section.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

63 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',
],
];