summaryrefslogtreecommitdiff
path: root/locale/legacy/tw_big5/pos
blob: fb0ed15d06a18c1908ca691c0e2a4cf237137363 (plain)
  1. $self{charset} = 'BIG5';
  2. $self{texts} = {
  3. 'Accounting Menu' => '�|�p���',
  4. 'Add POS Invoice' => '�s�WPOS�o��',
  5. 'Amount' => '���B',
  6. 'Business' => '�~��',
  7. 'Cannot post transaction!' => '����[�J����I',
  8. 'Change' => '���',
  9. 'Continue' => '�~��',
  10. 'Credit Limit' => '�H���B��',
  11. 'Currency' => '���O',
  12. 'Current' => '�{��',
  13. 'Customer' => '�Ȥ�',
  14. 'Customer missing!' => '�������Ȥ�I',
  15. 'Delete' => '�R��',
  16. 'Department' => '����',
  17. 'Description' => '����',
  18. 'Edit POS Invoice' => '�s��POS',
  19. 'Exchange Rate' => '�ײv',
  20. 'Exchange rate missing!' => '�������ײv�I',
  21. 'Extended' => '�`��',
  22. 'From' => '�q',
  23. 'Language' => '�y��',
  24. 'Memo' => '�Ƨѿ�',
  25. 'Month' => '��',
  26. 'Number' => '�s��',
  27. 'Open' => '�}��',
  28. 'Period' => '����',
  29. 'Post' => '�[�J',
  30. 'Posted!' => '�w�[�J�I',
  31. 'Price' => '����',
  32. 'Print' => '�C�L',
  33. 'Print and Post' => '�C�L�å[�J',
  34. 'Printed' => '�w�C�L',
  35. 'Qty' => '�ƶq',
  36. 'Quarter' => '�u',
  37. 'Receipts' => '����',
  38. 'Record in' => '�O����',
  39. 'Remaining' => '�|�l',
  40. 'Salesperson' => '�P��H��',
  41. 'Screen' => '�ù�',
  42. 'Select a Printer!' => '��ܦL�����I',
  43. 'Source' => '�ӷ�',
  44. 'Subtotal' => '�p�p',
  45. 'Tax Included' => '�w�t�|��',
  46. 'To' => '��',
  47. 'Total' => '�`�p',
  48. 'Trade Discount' => '�T���馩',
  49. 'Unit' => '���',
  50. 'Update' => '��s',
  51. 'Year' => '�~',
  52. };
  53. $self{subs} = {
  54. 'acc_menu' => 'acc_menu',
  55. 'add' => 'add',
  56. 'display' => 'display',
  57. 'display_row' => 'display_row',
  58. 'edit' => 'edit',
  59. 'form_footer' => 'form_footer',
  60. 'form_header' => 'form_header',
  61. 'js_menu' => 'js_menu',
  62. 'lookup_partsgroup' => 'lookup_partsgroup',
  63. 'menubar' => 'menubar',
  64. 'openinvoices' => 'openinvoices',
  65. 'post' => 'post',
  66. 'print' => 'print',
  67. 'print_and_post' => 'print_and_post',
  68. 'print_form' => 'print_form',
  69. 'print_options' => 'print_options',
  70. 'receipts' => 'receipts',
  71. 'section_menu' => 'section_menu',
  72. '�~��' => 'continue',
  73. '�r��' => 'delete',
  74. '�[�j' => 'post',
  75. '�c�l' => 'print',
  76. '�c�l�å[�j' => 'print_and_post',
  77. '��s' => 'update',
  78. };
  79. 1;