Labels

CAT Tool (2) Excel (1) Programming (2) QA tool (2) Tool (3) Trados 2014 (4) Trados 2015 (3) Trados 2017 (2) Trados 2019 (2) WPF (2)
Showing posts with label CAT Tool. Show all posts
Showing posts with label CAT Tool. Show all posts

Wednesday, January 28, 2015

Xliff Previewer Version 1.1.1.0 Released

I have released version 1.1.1.0 of Xliff Previewer.
http://translator-banks.blogspot.jp/2014/08/xliff-previewer.html
This version has undergone several improvements. The biggest one is that Xliff Previewer now supports vanilla xliff files (*.xlf/*.xliff). Xliff files are generated by many different CAT tools and may come with slightly different structures of <trans-unit> elements. Xliff Previewer can process the following patterns of <trans-unit> elements:
Pattern 1
Source text in the <source> element is divided into segments (<mrk> elements) under <seg-source> and their translations are stored in <target> elements.
<trans-unit id="tu1" xml:space="preserve">
   <source xml:lang="en-us">This is sentence 1. This is sentence 2.</source>
   <seg-source>
      <mrk mid="0" mtype="seg">This is sentence 1.</mrk>
      <mrk mid="1" mtype="seg">This is sentence 2.</mrk>
   </seg-source>
   <target state="translated" xml:lang="de-de">
      <mrk mid="0" mtype="seg">Das ist Satz 1.</mrk>
      <mrk mid="1" mtype="seg">Das ist Satz 2.</mrk>
   </target>
</trans-unit>

Pattern 2
The <trans-unit> element has no <seg-source> element and has only a pair of <source> and <target> elements.
<trans-unit id="tu1" xml:space="preserve">
   <source xml:lang="en-us">This is sentence 1. This is sentence 2.</source>
   <target state="translated" xml:lang="de-de">Das ist Satz 1. Das ist Satz 1.</target>
</trans-unit>

Another enhancement implemented in the latest version of Xliff Previewer is keyboard shortcuts for the filter buttons. The following keys are assigned as a shortcut to each button:
- Ctrl+K to set the focus in the search text box.
- F1 to enable/disable the Look in source option.
- F2 to enable/disable the Look in target option.
- F3 to enable/disable the Use regex option.
- F4 to enable/disable the Show only segments with comments option.
- ESC to clear the filter.
- With the focus in the search text box, press Enter to apply the filter.

image

Wednesday, August 20, 2014

Xliff Previewer

Overview

Xliff Previewer allows you to quickly view the contents of standard xliff files, sdlxliff (Trados Studio xliff), and mxliff (MemSource xliff) as well as ttx (Trados TagDocument) and tmx (translation memory exchange format) from context menu (right-click menu) on Windows Explorer.

Screen captures

image image

Release notes

  • Version 1.1.1.0 released with the following improvements (January 27, 2015)
    - Support of standard xliff files (*.xlf/*.xliff)
    - Added keyboard shortcuts for the filter buttons (Move the mouse pointer over the buttons to see their associated keyboard shortcuts.)
  • Version 1.0.1.0 released with the following improvements (August 21, 2014)
    - Bug fix: Comments could not be extracted from sdlxliff files generated by Trados Studio 2011.
    - About box has been added.
  • Version 1.0.0.0 released (August 20, 2014)

Download

Download_48x48Xliff Previewer ver. 1.1.1.0 (zip file)
*If you are using Chrome, it may block the file from being downloaded. If that happens, use a different browser or disable blocking temporarily before downloading the file.

I would be grateful if you would leave a comment about:
- what you think about the application
- feature requests
- bug reports

Operating environment

- .NET Framework 4.0

Other translation tools you might find useful…