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
848 B
PHP
38 lines
848 B
PHP
<?php
|
|
|
|
return [
|
|
'advs' => [
|
|
'name' => 'Оголошення',
|
|
],
|
|
'categories' => [
|
|
'name' => 'Категорії',
|
|
],
|
|
'village' => [
|
|
'name' => 'Село',
|
|
],
|
|
'custom_fields' => [
|
|
'name' => 'Спеціальні поля',
|
|
],
|
|
'custom_field_advs' => [
|
|
'name' => 'Спеціальні рекламні поля',
|
|
],
|
|
'cf_values' => [
|
|
'name' => 'Значення Cf',
|
|
],
|
|
'options' => [
|
|
'name' => 'Параметри',
|
|
],
|
|
'product_options' => [
|
|
'name' => 'Варіанти товару',
|
|
],
|
|
'productoptions_value' => [
|
|
'name' => 'Значення опцій',
|
|
],
|
|
'option_configuration' => [
|
|
'name' => 'Конфігурація',
|
|
],
|
|
'status' => [
|
|
'name' => 'Статус',
|
|
],
|
|
];
|