| Current Path : /var/www/homesaver/www/bitrix/modules/catalog/admin/ |
| Current File : /var/www/homesaver/www/bitrix/modules/catalog/admin/operation_description.php |
<?php
if (!defined("B_PROLOG_INCLUDED") || B_PROLOG_INCLUDED !== true)
{
die();
}
use Bitrix\Main\Localization\Loc;
return [
'CATALOG_READ' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_READ'),
'description' => Loc::getMessage('OP_DESC_CATALOG_READ'),
],
'CATALOG_SETTINGS' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_SETTINGS'),
'description' => Loc::getMessage('OP_DESC_CATALOG_SETTINGS'),
],
'CATALOG_PRICE' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_PRICE'),
'description' => Loc::getMessage('OP_DESC_CATALOG_PRICE'),
],
'CATALOG_GROUP' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_GROUP'),
'description' => Loc::getMessage('OP_DESC_CATALOG_GROUP'),
],
'CATALOG_DISCOUNT' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_DISCOUNT'),
'description' => Loc::getMessage('OP_DESC_CATALOG_DISCOUNT'),
],
'CATALOG_VAT' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_VAT'),
'description' => Loc::getMessage('OP_DESC_CATALOG_VAT'),
],
'CATALOG_EXTRA' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_EXTRA'),
'description' => Loc::getMessage('OP_DESC_CATALOG_EXTRA'),
],
'CATALOG_EXPORT_EDIT' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_EXPORT_EDIT'),
'description' => Loc::getMessage('OP_DESC_CATALOG_EXPORT_EDIT'),
],
'CATALOG_EXPORT_EXEC' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_EXPORT_EXEC'),
'description' => Loc::getMessage('OP_DESC_CATALOG_EXPORT_EXEC'),
],
'CATALOG_IMPORT_EDIT' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_IMPORT_EDIT'),
'description' => Loc::getMessage('OP_DESC_CATALOG_IMPORT_EDIT'),
],
'CATALOG_IMPORT_EXEC' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_IMPORT_EXEC'),
'description' => Loc::getMessage('OP_DESC_CATALOG_IMPORT_EXEC'),
],
'CATALOG_PURCHAS_INFO' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_PURCHAS_INFO'),
'description' => Loc::getMessage('OP_DESC_CATALOG_PURCHAS_INFO'),
],
'CATALOG_STORE' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_STORE'),
'description' => Loc::getMessage('OP_DESC_CATALOG_STORE'),
],
'CATALOG_MEASURE' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_MEASURE'),
'description' => Loc::getMessage('OP_DESC_CATALOG_MEASURE'),
],
'CATALOG_VIEW' => [
'title' => Loc::getMessage('OP_NAME_CATALOG_VIEW'),
'description' => Loc::getMessage('OP_DESC_CATALOG_VIEW'),
],
];