18 lines
993 B
PHP
18 lines
993 B
PHP
|
<?php
|
||
|
|
||
|
$MESS ['STEP_NAME'] = 'Step 1';
|
||
|
$MESS ['MOD_NEXT_STEP'] = 'Next step';
|
||
|
$MESS ['ICRM_API_HOST'] = 'Address of retailCRM:';
|
||
|
$MESS ['ICRM_API_KEY'] = 'API key:';
|
||
|
$MESS ['ICRM_SITES'] = 'Active sites:';
|
||
|
$MESS ['ERR_404'] = 'CRM address may be incorrect.';
|
||
|
$MESS ['ERR_6'] = 'CRM address may be incorrect.';
|
||
|
$MESS ['ERR_403'] = 'Wrong apiKey.';
|
||
|
$MESS ['ERR_0'] = 'Server connection timeout error.';
|
||
|
$MESS ['ERR_FIELDS_API_HOST'] = 'Fields are filled incorrectly.';
|
||
|
$MESS ['ERR_METHOD_NOT_FOUND'] = 'Check availability of API methods for current key.';
|
||
|
//$MESS ['URL_NOT_FOUND'] = 'One or more sites have empty "server URL" field.';
|
||
|
$MESS ['INFO_1'] = 'Enter the address of retailCRM instance (for example, https://demo.retailcrm.ru) and API key.';
|
||
|
$MESS ['INFO_2'] = 'API key can be generated when the store is registered in retailCRM (Administration > Integration).';
|
||
|
$MESS ['INFO_3'] = 'Store code in 1C-Bitrix must correspond with the store code in retailCRM (Administration > Stores).';
|