1
0
mirror of synced 2024-11-23 05:46:09 +03:00
bitrix-module/intaro.retailcrm/lang/en/install/index.php

18 lines
1.0 KiB
PHP
Raw Normal View History

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';
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.';