Labels

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, January 7, 2015

Comment View Plugin (plug-in for Trados Studio 2014/2015/2017/2019)

Overview

Comment View Plugin adds a comment list pane to Files View of Trados Studio 2014/2015/2017/2019, enabling you to quickly find comments included in the selected files. You can also jump to the associated segment on Editor View by double-clicking the corresponding record in the comment list.
2015-01-07_010331
2015-01-07_010351

Release notes

  • Version 1.0 released (January 7, 2015)
  • Version 1.1 released with the following improvements (January 28, 2015)
    - Bug fix: Removed the bug that occurred when translation files were not checked out in GroupShare projects.
  • Version 1.2 released with the following improvements (June 7, 2015)
    - Bug fix: Source segment comments were not displayed when the source file was xliff.
  • Version 1.2 for Trados Studio 2015 released (July 23, 2015)

Download

Comment View Plugin version 1.2 for Trados Studio 2014 (zip file)
Comment View Plugin version 1.2 for Trados Studio 2015/2017/2019

Operating requirements

- Trados Studio 2014/2015/2017/2019

Other translation tools you might find useful…