Файл: core/modules/payment/languages/en.cmalse.php
Строк: 26
<?php
define('CMALSE_TTL',
'Mals e-commerce');
define('CMALSE_DSCR',
'Mals e-commerce payment processing module (www.mals-e.com)');
define('CMALSE_CFG_USERID_TTL',
'User ID');
define('CMALSE_CFG_USERID_DSCR',
'Please input your Mals e-commerce User ID');
define('CMALSE_CFG_CURR_TYPE_TTL',
'USD currency type');
define('CMALSE_CFG_CURR_TYPE_DSCR',
'Order amount transferred to mals-e.com web-site is denominated in USD. Specify currency type in your shopping cart which is assumed as USD (oder amount will be calculated according to USD exchange rate; if not specified exchange rate will be assumed as 1)');
define('CMALSE_TXT_AFTER_PROCESSING_HTML_1',
'Proceed to payment at Mal's e-commerce web-site!');
?>