1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.description.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["CHRP_SHOULD_PAY"] = "Amount to be paid";
5$MESS["CHRP_DESC_SHOULD_PAY"] = "";
6$MESS["CHRP_PRODUCT_ID"] = "Product code";
7$MESS["CHRP_DESC_PRODUCT_ID"] = "Unique code of product or server on Chronopay";
8$MESS["CHRP_PRODUCT_NAME"] = "Product name";
9$MESS["CHRP_DESC_PRODUCT_NAME"] = "Name of product for purchase";
10$MESS["CHRP_ORDER_ID"] = "Order number";
11$MESS["CHRP_DESC_ORDER_ID"] = "Order number in you Internet store";
12$MESS["CHRP_CB_URL"] = "Contact address for payment notification";
13$MESS["CHRP_DESC_CB_URL"] = "URL script (on sellers website) for notification of payment result";
14$MESS["CHRP_DECLINE_URL"] = "Contact address in case of error in payment";
15$MESS["CHRP_DESC_DECLINE_URL"] = "URL (on sellers website) for redirecting buyer in case of unsuccessful payment";
16$MESS["CHRP_SUCCESS_URL"] = "Contact address for successful payment";
17$MESS["CHRP_DESC_SUCCESS_URL"] = "URL (on sellers website) for redirecting buyer after successful purchase";
18$MESS["CHRP_SHARED"] = "Sellers code word";
19$MESS["CHRP_DESC_SHARED"] = "The code field (shared secret) is defined in the process of concluding an agreement for the reception of payment and serves as the connection manager";
20$MESS["CHRP_YANDEX_FORWARD"] = "Redirecting to the Yandex payment system";
21$MESS["CHRP_DESC_YANDEX_FORWARD"] = "Indicate a non-empty value for automatic forwarding to the Yandex payment system";
22$MESS["CHRP_WEBMONEY_FORWARD"] = "Forwarding to the WebMoney payment system";
23$MESS["CHRP_DESC_WEBMONEY_FORWARD"] = "Provide a non-empty value for automatic forwarding to the WebMoney payment system";
24$MESS["CHRP_QIWI_FORWARD"] = "Redirecting to the Qiwi payment system";
25$MESS["CHRP_DESC_QIWI_FORWARD"] = "Provide a non-empty value for automatic forwarding to the Qiwi payment system";
26$MESS["CHRP_PAY_BUTTON"] = "Payment button name";
27$MESS["CHRP_DESC_PAY_BUTTON"] = "";
28$MESS["CHRP_CS2"] = "Additional parameter 1";
29$MESS["CHRP_DESC_CS2"] = "This is stored with other payer data and is returned upon notification of payment";
30$MESS["CHRP_CS3"] = "Additional parameter 2";
31$MESS["CHRP_DESC_CS3"] = "This is stored with other payer data and returns upon notification of payment";
32$MESS["CHRP_LANGUAGE"] = "Interface language for Chronopay form";
33$MESS["CHRP_DESC_LANGUAGE"] = "Possible values: En English (default); Ru Russian; Nl Dutch; Es - Spanish";
34$MESS["CHRP_F_NAME"] = "User name";
35$MESS["CHRP_DESC_F_NAME"] = "";
36$MESS["CHRP_S_NAME"] = "Last name of user";
37$MESS["CHRP_DESC_S_NAME"] = "";
38$MESS["CHRP_STREET"] = "Street address";
39$MESS["CHRP_DESC_STREET"] = "";
40$MESS["CHRP_CITY"] = "City";
41$MESS["CHRP_DESC_CITY"] = "";
42$MESS["CHRP_STATE"] = "State";
43$MESS["CHRP_DESC_STATE"] = "USA only";
44$MESS["CHRP_ZIP"] = "ZIP or Postal code";
45$MESS["CHRP_DESC_ZIP"] = "";
46$MESS["CHRP_COUNTRY"] = "Country";
47$MESS["CHRP_DESC_COUNTRY"] = "Two-letter code (<a href='http://www.iso.org/iso/country_codes/iso_3166_code_lists/english_country_names_and_code_elements.htm#lr'>ISO 3166-1 alpha-2</a>)";
48$MESS["CHRP_PHONE"] = "Telephone";
49$MESS["CHRP_DESC_PHONE"] = "Telephone with country code";
50$MESS["CHRP_EMAIL"] = "Email address";
51$MESS["CHRP_DESC_EMAIL"] = "";
52$MESS["CHRP_ORDER_UNIQ"] = "Implement monitoring functionality for uniqueness of order payment";
53$MESS["CHRP_DESC_ORDER_UNIQ"] = "Provide a non-empty value for using this function";
54?>
global $MESS
Определения bill.php:2