- $self{charset} = 'BIG5';
- $self{texts} = {
- 'Add Purchase Order' => '�s�W���ʳ�',
- 'Add Quotation' => '�s�W������',
- 'Add Request for Quotation' => '�s�W������n�D',
- 'Add Sales Order' => '�s�W�P�f��',
- 'Address' => '�a�}',
- 'Apr' => '�|��',
- 'April' => '�|��',
- 'Attachment' => '����',
- 'Aug' => '�K��',
- 'August' => '�K��',
- 'Bcc' => '����ܧ۰e',
- 'Billing Address' => '�b��a�}',
- 'Bin' => '�c',
- 'Bin List' => '�c�����Ӫ�',
- 'Cc' => '�۰e',
- 'City' => '����',
- 'Company Name' => '���q�W��',
- 'Contact' => '�s���H',
- 'Continue' => '�~��',
- 'Copies' => '�ƥ�',
- 'Country' => '��a',
- 'Customer Number' => '�Ȥ�s��',
- 'Date' => '���',
- 'Dec' => '�Q�G��',
- 'December' => '�Q�G��',
- 'Delivery Date' => '�����',
- 'Description' => '����',
- 'E-mail' => '�q�l�l��',
- 'E-mail address missing!' => '�������q�l�l���}�I',
- 'E-mailed' => '�w�q�l',
- 'Extended' => '�`��',
- 'Fax' => '�ǯu',
- 'Feb' => '�G��',
- 'February' => '�G��',
- 'Group' => '�էO',
- 'In-line' => '�椺',
- 'Invoice' => '�o��',
- 'Invoice Date missing!' => '�������o������I',
- 'Invoice Number missing!' => '�������o���s���I',
- 'Item not on file!' => '�S�������ت��O���I',
- 'Jan' => '�@��',
- 'January' => '�@��',
- 'Jul' => '�C��',
- 'July' => '�C��',
- 'Jun' => '����',
- 'June' => '����',
- 'Mar' => '�T��',
- 'March' => '�T��',
- 'May' => '����',
- 'May ' => '����',
- 'Message' => '�T��',
- 'Nov' => '�Q�@��',
- 'November' => '�Q�@��',
- 'Number' => '�s��',
- 'Number missing in Row' => '���C���ʤּƭ�',
- 'OH' => '�w���s�q',
- 'Oct' => '�Q��',
- 'October' => '�Q��',
- 'Order Date missing!' => '�������U�����I',
- 'Order Number missing!' => '�������q��s���I',
- 'PDF' => 'PDF',
- 'Packing List' => '�X�f��',
- 'Packing List Date missing!' => '�������X�f�����I',
- 'Packing List Number missing!' => '�������X�f��s���I',
- 'Part' => '�s��',
- 'Phone' => '�q�ܸ��X',
- 'Pick List' => '�z�f�M��',
- 'Postscript' => 'Postscript',
- 'Price' => '����',
- 'Printed' => '�w�C�L',
- 'Project' => '����',
- 'Purchase Order' => '���ʳ�',
- 'Qty' => '�ƶq',
- 'Quotation' => '������',
- 'Quotation Date missing!' => '���������������I',
- 'Quotation Number missing!' => '�����������渹�X�I',
- 'Recd' => '�w����',
- 'Required by' => '�n�D��I���',
- 'SKU' => '�w�s���',
- 'Sales Order' => '�P�f��',
- 'Scheduled' => '�s�ƤF�ɶ�',
- 'Screen' => '�ù�',
- 'Select items' => '��ܶ���',
- 'Select txt, postscript or PDF!' => '��ܤ�r�Bpostscript��PDF�I',
- 'Sep' => '�E��',
- 'September' => '�E��',
- 'Serial No.' => '�Ǹ�',
- 'Service' => '�A��',
- 'Ship' => '�I�B',
- 'Ship to' => '�I�B��',
- 'Shipping Address' => '�I�B�a�}',
- 'State/Province' => '��',
- 'Subject' => '���D',
- 'Subtotal' => '�p�p',
- 'Text' => '��r',
- 'To' => '��',
- 'Translation not on file!' => '�S����½Ķ���O���I',
- 'Unit' => '���',
- 'Vendor Number' => '�����Ӹ��X',
- 'What type of item is this?' => '�������ݩ�ƻ����O�H',
- 'Work Order' => '�u�@��',
- 'Zip/Postal Code' => '�l�F�s�X',
- 'sent' => '�w�e�X',
- };
- $self{subs} = {
- 'calc_markup' => 'calc_markup',
- 'check_form' => 'check_form',
- 'create_form' => 'create_form',
- 'customer_details' => 'customer_details',
- 'display_form' => 'display_form',
- 'display_row' => 'display_row',
- 'e_mail' => 'e_mail',
- 'invoicetotal' => 'invoicetotal',
- 'item_selected' => 'item_selected',
- 'new_item' => 'new_item',
- 'print' => 'print',
- 'print_form' => 'print_form',
- 'print_options' => 'print_options',
- 'purchase_order' => 'purchase_order',
- 'quotation' => 'quotation',
- 'rfq' => 'rfq',
- 'sales_order' => 'sales_order',
- 'select_item' => 'select_item',
- 'send_email' => 'send_email',
- 'ship_to' => 'ship_to',
- 'validate_items' => 'validate_items',
- 'vendor_details' => 'vendor_details',
- '�~��' => 'continue',
- };
- 1;
|