summaryrefslogtreecommitdiff
path: root/locale/legacy/ru/ca
blob: c4b214189e73000c1065f737d68a9744c2bed578 (plain)
  1. $self{charset} = 'ISO-8859-5';
  2. $self{texts} = {
  3. 'Account' => '����',
  4. 'Apr' => '���',
  5. 'April' => '������',
  6. 'Aug' => '���',
  7. 'August' => '������',
  8. 'Balance' => '������',
  9. 'Chart of Accounts' => '���� ������',
  10. 'Credit' => '������',
  11. 'Current' => '�������',
  12. 'Date' => '����',
  13. 'Debit' => '�����',
  14. 'Dec' => '���',
  15. 'December' => '�������',
  16. 'Department' => '�����',
  17. 'Description' => '��������',
  18. 'Feb' => '���',
  19. 'February' => '�������',
  20. 'From' => '�',
  21. 'GIFI' => 'GIFI',
  22. 'Include in Report' => '�������� � �����',
  23. 'Jan' => '���',
  24. 'January' => '������',
  25. 'Jul' => '���',
  26. 'July' => '����',
  27. 'Jun' => '���',
  28. 'June' => '����',
  29. 'List Transactions' => '������ ��������',
  30. 'Mar' => '����',
  31. 'March' => '����',
  32. 'May' => '���',
  33. 'May ' => '���',
  34. 'Month' => '�����',
  35. 'Nov' => '���',
  36. 'November' => '������',
  37. 'Oct' => '���',
  38. 'October' => '�������',
  39. 'Period' => '������',
  40. 'Project Number' => '��� �������',
  41. 'Quarter' => '�������',
  42. 'R' => 'R',
  43. 'Reference' => '������',
  44. 'Sep' => '���',
  45. 'September' => '��������',
  46. 'Subtotal' => '����� �� �������',
  47. 'To' => '��',
  48. 'Year' => '���',
  49. };
  50. $self{subs} = {
  51. 'ca_subtotal' => 'ca_subtotal',
  52. 'chart_of_accounts' => 'chart_of_accounts',
  53. 'list' => 'list',
  54. 'list_transactions' => 'list_transactions',
  55. '������_��������' => 'list_transactions',
  56. };
  57. 1;