openclassify/addons/default/visiosoft/advs-module/resources/lang/ru/stream.php
2026-03-02 23:41:21 +03:00

38 lines
860 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'advs' => [
'name' => 'Advs',
],
'categories' => [
'name' => 'категории',
],
'village' => [
'name' => 'Деревня',
],
'custom_fields' => [
'name' => 'Настраиваемые поля',
],
'custom_field_advs' => [
'name' => 'Настраиваемые поля',
],
'cf_values' => [
'name' => 'Значения ср',
],
'options' => [
'name' => 'Параметры',
],
'product_options' => [
'name' => 'Варианты продукта',
],
'productoptions_value' => [
'name' => 'Стоимость опционов',
],
'option_configuration' => [
'name' => 'Конфигурация',
],
'status' => [
'name' => 'Положение дел',
],
];