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

$self{texts} = {
  'Account'                     => 'Účet',
  'Amount'                      => 'Čiastka',
  'CSV'                         => 'CSV',
  'City'                        => 'Mesto',
  'Company'                     => 'Firma',
  'Company Name'                => 'Názov firmy',
  'Company Number'              => 'Číslo firmy',
  'Continue'                    => 'Pokračovanie',
  'Curr'                        => 'Mena',
  'Currency'                    => 'Typ meny',
  'Customer'                    => 'Kupujúci',
  'Customer Number'             => 'Číslo odberateľa',
  'DCN'                         => 'DCN',
  'Date Paid'                   => 'Dátum platby',
  'Delimiter'                   => 'Oddelovač',
  'Description'                 => 'Popis',
  'Due Date'                    => 'Dátum splatnosti',
  'Exch'                        => 'Kurz',
  'Export Payments'             => 'Export platieb',
  'File to Import'              => 'Súbor pre import',
  'Filename'                    => 'Meno súboru',
  'Import File missing!'        => 'Chýba import súbor !',
  'Import Payments'             => 'Import platieb',
  'Import Sales Invoices'       => 'Import odberatelských faktúr',
  'Include Header'              => 'S hlavičkou',
  'Include in Report'           => 'Zahrnúť do prehľadu',
  'Invoice'                     => 'Faktúra',
  'Invoice Date'                => 'Dátum faktúry',
  'Invoice Number'              => 'Číslo faktúry',
  'Mapfile'                     => 'Mapsúbor',
  'Memo'                        => 'Memo',
  'No'                          => 'Nie',
  'Paid'                        => 'Zaplatené',
  'Payment Method'              => 'Metoda platby',
  'Posting Invoice ...'         => 'Uloženie faktúr ...',
  'Posting Payment ...'         => 'Uloženie platby',
  'Posting failed!'             => 'Uloženie neúspešné!',
  'Qty'                         => 'Množstvo',
  'Salesperson'                 => 'Predávajúca osoba',
  'Source'                      => 'Doklad',
  'Tab delimited file'          => 'Súbor s oddelovačom Tab',
  'The following parts could not be found:' => 'Nasledujúce položky neboli nájdené:',
  'Total'                       => 'Celkom',
  'Total:'                      => 'Celkom:',
  'Type of File'                => 'Typ súboru',
  'Unit'                        => 'Jednotka',
  'Yes'                         => 'Ano',
  'ok'                          => 'ok',
};

$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čovanie'               => 'continue',
  'export_platieb'              => 'export_payments',
  'import_platieb'              => 'import_payments',
  'import_odberatelských_faktúr' => 'import_sales_invoices',
};

1;

