blob: be433e082fd60be0b8e70c5c681ea34506ea9c74 (
plain)
- $self{charset} = 'ISO-8859-5';
- $self{texts} = {
- 'Continue' => '����������',
- 'Password' => '������',
- 'Session expired!' => '��������� ����� �������� ������',
- };
- $self{subs} = {
- 'getpassword' => 'getpassword',
- '����������' => 'continue',
- };
- 1;
|