28 lines
1.2 KiB
PHP
28 lines
1.2 KiB
PHP
|
<?php
|
||
|
|
||
|
$MESS ['STEP_NAME'] = 'Step 5';
|
||
|
$MESS ['MOD_NEXT_STEP'] = 'Finish setup';
|
||
|
$MESS ['MOD_PREV_STEP'] = 'Previous step';
|
||
|
$MESS ['DELIVERY_TYPES_LIST'] = 'Delivery types';
|
||
|
$MESS ['PAYMENT_TYPES_LIST'] = 'Payment types';
|
||
|
$MESS ['PAYMENT_STATUS_LIST'] = 'Statuses';
|
||
|
$MESS ['ORDER_TYPES_LIST'] = 'Order types';
|
||
|
$MESS ['PAYMENT_LIST'] = 'Payment';
|
||
|
$MESS ['PAYMENT_Y'] = 'Paid';
|
||
|
$MESS ['PAYMENT_N'] = 'Not paid';
|
||
|
$MESS ['CANCELED'] = 'Is «Cancelled»';
|
||
|
$MESS ['INFO_1'] = ' Set the correspondence between 1C-Bitrix data books and retailCRM data books.';
|
||
|
$MESS ['LOAD_PERIOD'] = 'Export catalog periodically';
|
||
|
$MESS ['NOT_LOADING'] = 'No';
|
||
|
$MESS ['CRON_LOADING'] = 'By CRON every 24 hours';
|
||
|
$MESS ['AGENT_LOADING'] = 'By Agent every 24 hours (by default)';
|
||
|
$MESS ['LOAD_NOW'] = 'Export now';
|
||
|
$MESS ['PROFILE_NAME'] = 'Profile name:';
|
||
|
$MESS ['PROFILE_NAME_EXAMPLE'] = 'retailCRM catalog export';
|
||
|
$MESS ['ERR_FIELDS_PROFILE'] = 'Invalid profile name field';
|
||
|
$MESS ['ERR_FIELDS_IBLOCK'] = 'No info block selected';
|
||
|
$MESS ['ERR_FIELDS_ARTICLE'] = 'Articles are not selected';
|
||
|
$MESS ['ERR_FIELDS_FILE'] = 'File name not specified';
|
||
|
$MESS ['BASE_PRICE'] = 'Base price';
|
||
|
$MESS ['WAIT'] = 'Loading...';
|