var fDesc=new Array(); fDesc[0] = "Translation Editor helps Bible translators enter, edit and check Scripture in a vernacular language.
Main features:
- use styles, instead of standard format markers (back slash codes), to mark text structure.
- zoom in to view text more easily.
- produce back-translations for checking, optionally including an interlinearization of the original text.
- print vernacular scripture and the corresponding back translation paragraphs in a diglot layout.
- insert and classify notes.
- insert pictures and footnotes
- look up words in the Language Explorer lexicon.
- run various checking tools to find errors (e.g. versification, characters and punctuation usage, capitalization, 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 = ''; } }