1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
money_mail.php
См. документацию.
1<?
2global $MESS;
3$MESS["MM_TITLE"]='Dengi@mail.ru';
4$MESS["MM_KEY"]='Access code';
5$MESS["MM_KEY_DESC"]='Access code can be received from a technical specialist at Dengi@mail.ru';
6$MESS["MM_EMAIL"]='E-mail of buyer on mail.ru';
7$MESS["MM_EMAIL_DESC"]='A money.mail.ru account must be registered using this address';
8$MESS["MM_SHOULD_PAY"]='Amount';
9$MESS["MM_SHOULD_PAY_DESC"] ='Order Amount';
10$MESS["MM_CURRENCY"]='Currency';
11$MESS["MM_CURRENCY_DESC"]='Only RUR are supported by money.mail.ru';
12$MESS["MM_ORDER_ID"]='Order ID';
13$MESS["MM_DATE_INSERT"]='Date';
14$MESS["MM_DATE_INSERT_DESC"]='Order date';
15$MESS["MM_INVOICE_NUM"]='The <em>Dengi@mail.ru</em> system has sent you an invoice <b>#INVOICE_NUM#</b><br><hr></br>';
16$MESS["MM_PAY_NEW_INVOICE"]='The invoice is being accepted at this time by the payment system, you can make payment from your personal cabinet at <a href="#URL#" target="_blank">#URL#</a>';
17$MESS["MM_PAY_DELIVERED_INVOICE"]='Your invoice is ready for payment. To make payment on this invoice, follow this link:<a href="#URL#" target="_blank">#URL#</a>';
18$MESS["MM_ALLREADY_PAID"]="The order is paid. Thanks.";
19$MESS["MM_ERROR_TRY_LATER"]="Unfortunately,<em>Dengi@mail.ru</em> was not able to create an invoice for payment of your order. Please try to make payment at a later time from your personal cabinet.";
20$MESS["MM_PAID"]="invoice paid";
21$MESS["MM_DELIVERED"]="invoice sent to receiver";
22$MESS["MM_NEW"]="new invoice";
23$MESS["MM_EXPIRED"]="invoice no longer valid";
24$MESS["MM_REJECTED"]="receiver refused to pay";
25$MESS["MM_DESC"]='order No. #ORDER_ID# on "#SITE_NAME#" from #DATE#';
26$MESS["MM_REJECT_PAY"]='You have refused to make payment on this invoice.';
27$MESS["MM_DESCRIPTION"]="<a href=\"http://money.mail.ru\" target=\"_blank\">http://money.mail.ru</a>";
28
29?>
global $MESS
Определения bill.php:2