1
0
mirror of synced 2024-11-23 13:56:08 +03:00
bitrix-module/intaro.retailcrm/lib/lang/ru/icml/xmlofferbuilder.php
Сергей Чазов a4c06ed8ee
New ICML generator
2021-05-31 16:33:02 +03:00

14 lines
664 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
$MESS['ROOT_CATEGORY_FOR_CATALOG'] = "Корневой раздел для каталога \"%s\"";
$MESS['PARAM_NAME_article'] = 'Артикул';
$MESS['PARAM_NAME_manufacturer'] = 'Производитель';
$MESS['PARAM_NAME_color'] = 'Цвет';
$MESS['PARAM_NAME_weight'] = 'Вес (габариты)';
$MESS['PARAM_NAME_length'] = 'Длина (габариты)';
$MESS['PARAM_NAME_width'] = 'Ширина (габариты)';
$MESS['PARAM_NAME_height'] = 'Высота (габариты)';
$MESS['PARAM_NAME_picture'] = 'Фото';
$MESS['PARAM_NAME_size'] = 'Размер';
$MESS['UNIT_ERROR'] = 'Ошибка получения unit кода';