File: bp

package info (click to toggle)
sql-ledger 3.2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, forky, sid, trixie
  • size: 33,080 kB
  • sloc: perl: 73,172; sql: 36,530; sh: 34; makefile: 21
file content (123 lines) | stat: -rw-r--r-- 5,542 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
$self{texts} = {
  'Accounting Menu'             => '会计选单',
  'Amount'                      => '总计',
  'Apr'                         => '四月',
  'April'                       => '四月',
  'Are you sure you want to remove the marked entries from the queue?' => '您是否确定要消除有记号的条目',
  'Attachment'                  => '附档',
  'Aug'                         => '八月',
  'August'                      => '八月',
  'Bin Lists'                   => '箱清单',
  'Cannot remove files!'        => '不能移除档案',
  'City'                        => '城市',
  'Closed'                      => '已关闭',
  'Confirm!'                    => '入帐成功!',
  'Continue'                    => '继续',
  'Copies'                      => '副本',
  'Current'                     => '现有',
  'Customer'                    => '客户',
  'Customer Number'             => '客户编号',
  'Date'                        => '日期',
  'Dec'                         => '十二月',
  'December'                    => '十二月',
  'Description'                 => '说明',
  'E-mail'                      => '电子邮件',
  'E-mailed'                    => '巳电邮',
  'Employee'                    => '职员',
  'Employee Number'             => '工号',
  'Feb'                         => '二月',
  'February'                    => '二月',
  'From'                        => '从',
  'ID'                          => '编号',
  'In-line'                     => '行内',
  'Invoice'                     => '发票',
  'Invoice Number'              => '发票编号',
  'Invoices'                    => '发票',
  'Jan'                         => '一月',
  'January'                     => '一月',
  'Jul'                         => '七月',
  'July'                        => '七月',
  'Jun'                         => '六月',
  'June'                        => '六月',
  'Mar'                         => '三月',
  'March'                       => '三月',
  'May'                         => '五月',
  'May '                        => '五月',
  'Message'                     => '讯息',
  'Month'                       => '月份',
  'Name'                        => '名称',
  'Nothing selected!'           => '没有巳选择',
  'Nov'                         => '十一月',
  'November'                    => '十一月',
  'Number'                      => '编号',
  'Oct'                         => '十月',
  'October'                     => '十月',
  'Open'                        => '开启',
  'Order'                       => '订单',
  'Order Number'                => '订单编号',
  'PDF'                         => 'PDF',
  'Packing Lists'               => '出货单',
  'Period'                      => '时期',
  'Pick Lists'                  => '拣货清单',
  'Postscript'                  => '附言',
  'Print'                       => '列印',
  'Printed'                     => '巳列印',
  'Printing'                    => '在列印',
  'Project Number'              => '方案号码',
  'Purchase Orders'             => '采购单',
  'Quarter'                     => '季度',
  'Quotation'                   => '报价单',
  'Quotation Number'            => '报价单号码',
  'Quotations'                  => '报价单',
  'RFQs'                        => '报价请求',
  'Remove'                      => '移除',
  'Removed spoolfiles!'         => '移除线轴档案',
  'Removing marked entries from queue ...' => '正从长队中移除有记号的会计项目',
  'Sales Orders'                => '销货单',
  'Select all'                  => '全选',
  'Sep'                         => '九月',
  'September'                   => '九月',
  'Spoolfile'                   => '线轴档案',
  'Subject'                     => '标题',
  'To'                          => '至',
  'Total'                       => '总计',
  'Vendor'                      => '供应商',
  'Vendor Number'               => '供应商号码',
  'Work Orders'                 => '工作单',
  'Year'                        => '年份',
  'Yes'                         => '是',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'calendar'                    => 'calendar',
  'change_report'               => 'change_report',
  'check_all'                   => 'check_all',
  'clock'                       => 'clock',
  'continue'                    => 'continue',
  'deselect_all'                => 'deselect_all',
  'display'                     => 'display',
  'e_mail'                      => 'e_mail',
  'js_calendar'                 => 'js_calendar',
  'jsmenu'                      => 'jsmenu',
  'jsmenu_frame'                => 'jsmenu_frame',
  'list_spool'                  => 'list_spool',
  'menubar'                     => 'menubar',
  'pickvalue'                   => 'pickvalue',
  'print'                       => 'print',
  'remove'                      => 'remove',
  'resize'                      => 'resize',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_all'                  => 'select_all',
  'yes'                         => 'yes',
  '继续'                      => 'continue',
  '电子邮件'                => 'e_mail',
  '列印'                      => 'print',
  '移除'                      => 'remove',
  '全选'                      => 'select_all',
  '是'                         => 'yes',
};

1;