Important: This page is using cookies (cookies). Using this website without turning off cookies in browser, means that you agree for using it.
Buy Now! Features Downloads

Earn with us!

If you would like to start earning money with vBET join to Affiliate Program.
Results 1 to 5 of 5

Thread: Unable to translate thread

  1. #1
    Junior Member
    Join Date
    Aug 2011
    Posts
    15

    Default Unable to translate thread

    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

  2. #2
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    Ok I will use access you've gave me and look on it

  3. #3
    Junior Member
    Join Date
    Aug 2011
    Posts
    15

    Default

    Man the archive is not translating too check in your site per ex /
    and the archive in my site

  4. #4
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    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:
    (日本語) のテスト

    And information how to reduce your translation requests:
    http://www.vbenterprisetranslator.co...html#post10411
    Last edited by r.dziadusz; 07-01-12 at 20:34.

  5. #5
    Retired ;)
    Join Date
    Aug 2011
    Posts
    441

    Default

    Ok problem solved please check this link:

    (日本語)Filesonic.com 41 のゲーム デザイン ブック

    and cofirm is it ok right now

    There was problem with disabling Apertium API I've changed in vbenterprisetranslator_class_translator.php
    PHP Code:
    if (!$size) {
    vbet_setProviderAvailability('Apertium'0);

    to:

    PHP Code:
    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:
    PHP Code:
    curl_setopt($connectionCURLOPT_RETURNTRANSFER1); 
    add line
    PHP Code:
    curl_setopt($connectionCURLOPT_TIMEOUT,15); 
    Last edited by r.dziadusz; 09-01-12 at 23:05.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •