mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
* New translations permission.php (Swedish) * New translations section.php (Swedish) * New translations setting.php (Swedish) * New translations stream.php (Swedish)
38 lines
860 B
PHP
38 lines
860 B
PHP
<?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' => 'Положение дел',
|
||
],
|
||
];
|