summaryrefslogtreecommitdiff
path: root/locale/tw_big5/arapprn
blob: 3414ca7d574bf70946f82721f5a7652cbfb569b4 (plain)
  1. $self{charset} = 'BIG5';
  2. $self{texts} = {
  3. 'Account' => '帳戶',
  4. 'Amount' => '金額',
  5. 'Continue' => '繼續',
  6. 'Date' => '日期',
  7. 'Memo' => '備忘錄',
  8. 'Nothing to print!' => '沒有可列印的項目!',
  9. 'PDF' => 'PDF',
  10. 'Postscript' => 'Postscript',
  11. 'Printed' => '已列印',
  12. 'Scheduled' => '編排了時間',
  13. 'Screen' => '螢幕',
  14. 'Select a Printer!' => '選擇印表機!',
  15. 'Select payment' => '選擇付款',
  16. 'Select postscript or PDF!' => '選擇postscript或PDF!',
  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;