mirror of
https://github.com/retailcrm/opencart-module.git
synced 2024-11-24 06:06:06 +03:00
22 lines
780 B
PHP
22 lines
780 B
PHP
<?php
|
|
|
|
// Heading Goes here:
|
|
$_['heading_title'] = 'IntaroCRM';
|
|
|
|
// Text
|
|
$_['text_module'] = 'Modules';
|
|
$_['text_success'] = 'Setting saved';
|
|
$_['text_notice'] = 'Warning! Timezone in CRM & your shop must be equal, you must setup it here:';
|
|
$_['intarocrm_base_settings'] = 'Connection settings';
|
|
$_['intarocrm_dict_settings'] = 'Dictionary settings';
|
|
|
|
$_['intarocrm_url'] = 'IntaroCRM URL';
|
|
$_['intarocrm_apikey'] = 'Api key';
|
|
|
|
$_['intarocrm_dict_delivery'] = 'Shipment methods';
|
|
$_['intarocrm_dict_status'] = 'Order statuses';
|
|
$_['intarocrm_dict_payment'] = 'Payment methods';
|
|
|
|
// Errors
|
|
$_['error_permission'] = 'Warning! You do not have permission to modify module';
|
|
?>
|