소스 검색

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")." : ";