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

$self{texts} = {
  'Account'                     => '&#269;et',
  'Amount'                      => '&#268;iastka',
  'Continue'                    => 'Pokra&#269;ovanie',
  'Date'                        => 'Dtum',
  'Memo'                        => 'Memo',
  'Nothing to print!'           => 'Neni &#269;o tla&#269;i&#357;!',
  'PDF'                         => 'PDF',
  'Postscript'                  => 'Postscript',
  'Printed'                     => 'Vytla&#269;en',
  'Scheduled'                   => 'Naplnovan',
  'Screen'                      => 'Obrazovka',
  'Select a Printer!'           => 'Vyberte tla&#269;iare&#328;',
  'Select payment'              => 'Vyberte spsob platby',
  'Select postscript or PDF!'   => 'Vyberte postscript alebo PDF!',
  'Source'                      => 'Doklad',
};

$self{subs} = {
  'customer_details'            => 'customer_details',
  'payment_selected'            => 'payment_selected',
  'print'                       => 'print',
  'print_and_post'              => 'print_and_post',
  'print_check'                 => 'print_check',
  'print_options'               => 'print_options',
  'print_receipt'               => 'print_receipt',
  'print_transaction'           => 'print_transaction',
  'select_payment'              => 'select_payment',
  'vendor_details'              => 'vendor_details',
  'pokra&#269;ovanie'           => 'continue',
};

1;

