mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* 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)
65 lines
1.3 KiB
PHP
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',
|
|
|
|
];
|