summaryrefslogtreecommitdiff
path: root/locale/cn_utf/arapprn
blob: 49460642b73140e7f7f3114de3b31d3ebd957f2c (plain)
  1. $self{charset} = 'UTF-8';
  2. $self{texts} = {
  3. 'Account' => '帐户',
  4. 'Amount' => '总计',
  5. 'Continue' => '继续',
  6. 'Date' => '日期',
  7. 'Memo' => '备忘录',
  8. 'PDF' => 'PDF',
  9. 'Postscript' => 'PostScript',
  10. 'Printed' => '巳列印',
  11. 'Screen' => '显示器',
  12. 'Select postscript or PDF!' => '于PostScript或PDF中选一',
  13. 'Source' => '来源',
  14. };
  15. $self{subs} = {
  16. 'customer_details' => 'customer_details',
  17. 'payment_selected' => 'payment_selected',
  18. 'print' => 'print',
  19. 'print_and_post' => 'print_and_post',
  20. 'print_check' => 'print_check',
  21. 'print_options' => 'print_options',
  22. 'print_receipt' => 'print_receipt',
  23. 'print_transaction' => 'print_transaction',
  24. 'select_payment' => 'select_payment',
  25. 'vendor_details' => 'vendor_details',
  26. '继续' => 'continue',
  27. };
  28. 1;