var fDesc=new Array(); fDesc[0] = "PO Auto-Translator is a freeware utility we created as an adjunct to our Resource Translation Toolkit. PO Auto-Translator reads an existing po/pot file and automatically translates the strings using the language setting specified in the po/pot via GoogleTranslateAPI.dll. At the same time a reverse translation is preformed to cross-check the results against the initial translation. If the reverse translation matches the original string the 'Reverse Translation' column in PO Auto-Translator is blanked out as an indicator that the translation/reverse translation match. Checkboxes can be used to specify the strings to process automatically. Individual strings can also be edited (and translated/check) by double clicking on a string.

PO Auto-Translator runs on Windows XP and above in 32-bit or 64-bit mode."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }