I need help. I can get as far as MYTRANSLATOR but when I type something in
in English that I want translated into Spanish, I don't know what to do
next. A form came up asking for a name and I don't know what to put in it.
The text editor I used is MS Front Page Editor. Would appreciate your help
on this or on telling me where to find help. The help button on
MyTranslator merely gives help on Front Page Editor. Ann
----- Original Message -----
From: "Alan S. Harrell" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, December 08, 2000 5:14 PM
Subject: Re: [SaF] Translators
| On 8 Dec 2000, 8:53, [EMAIL PROTECTED] wrote:
|
| > I am looking for a free language translator program [to install on the
| > computer,
|
| Okay, there is Bab...
|
| >not Babblefish please :o)]
|
| Not Babblefish? :-)
|
| > similar to SysTran, but free.
|
| Babblefish is similar to SysTran and free, too.
|
| > Any suggestions? Thanks Everyone...Peace
|
| Yeah. If we want free and we want a multiple languages translator, we
| are going to have to go to Bablefish.
|
| Unless...<light bulb>...you would like to get a free Systran translator
| right here, now, in this very post. <g>
|
| Paste the following html code into a text editor. Then save the file
| as mytrans.htm . Then open your browser and open the mytrans.htm file
| from your disk drive into your browser and there you have a quick
| systran translator sitting on your disk drive and you can call it up
| any time you wish.
|
| ----paste all below this line to the end line---
|
| <html>
| <head>
| <title>MyTranslator</title>
| </head>
| <body>
| <h1>MyTranslator</h1>
| <form method=post action="http://translator.go.com/cb/trans_entry">
| <input type=hidden name=input_type value=url>
| <INPUT type=hidden name=lo value="en">
| <h2>Translate a web page:</h2>
| <b>Translate from:</b> <select name=lp>
| <OPTION VALUE="en_sp"> English to Spanish</option>
| <OPTION VALUE="en_fr"> English to French</option>
| <OPTION VALUE="en_ge"> English to German</option>
| <OPTION VALUE="en_it"> English to Italian</option>
| <OPTION VALUE="en_pt"> English to Portuguese</option>
| <OPTION VALUE=""> ===============</option>
| <OPTION VALUE="sp_en"> Spanish to English</option>
| <OPTION VALUE="fr_en"> French to English</option>
| <OPTION VALUE="ge_en"> German to English</option>
| <OPTION VALUE="it_en"> Italian to English</option>
| <OPTION VALUE="pt_en"> Portuguese to English</option>
| </select>
| <br>
| Enter Web page URL: <input type="text" name="url" value="" size="30">
| <input type="submit" value="Translate">
| </form>
| <form method=post action="http://translator.go.com/cb/trans_entry">
| <INPUT type=hidden name=lo value="en">
| <input type=hidden name=input_type value=text>
| <h2>Translate Text:</h2>
| <b>Translate from:</b> <select name=lp>
| <OPTION VALUE="en_sp"> English to Spanish</option>
| <OPTION VALUE="en_fr"> English to French</option>
| <OPTION VALUE="en_ge"> English to German</option>
| <OPTION VALUE="en_it"> English to Italian</option>
| <OPTION VALUE="en_pt"> English to Portuguese</option>
| <OPTION VALUE=""> ===============</option>
| <OPTION VALUE="sp_en"> Spanish to English</option>
| <OPTION VALUE="fr_en"> French to English</option>
| <OPTION VALUE="ge_en"> German to English</option>
| <OPTION VALUE="it_en"> Italian to English</option>
| <OPTION VALUE="pt_en"> Portuguese to English</option>
| </select>
| <input type="submit" value="Translate">
| <br>
| Enter the text you wish to translate:
| <br>
| <textarea name="text" cols="43" rows="6" wrap="VIRTUAL"></textarea>
|
| </form>
|
| </body>
| </html>
|
| ---end (your file ends on the closing </html> line) ---
|
|
| Alan
| [EMAIL PROTECTED]
|
|
|