var fDesc=new Array(); fDesc[0] = "This is a free tool for creating and editing DKLang package using application translations. Program features: Translation using a dictionary (so-called Translation Repository), Automatic tracking of source and translation discrepancies. On project open a difference log is generated showing you the entries added to or deleted from the translation.
An option for autotranslation of new entries using the Translation Repository is also available.
A possibility of using an additional translation file to display the source values from. For example, when you wish to make a translation but it is more convenient to translate not from the original language but from another one, more close to the destination language."; 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 = ''; } }