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' => 'Země',
|
|
],
|
|
'cities' => [
|
|
'title' => 'Města',
|
|
],
|
|
'districts' => [
|
|
'title' => 'Okresy',
|
|
],
|
|
'neighborhoods' => [
|
|
'title' => 'Sousedství',
|
|
],
|
|
'village' => [
|
|
'title' => 'Vesnice',
|
|
],
|
|
'custom_fields' => [
|
|
'title' => 'Vlastní pole',
|
|
],
|
|
'custom_field_advs' => [
|
|
'title' => 'Vlastní polní reklamy',
|
|
],
|
|
'cf_values' => [
|
|
'title' => 'Viz hodnoty',
|
|
],
|
|
'fields' => [
|
|
'title' => 'Vlastní pole'
|
|
],
|
|
'assets_clear' => [
|
|
'name' => 'Majetek vymazán'
|
|
],
|
|
'general' => 'Všeobecné',
|
|
'ads' => 'Reklamy',
|
|
'user' => 'Uživatel',
|
|
'filter' => 'Filtr',
|
|
'create_ad' => 'Vytvořit reklamu',
|
|
'options' => [
|
|
'title' => 'Možnosti',
|
|
],
|
|
'ads_image' => 'Obrázek reklamy',
|
|
'product_options' => [
|
|
'title' => 'Možnosti',
|
|
],
|
|
'productoptions_value' => [
|
|
'title' => 'Hodnota hodnoty',
|
|
],
|
|
'option_configuration' => [
|
|
'title' => 'Konfigurace',
|
|
],
|
|
'translations' => 'Překlady',
|
|
'status' => [
|
|
'title' => 'Postavení',
|
|
],
|
|
'ads_detail' => 'Podrobnosti reklam',
|
|
|
|
];
|