diff options
Diffstat (limited to 'locale/legacy/tw_big5/rc')
-rwxr-xr-x | locale/legacy/tw_big5/rc | 80 |
1 files changed, 80 insertions, 0 deletions
diff --git a/locale/legacy/tw_big5/rc b/locale/legacy/tw_big5/rc new file mode 100755 index 00000000..10c91348 --- /dev/null +++ b/locale/legacy/tw_big5/rc @@ -0,0 +1,80 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Account' => '�b��', + 'Accounting Menu' => '�|�p���', + 'Apr' => '�|��', + 'April' => '�|��', + 'Aug' => '�K��', + 'August' => '�K��', + 'Balance' => '�l�B', + 'Beginning Balance' => '�_�l�l�B', + 'Cleared' => '�w�M��', + 'Continue' => '�~��', + 'Credit' => '�U��', + 'Current' => '�{��', + 'Date' => '���', + 'Debit' => '�ɤ�', + 'Dec' => '�Q�G��', + 'December' => '�Q�G��', + 'Description' => '����', + 'Detail' => '�Ա�', + 'Difference' => '�t��', + 'Done' => '�w����', + 'Feb' => '�G��', + 'February' => '�G��', + 'From' => '�q', + 'Include Exchange Rate Difference' => '�]�t�~�t�Z', + 'Jan' => '�@��', + 'January' => '�@��', + 'Jul' => '�C��', + 'July' => '�C��', + 'Jun' => '����', + 'June' => '����', + 'Mar' => '�T��', + 'March' => '�T��', + 'May' => '����', + 'May ' => '����', + 'Month' => '��', + 'Nov' => '�Q�@��', + 'November' => '�Q�@��', + 'Oct' => '�Q��', + 'October' => '�Q��', + 'Out of balance!' => '�����šI', + 'Outstanding' => '�����ڥ��', + 'Period' => '����', + 'Quarter' => '�u', + 'Reconciliation' => '�ո`', + 'Reconciliation Report' => '�ո`���i', + 'Select all' => '����', + 'Sep' => '�E��', + 'September' => '�E��', + 'Source' => '�ӷ�', + 'Statement Balance' => '�|�p�b�l�B', + 'Summary' => '�K�n', + 'To' => '��', + 'Update' => '��s', + 'Year' => '�~', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'display_form' => 'display_form', + 'done' => 'done', + 'get_payments' => 'get_payments', + 'js_menu' => 'js_menu', + 'menubar' => 'menubar', + 'reconciliation' => 'reconciliation', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'update' => 'update', + '�~��' => 'continue', + '�w����' => 'done', + '����' => 'select_all', + '��s' => 'update', +}; + +1; + |