openclassify/addons/default/visiosoft/advs-module/resources/lang/hu/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.4 KiB
PHP

<?php
return [
'advs' => [
'title' => 'Hirdetések',
],
'categories' => [
'title' => 'Kategóriák',
],
'countries' => [
'title' => 'Országok',
],
'cities' => [
'title' => 'Városok',
],
'districts' => [
'title' => 'Kerületek',
],
'neighborhoods' => [
'title' => 'Környékek',
],
'village' => [
'title' => 'Falu',
],
'custom_fields' => [
'title' => 'Egyéni mezők',
],
'custom_field_advs' => [
'title' => 'Egyéni mezőhirdetések',
],
'cf_values' => [
'title' => 'Vö. Értékek',
],
'fields' => [
'title' => 'Egyéni mezők'
],
'assets_clear' => [
'name' => 'Eszközök törlése'
],
'general' => 'Tábornok',
'ads' => 'Hirdetések',
'user' => 'Felhasználó',
'filter' => 'Szűrő',
'create_ad' => 'Hirdetés létrehozása',
'options' => [
'title' => 'Lehetőségek',
],
'ads_image' => 'Hirdetések képe',
'product_options' => [
'title' => 'Lehetőségek',
],
'productoptions_value' => [
'title' => 'Opciók értéke',
],
'option_configuration' => [
'title' => 'Konfiguráció',
],
'translations' => 'Fordítások',
'status' => [
'title' => 'Állapot',
],
'ads_detail' => 'Hirdetések részletei',
];