2020-11-23 17:54:39 +03:00
|
|
|
<?php
|
|
|
|
|
2021-05-31 16:33:02 +03:00
|
|
|
$MESS['IBLOCK_NOT_SELECTED'] = 'No infoblock selected for export';
|
2021-11-12 13:53:40 +03:00
|
|
|
$MESS['TARGET_DIR_DOESNT_EXIST'] = 'Target directory does not exist';
|
2020-12-15 12:39:38 +03:00
|
|
|
$MESS ['RETAIL_MODULE_NAME'] = 'RetailCRM';
|
|
|
|
$MESS ['MODULE_DESCRIPTION'] = 'Integration module with RetailCRM - specialized CRM for e-commerce';
|
2020-11-23 17:54:39 +03:00
|
|
|
$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.';
|
2020-12-15 12:39:38 +03:00
|
|
|
$MESS ['RETAILCRM_CURL_ERR'] = 'RetailCRM integration module requires PHP CURL extension.';
|
2020-11-23 17:54:39 +03:00
|
|
|
$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.';
|
2023-08-22 13:09:20 +03:00
|
|
|
$MESS['UF_SUBSCRIBE_USER_EMAIL_TITLE'] = 'Agree to receive promotional newsletters';
|