setenv temp `requestchoice TITLE "Dic..." BODY "Selecciona tipo de traducción.*n Select your translated type." GADGETS "Spanish->English|Inglés->Español"`
Clr
echo ""
if $temp eq "1"
;Now we ask the word to translate
echo " Write the spanish word to translate."
unset query
;unset query2
set >NIL: query ?
if "$query" EQ "*$query"
skip erroreng
endif
dic esp "$query"
echo ""
ask " Like you translate an other word? (Y/N)"
if warn
skip inicio BACK
else
quit
endif
else
echo " Escribe la palabra inglesa a traducir"
unset query
set >NIL: query ?
if "$query" EQ "*$query"
skip erroresp
endif
dic ing "$query"
echo ""
ask " ¿Quieres traducir alguna otra palabra? (Y/N)"