summaryrefslogtreecommitdiff
path: root/locale/legacy/ua/arapprn
blob: 39a8d707e293e19e950e1e8cb00511252cc9eb7e (plain)
  1. $self{charset} = 'ISO-8859-5';
  2. $self{texts} = {
  3. 'Account' => '�������',
  4. 'Amount' => '����',
  5. 'Continue' => '����������',
  6. 'Date' => '����',
  7. 'PDF' => 'PDF ���� ������',
  8. 'Postscript' => 'Postscript',
  9. 'Screen' => '�����',
  10. 'Select postscript or PDF!' => '����Ҧ�� postscript ��� PDF',
  11. 'Source' => '�������',
  12. };
  13. $self{subs} = {
  14. 'customer_details' => 'customer_details',
  15. 'payment_selected' => 'payment_selected',
  16. 'print' => 'print',
  17. 'print_and_post' => 'print_and_post',
  18. 'print_check' => 'print_check',
  19. 'print_options' => 'print_options',
  20. 'print_receipt' => 'print_receipt',
  21. 'print_transaction' => 'print_transaction',
  22. 'select_payment' => 'select_payment',
  23. 'vendor_details' => 'vendor_details',
  24. '����������' => 'continue',
  25. };
  26. 1;