import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / tw_utf / cp
1 $self{texts} = {
2   'AP'                          => '應付帳款',
3   'AR'                          => '應收帳款',
4   'Account'                     => '帳戶',
5   'Accounting Menu'             => '會計選單',
6   'Address'                     => '地址',
7   'All'                         => '全部',
8   'Amount'                      => '總計',
9   'Amount Due'                  => '應得的總計',
10   'Cannot post Payment!'        => '不能加入款項',
11   'Cannot post Receipt!'        => '不能加入收據',
12   'Cannot process payment for a closed period!' => '不能在已關閉的時段內處理款項',
13   'Continue'                    => '繼續',
14   'Currency'                    => '幣別',
15   'Customer'                    => '客戶',
16   'Customer not on file!'       => '客戶未存檔',
17   'Date'                        => '日期',
18   'Date missing!'               => '未指明日期',
19   'Department'                  => '部門',
20   'Deposit'                     => '存款',
21   'Description'                 => '說明',
22   'Exchange Rate'               => '匯率',
23   'Exchange rate missing!'      => '未指明匯率',
24   'Invoice'                     => '發票',
25   'Invoices'                    => '發票',
26   'Memo'                        => '備忘錄',
27   'Nothing outstanding for '    => '沒有未付來源',
28   'Number'                      => '編號',
29   'Payment'                     => '付款',
30   'Payment posted!'             => '巳加入付款',
31   'Post'                        => '加入',
32   'Postscript'                  => '附言',
33   'Prepayment'                  => '預繳',
34   'Print'                       => '列印',
35   'Project not on file!'        => '方案內無此檔案',
36   'Queue'                       => '長隊',
37   'Receipt'                     => '收據',
38   'Receipt posted!'             => '巳加入收據',
39   'Screen'                      => '螢幕',
40   'Select'                      => '選擇',
41   'Select from one of the names below' => '於下列姓名中選擇一個',
42   'Select from one of the projects below' => '於下列方案中選擇一個',
43   'Source'                      => '來源',
44   'Update'                      => '更新',
45   'Vendor'                      => '供應商',
46   'Vendor not on file!'         => '檔案沒有此供應商',
47 };
48
49 $self{subs} = {
50   'acc_menu'                    => 'acc_menu',
51   'add_transaction'             => 'add_transaction',
52   'ap_transaction'              => 'ap_transaction',
53   'ar_transaction'              => 'ar_transaction',
54   'check_form'                  => 'check_form',
55   'check_name'                  => 'check_name',
56   'check_project'               => 'check_project',
57   'continue'                    => 'continue',
58   'customer_details'            => 'customer_details',
59   'display'                     => 'display',
60   'form_footer'                 => 'form_footer',
61   'form_header'                 => 'form_header',
62   'gl_transaction'              => 'gl_transaction',
63   'list_invoices'               => 'list_invoices',
64   'menubar'                     => 'menubar',
65   'name_selected'               => 'name_selected',
66   'payment'                     => 'payment',
67   'post'                        => 'post',
68   'print'                       => 'print',
69   'project_selected'            => 'project_selected',
70   'sales_invoice_'              => 'sales_invoice_',
71   'section_menu'                => 'section_menu',
72   'select_name'                 => 'select_name',
73   'select_project'              => 'select_project',
74   'update'                      => 'update',
75   'vendor_details'              => 'vendor_details',
76   'vendor_invoice_'             => 'vendor_invoice_',
77   '繼續'                      => 'continue',
78   '加入'                      => 'post',
79   '列印'                      => 'print',
80   '更新'                      => 'update',
81 };
82
83 1;