PDA

View Full Version : Solved Unable to translate thread



apostars
06-01-12, 00:40
Hi,

I have paid for integration and install the plugin but i was surprised, it does not translate the thread
take a look on this sample and PM me how to fix it
(Japanese) Filesonic.com 41 Game Design Ebooks (http://www.free-ebook-download.net/ja/free-programing-ebooks-downloads/97390-41-のゲーム-デザイン-ブック.html)

r.dziadusz
06-01-12, 19:39
Ok I will use access you've gave me and look on it

apostars
06-01-12, 20:04
Man the archive is not translating too check in your site per ex
http://www.vbenterprisetranslator.com/forum/fa/archive/
and the archive in my site
http://www.free-ebook-download.net/fa/archive/

r.dziadusz
07-01-12, 20:15
Please chceck it, you are partly reaching your limits, I left one test thread to show you that. You can submit for paid Google Translation API v2 and set your own limits.
However it's still may be some other internal problem, I cannot access your ftp to do whol global tests. Please read PM I've send you


Here is link to tested short message which I left for you to see:
(日本語) のテスト (http://www.free-ebook-download.net/ja/uncategory-section/97751-%E3%83%86%E3%82%B9%E3%83%88.html)

And information how to reduce your translation requests:
http://www.vbenterprisetranslator.com/forum/vbet4-troubleshooting/413-faq-2.html#post10411

r.dziadusz
09-01-12, 22:45
Ok problem solved please check this link:

(日本語)Filesonic.com 41 のゲーム デザイン ブック (http://www.free-ebook-download.net/ja/free-programing-ebooks-downloads/97390-41-%E3%81%AE%E3%82%B2%E3%83%BC%E3%83%A0-%E3%83%87%E3%82%B6%E3%82%A4%E3%83%B3-%E3%83%96%E3%83%83%E3%82%AF.html)

and cofirm is it ok right now

There was problem with disabling Apertium API I've changed in vbenterprisetranslator_class_translator.php


if (!$size) {
vbet_setProviderAvailability('Apertium', 0);
}


to:



if (!$size) {
if (strpos($result,'503 Service Temporarily Unavailable')) {
vbet_setProviderAvailability('Apertium', 0);
}
elseif($result == ' ' || $result == '') {
vbet_setProviderAvailability('Apertium', 0);
}else {
}
}


and also add in fuction function &vbet_getConnection after line:

curl_setopt($connection, CURLOPT_RETURNTRANSFER, 1);

add line


curl_setopt($connection, CURLOPT_TIMEOUT,15);

AfrikaansAlbanianArabicBelarusianBulgarianCatalanChineseCroatianCzechDanishDutchEnglishEstonianFilipinoFinnishFrenchGalicianGermanGreekHaitian CreoleHebrewHindiHungarianIcelandicIndonesianIrishItalianJapaneseKoreanLatvianLithuanianMacedonianMalayMalteseNorwegianPersianPolishPortugueseRomanianRussianSerbianSlovakSlovenianSpanishSwahiliSwedishTaiwaneseThaiTurkishUkrainianVietnameseWelshYiddish
Integration with translations by vB Enterprise Translator 4.10.1