openclassify/addons/default/visiosoft/advs-module/resources/lang/cs/section.php
2026-03-02 23:41:21 +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',
];