15 lines
641 B
PHP
15 lines
641 B
PHP
<?php
|
|
|
|
$MESS ['STEP_NAME'] = 'Step 4';
|
|
$MESS ['MESS_1'] = ' At this step you can upload previously placed orders to RetailCRM. Click the «Start export» button to start uploading.';
|
|
$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';
|