disabled translator.go.com.
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Feb 2003 10:07:05 +0000 (10:07 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 2 Feb 2003 10:07:05 +0000 (10:07 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4491 7612ce4b-ef26-0410-bec9-ea0150e637f0

plugins/translate/options.php

index 3697c66aaa5b2dfa18f950de425dd1a0e9e7a177..d4ef04ca206e6d48b5e8746bca0b67c3b552b98c 100644 (file)
@@ -107,9 +107,9 @@ require_once(SM_PATH . 'include/load_prefs.php');
     ShowTrad( 'Babelfish',
               _("13 language pairs, maximum of 1000 characters translated, powered by Systran"),
               'http://babelfish.altavista.com/' );
-    ShowTrad( 'Translator.Go.com',
-              _("10 language pairs, maximum of 25 kilobytes translated, powered by Systran"),
-              'http://translator.go.com/' );
+//    ShowTrad( 'Translator.Go.com',
+//              _("10 language pairs, maximum of 25 kilobytes translated, powered by Systran"),
+//              'http://translator.go.com/' );
     ShowTrad( 'Dictionary.com',
               _("12 language pairs, no known limits, powered by Systran"),
               'http://www.dictionary.com/translate' );
@@ -132,7 +132,7 @@ require_once(SM_PATH . 'include/load_prefs.php');
             '<td><select name="translate_translate_server">';
 
     ShowOption('server', 'babelfish', 'Babelfish');
-    ShowOption('server', 'go', 'Go.com');
+//    ShowOption('server', 'go', 'Go.com');
     ShowOption('server', 'dictionary', 'Dictionary.com');
     ShowOption('server', 'intertran', 'Intertran');
     ShowOption('server', 'gpltrans', 'GPLTrans');