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

$self{texts} = {
  'Add Purchase Order'          => '����� ����� ����������',
  'Add Quotation'               => '����� ��������������',
  'Add Request for Quotation'   => '����� ������ �� ��������������',
  'Add Sales Order'             => '����� ����� �������',
  'Address'                     => '�����',
  'Apr'                         => '���',
  'April'                       => '������',
  'Attachment'                  => '��������',
  'Aug'                         => '���',
  'August'                      => '������',
  'Bcc'                         => 'Bcc',
  'Billing Address'             => '����� �������� �����',
  'Bin'                         => 'Bin',
  'Bin List'                    => '������ Bin',
  'Cc'                          => 'Cc',
  'City'                        => '�����',
  'Company Name'                => '������������ �����������',
  'Contact'                     => '���������� ����',
  'Continue'                    => '����������',
  'Copies'                      => '�����',
  'Country'                     => '������',
  'Customer Number'             => '��� �������',
  'Date'                        => '����',
  'Dec'                         => '���',
  'December'                    => '�������',
  'Delivery Date'               => '���� ���������',
  'Description'                 => '��������',
  'E-mail'                      => 'E-mail',
  'E-mail address missing!'     => '�� ������ ����� E-mail!',
  'E-mailed'                    => '���������� �� e-mail',
  'Extended'                    => '�����',
  'Fax'                         => '����',
  'Feb'                         => '���',
  'February'                    => '�������',
  'Group'                       => '������',
  'In-line'                     => '��������������',
  'Invoice'                     => '����-�������',
  'Invoice Date missing!'       => '�� ������� ���� ����������� �����-�������',
  'Invoice Number missing!'     => '�� ������ ����� �����-�������',
  'Item not on file!'           => '��� ������������ � �����������!',
  'Jan'                         => '���',
  'January'                     => '������',
  'Jul'                         => '���',
  'July'                        => '����',
  'Jun'                         => '���',
  'June'                        => '����',
  'Mar'                         => '����',
  'March'                       => '����',
  'May'                         => '���',
  'May '                        => '���',
  'Message'                     => '���������',
  'Nov'                         => '���',
  'November'                    => '������',
  'Number'                      => '���',
  'Number missing in Row'       => '�������� ��� � ������',
  'Oct'                         => '���',
  'October'                     => '�������',
  'Order Date missing!'         => '��������� ���� ������',
  'Order Number missing!'       => '�������� ����� ������',
  'PDF'                         => 'PDF',
  'Packing List'                => '����������� ������',
  'Packing List Date missing!'  => '��������� ���� ������������ �������!',
  'Packing List Number missing!' => '�������� ����� ������������ �������!',
  'Part'                        => '�����',
  'Phone'                       => '���.',
  'Pick List'                   => '������ ��� ������',
  'Postscript'                  => 'Postscript',
  'Price'                       => '����',
  'Printed'                     => '����������',
  'Project'                     => '������',
  'Purchase Order'              => '����� ����������',
  'Qty'                         => '����������',
  'Quotation'                   => '��������������',
  'Quotation Date missing!'     => '��������� ���� ��������������!',
  'Quotation Number missing!'   => '�������� ����� ��������������!',
  'Recd'                        => 'Recd',
  'Required by'                 => '��������',
  'SKU'                         => 'SKU',
  'Sales Order'                 => '����� �������',
  'Screen'                      => '�����',
  'Select txt, postscript or PDF!' => '�������� txt, postscript ��� PDF!',
  'Sep'                         => '���',
  'September'                   => '��������',
  'Serial No.'                  => '�������� ���.',
  'Service'                     => '������',
  'Ship'                        => '���������',
  'Ship to'                     => '��������� ���',
  'Shipping Address'            => '����� ��������',
  'State/Province'              => '����/���������',
  'Subject'                     => '����',
  'Subtotal'                    => '����� �� �������',
  'To'                          => '��',
  'Translation not on file!'    => '��� �������� � ������!',
  'Unit'                        => '�������',
  'Vendor Number'               => '��� ����������',
  'What type of item is this?'  => '���� ��� ��� �����������?',
  'Work Order'                  => '������� �����',
  'Zip/Postal Code'             => '������',
  'sent'                        => '����������',
};

$self{subs} = {
  'calc_markup'                 => 'calc_markup',
  'check_form'                  => 'check_form',
  'create_form'                 => 'create_form',
  'customer_details'            => 'customer_details',
  'display_form'                => 'display_form',
  'display_row'                 => 'display_row',
  'e_mail'                      => 'e_mail',
  'invoicetotal'                => 'invoicetotal',
  'item_selected'               => 'item_selected',
  'new_item'                    => 'new_item',
  'print'                       => 'print',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'purchase_order'              => 'purchase_order',
  'quotation'                   => 'quotation',
  'rfq'                         => 'rfq',
  'sales_order'                 => 'sales_order',
  'select_item'                 => 'select_item',
  'send_email'                  => 'send_email',
  'ship_to'                     => 'ship_to',
  'validate_items'              => 'validate_items',
  'vendor_details'              => 'vendor_details',
  '����������'                  => 'continue',
};

1;