- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Account' => '�������',
- 'Accounting Menu' => '���� ��̦��',
- 'Apr' => '�צ���',
- 'April' => '�צ����',
- 'Aug' => '������',
- 'August' => '�������',
- 'Balance' => '������',
- 'Continue' => '����������',
- 'Credit' => '������',
- 'Current' => '��������',
- 'Date' => '����',
- 'Debit' => '�����',
- 'Dec' => '������',
- 'December' => '�������',
- 'Description' => '����',
- 'Difference' => '������',
- 'Done' => '��������',
- 'Feb' => '������',
- 'February' => '�����',
- 'From' => '���/�',
- 'Jan' => 'Ӧ���',
- 'January' => 'Ӧ����',
- 'Jul' => '�����',
- 'July' => '������',
- 'Jun' => '������',
- 'June' => '�������',
- 'Mar' => '�������',
- 'March' => '��������',
- 'May' => '������',
- 'May ' => '�������',
- 'Nov' => '���������',
- 'November' => '��������',
- 'Oct' => '������',
- 'October' => '�������',
- 'Out of balance!' => '�� ������������!',
- 'Reconciliation' => '����������',
- 'Select all' => '������� ���',
- 'Sep' => '�������',
- 'September' => '��������',
- 'Source' => '�������',
- 'Statement Balance' => '���������� �צ�',
- 'To' => '��',
- 'Update' => '��������',
- };
- $self{subs} = {
- 'acc_menu' => 'acc_menu',
- 'continue' => 'continue',
- 'display' => 'display',
- 'display_form' => 'display_form',
- 'done' => 'done',
- 'get_payments' => 'get_payments',
- 'js_menu' => 'js_menu',
- 'menubar' => 'menubar',
- 'reconciliation' => 'reconciliation',
- 'section_menu' => 'section_menu',
- 'select_all' => 'select_all',
- 'update' => 'update',
- '����������' => 'continue',
- '��������' => 'done',
- '�������_���' => 'select_all',
- '��������' => 'update',
- };
- 1;
|