- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Account' => '����',
- 'Apr' => '���',
- 'April' => '������',
- 'Aug' => '���',
- 'August' => '������',
- 'Balance' => '������',
- 'Chart of Accounts' => '���� ������',
- 'Credit' => '������',
- 'Current' => '�������',
- 'Date' => '����',
- 'Debit' => '�����',
- 'Dec' => '���',
- 'December' => '�������',
- 'Department' => '�����',
- 'Description' => '��������',
- 'Feb' => '���',
- 'February' => '�������',
- 'From' => '�',
- 'GIFI' => 'GIFI',
- 'Include in Report' => '�������� � �����',
- 'Jan' => '���',
- 'January' => '������',
- 'Jul' => '���',
- 'July' => '����',
- 'Jun' => '���',
- 'June' => '����',
- 'List Transactions' => '������ ��������',
- 'Mar' => '����',
- 'March' => '����',
- 'May' => '���',
- 'May ' => '���',
- 'Month' => '�����',
- 'Nov' => '���',
- 'November' => '������',
- 'Oct' => '���',
- 'October' => '�������',
- 'Period' => '������',
- 'Project Number' => '��� �������',
- 'Quarter' => '�������',
- 'R' => 'R',
- 'Reference' => '������',
- 'Sep' => '���',
- 'September' => '��������',
- 'Subtotal' => '����� �� �������',
- 'To' => '��',
- 'Year' => '���',
- };
- $self{subs} = {
- 'ca_subtotal' => 'ca_subtotal',
- 'chart_of_accounts' => 'chart_of_accounts',
- 'list' => 'list',
- 'list_transactions' => 'list_transactions',
- '������_��������' => 'list_transactions',
- };
- 1;
|