mirror of
https://github.com/openclassify/openclassify.git
synced 2026-04-25 08:10:41 -05:00
38 lines
735 B
PHP
38 lines
735 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Advs',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Kategóriák',
|
|
],
|
|
'village' => [
|
|
'name' => 'Falu',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Egyéni mezők',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Egyéni mezei tanácsok',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Vö. Értékek',
|
|
],
|
|
'options' => [
|
|
'name' => 'Lehetőségek',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Termék opciók',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Opciók értéke',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Konfiguráció',
|
|
],
|
|
'status' => [
|
|
'name' => 'Állapot',
|
|
],
|
|
];
|