summaryrefslogtreecommitdiff
path: root/locale/ru/pos
blob: 14e0b54d5dd8f3ed9aa07681e88a896e8bd96e0f (plain)
  1. $self{charset} = 'ISO-8859-5';
  2. $self{texts} = {
  3. 'Accounting Menu' => '������������� ����',
  4. 'Add POS Invoice' => '������ ������� ���',
  5. 'Amount' => '�����',
  6. 'Business' => '������',
  7. 'Cannot post transaction!' => '���������� �������� ��������!',
  8. 'Change' => '��������',
  9. 'Continue' => '����������',
  10. 'Credit Limit' => '����� �������',
  11. 'Currency' => '������',
  12. 'Current' => '�������',
  13. 'Customer' => '������',
  14. 'Customer missing!' => '�������� ������!',
  15. 'Delete' => '�������',
  16. 'Department' => '�����',
  17. 'Description' => '��������',
  18. 'Edit POS Invoice' => '������������� ���-�������',
  19. 'Exchange Rate' => '���� ������',
  20. 'Exchange rate missing!' => '�������� ����!',
  21. 'Extended' => '�����',
  22. 'From' => '�',
  23. 'Language' => '����',
  24. 'Memo' => '�����������',
  25. 'Month' => '�����',
  26. 'Number' => '���',
  27. 'Open' => '�������',
  28. 'Period' => '������',
  29. 'Post' => '���������',
  30. 'Posted!' => '���������!',
  31. 'Price' => '����',
  32. 'Print' => '������',
  33. 'Print and Post' => '���������� � ���������',
  34. 'Printed' => '����������',
  35. 'Qty' => '����������',
  36. 'Quarter' => '�������',
  37. 'Receipts' => '���������',
  38. 'Record in' => '������� �� ����',
  39. 'Remaining' => '�������',
  40. 'Salesperson' => '��������',
  41. 'Screen' => '�����',
  42. 'Source' => '��������',
  43. 'Subtotal' => '����� �� �������',
  44. 'Tax Included' => '������ �������� � �����',
  45. 'To' => '��',
  46. 'Total' => '�����',
  47. 'Trade Discount' => '�������� ������',
  48. 'Unit' => '�������',
  49. 'Update' => '��������',
  50. 'Year' => '���',
  51. };
  52. $self{subs} = {
  53. 'acc_menu' => 'acc_menu',
  54. 'add' => 'add',
  55. 'display' => 'display',
  56. 'display_row' => 'display_row',
  57. 'edit' => 'edit',
  58. 'form_footer' => 'form_footer',
  59. 'form_header' => 'form_header',
  60. 'js_menu' => 'js_menu',
  61. 'lookup_partsgroup' => 'lookup_partsgroup',
  62. 'menubar' => 'menubar',
  63. 'openinvoices' => 'openinvoices',
  64. 'post' => 'post',
  65. 'print' => 'print',
  66. 'print_and_post' => 'print_and_post',
  67. 'print_form' => 'print_form',
  68. 'print_options' => 'print_options',
  69. 'receipts' => 'receipts',
  70. 'section_menu' => 'section_menu',
  71. '����������' => 'continue',
  72. '�������' => 'delete',
  73. '���������' => 'post',
  74. '������' => 'print',
  75. '����������_�_���������' => 'print_and_post',
  76. '��������' => 'update',
  77. };
  78. 1;