import sql-ledger 2.4.4
[freeside.git] / sql-ledger / sql-ledger / locale / tw_utf / arapprn
1 $self{texts} = {
2   'Account'                     => '帳戶',
3   'Amount'                      => '總計',
4   'Check'                       => '檢查',
5   'Continue'                    => '繼續',
6   'Date'                        => '日期',
7   'Memo'                        => '備忘錄',
8   'Postscript'                  => '附言',
9   'Printed'                     => '巳列印',
10   'Queue'                       => '長隊',
11   'Queued'                      => '巳排隊',
12   'Receipt'                     => '收據',
13   'Screen'                      => '螢幕',
14   'Select postscript or PDF!'   => '於附言或PDF中選一',
15   'Source'                      => '來源',
16 };
17
18 $self{subs} = {
19   'customer_details'            => 'customer_details',
20   'payment_selected'            => 'payment_selected',
21   'print'                       => 'print',
22   'print_and_post'              => 'print_and_post',
23   'print_check'                 => 'print_check',
24   'print_options'               => 'print_options',
25   'print_receipt'               => 'print_receipt',
26   'print_transaction'           => 'print_transaction',
27   'select_payment'              => 'select_payment',
28   'vendor_details'              => 'vendor_details',
29   '繼續'                      => 'continue',
30 };
31
32 1;