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

$self{texts} = {
  'Address'                     => 'Adresa',
  'Bcc'                         => 'Tajn kpia',
  'Cc'                          => 'Kpia',
  'Continue'                    => 'Pokra&#269;ovanie',
  'Customer not on file!'       => 'Odberate&#318; nie je v zozname!',
  'Date'                        => 'Dtum',
  'Day(s)'                      => 'Dni',
  'Delete Schedule'             => 'Maza&#357; naplnovanie',
  'Description'                 => 'Popis',
  'E-mail'                      => 'E-mail',
  'E-mail message'              => 'E-mail sprva',
  'Every'                       => 'Kad',
  'For'                         => 'Od',
  'Include Payment'             => 'S platbou',
  'Message'                     => 'Sprva',
  'Month(s)'                    => 'Mesiac',
  'Next Date'                   => '&#270;al dtum',
  'Number'                      => '&#268;slo',
  'Print'                       => 'Tla&#269;',
  'Project not on file!'        => 'Projekt nie je v zozname!',
  'Recurring Transaction'       => 'Opakujca transakcia',
  'Reference'                   => 'Referencia',
  'Repeat'                      => 'Opakova&#357;',
  'Save Schedule'               => 'Uloi&#357; plnovan',
  'Select from one of the names below' => 'Vyberte stranu zo zoznamu',
  'Select from one of the projects below' => 'Vyberte projekt',
  'Startdate'                   => 'Za&#269;iato&#269;n dtum',
  'Subject'                     => 'Predmet',
  'To'                          => 'do',
  'Vendor not on file!'         => 'Dodavate&#318; nie je v zozname!',
  'Warning!'                    => 'Varovanie!',
  'Week(s)'                     => 'Tde&#328;',
  'Year(s)'                     => 'Rok',
  'You are posting an existing transaction!' => 'Chcete uloi&#357; existujcu transakciu!',
  'You are printing and posting an existing transaction!' => 'Chcete tla&#269;i&#357; a uloi&#357; existujcu transakciu!',
  'You are printing and saving an existing order' => 'Chcete tla&#269;i&#357; a uloi&#357; existujcu objednvku!',
  'You are printing and saving an existing quotation' => 'Chcete tla&#269;i&#357; a uloi&#357; existujcu ponuku!',
  'You are saving an existing order' => 'Chcete uloi&#357; existujcu objednvku!',
  'You are saving an existing quotation' => 'Chcete uloi&#357; existujcu transakciu!',
  'for'                         => 'pre',
  'sent'                        => 'odoslan',
  'time(s)'                     => 'krt',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'check_project'               => 'check_project',
  'continue'                    => 'continue',
  'delete_schedule'             => 'delete_schedule',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'post_as_new'                 => 'post_as_new',
  'print_and_post_as_new'       => 'print_and_post_as_new',
  'project_selected'            => 'project_selected',
  '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&#269;ovanie'           => 'continue',
  'maza&#357;_naplnovanie'     => 'delete_schedule',
  'uloi&#357;_plnovan'       => 'save_schedule',
};

1;

