$self{texts} = {
  'Address'                     => 'Cm',
  'Continue'                    => 'Folytats',
  'Customer not on file!'       => 'A vev hinyzik az adatbzisbl!',
  'Select from one of the names below' => 'Vlasszon ki egyet az albbi nevek kzl',
  'Vendor not on file!'         => 'Szllt nincs az adatbzisban!',
};

$self{subs} = {
  'add_transaction'             => 'add_transaction',
  'ap_transaction'              => 'ap_transaction',
  'ar_transaction'              => 'ar_transaction',
  'check_name'                  => 'check_name',
  'continue'                    => 'continue',
  'gl_transaction'              => 'gl_transaction',
  'name_selected'               => 'name_selected',
  'sales_invoice'               => 'sales_invoice',
  'select_name'                 => 'select_name',
  'vendor_invoice'              => 'vendor_invoice',
  'folytats'                   => 'continue',
};

1;
