1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
bill.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["SBLP_DTITLE"] = "Invoice (Russian)";
5$MESS["SBLP_DDESCR"] = "Print version of invoice. Will open in a new window.";
6
7$MESS["SBLP_DATE"] = "Order date";
8$MESS["SBLP_DATE_DESC"] = "Date when the order was created";
9$MESS["SBLP_ORDER_SUBJECT"] = "Account type";
10$MESS["SBLP_PAY_BEFORE"] = "Pay by";
11$MESS["SBLP_PAY_BEFORE_DESC"] = "Payment deadline";
12$MESS["SBLP_SUPPLI"] = "Seller";
13$MESS["SBLP_SUPPLI_DESC"] = "Name of the payee or seller";
14$MESS["SBLP_ADRESS_SUPPLI"] = "Seller's address";
15$MESS["SBLP_ADRESS_SUPPLI_DESC"] = "Physical address of seller";
16$MESS["SBLP_PHONE_SUPPLI"] = "Seller telephone";
17$MESS["SBLP_PHONE_SUPPLI_DESC"] = "Telephone number of seller";
18$MESS["SBLP_INN_SUPPLI"] = "Supplier tax ID";
19$MESS["SBLP_INN_SUPPLI_DESC"] = "Supplier tax ID";
20$MESS["SBLP_KPP_SUPPLI"] = "Supplier tax category code";
21$MESS["SBLP_KPP_SUPPLI_DESC"] = "Not applicable in all countries";
22$MESS["SBLP_ORDER_SUPPLI"] = "Supplier account no.";
23$MESS["SBLP_ORDER_SUPPLI_DESC"] = "Supplier (seller) account no.";
24$MESS["SBLP_ORDER_SUPPLI_VAL"] = "Account number";
25$MESS["SBLP_KORORDER_SUPPLI"] = "Correspondent account no.";
26$MESS["SBLP_KORORDER_SUPPLI_DESC"] = "Supplier (seller) correspondent account number";
27$MESS["SBLP_BANK_SUPPLI"] = "Name of Seller's bank";
28$MESS["SBLP_BANK_SUPPLI_DESC"] = "Name of bank where seller's account is located";
29$MESS["SBLP_BCITY_SUPPLI"] = "Bank city";
30$MESS["SBLP_BCITY_SUPPLI_DESC"] = "Supplier (seller) bank city";
31$MESS["SBLP_BIK_SUPPLI"] = "SWIFT or BIC";
32$MESS["SBLP_BIK_SUPPLI_DESC"] = "Supplier bank SWIFT or BIC";
33
34$MESS["SBLP_DIR_POS_SUPPLI"] = "Supervisor job position";
35$MESS["SBLP_DIR_POS_SUPPLI_DESC"] = "Supervisor job position (sales)";
36$MESS["SBLP_DIR_POS_SUPPLI_VAL"] = "Director";
37$MESS["SBLP_ACC_POS_SUPPLI"] = "Accountant job position";
38$MESS["SBLP_ACC_POS_SUPPLI_DESC"] = "Accountant job position (sales)";
39$MESS["SBLP_ACC_POS_SUPPLI_VAL"] = "Accountant";
40
41$MESS["SBLP_DIR_SUPPLI"] = "Supervisor full name";
42$MESS["SBLP_DIR_SUPPLI_DESC"] = "Supervisor (sales) full name";
43$MESS["SBLP_ACC_SUPPLI"] = "Accountant full name";
44$MESS["SBLP_ACC_SUPPLI_DESC"] = "Accountant (sales) full name";
45
46$MESS["SBLP_CUSTOMER"] = "Buyer";
47$MESS["SBLP_CUSTOMER_DESC"] = "Name of paying company / Payer";
48$MESS["SBLP_CUSTOMER_INN"] = "Customer IDN";
49$MESS["SBLP_CUSTOMER_INN_DESC"] = "Customer IDN";
50$MESS["SBLP_CUSTOMER_ADRES"] = "Buyer's address";
51$MESS["SBLP_CUSTOMER_ADRES_DESC"] = "Address of the payee";
52$MESS["SBLP_CUSTOMER_PHONE"] = "Buyer telephone";
53$MESS["SBLP_CUSTOMER_PHONE_DESC"] = "Telephone number of the buyer";
54$MESS["SBLP_CUSTOMER_FAX"] = "Fax of Buyer";
55$MESS["SBLP_CUSTOMER_FAX_DESC"] = "Fax number of Buyer";
56$MESS["SBLP_CUSTOMER_PERSON"] = "Contact person";
57$MESS["SBLP_CUSTOMER_PERSON_DESC"] = "Contact person for the Buyer";
58$MESS["SBLP_PRINT"] = "Stamp";
59$MESS["SBLP_PRINT_DESC"] = "Supplier stamp image (recommended display size: 150x150)";
60$MESS["SBLP_LOGO"] = "Supplier logo";
61$MESS["SBLP_LOGO_DESC"] = "Supplier log (recommended size: 80x80)";
62
63$MESS["SBLP_DIR_SIGN_SUPPLI"] = "Signature of Director";
64$MESS["SBLP_DIR_SIGN_SUPPLI_DESC"] = "Electronic signature of director (recommended size: 200x50)";
65$MESS["SBLP_ACC_SIGN_SUPPLI"] = "Signature of Accountant";
66$MESS["SBLP_ACC_SIGN_SUPPLI_DESC"] = "Electronic signature of accountant (recommended size: 200x50)";
67
68$MESS["SBLP_BACKGROUND"] = "Background";
69$MESS["SBLP_BACKGROUND_DESC"] = "Background image for invoices (recommended size: 800x1120)";
70
71$MESS["SBLP_BACKGROUND_STYLE"] = "Background image style";
72$MESS["SBLP_BACKGROUND_STYLE_NONE"] = "None";
73$MESS["SBLP_BACKGROUND_STYLE_TILE"] = "Tile";
74$MESS["SBLP_BACKGROUND_STYLE_STRETCH"] = "Full screen";
75
76$MESS["SBLP_MARGIN_TOP"] = "Top margin";
77$MESS["SBLP_MARGIN_RIGHT"] = "Right margin";
78$MESS["SBLP_MARGIN_BOTTOM"] = "Bottom margin";
79$MESS["SBLP_MARGIN_LEFT"] = "Left margin";
80
81$MESS["SBLP_COMMENT1"] = "Comment 1 for Invoice";
82$MESS["SBLP_COMMENT2"] = "Comment 2 for Invoice";
83
84$MESS["SBLP_LOGO_DPI"] = "Logo scale";
85$MESS["SBLP_LOGO_DPI_72"] = "133% (72 dpi)";
86$MESS["SBLP_LOGO_DPI_96"] = "100% (96 dpi)";
87$MESS["SBLP_LOGO_DPI_150"] = "64% (150 dpi)";
88$MESS["SBLP_LOGO_DPI_300"] = "32% (300 dpi)";
89$MESS["SBLP_LOGO_DPI_600"] = "16% (600 dpi)";
global $MESS
Определения bill.php:2