17 lines
987 B
PHP
17 lines
987 B
PHP
<?php
|
|
|
|
$MESS ['RETAIL_MODULE_NAME'] = 'retailCRM';
|
|
$MESS ['MODULE_DESCRIPTION'] = 'Integration module with retailCRM - specialized CRM for e-commerce';
|
|
$MESS ['MODULE_PARTNER_NAME'] = 'Intaro Software';
|
|
$MESS ['MODULE_PARTNER_URI'] = 'http://www.retailcrm.ru';
|
|
$MESS ['MODULE_INSTALL_TITLE'] = 'Module install';
|
|
$MESS ['MODULE_UNINSTALL_TITLE'] = 'Module uninstall';
|
|
$MESS ['CANCELED'] = 'Is «Cancelled»';
|
|
$MESS ['ERR_SALE'] = 'Module sale is missing! Further installation is not possible.';
|
|
$MESS ['ERR_IBLOCK'] = 'Module iblock is missing! Further installation is not possible.';
|
|
$MESS ['ERR_CATALOG'] = 'Module catalog is missing! Further installation is not possible.';
|
|
$MESS ['RETAILCRM_CURL_ERR'] = 'retailCRM integration module requires PHP CURL extension.';
|
|
$MESS ['ERR_ARTICLE_IBLOCK'] = 'Articles are not set';
|
|
$MESS ['DATE_TIMEZONE_ERR'] = 'Timezone is not specified in php settings.';
|
|
$MESS ['SALE_VERSION_ERR'] = '\'Online-store\' module version must be higher than 16.';
|