//--------------------------------------------------------------------------- Translator Boomerang, (c) 2004-2015 by DonationCoder.com //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Usage: Just type in a sentence or paragram in *english* and hit the translate button. The program will use the google.com web translation engine to translate your english text to a foreign language, and then back into english. Use the language combo box to select the intermediate language(s); save your favorites from the File menu. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Installation: You can run the setup.exe to install the program into your Program Files directory and start menu, with an uninstaller, or you can just run the program directly without installing. //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Version History: v1.10.01 - Jan 8, 2015 + BugFix - Google translate page protocol changed and stopped the program from working; fixed. + Feature - You can now more easily check for updates from help menu. v1.09.01 - Nov 8, 2010 + BugFix - Updated to google's new method of returning multiple sentences in separate divs; (previous version was truncating all but first sentence). v1.07.01 - Aug 20, 2010 + Feature - You can now set starting/home language - Added hints to options - Added new advanced chaining option that doesnt always cycle through home language - Added log of translations to debug panel v1.06.01 - Feb 16, 2009 + Feature - Added yet more languages from google - Added option to copy result to clipboard - Adeed option to not show original text in output - Added debug tab which shows each translation reply and post proc. - Added ability to Ctrl+A in memos to select all text + Bugfix - Some text translations (esp. long ones) were being truncated v1.05.01 - May 16, 2008 + Feature - Added many more languages from google translation service. - Alphabetized languages - Now saves+restores last text input - Added option to reverse order of translation (last lang to first) - Added updater support (check Help menu) v1.04.01 - May 21, 2007 * Bugfix - Updated for new google results format which broke previous ver. v1.03.01 - Nov. 4, 2006 * Bugfix - Updated for new google results format which broke previous ver. * Bugfix - Was previously chopping off last letter when html chars found. + Minor Feature - Improved display of results (shows original text) + Minor Feature - Improved form text reminds user to type in english v1.02.01 - May 4, 2006 Updated for new google translation changes which broke previous version. Added cancellation button. Added support for special html characters that were truncating some translations(!). Added support for Arabic, Korean, Japanese. Added full configuration of language combinations. Added full customization of loopcounts and step reporting. Added pause interval option to avoid google rejections. v1.00.01 - 2004 - First public release //--------------------------------------------------------------------------- //--------------------------------------------------------------------------- Related Work: http://www.tashian.com/multibabel/ //---------------------------------------------------------------------------