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

$self{texts} = {
  'Accounting Menu'             => 'Menu tovnctva',
  'Amount'                      => 'iastka',
  'Business'                    => 'Biznis',
  'Cannot post transaction!'    => 'Nemete tova transakciu!',
  'Change'                      => 'Drobn',
  'Continue'                    => 'Pokraovanie',
  'Credit Limit'                => 'verov limit',
  'Currency'                    => 'Typ meny',
  'Current'                     => 'Suasn',
  'Customer'                    => 'Kupujci',
  'Customer Number'             => 'slo odberatea',
  'Customer missing!'           => 'Chba kupujci!',
  'Delete'                      => 'Vymaza',
  'Department'                  => 'Stredisko',
  'Description'                 => 'Popis',
  'Exchange Rate'               => 'Kurz',
  'Exchange rate missing!'      => 'Chba kurz!',
  'Extended'                    => 'Suma',
  'From'                        => 'Od',
  'Language'                    => 'Jazyk',
  'Memo'                        => 'Memo',
  'Month'                       => 'Mesiac',
  'Number'                      => 'slo',
  'Open'                        => 'Otvoren',
  'Period'                      => 'Obdobie',
  'Post'                        => 'Uloi',
  'Posted!'                     => 'Uloen!',
  'Price'                       => 'Cena',
  'Print'                       => 'Tla',
  'Print and Post'              => 'Tlai a uloi',
  'Printed'                     => 'Vytlaen',
  'Qty'                         => 'Mnostvo',
  'Quarter'                     => 'tvrrok',
  'Receipts'                    => 'Prjmov doklady',
  'Record in'                   => 'Odoslan:',
  'Remaining'                   => 'Ostva',
  'Sales Invoice'               => 'Faktra',
  'Salesperson'                 => 'Predvajca osoba',
  'Screen'                      => 'Obrazovka',
  'Select a Printer!'           => 'Vyberte tlaiare',
  'Source'                      => 'Doklad',
  'Subtotal'                    => 'Medziset',
  'Tax Included'                => 'S daou',
  'To'                          => 'do',
  'Total'                       => 'Celkom',
  'Trade Discount'              => 'Zava',
  'Unit'                        => 'Jednotka',
  'Update'                      => 'Nata',
  'Warehouse'                   => 'Sklad',
  'Year'                        => 'Rok',
};

$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',
  'pokraovanie'                => 'continue',
  'vymaza'                     => 'delete',
  'uloi'                      => 'post',
  'tla'                        => 'print',
  'tlai_a_uloi'             => 'print_and_post',
  'faktra'                     => 'sales_invoice',
  'nata'                     => 'update',
};

1;

