diff options
Diffstat (limited to 'locale/legacy/tw_big5/pos')
-rwxr-xr-x | locale/legacy/tw_big5/pos | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/locale/legacy/tw_big5/pos b/locale/legacy/tw_big5/pos deleted file mode 100755 index fb0ed15d..00000000 --- a/locale/legacy/tw_big5/pos +++ /dev/null @@ -1,83 +0,0 @@ -$self{charset} = 'BIG5'; - -$self{texts} = { - 'Accounting Menu' => '�|�p���', - 'Add POS Invoice' => '�s�WPOS�o��', - 'Amount' => '���B', - 'Business' => '�~��', - 'Cannot post transaction!' => '����[�J����I', - 'Change' => '���', - 'Continue' => '�~��', - 'Credit Limit' => '�H���B��', - 'Currency' => '���O', - 'Current' => '�{��', - 'Customer' => '�Ȥ�', - 'Customer missing!' => '�������Ȥ�I', - 'Delete' => '�R��', - 'Department' => '����', - 'Description' => '����', - 'Edit POS Invoice' => '�s��POS', - 'Exchange Rate' => '�ײv', - 'Exchange rate missing!' => '�������ײv�I', - 'Extended' => '�`��', - 'From' => '�q', - 'Language' => '�y��', - 'Memo' => '�Ƨѿ�', - 'Month' => '��', - 'Number' => '�s��', - 'Open' => '�}��', - 'Period' => '����', - 'Post' => '�[�J', - 'Posted!' => '�w�[�J�I', - 'Price' => '����', - 'Print' => '�C�L', - 'Print and Post' => '�C�L�å[�J', - 'Printed' => '�w�C�L', - 'Qty' => '�ƶq', - 'Quarter' => '�u', - 'Receipts' => '����', - 'Record in' => '�O����', - 'Remaining' => '�|�l', - 'Salesperson' => '�P��H��', - 'Screen' => '�ù�', - 'Select a Printer!' => '��ܦL�����I', - 'Source' => '�ӷ�', - 'Subtotal' => '�p�p', - 'Tax Included' => '�w�t�|��', - 'To' => '��', - 'Total' => '�`�p', - 'Trade Discount' => '�T���馩', - 'Unit' => '���', - 'Update' => '��s', - 'Year' => '�~', -}; - -$self{subs} = { - 'acc_menu' => 'acc_menu', - 'add' => 'add', - 'display' => 'display', - 'display_row' => 'display_row', - 'edit' => 'edit', - 'form_footer' => 'form_footer', - 'form_header' => 'form_header', - 'js_menu' => 'js_menu', - 'lookup_partsgroup' => 'lookup_partsgroup', - 'menubar' => 'menubar', - 'openinvoices' => 'openinvoices', - 'post' => 'post', - 'print' => 'print', - 'print_and_post' => 'print_and_post', - 'print_form' => 'print_form', - 'print_options' => 'print_options', - 'receipts' => 'receipts', - 'section_menu' => 'section_menu', - '�~��' => 'continue', - '�r��' => 'delete', - '�[�j' => 'post', - '�c�l' => 'print', - '�c�l�å[�j' => 'print_and_post', - '��s' => 'update', -}; - -1; - |