33 lines
1.2 KiB
PHP
33 lines
1.2 KiB
PHP
<?php
|
|
|
|
$MESS ['STEP_NAME'] = 'Step 3';
|
|
$MESS ['STOP'] = 'Suspend export';
|
|
$MESS ['MOD_NEXT_STEP'] = 'Next step';
|
|
$MESS ['MOD_PREV_STEP'] = 'Previous step';
|
|
$MESS ['INFO_2'] = ' Set the correspondence between 1C-Bitrix and RetailCRM order fields.';
|
|
$MESS ['ORDER_TYPE_INFO'] = 'Order type:';
|
|
$MESS ['CONTRAGENT_TYPE'] = 'Contragent type';
|
|
$MESS ['ORDER_LEGAL_INFO'] = 'Legal entity and bank details';
|
|
$MESS ['ORDER_CUSTOM'] = 'Custom fields';
|
|
$MESS ['ORDER_PROPS'] = 'Correspondence settings between RetailCRM order fields and 1C-Bitrix order properties';
|
|
$MESS ['FIO'] = 'Full name';
|
|
$MESS ['ZIP'] = 'Zip code';
|
|
$MESS ['ADDRESS'] = 'Address (string)';
|
|
$MESS ['PHONE'] = 'Phone';
|
|
$MESS ['EMAIL'] = 'E-mail';
|
|
$MESS ['COUNTRY'] = 'Country';
|
|
$MESS ['REGION'] = 'Region';
|
|
$MESS ['CITY'] = 'City';
|
|
$MESS ['STREET'] = 'Street';
|
|
$MESS ['BUILDING'] = 'Building';
|
|
$MESS ['FLAT'] = 'Flat';
|
|
$MESS ['INTERCOMCODE'] = 'Intercom code';
|
|
$MESS ['FLOOR'] = 'Floor';
|
|
$MESS ['BLOCK'] = 'Block';
|
|
$MESS ['HOUSE'] = 'House';
|
|
$MESS ['ADDRESS_SHORT'] = 'Short address';
|
|
$MESS ['ADDRESS_FULL'] = 'Detailed address';
|
|
|
|
$MESS ['LOCATION_LABEL'] = 'Location';
|
|
$MESS ['TEXT_ADDRESS_LABEL'] = 'Address (line)';
|