#debugging cruft
[freeside.git] / sql-ledger / locale / cn / cp
1 $self{texts} = {
2   'Account'                     => '¿ÆÄ¿',
3   'Address'                     => 'µØÖ·',
4   'Amount'                      => '×ܼÆ',
5   'Amount does not equal applied!' => '×ܶÏàµÈ!',
6   'Amount missing!'             => 'δָÃ÷×ܶî!',
7   'Applied'                     => 'Ö§¸¶',
8   'Cannot post payment!'        => 'ÎÞ·¨´¦Àí¸¶¿î!',
9   'Cannot process payment for a closed period!' => 'ÒѹرյÄʱ¶ÎÄÚ´¦Àí¸¶¿î!',
10   'Check'                       => '֧Ʊ',
11   'Check printed!'              => 'ӡˢ֧Ʊ!',
12   'Check printing failed!'      => 'ÎÞ·¨Ó¡Ë¢Ö§Æ±!',
13   'Continue'                    => '¼ÌÐø',
14   'Currency'                    => '±Ò±ð',
15   'Customer'                    => '¿Í»§',
16   'Customer not on file!'       => '¿Í»§¼Ç¼ûÔÚµµ°¸!',
17   'Date'                        => 'ÈÕÆÚ',
18   'Date missing!'               => 'δָÃ÷ÈÕÆÚ',
19   'Description'                 => '˵Ã÷',
20   'Due'                         => 'µ½ÆÚ',
21   'Exchangerate'                => '»ãÂÊ',
22   'From'                        => '´Ó',
23   'Invoice'                     => '·¢Æ±',
24   'Invoices'                    => '·¢Æ±',
25   'Nothing applied!'            => 'δָÃ÷Ö§¸¶×ܶî!',
26   'Number'                      => '±àºÅ',
27   'Paid in full'                => 'Ö§¸¶È«²¿×ܶî',
28   'Payment'                     => '¸¶¿î·½Ê½',
29   'Payment posted!'             => 'Payment posted!',
30   'Post'                        => 'È·ÈÏ',
31   'Print'                       => 'ӡˢ',
32   'Printer'                     => 'Ó¡±í»ú',
33   'Project not on file!'        => 'È·ÈϳÉΪÐÂÕÊÄ¿',
34   'Receipt'                     => 'ÊÕ¾Ý',
35   'Receipt printed!'            => 'Receipt printed!',
36   'Receipt printing failed!'    => 'Receipt printing failed!',
37   'Reference'                   => '²Î¿¼ºÅÂë',
38   'Screen'                      => 'өĻ',
39   'Select from one of the names below' => 'ì¶ÏÂÁÐÃû×ÖÖÐÑ¡ÔñÒ»Ïî',
40   'Select from one of the projects below' => 'ì¶ÏÂÁй¤³ÌÖÐÑ¡ÔñÒ»Ïî',
41   'Update'                      => '¸üÐÂ',
42   'Vendor'                      => '³§ÉÌ',
43   'Vendor not on file!'         => '´Ë³§ÉÌδÔÚµµ°¸!',
44   'to'                          => 'ÖÁ',
45 };
46
47 $self{subs} = {
48   'add_transaction'             => 'add_transaction',
49   'ap_transaction'              => 'ap_transaction',
50   'ar_transaction'              => 'ar_transaction',
51   'check_form'                  => 'check_form',
52   'check_name'                  => 'check_name',
53   'check_project'               => 'check_project',
54   'continue'                    => 'continue',
55   'customer_details'            => 'customer_details',
56   'form_footer'                 => 'form_footer',
57   'form_header'                 => 'form_header',
58   'gl_transaction'              => 'gl_transaction',
59   'list_invoices'               => 'list_invoices',
60   'name_selected'               => 'name_selected',
61   'payment'                     => 'payment',
62   'post'                        => 'post',
63   'print'                       => 'print',
64   'project_selected'            => 'project_selected',
65   'purchase_invoice'            => 'purchase_invoice',
66   'sales_invoice'               => 'sales_invoice',
67   'select_name'                 => 'select_name',
68   'select_project'              => 'select_project',
69   'update'                      => 'update',
70   'vendor_details'              => 'vendor_details',
71   '¼ÌÐø'                        => 'continue',
72   'È·ÈÏ'                        => 'post',
73   'ӡˢ'                        => 'print',
74   '¸üÐÂ'                        => 'update',
75 };
76
77 1;