var fDesc=new Array(); fDesc[0] = "Transolution is a Computer Aided Translation (CAT) suite which supports the XLIFF standard.
The software gives the open source community many features and concepts that have been used by commercial offerings for a long period of time to improve translation efficiency and quality.
The suite is modular to make it flexible and gives a XLIFF Editor, translation memory engine and filters to convert different formats to and from XLIFF.
The use of XLIFF is designed to localize almost any content as long as it has a filter (XML, SGML, PO, RTF, StarOffice/OpenOffice, etc.)."; 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 = ''; } }