OK - jautājumu atrasta un novērsta. Tas tiek iekļauts nākamajā release.
Lai ātri noteikt, lūdzu:
1. Atvērt / Includes / vbenterprisetranslator_class_translator.php
2. Find:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->realFrom, $this->realTo, $serie, $this);
3. Aizstāt ar:
PHP Code:
return vbet_translateEncodedText($toTranslate, $this->from, $this->to, $serie, $this);
4. Find:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->realFrom, $this->realTo, $serie, $this)
5. Aizstāt ar:
PHP Code:
return vbet_translateEncodedText(substr($toTranslate, 0, $point), $this->from, $this->to, $serie, $this)