summaryrefslogtreecommitdiff
path: root/locale/ru/bp
blob: a6b350ac9ce6b67b594feca647756de72e8cc475 (plain)
  1. $self{charset} = 'ISO-8859-5';
  2. $self{texts} = {
  3. 'Account' => '����',
  4. 'Accounting Menu' => '������������� ����',
  5. 'Are you sure you want to remove the marked entries from the queue?' => '�� ������������� ������ �������� ������� ��� ���������� �������?',
  6. 'Bin Lists' => '������ Bin',
  7. 'Cannot remove files!' => '���������� ����������� �����!',
  8. 'Confirm!' => '�����������!',
  9. 'Continue' => '����������',
  10. 'Current' => '�������',
  11. 'Customer' => '������',
  12. 'Date' => '����',
  13. 'Employee' => '���������',
  14. 'From' => '�',
  15. 'ID' => '�������������',
  16. 'Invoice' => '����-�������',
  17. 'Invoice Number' => '����� �����-�������',
  18. 'Marked entries printed!' => '���������� ������� ����������!',
  19. 'Month' => '�����',
  20. 'Order' => '����� �������',
  21. 'Order Number' => '����� ������',
  22. 'Packing Lists' => '����������� �������',
  23. 'Period' => '������',
  24. 'Pick Lists' => '������ ��� ������',
  25. 'Print' => '������',
  26. 'Purchase Orders' => '������ ����������',
  27. 'Quarter' => '�������',
  28. 'Quotation' => '��������������',
  29. 'Quotation Number' => '����� ��������������',
  30. 'Quotations' => '�������',
  31. 'RFQs' => '������� �� ��������������',
  32. 'Remove' => '�������',
  33. 'Removed spoolfiles!' => '������� ���� �������!',
  34. 'Removing marked entries from queue ...' => '������� ���������� ������� �� �������?',
  35. 'Sales Invoices' => '������� �������',
  36. 'Sales Orders' => '������ �������',
  37. 'Select all' => '������� ���',
  38. 'Spoolfile' => '���� ������� ������',
  39. 'To' => '��',
  40. 'Vendor' => '���������',
  41. 'Work Orders' => '������� ������',
  42. 'Year' => '���',
  43. 'Yes' => '��',
  44. 'done' => '���������',
  45. };
  46. $self{subs} = {
  47. 'acc_menu' => 'acc_menu',
  48. 'continue' => 'continue',
  49. 'display' => 'display',
  50. 'js_menu' => 'js_menu',
  51. 'list_spool' => 'list_spool',
  52. 'menubar' => 'menubar',
  53. 'print' => 'print',
  54. 'remove' => 'remove',
  55. 'search' => 'search',
  56. 'section_menu' => 'section_menu',
  57. 'select_all' => 'select_all',
  58. 'yes' => 'yes',
  59. '����������' => 'continue',
  60. '������' => 'print',
  61. '�������' => 'remove',
  62. '�������_���' => 'select_all',
  63. '��' => 'yes',
  64. };
  65. 1;