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

$self{texts} = {
  'Address'                     => 'Adresa',
  'Bcc'                         => 'TajnÃ¡ kÃ³pia',
  'Cc'                          => 'KÃ³pia',
  'Continue'                    => 'PokraÄovanie',
  'Customer Number'             => 'ÄÃ­slo odberateÄ¾a',
  'Customer not on file!'       => 'OdberateÄ¾ nie je v zozname!',
  'Date'                        => 'DÃ¡tum',
  'Day(s)'                      => 'Dni',
  'Delete Schedule'             => 'MazaÅ¥ naplÃ¡novanie',
  'Description'                 => 'Popis',
  'E-mail'                      => 'E-mail',
  'E-mail message'              => 'E-mail sprÃ¡va',
  'Employee Number'             => 'ÄÃ­slo zamestnanca',
  'Every'                       => 'KaÅ¾dÃ½',
  'For'                         => 'Od',
  'Include Payment'             => 'S platbou',
  'Locked by'                   => 'Zamkol',
  'Message'                     => 'SprÃ¡va',
  'Month(s)'                    => 'Mesiac',
  'Next Date'                   => 'ÄalÅ¡Ã­ dÃ¡tum',
  'Number'                      => 'ÄÃ­slo',
  'PDF'                         => 'PDF',
  'Postscript'                  => 'Postscript',
  'Print'                       => 'TlaÄ',
  'Project not on file!'        => 'Projekt nie je v zozname!',
  'Recurring Transaction'       => 'OpakujÃºca transakcia',
  'Reference'                   => 'Referencia',
  'Remittance Voucher'          => 'PrevodnÃ½ kupÃ³n',
  'Repeat'                      => 'OpakovaÅ¥',
  'Save Schedule'               => 'UloÅ¾iÅ¥ plÃ¡novanÃ©',
  'Select from one of the names below' => 'Vyberte stranu zo zoznamu',
  'Select from one of the projects below' => 'Vyberte projekt',
  'Startdate'                   => 'ZaÄiatoÄnÃ½ dÃ¡tum',
  'Subject'                     => 'Predmet',
  'To'                          => 'do',
  'Vendor Number'               => 'ÄÃ­slo dodavateÄ¾a',
  'Vendor not on file!'         => 'DodavateÄ¾ nie je v zozname!',
  'Warning!'                    => 'Varovanie!',
  'Week(s)'                     => 'TÃ½Å¾deÅ',
  'Year(s)'                     => 'Rok',
  'You are posting an existing transaction!' => 'Chcete uloÅ¾iÅ¥ existujÃºcu transakciu!',
  'You are printing and posting an existing transaction!' => 'Chcete tlaÄiÅ¥ a uloÅ¾iÅ¥ existujÃºcu transakciu!',
  'You are printing and saving an existing order' => 'Chcete tlaÄiÅ¥ a uloÅ¾iÅ¥ existujÃºcu objednÃ¡vku!',
  'You are printing and saving an existing quotation' => 'Chcete tlaÄiÅ¥ a uloÅ¾iÅ¥ existujÃºcu ponuku!',
  'You are saving an existing order' => 'Chcete uloÅ¾iÅ¥ existujÃºcu objednÃ¡vku!',
  'You are saving an existing quotation' => 'Chcete uloÅ¾iÅ¥ existujÃºcu transakciu!',
  'for'                         => 'pre',
  'sent'                        => 'odoslanÃ©',
  'time(s)'                     => 'krÃ¡t',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'credit_invoice_'             => 'credit_invoice_',
  'debit_invoice_'              => 'debit_invoice_',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  'islocked'                    => 'islocked',
  'name_selected'               => 'name_selected',
  'new_number'                  => 'new_number',
  'post_as_new'                 => 'post_as_new',
  'preview'                     => 'preview',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'project_selected'            => 'project_selected',
  'rebuild_formnames'           => 'rebuild_formnames',
  'rebuild_vc'                  => 'rebuild_vc',
  'repost'                      => 'repost',
  'reprint'                     => 'reprint',
  'sales_invoice_'              => 'sales_invoice_',
  'save_schedule'               => 'save_schedule',
  'schedule'                    => 'schedule',
  'select_name'                 => 'select_name',
  'select_project'              => 'select_project',
  'vendor_invoice_'             => 'vendor_invoice_',
  'pokraÄovanie'               => 'continue',
  'mazaÅ¥_naplÃ¡novanie'        => 'delete_schedule',
  'uloÅ¾iÅ¥_plÃ¡novanÃ©'        => 'save_schedule',
};

1;

