<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
	<channel>
		<title>ProZ.com Translation Forums</title>
		<link>http://fin.proz.com/forums/</link>
		<atom:link href="http://fin.proz.com/forums/" rel="self" type="application/rss+xml"/>		<description>Forum: LogiTerm</description>
		<language>en-us</language>
		<pubDate>Sat, 25 Jul 2026 09:37:35 +0000</pubDate>
		<lastBuildDate>Sat, 25 Jul 2026 09:37:35 +0000</lastBuildDate>
		<docs>http://www.proz.com/faq</docs>
		<managingEditor>support@proz.com (ProZ.com Support)</managingEditor>
		<webMaster>support@proz.com (ProZ.com Support)</webMaster>
		<item>
			<title>How to export Logiterm memory to tmx format | Bitexts &gt; Convert &gt; ...</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2840329#2840329</link>
			<pubDate>Fri, 27 Mar 2020 14:39:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; How to export Logiterm memory to tmx format&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Bitexts &gt; Convert &gt; ...&lt;br/&gt;&lt;br/&gt;[quote]DISILV wrote:&lt;br /&gt;&lt;br /&gt;How can one export a LogiTerm Pro memory to a tmx format? &lt;br /&gt;What are the steps?&lt;br /&gt;&lt;br /&gt;(not sure what version my company has as I&#039;m a new employee)&lt;br /&gt;&lt;br /&gt;Hope someone can help me with this.&lt;br /&gt;Thanks! [/quote]&lt;br /&gt;&lt;br /&gt;In LogiTerm Pro 5.8.2, go to menu item:&lt;br /&gt;&lt;br /&gt;Bitexts ... Convert ... &lt;br /&gt;• Bitexts to Translation Memory&lt;br /&gt;• Translation Memory to Bitext&lt;br /&gt;• LogiTrans Data (LT.xml) to Translation Memory (TMX)&lt;br/&gt;&lt;br/&gt;[Edited at 2020-03-27 14:40 GMT]&lt;br&gt;&lt;br&gt;[Edited at 2020-03-27 14:40 GMT]</description>
		</item>
		<item>
			<title>How to export Logiterm memory to tmx format</title>
			<author>DISILV</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2840195#2840195</link>
			<pubDate>Thu, 26 Mar 2020 20:42:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; How to export Logiterm memory to tmx format&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; DISILV&lt;br/&gt;&lt;br/&gt;How can one export a LogiTerm Pro memory to a tmx format? &lt;br /&gt;What are the steps?&lt;br /&gt;&lt;br /&gt;(not sure what version my company has as I&#039;m a new employee)&lt;br /&gt;&lt;br /&gt;Hope someone can help me with this.&lt;br /&gt;Thanks!</description>
		</item>
		<item>
			<title>put caret in search field in Logiterm with a keyboard shortcut? | Thanks!</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2819680#2819680</link>
			<pubDate>Mon, 18 Nov 2019 13:23:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; put caret in search field in Logiterm with a keyboard shortcut?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Thanks!&lt;br/&gt;&lt;br/&gt;Great, thanks for that!&lt;br /&gt;&lt;br /&gt;I had another script interfering, which is why I didn&#039;t realise it was F6 (I tried them all).&lt;br /&gt;&lt;br /&gt;Thanks especially for the info about the &lt;b&gt;ControlFocus, Edit1 &lt;/b&gt; part, that was very useful.&lt;br /&gt;&lt;br /&gt;Michael</description>
		</item>
		<item>
			<title>put caret in search field in Logiterm with a keyboard shortcut? | F6 = focus in search box | And a script that might help</title>
			<author>xxRGProz (X)</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2819671#2819671</link>
			<pubDate>Mon, 18 Nov 2019 11:55:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; put caret in search field in Logiterm with a keyboard shortcut?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; xxRGProz (X)&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; F6 = focus in search box | And a script that might help&lt;br/&gt;&lt;br/&gt;Hi Michael,&lt;br /&gt;&lt;br /&gt;You can press F6 to focus on the search box in LogiTerm:&lt;br/&gt;&lt;br/&gt;Or you could also use this in AutoHotkey: [b]ControlFocus, Edit1, ^LogiTerm Pro[/b]&lt;br /&gt;&lt;br /&gt;This is the script I use, hope it helps:&lt;br /&gt;&lt;br /&gt;[pre]&lt;br /&gt;SendMode, Input&lt;br /&gt;SetTitleMatchMode, RegEx&lt;br /&gt;&lt;br /&gt;; -- Win + w -&gt; Search in LogiTerm&lt;br /&gt;&lt;br /&gt;CheckKeysPressed:&lt;br /&gt;While GetKeyState(&quot;Ctrl&quot;,&quot;P&quot;) || GetKeyState(&quot;LWin&quot;,&quot;P&quot;) || GetKeyState(&quot;RWin&quot;,&quot;P&quot;) || GetKeyState(&quot;Shift&quot;,&quot;P&quot;) || GetKeyState(&quot;Alt&quot;,&quot;P&quot;)&lt;br /&gt;	Sleep, 25&lt;br /&gt;Return&lt;br /&gt;&lt;br /&gt;SelectToClip:&lt;br /&gt;Clipboard := &quot;&quot;&lt;br /&gt;Send, ^c&lt;br /&gt;ClipWait, 0&lt;br /&gt;If ErrorLevel&lt;br /&gt;	Exit&lt;br /&gt;Return&lt;br /&gt;&lt;br /&gt;#w::&lt;br /&gt;Gosub, CheckKeysPressed&lt;br /&gt;Gosub, SelectToClip&lt;br /&gt;Clipboard := RegExReplace(Clipboard, &quot;^\s+|\s+(?=\s)|\s+$&quot;) ; remove extra spaces&lt;br /&gt;If WinExist(&quot;^LogiTerm Pro ahk_exe ltwebclient.exe&quot;)&lt;br /&gt;	WinActivate&lt;br /&gt;Else&lt;br /&gt;	{&lt;br /&gt;	Run, %ProgramFiles%\Terminotix\LogiTerm\ltwebclient.exe&lt;br /&gt;	WinWaitActive, ^LogiTerm Pro ahk_exe ltwebclient.exe,,5&lt;br /&gt;	If ErrorLevel&lt;br /&gt;		Return&lt;br /&gt;	Sleep, 1000&lt;br /&gt;	}&lt;br /&gt;ControlFocus, Edit1, ^LogiTerm Pro ahk_exe ltwebclient.exe&lt;br /&gt;Send, &quot;%Clipboard%&quot;&lt;br /&gt;Send, {Enter}&lt;br /&gt;Return&lt;br /&gt;[/pre]</description>
		</item>
		<item>
			<title>put caret in search field in Logiterm with a keyboard shortcut?</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2819600#2819600</link>
			<pubDate>Sun, 17 Nov 2019 22:45:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; put caret in search field in Logiterm with a keyboard shortcut?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;br/&gt;I just sent this to LogiTerm support, thought I&#039;d ask here too:&lt;br /&gt;&lt;br /&gt;Is there any way to get to the search field in Logiterm with a keyboard shortcut?&lt;br /&gt;&lt;br /&gt;I&#039;m working on an AutoHotkey script to automatically search my LT database...&lt;br /&gt;&lt;br /&gt;Michael</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | ?</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2717236#2717236</link>
			<pubDate>Mon, 19 Mar 2018 10:21:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; ?&lt;br/&gt;&lt;br/&gt;[quote]Hans Lenting wrote:&lt;br /&gt;&lt;br /&gt;[quote]Michael Joseph Wdowiak Beijer wrote:&lt;br /&gt;&lt;br /&gt;SynchroTerm is a funny one. I never use it for anything, &lt;i&gt;except for one thing&lt;/i&gt;, which I find it is indispensable for: to create monolingual glossaries from large amounts of English text. [/quote]&lt;br /&gt;&lt;br /&gt;I&#039;ve been playing around with it today, to extract candidates for term pairs from a TMX file. I guess that you use its big brother Logiterm for this task?&lt;br /&gt;&lt;br /&gt;Anyway, since SynchroTerm&#039;s demo version is a little limited, I wrote a quick AutoHotkey script:&lt;br/&gt;&lt;br/&gt;Here&#039;s the GUI:&lt;br/&gt;&lt;br/&gt;After further testing, I&#039;ll decide if I&#039;ll buy a license (at 260.70 EUR). [/quote]&lt;br /&gt;&lt;br /&gt;Interesting, how&#039;s it doing so far?&lt;br /&gt;&lt;br /&gt;Michael</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | SynchroTerm?</title>
			<author>CafeTran Trainer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2717171#2717171</link>
			<pubDate>Sun, 18 Mar 2018 20:15:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; CafeTran Trainer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; SynchroTerm?&lt;br/&gt;&lt;br/&gt;[quote]Michael Joseph Wdowiak Beijer wrote:&lt;br /&gt;&lt;br /&gt;SynchroTerm is a funny one. I never use it for anything, &lt;i&gt;except for one thing&lt;/i&gt;, which I find it is indispensable for: to create monolingual glossaries from large amounts of English text. [/quote]&lt;br /&gt;&lt;br /&gt;I&#039;ve been playing around with it today, to extract candidates for term pairs from a TMX file. I guess that you use its big brother Logiterm for this task?&lt;br /&gt;&lt;br /&gt;Anyway, since SynchroTerm&#039;s demo version is a little limited, I wrote a quick AutoHotkey script:&lt;br/&gt;&lt;br/&gt;Here&#039;s the GUI:&lt;br/&gt;&lt;br/&gt;After further testing, I&#039;ll decide if I&#039;ll buy a license (at 260.70 EUR).</description>
		</item>
		<item>
			<title>Logiterm Pro install file | Hi everyone, sorry, kept meaning to answer here but forgot.</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2708984#2708984</link>
			<pubDate>Fri, 02 Feb 2018 21:57:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Hi everyone, sorry, kept meaning to answer here but forgot.&lt;br/&gt;&lt;br/&gt;Anyway, I&#039;ll try to help everyone out privately.&lt;br /&gt;&lt;br /&gt;Michael </description>
		</item>
		<item>
			<title>Logiterm Pro install file | Can anyone help me with Logiterm .exe file ?  Issue with Terminotix </title>
			<author>BOLDXPRESS</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2708969#2708969</link>
			<pubDate>Fri, 02 Feb 2018 19:30:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; BOLDXPRESS&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Can anyone help me with Logiterm .exe file ?  Issue with Terminotix &lt;br/&gt;&lt;br/&gt;&lt;br /&gt;&lt;br /&gt;Less than a year ago, I bought Logiterm&lt;br /&gt;pro with Terminotix. However, my computer got some issues and some of my files were all corrupted including the. Exe file of Logiterm. Even though I still have my serial number that proved I have purchased the licence, Terminotix refused to send me back the.exe download file requesting me to pay me $130 + tax. I explained to them that I don’t need support nor do I need any new version of Logiterm. I have tried everything possible but they refused, I find this quite frustrating. I do not understand their policy as I got all my other software file back from other developers I have contacted. &lt;br /&gt;I am now wondering if some here can help me with the.exe download file. Your help will be greatly appreciated. &lt;br /&gt;&lt;br /&gt;Thank you&lt;br /&gt;</description>
		</item>
		<item>
			<title>LogiTerm as a single search + pre-translation interface to manage ALL terminology and TMs | Terminotix (LogiTerm, AlignFactory, SynchroTerm, etc.) getting its own forum here at Proz.com soon!</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2691259#2691259</link>
			<pubDate>Fri, 03 Nov 2017 23:01:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm as a single search + pre-translation interface to manage ALL terminology and TMs&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Terminotix (LogiTerm, AlignFactory, SynchroTerm, etc.) getting its own forum here at Proz.com soon!&lt;br/&gt;&lt;br/&gt;Btw, in case anyone reading this is interested, apparently we will soon be getting our own Terminotix products forum here on Proz under  [url removed] &lt;br /&gt;&lt;br /&gt;This is great news, as they offer a bunch of very interesting and powerful tools:&lt;br /&gt;&lt;br /&gt;Their better known tools:&lt;br /&gt;&lt;br /&gt;• LogiTerm: A full-service computer-assisted translation tool for language services teams and freelancers.&lt;br /&gt;• AlignFactory: An automated document alignment software with Webcrawler.&lt;br /&gt;•  YouAlign: online (free) aligner. limited, but based on their industry leading AlignFactory engine&lt;br /&gt;• SynchroTerm: An automated bilingual term extraction tool.&lt;br /&gt;• WeBiText (sadly, no longer available)&lt;br /&gt;&lt;br /&gt;Perhaps not yet so well known:&lt;br /&gt;&lt;br /&gt;• TransSearch: An online bilingual concordance service.&lt;br /&gt;• BridgeTerm: A translation request management software for language services teams and freelancers.&lt;br /&gt;• Portage: A statistical and neural network automatic translation software.&lt;br /&gt;• Terminotix APIs: A suite of linguistic .NET and SOAP APIs (Application Programming Interfaces).&lt;br /&gt;&lt;br /&gt;Michael</description>
		</item>
		<item>
			<title>LogiTerm as a single search + pre-translation interface to manage ALL terminology and TMs</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2691212#2691212</link>
			<pubDate>Fri, 03 Nov 2017 15:00:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm as a single search + pre-translation interface to manage ALL terminology and TMs&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;br/&gt;Since I just wrote quite a big post over in the DVX mailing list about LogiTerm, which might interest people here, I will copy/paste it here. &lt;br /&gt;&lt;br /&gt;&lt;b&gt;LogiTerm is interesting because it can be used as a single search and/or pre-translation interface to manage all of your terminology and translation memories, and can be used nicely alongside a normal CAT tool. &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Anyway, without further ado, here is the post (which is taken from  [url removed]  ):&lt;br /&gt;&lt;br /&gt;&lt;b&gt;############################################################################&lt;br /&gt;WARNING: THE FOLLOWING WAS DICTATED (IN A HURRY); ENTER AT YOUR OWN RISK!&lt;br /&gt;############################################################################&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This is how I use LogiTerm these days:&lt;br /&gt;&lt;br /&gt;## Terminology ##&lt;br /&gt;I use the Terminology feature to keep track of all my glossaries/termbases, both my own, those I find online, and those of clients. Note that I don&#039;t use LogiTerm to do any actual translating, so do not use the Terminology feature of LogiTerm when translating inside Word.&lt;br /&gt;&lt;br /&gt;Every time I come across a new glossary or termbase, I quickly add a ‘Module’ in Logiterm&#039;s Terminology area. I then quickly convert the file via: Terminology &gt; Convert &gt; Tab-delimited to LogiTerm, and add it to the module, and index the module.&lt;br /&gt;&lt;br /&gt;## Bitexts ##&lt;br /&gt;I use LogiTerm’s Bitexts function to keep track of my ever-growing, massive collection of translation memories, in .tmx format. I have been collecting Dutch&gt;English translation memories for years now, from all over the place: online, from clients, my own, from friends and colleagues, etc. Over the years, I came to realize that the only tool that could handle such a large database of translation memories (for searching, i.e.), was TMLookup ( [url removed] ). I still love this tool, and it is absolutely amazing, but at some point I discovered that LogiTerm can do everything TMLookup can do, and a whole lot more. Of course, LogiTerm is quite expensive, whereas TMLookup is free, but it is well worth the money.&lt;br /&gt;&lt;br /&gt;Anyway, back to the point. Every time I come across a new translation memory, I convert into it a .tmx file and save it in a specially named folder in my Memories folder. I then create a specific Module for it in LogiTerm&#039;s Bitexts database, using the exact same name as in my folder structure. This allows me to do various things. First of all, while translating I can easily search all of my past translation memories, and quickly drill down through specific clients, subjects, etc. For example, I can run a quick search across ALL of them, or only the client I am translating something for today.&lt;br /&gt;&lt;br /&gt;But there&#039;s more. When setting up every new translation project, I run: &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Pretranslation &gt; LogiTrans&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;This allows me to pre-translate my current docs against my massive TMX database, or only parts of it. Since my EU TMX collection is vast, which would cause the pre-translation function to take forever, plus not all of it is relevant, I uslly run LogiTrans on a relevant subset of my complete collection. For example, this morning I started on a set of technical specifications about a solar farm, so I could LogiTrans safely disable all kinds of TMX&#039;s that are irrelevant. Once LogiTrans is finished, I have a quick look at the analysis files (showing a wealth of data on any useful matches), and then convert the resulting .xml file into a .tmx, via: &lt;br /&gt;&lt;br /&gt;&lt;b&gt;Bitexts &gt; Convert &gt; LogiTrans data (LT.xml) to Translation Memory (TMX)&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;I then import this .tmx file into my CAT tool project, whether this is DVX3, CafeTran, Studio 2017, or memoQ 8.2, depending on which tickles my fancy today ;-)&lt;br /&gt;&lt;br /&gt;This system is one of the best ways I can think of to ensure that I will never miss a potentially useful match in a translation memory hidden somewhere on my computer, without slowing down my CAT tool to a crawl, which is what happens in most CAT tools if you try to work with translation memory databases that are too big.&lt;br /&gt;&lt;br /&gt;As I&#039;m sure you are already aware, the ability to search across ALL of my translation memories, on the one hand, and all my glossaries/termbases on the other hand, from a single, well-designed search interface is invaluable.&lt;br /&gt;&lt;br /&gt;While using LogiTerm, I also soon realized that the more you try to work with many different Modules, and name them logically and carefully, the better the tool works when searching. In the past I have also experimented with throwing everything in one big module, e.g., which has the benefit of taking less time to set up, but if you split your data across all manner of different categories, clients, etc., it is obviously much more useful later on down the line.&lt;br /&gt;&lt;br /&gt;Having said that, I also have a few special Modules, which I use especially to dump massive, unstructured collections into. This allows me to quickly create a huge module (which I can use to Pretranslate with), without having to waste any time on setting it up. Since individual Modules are so easy to select and deselect, when searching and/or pre-translating, the possibilities are endless! &lt;br /&gt;&lt;br /&gt;Michael&lt;br /&gt;&lt;br /&gt;PS: I don&#039;t work for Terminotix. just a happy customer. ;-)&lt;br /&gt;***************************** &lt;br /&gt;&lt;br /&gt;And some pix:&lt;br/&gt;&lt;br/&gt;Michael&lt;br /&gt;</description>
		</item>
		<item>
			<title>Logiterm Pro install file | same problem</title>
			<author>palkramona (X)</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2680048#2680048</link>
			<pubDate>Sun, 17 Sep 2017 21:05:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; palkramona (X)&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; same problem&lt;br/&gt;&lt;br/&gt;Hello Michael!&lt;br /&gt;&lt;br /&gt;I have the same problem as David, unfortunately I can&#039;t find the file on my computer anymore after having reinstalled my operating system.&lt;br /&gt;&lt;br /&gt;Would it be possible to send me the files too? I would be very grateful.&lt;br /&gt;&lt;br /&gt;Thank you!&lt;br /&gt;Ramona</description>
		</item>
		<item>
			<title>Logiterm Pro install file | Thank you!!</title>
			<author>David Malenfant</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2656078#2656078</link>
			<pubDate>Wed, 07 Jun 2017 08:37:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; David Malenfant&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Thank you!!&lt;br/&gt;&lt;br/&gt;That&#039;s so nice of you Michael, I&#039;m really grateful for your help! PM sent :)</description>
		</item>
		<item>
			<title>Logiterm Pro install file | Hi guys,</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2656036#2656036</link>
			<pubDate>Wed, 07 Jun 2017 07:50:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Hi guys,&lt;br/&gt;&lt;br/&gt;I agree, Terminotix could definitely improve their attitude a bit.&lt;br /&gt;&lt;br /&gt;Btw, I have the following two install files saved on my external drive (I&#039;m a bit of a packrat when it comes to software), and could send them to you if you want!&lt;br /&gt;&lt;br /&gt;LTPro5.5.3.15044c-Bar15017-Web5.5.3.15021_Setup.exe&lt;br /&gt;LTPro5.7.1.17007-Bar16037-Web5.7.1.17007_Setup.exe&lt;br /&gt;&lt;br /&gt;Michael</description>
		</item>
		<item>
			<title>Logiterm Pro install file | Totally agree</title>
			<author>David Malenfant</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2655809#2655809</link>
			<pubDate>Tue, 06 Jun 2017 07:18:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; David Malenfant&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Totally agree&lt;br/&gt;&lt;br/&gt;I totally agree and this is exactly what I told them when they suggested it was my responsibility to keep the installation file; apparently they only keep the latest version on file (yeah right!), so I need to buy the technical support, which will allow me to get the latest version. I prefer not to support such bad business practices. As you mentioned, an activation code is necessary to use the product, so why not simply make the different versions available on their website? This is not technical support, it’s just basic consumer service (at least according to the other 99.99% companies on the web that sells digital products).</description>
		</item>
		<item>
			<title>Logiterm Pro install file | Hardly fair</title>
			<author>Dan Lucas</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2655796#2655796</link>
			<pubDate>Tue, 06 Jun 2017 06:39:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Dan Lucas&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Hardly fair&lt;br/&gt;&lt;br/&gt;[quote]David Malenfant wrote:&lt;br /&gt;I do not have the original install file anymore and I am not willing to pay 130$ to get it, I already paid for the program![/quote]&lt;br /&gt;That does sound deeply unfair to me. If it were a version from, say, 10 years ago it might be understandable. Denying access to the download of a recent version that you have paid for in full sounds unnecessarily punitive. Most companies simply make them accessible on their website but require a serial number and/or activation for use.&lt;br /&gt;&lt;br /&gt;I responded to this post with the intention of pointing out that Terminotix recently sent me a download link to Align Factory Light when I requested it. However, when I checked my emails I found that I purchased this software less than a year ago. Given that less than 12 months have elapsed, one would hope that they would be helpful. Maybe two years from today, if I request a download link, they will refuse to provide it. That would be worrying.&lt;br /&gt;&lt;br /&gt;I have had my own minor problems with the company, as I have found them unresponsive to questions. It has certainly made me wonder if I want to spend money on future upgrades to their products...&lt;br /&gt;&lt;br /&gt;Regards,&lt;br /&gt;Dan</description>
		</item>
		<item>
			<title>Logiterm Pro install file</title>
			<author>David Malenfant</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2655779#2655779</link>
			<pubDate>Tue, 06 Jun 2017 03:03:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Logiterm Pro install file&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; David Malenfant&lt;br/&gt;&lt;br/&gt;Hi,&lt;br /&gt;&lt;br /&gt;I am looking for an installation file for Logiterm Pro, preferably for a version older than 5.5.4.14291 ( I am not sure my license can go beyond that). I got a new hard drive and wanted to reinstall the program, but Terminotix is requesting me to pay for a yearly technical support ($130) to get the latest version of Logiterm. I do not need neither technical support nor the latest version of the program (which is very close to the one I own anyway), I just want to reinstall Logiterm Pro on my new hard drive. I do not have the original install file anymore and I am not willing to pay 130$ to get it, I already paid for the program! Beware if you use Terminotix&#039;s products: getting the install file of your program is considered &quot;technical support&quot;...&lt;br /&gt;&lt;br /&gt;Thank you,&lt;br /&gt;&lt;br /&gt;David</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | Also wonder about the price for the Web version of Logiterm</title>
			<author>Artem Vakhitov</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2636962#2636962</link>
			<pubDate>Tue, 14 Mar 2017 18:26:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Artem Vakhitov&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Also wonder about the price for the Web version of Logiterm&lt;br/&gt;&lt;br/&gt;I too would like to know how much the Web version of Logiterm costs.</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | Why not memoQ?</title>
			<author>Eugene Kuchynski</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634479#2634479</link>
			<pubDate>Mon, 06 Mar 2017 05:57:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Eugene Kuchynski&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Why not memoQ?&lt;br/&gt;&lt;br/&gt;Hello, Michael!&lt;br /&gt;&lt;br /&gt;Just read your message and would like to ask why to use all these complicated mixes? Plus, for the mentioned product, for such a high price? MemoQ cost less, while have million times more functions. You may have any number of termbases, which are connected to the project automatically depending on the client and specialization. Possible to import for csv, xml, excel, tmx, tbx. For each term we can specify usage example, grammar options, etc. When translating, you have just to type first letter - the program will offer rest of the term. It also has some plug-ins to search terminology, but I don&#039;t use them.&lt;br /&gt;I have ~20 termbases, more than 1000 terms, and it&#039;s very easy to maintain terms. So, the question, what exceptional features has specialized software which could make the life easier comparing to what I listed above?</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | Hi Siegfried</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634457#2634457</link>
			<pubDate>Sun, 05 Mar 2017 23:30:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Hi Siegfried&lt;br/&gt;&lt;br/&gt;[quote]Siegfried Armbruster wrote:&lt;br /&gt;&lt;br /&gt;I tried AlignFactory, it works fine, but LFAligner produces results that are as good and it is free. I also tried SynchrOterm, it seems to work well, but there is hardly any information available on the program and its usefullness. I would have no problem paying the prices they ask, but only if there would be more info or test versions that allow real evaluation.&lt;br /&gt;&lt;br /&gt;As it is right now, spending several hundred dollars does not sound like a good plan.&lt;br /&gt; [/quote]&lt;br /&gt;&lt;br /&gt;AlignFactory is amazing. Even though LFAligner is almost as good, it isn&#039;t always quite as good. AlignFacory is more consistent, I feel.&lt;br /&gt;&lt;br /&gt;SynchroTerm is a funny one. I never use it for anything, &lt;i&gt;except for one thing&lt;/i&gt;, which I find it is indispensable for: to create monolingual glossaries from large amounts of English text. One of my hats is &quot;terminologist&quot;, which basically boils down to creating monolingual ENG glossaries for large translation agencies from massive amounts of corporate texts, to be used as an original ENG glossary, which then gets translated into multiple languages at the outset of large multilingual projects. Anyway, Synchroterm is the only tool that does this well. SDL&#039;s MultiTerm Extract is crap. or at least it was last time I tested it again.</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | ~</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634418#2634418</link>
			<pubDate>Sun, 05 Mar 2017 19:49:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; ~&lt;br/&gt;&lt;br/&gt;~&lt;br&gt;&lt;br&gt;[Edited at 2017-03-05 19:50 GMT]</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | Still looking for the perfect combination (TB search + TM search + CAT tool)</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634415#2634415</link>
			<pubDate>Sun, 05 Mar 2017 19:48:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Still looking for the perfect combination (TB search + TM search + CAT tool)&lt;br/&gt;&lt;br/&gt;[quote]Dan Lucas wrote:&lt;br /&gt;&lt;br /&gt;[quote]Michael Joseph Wdowiak Beijer wrote:&lt;br /&gt;I&#039;m not overly optimistic given its very low profile and market share in my part of the world.[/quote]&lt;br /&gt;I would be cautious. I don&#039;t know anything about LogiTerm, but I own an AlignFactory Light licence. The software is okay, albeit dated, but I have had no response to or acknowledgement of feedback and requests for information. I had one specific problem (thisnot caused by me) with a serial number that was dealt with promptly, though rather curtly, by the company immediately after purchase. Since then, nothing.&lt;br /&gt;&lt;br /&gt;I get the sense that they work primarily in French and not English and certainly they are not big on outreach. Maybe I would get a better response if I were French-Canadian? I would not buy another product from them, especially given the high price. I&#039;m quite interested in the rumoured new version of AlignFactory, but they will not respond to my emails so... .&lt;br /&gt;&lt;br /&gt;Dan [/quote]&lt;br /&gt;&lt;br /&gt;Yes, I am also not particularly impressed by their seemingly total lack of interest in certain markets or customer target groups. However, I do find LogiTerm very interesting, as a concept. What I really like is that it may be possible to use it as a one-stop-shop for terminology and TMX indexing/searching, while using another (real) CAT tool. I&#039;m currently trying all kinds of hybrid solutions, but am not satisfied with any of them.&lt;br /&gt;&lt;br /&gt;Some options I have tried recently (currently considering the last option):&lt;br /&gt;&lt;br /&gt;&lt;b&gt;TB database and searching&lt;/b&gt;: &lt;b&gt;evoTerm&lt;/b&gt; or LogiTerm or MultiTerm or TMLookup or Xbench or Excel&lt;br /&gt;&lt;b&gt;TM database and concordance searching&lt;/b&gt;: LogiTerm or &lt;b&gt;TMLookup&lt;/b&gt; or Xbench&lt;br /&gt;&lt;b&gt;CAT tool&lt;/b&gt;: &lt;b&gt;Déjà Vu X3&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;TB database and searching&lt;/b&gt;: evoTerm or LogiTerm or MultiTerm or &lt;b&gt;TMLookup&lt;/b&gt; or Xbench or Excel&lt;br /&gt;&lt;b&gt;TM database and concordance searching&lt;/b&gt;: LogiTerm or &lt;b&gt;TMLookup&lt;/b&gt; or Xbench&lt;br /&gt;&lt;b&gt;CAT tool&lt;/b&gt;: &lt;b&gt;Déjà Vu X3&lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;TB database and searching&lt;/b&gt;: evoTerm or &lt;b&gt;LogiTerm&lt;/b&gt; or MultiTerm or TMLookup or Xbench or Excel&lt;br /&gt;&lt;b&gt;TM database and concordance searching&lt;/b&gt;: &lt;b&gt;LogiTerm&lt;/b&gt; or TMLookup or Xbench&lt;br /&gt;&lt;b&gt;CAT tool&lt;/b&gt;: &lt;b&gt;Déjà Vu X3 &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;Of course, Déjà Vu X3 (and other CAT tools) can also handle TBs and TMs, but I am looking for a future-proof, scalable solution that will be able to grow beyond what most CAT tools are comfortable with currently. That is: I do the translation in my CAT tool, and utilise TMs/TBs in that tool, but also maintain a parallel TM/terminology database for my large, ever-growing messy bilingual and terminology data, which I use primarily for term searching and TM concordance.&lt;br&gt;&lt;br&gt;[Edited at 2017-03-05 19:54 GMT]</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | Interesting topic</title>
			<author>Siegfried Armbruster</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634394#2634394</link>
			<pubDate>Sun, 05 Mar 2017 17:34:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Siegfried Armbruster&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Interesting topic&lt;br/&gt;&lt;br/&gt;I tried AlignFactory, it works fine, but LFAligner produces results that are as good and it is free. I also tried SynchrOterm, it seems to work well, but there is hardly any information available on the program and its usefullness. I would have no problem paying the prices they ask, but only if there would be more info or test versions that allow real evaluation.&lt;br /&gt;&lt;br /&gt;As it is right now, spending several hundred dollars does not sound like a good plan.&lt;br /&gt;</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)? | Uncommunicative</title>
			<author>Dan Lucas</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634383#2634383</link>
			<pubDate>Sun, 05 Mar 2017 15:28:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Dan Lucas&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Uncommunicative&lt;br/&gt;&lt;br/&gt;[quote]Michael Joseph Wdowiak Beijer wrote:&lt;br /&gt;I&#039;m not overly optimistic given its very low profile and market share in my part of the world.[/quote]&lt;br /&gt;I would be cautious. I don&#039;t know anything about LogiTerm, but I own an AlignFactory Light licence. The software is okay, albeit dated, but I have had no response to or acknowledgement of feedback and requests for information. I had one specific problem (thisnot caused by me) with a serial number that was dealt with promptly, though rather curtly, by the company immediately after purchase. Since then, nothing.&lt;br /&gt;&lt;br /&gt;I get the sense that they work primarily in French and not English and certainly they are not big on outreach. Maybe I would get a better response if I were French-Canadian? I would not buy another product from them, especially given the high price. I&#039;m quite interested in the rumoured new version of AlignFactory, but they will not respond to my emails so... .&lt;br /&gt;&lt;br /&gt;Dan</description>
		</item>
		<item>
			<title>Anyone actually use LogTerm Pro (and know about maximum index/import limits)?</title>
			<author>Michael Beijer</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/2634377#2634377</link>
			<pubDate>Sun, 05 Mar 2017 15:07:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; Anyone actually use LogTerm Pro (and know about maximum index/import limits)?&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Michael Beijer&lt;br/&gt;&lt;br/&gt;I have recently been considering purchasing LogiTerm, to use it as a one-stop-shop for terminology and TMX indexing/searching (while continuing to translate in Déjà Vu X3 which I prefer as a translation environment), but have a few questions. Hopefully at least one or two people who actually own and use it will be able to answer, although I&#039;m not overly optimistic given its very low profile and market share in my part of the world.&lt;br /&gt;&lt;br /&gt;For example, I can&#039;t find any information on the limits of the program in terms of&lt;br /&gt;•  the maximum index it can work with, &lt;br /&gt;•  the maximum TMX it can index&lt;br /&gt;•  the maximum tab-delimited txt file it can convert to TMX&lt;br /&gt;•  the maximum LogiTerm .doc terminology file it can index&lt;br /&gt;&lt;br /&gt;I would also like to know what the price is for the web version of LogiTerm (for a freelance translator). Doesn&#039;t say it on the website.&lt;br /&gt;&lt;br /&gt;Michael</description>
		</item>
		<item>
			<title>LogiTerm: error message | Thank you for Logiterm information</title>
			<author>Brandis (X)</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/211985#211985</link>
			<pubDate>Tue, 15 Mar 2005 18:09:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm: error message&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Brandis (X)&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Thank you for Logiterm information&lt;br/&gt;&lt;br/&gt; Hi! I have successfully downloaded Logiterm, the team seems to have various other products. They gave me Logiterm on 30 days trial basis, along with a patch, making it more stable. The default language are English and French whereas as an option other languages are also supported. The bitext issue you are mentioning resembles much of the bilingual text (segmented) alignment tool, we know in Trados and Fusion, only it is called differently here. But the over all touch and feel is not much comfortable the GUI is not much visually descriptive. But please understand I live in a surplus of CAT tools. Shall get back later again with newer findings. I didnt have any troubles you have mentioned earlier with this tool. Functionality is quite normal, but for a few other points I bragged earlier. Today a canadian agency had contacted me about Fortis (yet another tool). They were offering multiple copies of the tool including some training. Thought this might interest you as well.&lt;br /&gt;Rgds, Brandis&lt;br/&gt;&lt;br/&gt;[Edited at 2005-03-15 18:11]</description>
		</item>
		<item>
			<title>LogiTerm: error message | Yes and no!</title>
			<author>Barnaby Capel-Dunn</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/211803#211803</link>
			<pubDate>Mon, 14 Mar 2005 20:42:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm: error message&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Barnaby Capel-Dunn&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Yes and no!&lt;br/&gt;&lt;br/&gt;[quote]Brandis wrote:&lt;br /&gt;&lt;br /&gt;Hi! If yes, is there a trial version of the same, that could be downloaded.&lt;br /&gt;Regards, Brandis[/quote]&lt;br /&gt;&lt;br /&gt;Hi Brandis!&lt;br /&gt;&lt;br /&gt;It&#039;s certainly rather different from the others. The best thing to do is to read what they say at:&lt;br /&gt; [url removed] &lt;br /&gt;&lt;br /&gt;As to your question, they don&#039;t mention any trial download but the team is very helpful and you can always ask.&lt;br /&gt;As someone who has never taken the plunge with traditional CAT TOOLS, I find the alignment tool for what they call bitexts particularly useful.&lt;br /&gt;&lt;br /&gt;Best&lt;br /&gt;&lt;br /&gt;Barnaby  </description>
		</item>
		<item>
			<title>LogiTerm: error message | Is Logiterm a new CAT tool?</title>
			<author>Brandis (X)</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/211797#211797</link>
			<pubDate>Mon, 14 Mar 2005 20:06:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm: error message&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Brandis (X)&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Is Logiterm a new CAT tool?&lt;br/&gt;&lt;br/&gt;Hi! If yes, is there a trial version of the same, that could be downloaded.&lt;br /&gt;Regards, Brandis</description>
		</item>
		<item>
			<title>LogiTerm: error message</title>
			<author>Barnaby Capel-Dunn</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/211710#211710</link>
			<pubDate>Mon, 14 Mar 2005 14:25:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm: error message&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Barnaby Capel-Dunn&lt;br/&gt;&lt;br/&gt;Not sure that LogiTerm qualifies as a CAT tool, but here goes:&lt;br /&gt;&lt;br /&gt;Whenever I try to access one of the tools i n the Tools menu, I get the following messgage:&lt;br /&gt;&quot;File not found:&lt;br /&gt;c\Monlogi\int\logi002.ini&quot;&lt;br /&gt;&lt;br /&gt;Has anyone else come across this problem and/or know how to solve it?&lt;br /&gt;&lt;br /&gt;With many thanks&lt;br /&gt;&lt;br /&gt;Barnaby</description>
		</item>
		<item>
			<title>LogiTerm 2.0 | Great tool!</title>
			<author>Suzanne Bernard</author>
			<category>LogiTerm</category>
			<link>http://fin.proz.com/post/10833#10833</link>
			<pubDate>Wed, 20 Mar 2002 12:01:00 +0000</pubDate>
			<description>&lt;b&gt;Forum:&lt;/b&gt; LogiTerm&lt;br/&gt;&lt;b&gt;Topic:&lt;/b&gt; LogiTerm 2.0&lt;br/&gt;&lt;b&gt;Poster:&lt;/b&gt; Suzanne Bernard&lt;br/&gt;&lt;b&gt;Post title:&lt;/b&gt; Great tool!&lt;br/&gt;&lt;br/&gt;Thank you for the link, Werner.&lt;br /&gt;&lt;BR&gt;&lt;br /&gt;&lt;BR&gt;I checked out the site and it seems like a wonderful tool.  I use RALI\&#039;s online bitext searcheable archives, and they often come in handy.  Can\&#039;t wait to try out LogiTerm...should be interesting!&lt;br /&gt;&lt;BR&gt;&lt;br /&gt;&lt;BR&gt;Regards,&lt;br /&gt;&lt;BR&gt;Suzanne&lt;br&gt;&lt;br&gt;[ This Message was edited by:  on 2002-03-20 17:47 ]</description>
		</item>
	</channel>
</rss>