Файл: core/modules/payment/languages/en.cpaypal.php
Строк: 23
<?php
define('CPAYPAL_TTL',
'PayPal Website Payments Standard');
define('CPAYPAL_DSCR',
'Basic PayPal module which is very simple to install - enter your email address and start accepting PayPal payments. Visit PayPal website to learn more about <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_wp-standard-overview-outside" target=_blank>Website Payments Standard</a>');
define('CPAYPAL_CFG_MERCHANT_EMAIL_TTL',
'Your PayPal account email');
define('CPAYPAL_CFG_MERCHANT_EMAIL_DSCR',
'Please input your PayPal account email address');
define('CPAYPAL_TXT_AFTER_PROCESSING_HTML_1',
'Pay now!');
?>