From d720344d24210fc0b0a00d3621e31afe8b2c9203 Mon Sep 17 00:00:00 2001 From: tokul Date: Tue, 27 Apr 2004 14:00:42 +0000 Subject: [PATCH] translator moved to other address git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7292 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- plugins/translate/options.php | 2 +- plugins/translate/setup.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/translate/options.php b/plugins/translate/options.php index d6b999d9..fc83feba 100644 --- a/plugins/translate/options.php +++ b/plugins/translate/options.php @@ -144,7 +144,7 @@ function ShowTrad( $tit, $com, $url ) { ShowTrad( 'PROMT', _("Russian translations, maximum of 500 characters translated"). "
".sprintf(_("Number of supported language pairs: %s"),"13")." " , - 'http://www.translate.ru/' ); + 'http://www.online-translator.com/' ); ?>

diff --git a/plugins/translate/setup.php b/plugins/translate/setup.php index 344894e5..c59b1c80 100644 --- a/plugins/translate/setup.php +++ b/plugins/translate/setup.php @@ -592,7 +592,7 @@ function translate_form_otenet($message) { * @access private */ function translate_form_promt($message) { - translate_new_form('http://www.translate.ru/text.asp#tr_form'); + translate_new_form('http://www.online-translator.com/text.asp#tr_form'); echo ''; echo ""; echo _("Interface language")." : "; -- 2.25.1