import sql-ledger 2.4.4
[freeside.git] / sql-ledger / locale / tw_utf / bp
1 $self{texts} = {
2   'Account'                     => '帳戶',
3   'Accounting Menu'             => '會計選單',
4   'Are you sure you want to remove the marked entries from the queue?' => '您是否確定要消除有記號的條目',
5   'Cannot remove files!'        => '不能移除檔案',
6   'Checks'                      => '檢查',
7   'Confirm!'                    => '入帳成功!',
8   'Continue'                    => '繼續',
9   'Current'                     => '現有',
10   'Customer'                    => '客戶',
11   'Date'                        => '日期',
12   'From'                        => '從',
13   'Invoice'                     => '發票',
14   'Invoice Number'              => '發票編號',
15   'Marked entries printed!'     => '巳列印有記號的會計項目',
16   'Order'                       => '訂單',
17   'Order Number'                => '訂單編號',
18   'Packing Lists'               => '出貨單',
19   'Print'                       => '列印',
20   'Printing ... '               => '正列印',
21   'Purchase Orders'             => '採購單',
22   'Quotation'                   => '報價單',
23   'Quotation Number'            => '報價單號碼',
24   'Quotations'                  => '報價單',
25   'Receipts'                    => '收據',
26   'Reference'                   => '參考資料',
27   'Remove'                      => '移除',
28   'Removed spoolfiles!'         => '移除線軸檔案',
29   'Removing marked entries from queue ...' => '正從長隊中移除有記號的會計項目',
30   'Sales Invoices'              => '銷售發票',
31   'Sales Orders'                => '銷貨單',
32   'Select all'                  => '全選',
33   'Spoolfile'                   => '線軸檔案',
34   'To'                          => '至',
35   'Vendor'                      => '供應商',
36   'Yes'                         => '是',
37   'done'                        => '完成',
38 };
39
40 $self{subs} = {
41   'acc_menu'                    => 'acc_menu',
42   'continue'                    => 'continue',
43   'display'                     => 'display',
44   'list_spool'                  => 'list_spool',
45   'menubar'                     => 'menubar',
46   'print'                       => 'print',
47   'remove'                      => 'remove',
48   'search'                      => 'search',
49   'section_menu'                => 'section_menu',
50   'select_all'                  => 'select_all',
51   'yes'                         => 'yes',
52   '繼續'                      => 'continue',
53   '列印'                      => 'print',
54   '移除'                      => 'remove',
55   '全選'                      => 'select_all',
56   '是'                         => 'yes',
57 };
58
59 1;