can't set $p without $cgi
[freeside.git] / sql-ledger / old / sql-ledger / locale / cn / rc
1 $self{texts} = {
2   'Account'                     => '¿ÆÄ¿',
3   'Balance'                     => '²î¶î',
4   'Cleared Balance'             => 'Ö§¸¶²î¶î×ÜÊý',
5   'Continue'                    => '¼ÌÐø',
6   'Date'                        => 'ÈÕÆÚ',
7   'Deposit'                     => '´¢´æ',
8   'Description'                 => '˵Ã÷',
9   'Difference'                  => '²îÒì',
10   'Done'                        => 'Íê³É',
11   'Exchangerate Difference'     => '»ãÂʲîÒì',
12   'From'                        => '´Ó',
13   'Out of balance!'             => '³öÓÚ²î¶î!',
14   'Payment'                     => '¸¶¿î·½Ê½',
15   'Reconciliation'              => 'µ÷Í£',
16   'Select all'                  => 'Ñ¡ÔñÈ«²¿',
17   'Source'                      => 'À´Ô´',
18   'Statement Balance'           => 'ÕÊÄ¿³ÂÊö²î¶î',
19   'Update'                      => '¸üÐÂ',
20   'to'                          => 'ÖÁ',
21 };
22
23 $self{subs} = {
24   'continue'                    => 'continue',
25   'display_form'                => 'display_form',
26   'done'                        => 'done',
27   'get_payments'                => 'get_payments',
28   'reconciliation'              => 'reconciliation',
29   'select_all'                  => 'select_all',
30   'update'                      => 'update',
31   '¼ÌÐø'                        => 'continue',
32   'Íê³É'                        => 'done',
33   'Ñ¡ÔñÈ«²¿'                    => 'select_all',
34   '¸üÐÂ'                        => 'update',
35 };
36
37 1;