$self{charset} = 'ISO-8859-5';

$self{texts} = {
  'Accounting Menu'             => '������������� ����',
  'Active'                      => '��������',
  'Add'                         => '�����',
  'Add Group'                   => '����� ������',
  'Add Pricegroup'              => '����� ��� ���',
  'Add Project'                 => '����� ������',
  'Address'                     => '�����',
  'All'                         => '���',
  'Amount'                      => '�����',
  'Assembly'                    => '�������',
  'Bin'                         => 'Bin',
  'Continue'                    => '����������',
  'Current'                     => '�������',
  'Customer'                    => '������',
  'Customer missing!'           => '�������� ������!',
  'Customer not on file!'       => '������ ����������� � �����������!',
  'Date'                        => '����',
  'Delete'                      => '�������',
  'Description'                 => '��������',
  'Description Translations'    => '�������� ��������',
  'Detail'                      => '��������������',
  'Edit Description Translations' => '������������� �������� ��������',
  'Edit Group'                  => '������������� ������',
  'Edit Pricegroup'             => '������������� ��� ���',
  'Edit Project'                => '������������� ������',
  'Employee'                    => '���������',
  'Enddate'                     => '������� ����',
  'From'                        => '�',
  'Group'                       => '������',
  'Group Translations'          => '������ ��������',
  'Group deleted!'              => '������ �������!',
  'Group missing!'              => '��������� ������!',
  'Group saved!'                => '������ ���������!',
  'Groups'                      => '������',
  'Income'                      => '�����������',
  'Language'                    => '����',
  'Languages not defined!'      => '����� �� ����������!',
  'Link Accounts'               => '������ ������',
  'List Price'                  => '������ ���',
  'Month'                       => '�����',
  'Notes'                       => '�����������',
  'Nothing selected!'           => '������ �� �������!',
  'Number'                      => '���',
  'Orphaned'                    => '��� ��������',
  'Part Number'                 => '��� ������',
  'Period'                      => '������',
  'Pricegroup'                  => '��� ���',
  'Pricegroup deleted!'         => '������ ��� ���',
  'Pricegroup missing!'         => '�������� ��� ���',
  'Pricegroup saved!'           => '������� ��� ���',
  'Pricegroups'                 => '���� ���',
  'Project'                     => '������',
  'Project Description Translations' => '�������� �������� ��������',
  'Project Number'              => '��� �������',
  'Project deleted!'            => '������ ������',
  'Project saved!'              => '������ ��������!',
  'Projects'                    => '�������',
  'Qty'                         => '����������',
  'Quarter'                     => '�������',
  'Save'                        => '���������',
  'Select from one of the names below' => '�������� ���� �� ������������ �� ������',
  'Sell Price'                  => '��������� ����',
  'Startdate'                   => '��������� ����',
  'Summary'                     => '��������',
  'Tax'                         => '�����',
  'To'                          => '��',
  'Translation'                 => '�������',
  'Translation deleted!'        => '������� ������!',
  'Translations saved!'         => '�������� ���������!',
  'Unit'                        => '�������',
  'Update'                      => '��������',
  'Updated'                     => '���������',
  'Vendor'                      => '���������',
  'Vendor not on file!'         => '���������� ��� � �����������!',
  'Weight'                      => '���',
  'Year'                        => '���',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'add_group'                   => 'add_group',
  'add_job'                     => 'add_job',
  'add_pricegroup'              => 'add_pricegroup',
  'add_project'                 => 'add_project',
  'continue'                    => 'continue',
  'customer_selected'           => 'customer_selected',
  'delete'                      => 'delete',
  'display'                     => 'display',
  'display_form'                => 'display_form',
  'edit'                        => 'edit',
  'edit_translation'            => 'edit_translation',
  'generate_sales_orders'       => 'generate_sales_orders',
  'jcitems'                     => 'jcitems',
  'job_footer'                  => 'job_footer',
  'job_header'                  => 'job_header',
  'job_report'                  => 'job_report',
  'js_menu'                     => 'js_menu',
  'list_projects'               => 'list_projects',
  'list_stock'                  => 'list_stock',
  'list_translations'           => 'list_translations',
  'menubar'                     => 'menubar',
  'name_selected'               => 'name_selected',
  'partsgroup_footer'           => 'partsgroup_footer',
  'partsgroup_header'           => 'partsgroup_header',
  'partsgroup_report'           => 'partsgroup_report',
  'prepare_job'                 => 'prepare_job',
  'prepare_partsgroup'          => 'prepare_partsgroup',
  'prepare_pricegroup'          => 'prepare_pricegroup',
  'prepare_project'             => 'prepare_project',
  'pricegroup_footer'           => 'pricegroup_footer',
  'pricegroup_header'           => 'pricegroup_header',
  'pricegroup_report'           => 'pricegroup_report',
  'project_footer'              => 'project_footer',
  'project_header'              => 'project_header',
  'project_jcitems_list'        => 'project_jcitems_list',
  'project_report'              => 'project_report',
  'project_sales_order'         => 'project_sales_order',
  'sales_order_footer'          => 'sales_order_footer',
  'sales_order_header'          => 'sales_order_header',
  'save'                        => 'save',
  'search'                      => 'search',
  'section_menu'                => 'section_menu',
  'select_customer'             => 'select_customer',
  'select_name'                 => 'select_name',
  'stock'                       => 'stock',
  'translation'                 => 'translation',
  'translation_footer'          => 'translation_footer',
  'translation_header'          => 'translation_header',
  'update'                      => 'update',
  '�����_������'                => 'add_group',
  '�����_���_���'               => 'add_pricegroup',
  '�����_������'                => 'add_project',
  '����������'                  => 'continue',
  '�������'                     => 'delete',
  '���������'                   => 'save',
  '��������'                    => 'update',
};

1;