summaryrefslogtreecommitdiff
path: root/locale/tw_big5/arapprn
blob: 3414ca7d574bf70946f82721f5a7652cbfb569b4 (plain)
  1. $self{charset} = 'BIG5';
  2. $self{texts} = {
  3. 'Account' => '�b��',
  4. 'Amount' => '���B',
  5. 'Continue' => '�~��',
  6. 'Date' => '���',
  7. 'Memo' => '�Ƨѿ�',
  8. 'Nothing to print!' => '�S���i�C�L�����ءI',
  9. 'PDF' => 'PDF',
  10. 'Postscript' => 'Postscript',
  11. 'Printed' => '�w�C�L',
  12. 'Scheduled' => '�s�ƤF�ɶ�',
  13. 'Screen' => '�ù�',
  14. 'Select a Printer!' => '��ܦL�����I',
  15. 'Select payment' => '��ܥI��',
  16. 'Select postscript or PDF!' => '���postscript��PDF�I',
  17. 'Source' => '�ӷ�',
  18. };
  19. $self{subs} = {
  20. 'customer_details' => 'customer_details',
  21. 'payment_selected' => 'payment_selected',
  22. 'print' => 'print',
  23. 'print_and_post' => 'print_and_post',
  24. 'print_check' => 'print_check',
  25. 'print_options' => 'print_options',
  26. 'print_receipt' => 'print_receipt',
  27. 'print_transaction' => 'print_transaction',
  28. 'select_payment' => 'select_payment',
  29. 'vendor_details' => 'vendor_details',
  30. '�~��' => 'continue',
  31. };
  32. 1;