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

30 lines
1.3 KiB
PHP
Raw Normal View History

2020-11-23 17:54:39 +03:00
<?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»';
2020-12-15 12:39:38 +03:00
$MESS ['INFO_1'] = ' Set the correspondence between 1C-Bitrix data books and RetailCRM data books.';
2020-11-23 17:54:39 +03:00
$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';
2021-05-31 16:33:02 +03:00
$MESS ['LOAD_NOW_MSG'] = 'The generation will start after you click "Finish installation".
This may take some time';
2020-11-23 17:54:39 +03:00
$MESS ['PROFILE_NAME'] = 'Profile name:';
2020-12-15 12:39:38 +03:00
$MESS ['PROFILE_NAME_EXAMPLE'] = 'RetailCRM catalog export';
2020-11-23 17:54:39 +03:00
$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...';