add some time-worked reporting
[freeside.git] / sql-ledger / locale / cn_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!'   => '【◎Fix:◎于;◎於】附言或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;