openclassify/addons/default/visiosoft/advs-module/resources/lang/en/stream.php
2020-10-19 18:34:53 +03:00

41 lines
836 B
PHP

<?php
return [
'advs' => [
'name' => 'Advs',
],
'categories' => [
'name' => 'Categories',
],
'village' => [
'name' => 'Village',
],
'custom_fields' => [
'name' => 'Custom fields',
],
'custom_field_advs' => [
'name' => 'Custom field advs',
],
'cf_values' => [
'name' => 'Cf values',
],
'options' => [
'name' => 'Options',
],
'product_options' => [
'name' => 'Produc Options',
],
'productoptions_value' => [
'name' => 'Productoptions value',
],
'options_configuration' => [
'name' => 'Options configuration',
],
'option_configuration' => [
'name' => 'Option configuration',
],
'option_configuration' => [
'name' => 'Option configuration',
],
];