Файл: core/modules/payment/languages/en.chronopay.php
Строк: 38
<?php
define('CHRONOPAY_TTL', 'Chronopay');
define('CHRONOPAY_DSCR', 'Credit card processing through Chronopay payment gateway (www.chronopay.com)');
define('CHRONOPAY_TXT_SUBMIT', 'Pay now on secure Chronopay website');
define('CHRONOPAY_CFG_PRODUCT_ID_TTL', 'Product ID');
define('CHRONOPAY_CFG_PRODUCT_ID_DSCR', 'This information can be obtained from your Chronopay account.');
define('CHRONOPAY_CFG_CURCODE_TTL', 'USD currency type');
define('CHRONOPAY_CFG_CURCODE_DSCR', 'Order amount transferred to LinkPoint 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).');
?>