Google Translate:
What did I do wrong?
Errors on the website to appear.
www.federico.mahora.pl
Original text in Polish:
Co zrobiłem źle?
Błędy na stronie internetowej się pojawiają.
www.federico.mahora.pl
Printable View
Google Translate:
What did I do wrong?
Errors on the website to appear.
www.federico.mahora.pl
Original text in Polish:
Co zrobiłem źle?
Błędy na stronie internetowej się pojawiają.
www.federico.mahora.pl
Can I use this script on a more complex scripts like Invision PowerBoard ? There are 2 or 3 transation engines for vbulletin but none yet for Invision power :(
I would not recommend any translation script for a forum. Forums are all about conversations. You really don't want a conversation to happen in 27 poorly translated languages concurrently. Your forum members would revolt.
Question to:
http://www.netbuilders.org/avatars/w...ine=1273928150 Will.Spencer
What does this error?
How do I fix this?PHP Code:Warning: curl_setopt() [function.curl-setopt]: CURLOPT_FOLLOWLOCATION cannot be activated when safe_mode is enabled or an open_basedir is set in /home/scradeus/domains/mahora.pl/public_html/federico/translate/translate.php on line 62
Display following
We are experiencing a temporary problem with the foreign language section. Please try again later. We apologize for the inconvenience.
Scuzi / Perdon / Pardon / Das is Nicht Gud / Sori / Nay canne doo tha laddy
Code: -3
help please............:confused:
I have this problem too Code: -3 (No content returned after fixup from 'http://translate.google.com/translate?hl=ru&sl=ru&tl=en&u=http://www.shram.kiev.ua/&prev=hp' for 'en_')
My site http://www.shram.kiev.ua
And to my mind this problem on ALL SITES.... with new translation
I found the problem and know the fix for rhis problem!!!
Google change code in translated frame.
Was: <frame
Now: <iframe
I can be fix in file: tr_google.php
Was:
Must be:Quote:
//Check for redirects if (preg_match('|<frame src="(/translate_p\?[^"]+)|', $content, $matches)) {
$rval['result']='REDIRECT';
$match = $matches[1];
$match = preg_replace('|&|','&',$match);
$match = 'http://translate.google.com' . $match;
$rval['redirect']=$match;
$rval['message']='translate_p_Frame';
return $rval;
}
Whom this tweak helps, give me the bottle of beer to Ukraine, Kiev (after EURO 2012 no beer in Ukraine:) its just a joke:)))Quote:
//Check for redirects if (preg_match('|<iframe src="(/translate_p\?[^"]+)|', $content, $matches)) {
$rval['result']='REDIRECT';
$match = $matches[1];
$match = preg_replace('|&|','&',$match);
$match = 'http://translate.google.com' . $match;
$rval['redirect']=$match;
$rval['message']='translate_p_Frame';
return $rval;
}
Lol, there are javascripts you can use that translate the whole page. Keep in mind google translations are retarded. Have you ever tried to translate a website using arabic? Their texts are all about GOD, and shit.