Fix what seems to have been a copy/paste bug
[squirrelmail.git] / plugins / translate / README
CommitLineData
7aa22276 1Message Translation
849bdf42 2
3If you have ever received a mail message from someone who is not in
4your country, you probably noticed that they used a different language
5than you. If you don't know their language, a translator might help you
6out.
7
8
9Features
10========
11
12* Multiple translation servers
13* Uses your language preference for setting up default translation options
14* You pick where you see the translation box
15* You decide which translation buttons you see
16
17
18Description
19===========
20
21This plugin lets you select, on a per-user basis, the translator you want
22to use. It defaults to None. It has different servers you can use, and
23it lists their strengths and limits with each one. Also, there are
24multiple servers just in case one changes their interface or goes down.
25
26Since SquirrelMail is designed to have multiple translations of the text,
27this plugin takes your preference and will use it for selecting what to
28translate the text into.
29
30
31Future Work
32===========
33
34* Grab translation directly from server (need to send POST request directly)
35* Translate your outgoing message
36
37
38Servers
39=======
40
41Babelfish = babelfish.altavista.com
df35c201 42Go.com = translator.go.com (disabled - service unavailable)
849bdf42 43Dictionary.com = www.dictionary.com/translate
44InterTran = tranexp.com
ab39347c 45GPLTrans = www.translator.cx (disabled - service unavailable)
df35c201 46OteNet = systran.otenet.gr
47Promt = www.translate.ru
ea526024 48Google Translate = www.google.com/translate
849bdf42 49
50Installation
51============
52
7aa22276 53Go back to the main directory, run configure and add the plugin.
849bdf42 54
ab39347c 55Some plugin settings can be adjusted by creating
56config/translate_config.php or plugins/translate/config.php
57configuration file. See plugins/translate/config_default.php and
58plugins/translate/config_sample.php