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;