summaryrefslogtreecommitdiff
path: root/locale/legacy/ru/arapprn
blob: 11dbcd1db3f2ca384a20bd80247afa9c0906e08c (plain)
  1. $self{charset} = 'ISO-8859-5';
  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. 'Screen' => '�����',
  13. 'Select payment' => '�������� ������',
  14. 'Select postscript or PDF!' => '�������� postscript ��� PDF!',
  15. 'Source' => '��������',
  16. };
  17. $self{subs} = {
  18. 'customer_details' => 'customer_details',
  19. 'payment_selected' => 'payment_selected',
  20. 'print' => 'print',
  21. 'print_and_post' => 'print_and_post',
  22. 'print_check' => 'print_check',
  23. 'print_options' => 'print_options',
  24. 'print_receipt' => 'print_receipt',
  25. 'print_transaction' => 'print_transaction',
  26. 'select_payment' => 'select_payment',
  27. 'vendor_details' => 'vendor_details',
  28. '����������' => 'continue',
  29. };
  30. 1;