$self{charset} = 'UTF-8';

$self{texts} = {
  'Account'                     => 'Účet',
  'Amount'                      => 'Částka',
  'Company'                     => 'Firma',
  'Continue'                    => 'Pokračování',
  'Curr'                        => 'Měna',
  'Currency'                    => 'Měna',
  'Customer'                    => 'Odběratel',
  'Date Paid'                   => 'Zaplaceno',
  'Description'                 => 'Popis',
  'Due Date'                    => 'Datum splatnosti',
  'Exch'                        => 'Kurz',
  'Include in Report'           => 'Zahrnovat v sestavě',
  'Invoice'                     => 'Faktura',
  'Invoice Date'                => 'Datum vystavení',
  'Invoice Number'              => 'Číslo faktury',
  'No'                          => 'Ne',
  'Paid'                        => 'Zaplaceno',
  'Qty'                         => 'Množství',
  'Source'                      => 'Zdroj',
  'Total'                       => 'Celkem',
  'Unit'                        => 'Jednotka',
  'Yes'                         => 'Ano',
};

$self{subs} = {
  'continue'                    => 'continue',
  'ex_payment'                  => 'ex_payment',
  'export'                      => 'export',
  'export_payments'             => 'export_payments',
  'im_payment'                  => 'im_payment',
  'im_sales_invoice'            => 'im_sales_invoice',
  'import'                      => 'import',
  'import_payments'             => 'import_payments',
  'import_sales_invoices'       => 'import_sales_invoices',
  'xrefhdr'                     => 'xrefhdr',
  'pokračování'              => 'continue',
};

1;

