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

15 lines
641 B
PHP
Raw Normal View History

2020-11-23 17:54:39 +03:00
<?php
$MESS ['STEP_NAME'] = 'Step 4';
2020-12-15 12:39:38 +03:00
$MESS ['MESS_1'] = ' At this step you can upload previously placed orders to RetailCRM. Click the «Start export» button to start uploading.';
2020-11-23 17:54:39 +03:00
$MESS ['MESS_2'] = 'Export...';
$MESS ['MESS_3'] = 'Export of orders is completed successfully.';
$MESS ['MESS_4'] = 'Export of orders is suspended.';
$MESS ['MESS_5'] = 'A server error occurred, please contact Intaro Software.';
$MESS ['STOP'] = 'Suspend export';
$MESS ['START_1'] = 'Start export';
$MESS ['START_2'] = 'Suspend export';
$MESS ['START_3'] = 'Resume export';
$MESS ['MOD_NEXT_STEP'] = 'Next step';
$MESS ['MOD_PREV_STEP'] = 'Previous step';