2017-03-22 11:52:11 +03:00
|
|
|
<?php
|
|
|
|
|
|
|
|
// Heading Goes here:
|
|
|
|
$_['heading_title'] = 'RetailCRM';
|
|
|
|
$_['retailcrm_title'] = 'RetailCRM';
|
|
|
|
|
|
|
|
// Text
|
|
|
|
$_['text_module'] = 'Modules';
|
|
|
|
$_['text_success'] = 'Setting saved';
|
|
|
|
$_['text_notice'] = 'Warning! Timezone in CRM & your shop must be equal, you must setup it here:';
|
|
|
|
$_['retailcrm_base_settings'] = 'Connection settings';
|
|
|
|
$_['retailcrm_dict_settings'] = 'Dictionary settings';
|
2017-03-27 16:37:03 +03:00
|
|
|
$_['retailcrm_countries_settings'] = 'Trading zones setting';
|
2017-04-04 16:45:39 +03:00
|
|
|
$_['retailcrm_upload_order'] = 'Unload single order';
|
2017-05-29 15:48:56 +03:00
|
|
|
$_['daemon_collector'] = 'Daemon Collector';
|
|
|
|
$_['general_tab_text'] = 'General';
|
|
|
|
$_['references_tab_text'] = 'References';
|
|
|
|
$_['collector_tab_text'] = 'Collector';
|
2017-05-31 13:08:07 +03:00
|
|
|
$_['collector_custom_text'] = 'Custom form';
|
2017-05-29 15:48:56 +03:00
|
|
|
|
2017-07-11 17:39:48 +03:00
|
|
|
$_['retailcrm_apiversion'] = 'API Version';
|
2017-03-22 11:52:11 +03:00
|
|
|
$_['retailcrm_url'] = 'RetailCRM URL';
|
|
|
|
$_['retailcrm_apikey'] = 'RetailCRM API Key';
|
2017-05-29 15:48:56 +03:00
|
|
|
$_['collector_site_key'] = 'Site key';
|
2017-03-22 11:52:11 +03:00
|
|
|
|
2017-04-04 16:45:39 +03:00
|
|
|
$_['text_success_export'] = 'Orders and customers successfully unloaded';
|
|
|
|
$_['text_success_export_order'] = 'Order successfully unloaded';
|
|
|
|
$_['text_button_export'] = 'Unload all orders and customers';
|
|
|
|
$_['text_button_export_order'] = 'Unload order';
|
|
|
|
$_['text_button_catalog'] = 'Unload catalog';
|
|
|
|
$_['text_success_catalog'] = 'Catalog successfully unloaded';
|
2017-04-06 16:40:06 +03:00
|
|
|
$_['text_error_order'] = 'Error! Order is not unloaded!';
|
|
|
|
$_['text_error_order_id'] = 'Error! Enter the correct order number!';
|
2017-05-31 13:08:07 +03:00
|
|
|
$_['text_collector_activity'] = 'Use Daemon Collector';
|
|
|
|
$_['text_collector_form_capture']= 'Show capture form';
|
|
|
|
$_['text_collector_period'] = 'Form show period (in minutes)';
|
|
|
|
$_['text_label_promo'] = 'Text form title';
|
|
|
|
$_['text_label_send'] = 'Text button';
|
|
|
|
$_['field_name'] = 'Name';
|
|
|
|
$_['field_email'] = 'Email';
|
|
|
|
$_['field_phone'] = 'Phone';
|
|
|
|
$_['text_require'] = 'Require';
|
|
|
|
$_['text_error_collector_fields']= 'Fill in the field names Daemon Collector';
|
2017-07-21 10:27:08 +03:00
|
|
|
$_['text_error_api'] = 'The selected version of the API is unavailable';
|
2017-04-06 16:40:06 +03:00
|
|
|
|
2017-03-22 11:52:11 +03:00
|
|
|
$_['retailcrm_dict_delivery'] = 'Shipment methods';
|
|
|
|
$_['retailcrm_dict_status'] = 'Order statuses';
|
|
|
|
$_['retailcrm_dict_payment'] = 'Payment methods';
|
|
|
|
|
|
|
|
$_['column_total'] = 'Total';
|
|
|
|
$_['product_summ'] = 'Amount';
|
|
|
|
|
|
|
|
$_['article'] = 'SKU';
|
|
|
|
$_['color'] = 'Color';
|
|
|
|
$_['weight'] = 'Weight';
|
|
|
|
$_['size'] = 'Size';
|
|
|
|
|
2017-05-29 15:48:56 +03:00
|
|
|
$_['text_yes'] = 'Yes';
|
|
|
|
$_['text_no'] = 'No';
|
2017-03-22 11:52:11 +03:00
|
|
|
// Errors
|
|
|
|
$_['error_permission'] = 'Warning! You do not have permission to modify module';
|
|
|
|
|