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

$self{texts} = {
  'Accounting Menu'             => 'Menu ��etnictv�',
  'Amount'                      => '��stka',
  'Continue'                    => 'Pokra�ov�n�',
  'Credit Limit'                => '�v�rov� limit',
  'Currency'                    => 'M�na',
  'Customer'                    => 'Odb�ratel',
  'Delete'                      => 'Vymazat',
  'Description'                 => 'Popis',
  'Exchange Rate'               => 'M�nov� kurz',
  'From'                        => 'z',
  'Language'                    => 'Jazyk',
  'Number'                      => '��slo',
  'Open'                        => 'Otev�en�',
  'Price'                       => 'Cena',
  'Qty'                         => 'Mno�stv�',
  'Record in'                   => 'Za��tovat do',
  'Remaining'                   => 'Zb�v�',
  'Screen'                      => 'Na obrazovku',
  'Source'                      => 'Zdroj',
  'Subtotal'                    => 'Mezisou�et',
  'Tax Included'                => 'Cena v�etn� dan�',
  'To'                          => 'do',
  'Total'                       => 'Celkem',
  'Unit'                        => 'Jednotka',
};

$self{subs} = {
  'acc_menu'                    => 'acc_menu',
  'add'                         => 'add',
  'display'                     => 'display',
  'display_row'                 => 'display_row',
  'edit'                        => 'edit',
  'form_footer'                 => 'form_footer',
  'form_header'                 => 'form_header',
  'js_menu'                     => 'js_menu',
  'lookup_partsgroup'           => 'lookup_partsgroup',
  'menubar'                     => 'menubar',
  'openinvoices'                => 'openinvoices',
  'post'                        => 'post',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_form'                  => 'print_form',
  'print_options'               => 'print_options',
  'receipts'                    => 'receipts',
  'section_menu'                => 'section_menu',
  'pokra�ov�n�'                 => 'continue',
  'vymazat'                     => 'delete',
};

1;