clear_volatile_backup.tar.bz2
This is a pack that contains a script that removes backup memory files and files that are regularly changed (export TMX's and target files).
goto_next_nonunique.groovy
Jumps to the next segment which has one or more repetitions.
goto_next_repetition.groovy
Jumps to the next segment with exactly the same source text (next repetiotion).
merge_split.tar.bz2
This is a pack that contains a script to merge and split segments without manually editing segmentation rules. Both files need to be unpacked into scripts folder. In order to use the script, project specific segmentation needs to be enabled.
merge_tmx.groovy
Lets you merge several TMX files into one. Select file using a standard filechooser. If only one TMX is selected, it will be written to the new location and stripped of metadata. Uses Okapi Rainbow for merging.
status_in_notes.tar.bz2
This is a pack that contains a script to insert predifined status markers
into current segment's note. Each time the script is run for one segment,
the marker is changed into the next one in the set, or gets removed after
the last one (and then the cycle starts over).
If the segments already contains a note, the marker is inserted above it.
To change the set the user needs to manually edit <config_dir>/status.ini
.
The file is supposed to have one marker per line (but arbitrary number
of markers per file).
If status.ini
is placed into <project_folder>/.ini/status.ini
,
markers will be read from there overriding the one
from <config_dir>/status.ini
.
svn_status.groovy
Shows the message about SVN status of current file, glossary, and project_save.tmx
tagwipe.tar.bz2
Briac Pilpré's port of OmegaT-DGT tagwipe utility. Explanation of different levels can be found on DGT website UPDATE: This script is shipped with OmegaT now.
xliff2tmx.groovy
Converts translated XLF file(s) into one TMX. Uses Okapi Rainbow for conversion
zip_current_project.zip
Packs the current project folder as zip-file. It closes the project to work around file locking on Windows. After zipping in complete the project is loaded again.