ソースを参照

translator moved to other address

tokul 21 年 前
コミット
8478bcabb7
2 ファイル変更2 行追加2 行削除
  1. 1 1
      plugins/translate/options.php
  2. 1 1
      plugins/translate/setup.php

+ 1 - 1
plugins/translate/options.php

@@ -144,7 +144,7 @@ function ShowTrad( $tit, $com, $url ) {
     ShowTrad( 'PROMT',
               _("Russian translations, maximum of 500 characters translated").
 	      "<br />".sprintf(_("Number of supported language pairs: %s"),"13")." " ,
-              'http://www.translate.ru/' );
+              'http://www.online-translator.com/' );
 ?>
    </ul>
    <p>

+ 1 - 1
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 '<input type="hidden" name="status" value="translate">';
     echo "<input type=\"hidden\" name=\"source\" value=\"$message\">";
     echo _("Interface language")." : ";