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

20 lines
1.2 KiB
PHP

<?php
$MESS['IBLOCK_NOT_SELECTED'] = 'No infoblock selected for export';
$MESS['TARGET_DIR_DOESNT_EXIST'] = 'Target directory does not exist';
$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.';
$MESS['UF_SUBSCRIBE_USER_EMAIL_TITLE'] = 'Agree to receive promotional newsletters';