1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
payment.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["SPCP_DTITLE"] = "Ukreximbank";
5$MESS["SPCP_DDESCR"] = "<a href=\"http://www.eximb.com\" target=\"_blank\">Ukreximbank</a>";
6$MESS["MERCH_NAME"] = "Name of your Internet store";
7$MESS["MERCH_NAME_DESCR"] = "";
8$MESS["MERCH_URL"] = "Address of your store";
9$MESS["MERCH_URL_DESCR"] = "";
10$MESS["MERCHANT"] = "Store ID";
11$MESS["MERCHANT_DESCR"] = "Store ID from bank (MERCHANT)";
12$MESS["TERMINAL"] = "V-POS terminal ID";
13$MESS["TERMINAL_DESCR"] = "V-POS terminal ID received from bank (TERMINAL)";
14$MESS["MAC"] = "MAC-key ";
15$MESS["MAC_DESCR"] = "MAC-key, received from bank. To test, use 00112233445566778899AABBCCDDEEFF";
16$MESS["ORDER_DESC"] = "Order description";
17$MESS["ORDER_DESC_DESCR"] = "";
18$MESS["ORDER_DESC_VAL"] = "Payment order No.";
19$MESS["EMAIL"] = "E-mail of Internet store";
20$MESS["EMAIL_DESCR"] = "E-mail for receiving transaction notifications";
21$MESS["SHOP_RESULT"] = "Address of results page";
22$MESS["SHOP_RESULT_DESCR"] = "Address of page on your site where bank can receive notification concerning results of authorizations";
23$MESS["ORDER_ID"] = "Order ID";
24$MESS["SHOULD_PAY"] = "Order amount";
25$MESS["SHOULD_PAY_DESCR"] = "Amount to be paid";
26$MESS["CURRENCY"] = "Currency";
27$MESS["CURRENCY_DESCR"] = "Currency description";
28$MESS["IS_TEST"] = "Test regime";
29$MESS["IS_TEST_DESCR"] = "If empty the store will work in the usual regime";
30$MESS["PAY_BUTTON"] = "Pay";
31$MESS["EXTCODE"] = "Expanded report";
32$MESS["EXTCODE_AS_FAIL"] = "The card was not authenticated by its issuing bank";
33$MESS["EXTCODE_UNAVAIL"] = "The clients bank cannot pass authentication";
34$MESS["EXTCODE_AS_ERROR"] = "Technical failure in 3D authentication";
35$MESS["ERROR_CHECKSUM"] = "The checksum does not match";
36$MESS["ERROR_SUM"] = "Order amount invalid";
37$MESS["ERROR_FROM_SERVER"] = "Payment for Order #ID# was not successful. Please confirm the data entered and try to pay the order again.";
38$MESS["PAYMENT_OK"] = "Payment for Order #ID# has been made successfully. Your order is paid and will be shipped soon.";
39$MESS["ALLOW_DELIVERY"] = "Allow delivery";
40$MESS["ALLOW_DELIVERY_DESCR"] = "If Y, then delivery will be approved upon reception of payment";
41$MESS["PAY_OK"] = "Message concerning successful payment";
42$MESS["PAY_OK_DESCR"] = "Enter a message which will be visible to users when returning to the site after successful payment.";
43$MESS["PAY_ERROR"] = "Message concerning error in payment";
44$MESS["PAY_ERROR_DESCR"] = "Enter a message which will be visible to users when returning to the site after an error in payment has occurred.";
45?>
global $MESS
Определения bill.php:2