From 702272dc22a1a6bc5093651a2874b102c4828a26 Mon Sep 17 00:00:00 2001 From: tokul Date: Sat, 31 May 2003 08:50:46 +0000 Subject: [PATCH] Added systran.otenet.gr Hellenic translations. git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@4956 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/translate/setup.php | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/plugins/translate/setup.php b/plugins/translate/setup.php index 927831ae..e017d866 100644 --- a/plugins/translate/setup.php +++ b/plugins/translate/setup.php @@ -527,4 +527,33 @@ function translate_form_dictionary($message) { translate_table_end(); } + +function translate_form_otenet($message) { + translate_new_form('http://systran.otenet.gr/cgi-bin/systran.cgi'); +?> + + + + '; + translate_table_end(); + +} ?> -- 2.25.1