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

18 lines
993 B
PHP
Raw Normal View History

2020-11-23 17:54:39 +03:00
<?php
$MESS ['STEP_NAME'] = 'Step 1';
$MESS ['MOD_NEXT_STEP'] = 'Next step';
2020-12-15 12:39:38 +03:00
$MESS ['ICRM_API_HOST'] = 'Address of RetailCRM:';
2020-11-23 17:54:39 +03:00
$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.';
2020-12-15 12:39:38 +03:00
$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).';