59 lines
2.9 KiB
PHP
Executable File
59 lines
2.9 KiB
PHP
Executable File
<?php
|
|
// Heading
|
|
$_['heading_title'] = 'PayAnyWay';
|
|
|
|
// Text
|
|
$_['text_extension'] = 'Extensions';
|
|
$_['text_success'] = 'Settings for the PayAnyWay payment method have been saved successfully';
|
|
$_['text_edit'] = 'Editing module settings';
|
|
$_['text_payanyway'] = '<a href="https://www.payanyway.ru/" target="_blank"><img src="view/image/payment/payanyway.png" alt="PayAnyWay" title="PayAnyWay" width="163" height="18"></a>';
|
|
|
|
// Entry
|
|
$_['entry_status_label'] = 'Enable payment module';
|
|
|
|
$_['entry_account_label'] = 'Account number';
|
|
$_['entry_account_description'] = 'Your extended account number in the MONETA.RU system';
|
|
$_['entry_integrity_code_label'] = 'Integrity Code';
|
|
$_['entry_integrity_code_description'] = 'Data integrity verification code specified in the extended account settings in the MONETA.RU system';
|
|
$_['entry_server_label'] = 'Payment server';
|
|
$_['entry_server_prod_label'] = 'Production';
|
|
$_['entry_server_demo_label'] = 'Demo';
|
|
|
|
$_['entry_vat_rate_label'] = 'VAT';
|
|
$_['entry_vat_none_label'] = 'Without VAT';
|
|
$_['entry_vat0_label'] = '0%';
|
|
$_['entry_vat5_label'] = '5%';
|
|
$_['entry_vat7_label'] = '7%';
|
|
$_['entry_vat10_label'] = '10%';
|
|
$_['entry_vat22_label'] = '22%';
|
|
$_['entry_vat105_label'] = '5% (calculated rate 5/105)';
|
|
$_['entry_vat107_label'] = '7% (calculated rate 7/107)';
|
|
$_['entry_vat110_label'] = '10% (calculated rate 10/110)';
|
|
$_['entry_vat122_label'] = '22% (calculated rate 22/122)';
|
|
|
|
$_['entry_currency_label'] = 'Payment acceptance';
|
|
$_['entry_currency_rub_label'] = 'Russian Ruble';
|
|
$_['entry_currency_description'] = 'The currencies in the MONETA.RU system and in the store must match';
|
|
|
|
$_['entry_select_order_status_label'] = ' --- Select status --- ';
|
|
$_['entry_order_statuses_label'] = 'Order Statuses';
|
|
$_['entry_pending_order_status_label'] = 'Pending';
|
|
$_['entry_success_order_status_label'] = 'Success';
|
|
$_['entry_error_order_status_label'] = 'Error';
|
|
|
|
$_['entry_geo_zone_label'] = 'Area of display';
|
|
$_['entry_sort_order_label'] = 'Sort Order';
|
|
|
|
// Help
|
|
$_['help_pending_order_status'] = 'Specify the order status that is set when the order is created';
|
|
$_['help_success_order_status'] = 'Specify the order status that is set upon successful payment';
|
|
$_['help_error_order_status'] = 'Specify the order status that is set upon payment error';
|
|
$_['help_geo_zone'] = 'Geographic area where the payment method will be displayed';
|
|
$_['help_sort_order'] = 'Determines the display order of the payment method. The smaller the number, the higher the position in the list';
|
|
|
|
// Error
|
|
$_['error_permission'] = 'Warning: You do not have permission to modify payment PayAnyWay!';
|
|
$_['error_account'] = 'Account Number is required and must be greater than 0';
|
|
$_['error_integrity_code'] = 'Account Integrity Code Required';
|
|
$_['error_order_status'] = 'Select order status';
|