import sql-ledger 2.4.4
[freeside.git] / sql-ledger / old / sql-ledger / locale / tw / cp
1 $self{texts} = {
2   'Account'                     => '¬ì¥Ø',
3   'Address'                     => '¦a§}',
4   'Amount'                      => 'Á`­p',
5   'Amount does not equal applied!' => 'Amount does not equal applied!',
6   'Amount missing!'             => 'Amount missing!',
7   'Applied'                     => 'Applied',
8   'Cannot post payment!'        => 'Cannot post payment!',
9   'Cannot process payment for a closed period!' => 'Cannot process payment for a closed period!',
10   'Check'                       => 'Check',
11   'Check printed!'              => 'Check printed!',
12   'Check printing failed!'      => 'Check printing failed!',
13   'Continue'                    => 'Ä~Äò',
14   'Currency'                    => '¹ô§O',
15   'Customer'                    => '«È¤á',
16   'Customer not on file!'       => 'Customer not on file!',
17   'Date'                        => '¤é´Á',
18   'Date missing!'               => 'Date missing!',
19   'Description'                 => '»¡©ú',
20   'Due'                         => '¨ì´Á',
21   'Exchangerate'                => '¶×²v',
22   'From'                        => '±q',
23   'Invoice'                     => 'µo²¼',
24   'Invoices'                    => 'Invoices',
25   'Nothing applied!'            => 'Nothing applied!',
26   'Number'                      => '½s¸¹',
27   'Paid in full'                => 'Paid in full',
28   'Payment'                     => '¥I´Ú¤è¦¡',
29   'Payment posted!'             => 'Payment posted!',
30   'Post'                        => 'Post',
31   'Print'                       => 'Print',
32   'Printer'                     => '¦Lªí¾÷',
33   'Project not on file!'        => 'Project not on file!',
34   'Receipt'                     => 'Receipt',
35   'Reference'                   => 'Reference',
36   'Screen'                      => '¿Ã¹õ',
37   'Select from one of the names below' => 'Select from one of the names below',
38   'Select from one of the projects below' => 'Select from one of the projects below',
39   'To'                          => '¦Ü',
40   'Update'                      => 'Update',
41   'Vendor'                      => '¼t°Ó',
42   'Vendor not on file!'         => 'Vendor not on file!',
43 };
44
45 $self{subs} = {
46   'add_transaction'             => 'add_transaction',
47   'ap_transaction'              => 'ap_transaction',
48   'ar_transaction'              => 'ar_transaction',
49   'check_form'                  => 'check_form',
50   'check_name'                  => 'check_name',
51   'check_project'               => 'check_project',
52   'continue'                    => 'continue',
53   'customer_details'            => 'customer_details',
54   'form_footer'                 => 'form_footer',
55   'form_header'                 => 'form_header',
56   'gl_transaction'              => 'gl_transaction',
57   'list_invoices'               => 'list_invoices',
58   'name_selected'               => 'name_selected',
59   'payment'                     => 'payment',
60   'post'                        => 'post',
61   'print'                       => 'print',
62   'project_selected'            => 'project_selected',
63   'purchase_invoice'            => 'purchase_invoice',
64   'sales_invoice'               => 'sales_invoice',
65   'select_name'                 => 'select_name',
66   'select_project'              => 'select_project',
67   'update'                      => 'update',
68   'vendor_details'              => 'vendor_details',
69   'Ä~Äò'                        => 'continue',
70   'post'                        => 'post',
71   'print'                       => 'print',
72   'update'                      => 'update',
73 };
74
75 1;