opencart-module/src/upload/admin/language/en-gb/extension/module/retailcrm.php
Akolzin Dmitry 579150ea08
cleared api version detecting (#198)
* cleared api version detecting
* phpcs stage
2020-09-25 10:39:00 +03:00

93 lines
4.9 KiB
PHP

<?php
// Heading Goes here:
$_['heading_title'] = 'retailCRM';
$_['retailcrm_title'] = 'retailCRM';
// Text
$_['text_module'] = 'Modules';
$_['text_success'] = 'Settings are saved successfully';
$_['text_notice'] = 'Attention! Time zone in CRM should be the same as the time zone of the store, the time zone is set up at';
$_['retailcrm_base_settings'] = 'Connection settings';
$_['retailcrm_dict_settings'] = 'Configuration of directories correspondence';
$_['retailcrm_countries_settings'] = 'Setting of trade zones';
$_['retailcrm_upload_order'] = 'Uploading one order';
$_['daemon_collector'] = 'Daemon Collector';
$_['consultant_tab_text'] = 'Online Consultant';
$_['general_tab_text'] = 'Main';
$_['references_tab_text'] = 'Directories';
$_['collector_tab_text'] = 'Daemon Collector';
$_['logs_tab_text'] = 'Logs';
$_['collector_custom_text'] = 'Configuration of form fields';
$_['custom_fields_tab_text'] = 'Custom fields';
$_['retailcrm_url'] = 'URL of retailCRM';
$_['retailcrm_apikey'] = 'API key of retailCRM';
$_['corporate_enabled_label'] = 'Corporate customers support';
$_['collector_site_key'] = 'Site key';
$_['special_price_settings'] = 'Setting of uploading promotion price';
$_['special_price'] = 'Price type to which the promotion price will be uploaded';
$_['text_success_export'] = 'Orders and customers are uploaded successfully';
$_['text_success_export_order'] = 'Order is uploaded successfully';
$_['text_button_export'] = 'Upload all orders and customers';
$_['text_button_export_order'] = 'Upload the order';
$_['text_button_catalog'] = 'Upload the catalogue';
$_['text_button_clear'] = 'Clear';
$_['text_success_catalog'] = 'Catalogue is uploaded successfully';
$_['text_error_order'] = 'Error! Order is not uploaded!';
$_['text_error_order_id'] = 'Error! Enter the correct order number!';
$_['text_collector_activity'] = 'Use Daemon Collector';
$_['text_custom_field_activity'] = 'Transfer custom fields';
$_['text_collector_form_capture']= 'Show a capture form';
$_['text_collector_period'] = 'Frequency of the form popping up (in minutes)';
$_['text_label_promo'] = 'Form header text';
$_['text_label_send'] = 'Button text';
$_['field_name'] = 'Name';
$_['field_email'] = 'E-mail';
$_['field_phone'] = 'Phone';
$_['text_require'] = 'Required for filling in';
$_['text_payment'] = 'Payment';
$_['text_shipping'] = 'Delivery';
$_['text_orders_custom_fields'] = 'Custom fields of orders';
$_['text_customers_custom_fields'] = 'Custom fields of customers';
$_['text_error_collector_fields']= 'Fill in the names of fields of Demon Collector form';
$_['text_error_api'] = 'The selected API version is not available.';
$_['text_error_custom_field'] = 'Create custom fields on a customer page in Opencart and retailCRM in order to set up their transfer';
$_['text_error_cf_opencart'] = 'There are no custom fields in Opencart';
$_['text_error_cf_retailcrm'] = 'There are no custom fields in retailCRM';
$_['text_error_save'] = 'Error when saving settings';
$_['text_error_log'] = 'Log size is more than 2MB';
$_['text_error_delivery'] = 'Delivery types are not found';
$_['text_confirm_log'] = 'Are you sure that you want to clear the log?';
$_['retailcrm_dict_delivery'] = 'Delivery types';
$_['retailcrm_dict_status'] = 'Statuses';
$_['retailcrm_dict_payment'] = 'Payment methods';
$_['retailcrm_dict_custom_fields'] = 'Configuration of custom fields';
$_['retailcrm_dict_default'] = 'By default';
$_['retailcrm_missing_status'] = 'Status of lost orders';
$_['order_number'] = 'Order number';
$_['text_order_number'] = 'Upload the order number to retailCRM';
$_['text_currency'] = 'Currency setting';
$_['text_currency_label'] = 'Currency in ICML';
$_['text_lenght'] = 'Setting of the unit of measurement';
$_['text_lenght_label'] = 'Unit of measurement in ICML';
$_['status_changes'] = 'History of changes';
$_['text_status_changes'] = 'Record changes to the order history of Opencart';
$_['column_total'] = 'Total';
$_['product_summ'] = 'Sum';
$_['article'] = 'Article';
$_['color'] = 'Color';
$_['weight'] = 'Weight';
$_['size'] = 'Size';
$_['text_yes'] = 'Yes';
$_['text_no'] = 'No';
$_['entry_code'] = 'Online consultant code';
$_['entry_status'] = 'Use code for online consultant';
// Errors
$_['error_permission'] = 'You do not have rights for changing the module settings';