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

$self{texts} = {
  'Continue'                    => 'Continuar',
  'Password'                    => 'ContraseƱa',
};

$self{subs} = {
  'getpassword'                 => 'getpassword',
  'continuar'                   => 'continue',
};

1;