1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
.description.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["PPL_BUSINESS_NAME"] = "Business";
5$MESS["PPL_BUSINESS_DESCR"] = "Email address on your PayPal account";
6$MESS["PPL_IDENTITY_TOKEN_NAME"] = "Identity";
7$MESS["PPL_IDENTITY_TOKEN_DESCR"] = "Identity token from PayPal for PDT (Payment Data Transfer)";
8$MESS["PPL_ORDER_ID_NAME"] = "Order ID";
9$MESS["PPL_DATE_INSERT_NAME"] = "Order date";
10$MESS["PPL_DATE_INSERT_DESCR"] = "Order insert date";
11$MESS["PPL_SHOULD_PAY_NAME"] = "Order amount";
12$MESS["PPL_SHOULD_PAY_DESCR"] = "The price or amount of the purchase";
13$MESS["PPL_CURRENCY_NAME"] = "Order currency";
14$MESS["PPL_NOTIFY_URL_NAME"] = "Notification url";
15$MESS["PPL_NOTIFY_URL_DESCR"] = "The URL to which PayPal posts information about the transaction via Instant Payment Notification.";
16$MESS["PPL_RETURN_NAME"] = "Return url";
17$MESS["PPL_RETURN_DESCR"] = "The URL to which PayPal return client after payment on PayPal.";
18$MESS["PPL_TEST_NAME"] = "Test mode";
19$MESS["PPL_TEST_DESCR"] = "Y - for test mode";
20$MESS["PPL_SSL_ENABLE_NAME"] = "SSL request enable in PHP on your site";
21$MESS["PPL_SSL_ENABLE_DESCR"] = "Y - if enable. This option enable ssl request to PayPal.";
22$MESS["PPL_ON0_NAME"] = "First option field name";
23$MESS["PPL_ON0_DESCR"] = "If omitted, no variable is passed back to you.";
24$MESS["PPL_ON1_NAME"] = "Second option field name";
25$MESS["PPL_ON1_DESCR"] = "If omitted, no variable is passed back to you.";
26$MESS["PPL_OS0_NAME"] = "First set of option values";
27$MESS["PPL_OS0_DESCR"] = "If this option is selected through a text box or radio button, each value should be no more than 64 characters. If this value is entered by the customer in a text field, there is a 200 character limit. If omitted, no variable is passed back to you. Note: on0 must also be defined.";
28$MESS["PPL_OS1_NAME"] = "Second set of option values";
29$MESS["PPL_OS1_DESCR"] = "If this option is selected through a text box or radio button, each value should be no more than 64 characters. If this value is entered by the customer in a text field, there is a 200 character limit. If omitted, no variable is passed back to you. Note: on1 must also be defined.";
30$MESS["PPL_BUTTON_SRC_NAME"] = "Path to image src for button";
31$MESS["PPL_BUTTON_SRC_NAME_VALUE"] = "//www.paypal.com/en_US/i/btn/x-click-but6.gif";
32?>
global $MESS
Определения bill.php:2