openclassify/addons/default/visiosoft/advs-module/resources/lang/cs/section.php
Fatih Alp baf62ec2be
New Crowdin updates (#966)
* 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)
2021-04-05 19:44:46 +03:00

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