1C-Bitrix 25.700.0
Загрузка...
Поиск...
Не найдено
bill.php
См. документацию.
1<?
2global $MESS;
3
4$MESS["SBLP_DTITLE"] = "Invoice";
5$MESS["SBLP_DDESCR"] = "Print version of invoice. Will open in a new window.";
6$MESS["SBLP_DATE"] = "Order date";
7$MESS["SBLP_DATE_DESC"] = "Date when the order was created";
8$MESS["SBLP_PAY_BEFORE"] = "Pay by";
9$MESS["SBLP_PAY_BEFORE_DESC"] = "Payment deadline ";
10$MESS["SBLP_SUPPLI"] = "Seller";
11$MESS["SBLP_SUPPLI_DESC"] = "Name of the payee or seller";
12$MESS["SBLP_ADRESS_SUPPLI"] = "Seller's address";
13$MESS["SBLP_ADRESS_SUPPLI_DESC"] = "Physical address of seller";
14$MESS["SBLP_PHONE_SUPPLI"] = "Seller telephone";
15$MESS["SBLP_PHONE_SUPPLI_DESC"] = "Telephone number of seller";
16$MESS["SBLP_BANK_ACCNO_SUPPLI"] = "Seller's bank account number";
17$MESS["SBLP_BANK_ACCNO_SUPPLI_DESC"] = "Seller's bank account number";
18$MESS["SBLP_BANK_ACCNO_SUPPLI_VAL"] = "Seller's bank account number";
19$MESS["SBLP_BANK_SUPPLI"] = "Name of Seller's bank";
20$MESS["SBLP_BANK_SUPPLI_DESC"] = "Name of bank where seller's account is located";
21$MESS["SBLP_BANK_SUPPLI_VAL"] = "Name of Seller's bank";
22$MESS["SBLP_BANK_ADDR_SUPPLI"] = "Address of Seller's bank";
23$MESS["SBLP_BANK_ADDR_SUPPLI_DESC"] = "Address of Seller's bank";
24$MESS["SBLP_BANK_ADDR_SUPPLI_VAL"] = "Address of Seller's bank";
25$MESS["SBLP_BANK_PHONE_SUPPLI"] = "Telephone of Seller's bank";
26$MESS["SBLP_BANK_PHONE_SUPPLI_DESC"] = "Telephone of Seller's bank";
27$MESS["SBLP_BANK_PHONE_SUPPLI_VAL"] = "Telephone of Seller's bank";
28$MESS["SBLP_BANK_ROUTENO_SUPPLI"] = "Corresponding account of Seller";
29$MESS["SBLP_BANK_ROUTENO_SUPPLI_DESC"] = "Corresponding account of Seller";
30$MESS["SBLP_BANK_ROUTENO_SUPPLI_VAL"] = "Corresponding account of Seller";
31$MESS["SBLP_BANK_SWIFT_SUPPLI"] = "SWIFT code of Seller's bank";
32$MESS["SBLP_BANK_SWIFT_SUPPLI_DESC"] = "SWIFT code of Seller's bank";
33$MESS["SBLP_BANK_SWIFT_SUPPLI_VAL"] = "SWIFT code of Seller's bank";
34$MESS["SBLP_CUSTOMER"] = "Buyer";
35$MESS["SBLP_CUSTOMER_DESC"] = "Name of paying company / Payer";
36$MESS["SBLP_CUSTOMER_ADRES"] = "Buyer's address";
37$MESS["SBLP_CUSTOMER_ADRES_DESC"] = "Address of the payee";
38$MESS["SBLP_CUSTOMER_PHONE"] = "Buyer telephone";
39$MESS["SBLP_CUSTOMER_PHONE_DESC"] = "Telephone number of the buyer";
40$MESS["SBLP_CUSTOMER_FAX"] = "Fax of Buyer";
41$MESS["SBLP_CUSTOMER_FAX_DESC"] = "Fax number of Buyer";
42$MESS["SBLP_CUSTOMER_PERSON"] = "Contact person";
43$MESS["SBLP_CUSTOMER_PERSON_DESC"] = "Contact person for the Buyer";
44
45
46$MESS["SBLP_DIR_SUPPLI"] = "Director";
47$MESS["SBLP_DIR_SUPPLI_DESC"] = "Director";
48$MESS["SBLP_ACC_SUPPLI"] = "Accountant";
49$MESS["SBLP_ACC_SUPPLI_DESC"] = "Accountant";
50
51$MESS["SBLP_PRINT"] = "Stamp (recommended size 150x150&nbsp;px)";
52$MESS["SBLP_PRINT_DESC"] = "Supplier stamp image";
53$MESS["SBLP_LOGO"] = "Supplier logo (recommended size 80x80&nbsp;px)";
54$MESS["SBLP_LOGO_DESC"] = "Supplier logo";
55
56$MESS["SBLP_DIR_SIGN_SUPPLI"] = "Signature of Director (recommended size 200x50&nbsp;px)";
57$MESS["SBLP_DIR_SIGN_SUPPLI_DESC"] = "Electronic signature of director";
58$MESS["SBLP_ACC_SIGN_SUPPLI"] = "Signature of Accountant(recommended size 200x50&nbsp;px)";
59$MESS["SBLP_ACC_SIGN_SUPPLI_DESC"] = "Electronic signature of accountant";
60
61$MESS["SBLP_BACKGROUND"] = "Background (recommended size 800x1120&nbsp;px)";
62$MESS["SBLP_BACKGROUND_DESC"] = "Background image for invoices";
63
64$MESS["SBLP_BACKGROUND_STYLE"] = "Background image style";
65$MESS["SBLP_BACKGROUND_STYLE_NONE"] = "None";
66$MESS["SBLP_BACKGROUND_STYLE_TILE"] = "Tile";
67$MESS["SBLP_BACKGROUND_STYLE_STRETCH"] = "Full screen";
68
69$MESS["SBLP_MARGIN_TOP"] = "Top margin (mm)";
70$MESS["SBLP_MARGIN_RIGHT"] = "Right margin (mm)";
71$MESS["SBLP_MARGIN_BOTTOM"] = "Bottom margin (mm)";
72$MESS["SBLP_MARGIN_LEFT"] = "Left margin (mm)";
73
74$MESS["SBLP_COMMENT1"] = "Comment 1 for Invoice";
75$MESS["SBLP_COMMENT2"] = "Comment 2 for Invoice";
76?>
global $MESS
Определения bill.php:2