diff options
Diffstat (limited to 'locale/legacy/tw_big5/bp')
-rwxr-xr-x | locale/legacy/tw_big5/bp | 70 |
1 files changed, 70 insertions, 0 deletions
diff --git a/locale/legacy/tw_big5/bp b/locale/legacy/tw_big5/bp new file mode 100755 index 00000000..a95ed2b6 --- /dev/null +++ b/locale/legacy/tw_big5/bp @@ -0,0 +1,70 @@ +$self{charset} = 'BIG5'; + +$self{texts} = { + 'Account' => '�b��', + 'Accounting Menu' => '�|�p���', + 'Are you sure you want to remove the marked entries from the queue?' => '�z�O�_�T�w�n�������O�������ءH', + 'Bin Lists' => '�c�����Ӫ�', + 'Cannot remove files!' => '���ಾ���ɮסI', + 'Confirm!' => '�J�b���\�I', + 'Continue' => '�~��', + 'Current' => '�{��', + 'Customer' => '�Ȥ�', + 'Date' => '���', + 'Employee' => '¾��', + 'From' => '�q', + 'ID' => '�ѧO�s��', + 'Invoice' => '�o��', + 'Invoice Number' => '�o���s��', + 'Marked entries printed!' => '�w�C�L���O�����|�p���ءI', + 'Month' => '��', + 'Order' => '�q��', + 'Order Number' => '�q��s��', + 'Packing Lists' => '�X�f��', + 'Period' => '����', + 'Pick Lists' => '�z�f�M��', + 'Print' => '�C�L', + 'Printing' => '���C�L', + 'Purchase Orders' => '���ʳ�', + 'Quarter' => '�u', + 'Quotation' => '������', + 'Quotation Number' => '�����渹�X', + 'Quotations' => '������', + 'RFQs' => '�����ШD', + 'Remove' => '����', + 'Removed spoolfiles!' => '�����C�L�Ȧs�ɮ�', + 'Removing marked entries from queue ...' => '���q���C���������O�����|�p����', + 'Sales Invoices' => '�P��o��', + 'Sales Orders' => '�P�f��', + 'Select all' => '����', + 'Spoolfile' => '�C�L�Ȧs(spool)�ɮ�', + 'To' => '��', + 'Vendor' => '������', + 'Work Orders' => '�u�@��', + 'Year' => '�~', + 'Yes' => '�O', + 'done' => '����', +}; + +$self{subs} = { + 'acc_menu' => 'acc_menu', + 'continue' => 'continue', + 'display' => 'display', + 'js_menu' => 'js_menu', + 'list_spool' => 'list_spool', + 'menubar' => 'menubar', + 'print' => 'print', + 'remove' => 'remove', + 'search' => 'search', + 'section_menu' => 'section_menu', + 'select_all' => 'select_all', + 'yes' => 'yes', + '�~��' => 'continue', + '�c�l' => 'print', + '����' => 'remove', + '����' => 'select_all', + '�o' => 'yes', +}; + +1; + |