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

30 lines
1.1 KiB
PHP
Raw Normal View History

2020-11-23 17:54:39 +03:00
<?php
$MESS ['STEP_NAME'] = 'Step 3';
$MESS ['STOP'] = 'Suspend export';
$MESS ['MOD_NEXT_STEP'] = 'Next step';
$MESS ['MOD_PREV_STEP'] = 'Previous step';
2020-12-15 12:39:38 +03:00
$MESS ['INFO_2'] = ' Set the correspondence between 1C-Bitrix and RetailCRM order fields.';
2020-11-23 17:54:39 +03:00
$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';
2020-12-15 12:39:38 +03:00
$MESS ['ORDER_PROPS'] = 'Correspondence settings between RetailCRM order fields and 1C-Bitrix order properties';
2020-11-23 17:54:39 +03:00
$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';