our blog

How to turn 100% of segments into XU and vice versa in TagEditor

You can turn 100% of segments into XU segments and vice versa even without TagEditor

It is a simple trick that can be done even without TagEditor.

To turn 100% of segments into XU segments (i.e., blocked protected segments) in a .ttx file, you need to make the following replacement:

<Tu MatchPercent=”100″>
to
<Tu MatchPercent=”100″ Origin=”xtranslate”>

To turn XU segments into 100% segments, you need to make the reverse replacement:

<Tu MatchPercent=”100″ Origin=”xtranslate”>
to
<Tu MatchPercent=”100″>

or (since the order of attributes in such strings is arbitrary):

<Tu Origin=”xtranslate” MatchPercent=”100″>
to
<Tu MatchPercent=”100″>

Please note the a .ttx file can be edited as if it is a regular text file (.txt), directly in any text editor, for example, in Notepad.

Recommended content

How to get rid of the “Attempted to divide by zero” error in MultiTerm

This error appears not only in Trados Studio We wrote about the Attempted to divide by zero error in Trados Studio before, and now it has been caught by MultiTerm, a free app for processing termbases. The error appears right during simple scrolling through term records. What causes this error, typically, is unknown, but it […]

How to translate TXLF Wordfast files in Trados Studio

Trados Studio can be used to translate .txlf Wordfast files If you do not have or do not like or do not work in Wordfast, you can translate its files in Trados Studio. Trados Studio knows well how to process different file types (Word, Excel, HTML and many, many others). To teach your Trados Studio to work with TXLF Wordfast files means to […]

How to get rid of the “Failed to load built-in plugin(s)” error in Xliff Editor 

Unfortunately, errors happen in every program We have caught a new error, this time in Xliff Editor, a text editor included in the Translation Workspace software package. Here’s what it looks like:  Failed to load built-in plugin(s): Failed to activate the plugin: … reason : … * * * The error happens due to the wrong configuration of […]

Some useful keyboard shortcuts for Excel

Some extremely useful keyboard shortcuts for Excel Some useful keyboard shortcuts for Excel:   See this post in our Telegram channel.

How to solve the «Not all items could be loaded. Duplicated source» issue on Xbench

A piece of information on how to solve the issue on Xbench If Xbench reports that Not all items could be loaded due to some Duplicated source after importing a MQXLZ or MQXLIFF file from memoQ, it means that the problem is not in memoQ, but in Xbench. Neither memoQ nor Xbench crashes in this […]