12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273 |
- Message Translation -- Version 1.4
- If you have ever received a mail message from someone who is not in
- your country, you probably noticed that they used a different language
- than you. If you don't know their language, a translator might help you
- out.
- Features
- ========
- * Multiple translation servers
- * Uses your language preference for setting up default translation options
- * You pick where you see the translation box
- * You decide which translation buttons you see
- Description
- ===========
- This plugin lets you select, on a per-user basis, the translator you want
- to use. It defaults to None. It has different servers you can use, and
- it lists their strengths and limits with each one. Also, there are
- multiple servers just in case one changes their interface or goes down.
- Since SquirrelMail is designed to have multiple translations of the text,
- this plugin takes your preference and will use it for selecting what to
- translate the text into.
- Future Work
- ===========
- * Grab translation directly from server (need to send POST request directly)
- * Translate your outgoing message
- Servers
- =======
- Babelfish = babelfish.altavista.com
- Go.com = translator.go.com
- Dictionary.com = www.dictionary.com/translate
- InterTran = tranexp.com
- GPLTrans = www.translator.cx
- Installation
- ============
- As with other plugins, just uncompress the archive in the plugins
- directory, go back to the main directory, run configure and add the plugin.
- Questions/comments/flames/etc can be sent to the Squirrelmail Plugins list
- Changes
- =======
- 1.3 -> 1.4
- * Modified to use new option page hook.
- Paul Joseph Thompson <captbunzo@squirrelmail.org>
- 1.2 -> 1.3
- * Stupid bugfix. :-)
-
- 1.1 -> 1.2
- * HTML changed to look better
-
- 1.0 -> 1.1
- * Added more servers
- * Added better language handling
- * You have to pick a server, but you can choose not to have the box
- * Added better support for direction of translation
|