I've found and implemented solution for your issue:
In file vbenterprisetranslator_class_translator.php (line 312), I founded:
And I did replace it with:PHP Code:
if (strpos($result,'Quota Exceeded')) {
Please let mi know if this helpsPHP Code:
if ((strpos($result,'Quota Exceeded')) || (strpos($result,'Limit Exceeded'))) {