mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations message.php (Japanese) * New translations section.php (Japanese) * New translations setting.php (Japanese) * New translations section.php (Korean) * New translations setting.php (Korean) * New translations section.php (Italian) * New translations setting.php (Italian) * New translations message.php (Hebrew) * New translations message.php (Italian) * New translations message.php (Korean) * New translations message.php (Polish) * New translations message.php (Portuguese) * New translations section.php (Portuguese) * New translations setting.php (Portuguese) * New translations section.php (Dutch) * New translations setting.php (Dutch) * New translations section.php (Polish) * New translations setting.php (Polish) * New translations message.php (Dutch) * New translations section.php (Spanish) * New translations setting.php (Spanish) * New translations section.php (Arabic) * New translations setting.php (Arabic) * New translations message.php (Spanish) * New translations message.php (French) * New translations message.php (Romanian) * New translations section.php (Romanian) * New translations setting.php (Romanian) * New translations section.php (French) * New translations setting.php (French) * New translations section.php (Greek) * New translations setting.php (Greek) * New translations message.php (Greek) * New translations section.php (Hebrew) * New translations setting.php (Hebrew) * New translations message.php (Arabic) * New translations message.php (German) * New translations section.php (German) * New translations setting.php (German) * New translations message.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations message.php (Turkish) * New translations section.php (Turkish) * New translations setting.php (Turkish) * New translations message.php (Russian) * New translations section.php (Russian) * New translations setting.php (Russian) * New translations message.php (Albanian) * New translations section.php (Albanian) * New translations setting.php (Albanian) * New translations message.php (Bengali) * New translations setting.php (Azerbaijani) * New translations section.php (Azerbaijani) * New translations message.php (Persian) * New translations setting.php (Bengali) * New translations section.php (Bengali) * New translations setting.php (Hindi) * New translations message.php (Hindi) * New translations section.php (Hindi) * New translations message.php (Azerbaijani) * New translations message.php (Ukrainian) * New translations setting.php (Urdu (Pakistan)) * New translations section.php (Urdu (Pakistan)) * New translations setting.php (Ukrainian) * New translations section.php (Ukrainian) * New translations message.php (Vietnamese) * New translations setting.php (Persian) * New translations section.php (Persian) * New translations message.php (Urdu (Pakistan)) * New translations setting.php (Vietnamese) * New translations section.php (Vietnamese)
49 lines
975 B
PHP
49 lines
975 B
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',
|
|
'options' => [
|
|
'title' => 'Opcje',
|
|
],
|
|
'ads_image' => 'Obraz reklam',
|
|
];
|