Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
write_project2excel.groovy | 2022-09-08 | 19.9 kB | |
write_table_for_TMX_alt.groovy | 2022-01-31 | 9.6 kB | |
write_xliff.groovy | 2022-01-18 | 8.1 kB | |
write_sel_files2TMXv2.groovy | 2019-05-01 | 5.8 kB | |
write_excel_multiple_sheets_REVISION.groovy.zip | 2019-03-08 | 3.3 kB | |
write_excel_multiple_sheets.groovy.zip | 2019-03-08 | 3.8 kB | |
README.md | 2018-02-10 | 2.2 kB | |
write_table.groovy | 2016-11-24 | 4.6 kB | |
write_queries.groovy | 2016-03-21 | 7.2 kB | |
write_notes.groovy | 2016-03-21 | 7.2 kB | |
write_table_for_TMX.groovy | 2016-03-21 | 4.6 kB | |
write_source_target_current_file.groovy | 2016-03-21 | 2.2 kB | |
write_source_target.groovy | 2016-02-26 | 1.8 kB | |
write_xliff_old.groovy | 2014-01-21 | 6.6 kB | |
write_new_trans2TMX.groovy | 2014-01-14 | 7.3 kB | |
write_new_trans2TMX_GUI.groovy | 2014-01-14 | 8.0 kB | |
write_sel_files2TMX.groovy | 2014-01-14 | 4.6 kB | |
write_selection2list.groovy | 2014-01-14 | 3.0 kB | |
write_source2file.groovy | 2013-08-26 | 2.0 kB | |
write_untranslated2file.groovy | 2013-08-23 | 1.3 kB | |
Totals: 20 Items | 113.1 kB | 2 |
write_new_trans2TMX.groovy
Creates a TMX file with segments newer than one day (default, can be changed in the script)
write_new_trans2TMX_GUI.groovy
Creates a TMX file with segments newer than the date, set up through a GUI. Doesn't include the GUI, the script is supposed to call up an external date selector.
write_notes.groovy
Creates a HTML table(s) with all notes in the project. The table shows segment number, the text of the note, and source and target segments with context.
write_queries.groovy
Creates a HTML table(s) with only the filtered notes. Filtering is being done by the first word in the note. The table shows source and target with context, the text of the note and provides one cell for reply.
write_selection2list.groovy
Writes selection (with context if in current target) into a text file. Can be used to keep memos to clarify later on. If called without selection, it opens the memo file.
write_sel_files2TMX.groovy
Writes a TMX file with all the segments from selected files
write_source2file.groovy
Creates a TXT file that consists of source segments (one on a new line). Can include source filenames. If filenames aren't included, can contain only unique segments (configured in the script)
write_source_target.groovy
Creates a TXT file that contains source and target of all segments in the current project.
write_source_target_current_file.groovy
Creates a TXT file that contains segment #, source and target of each segment of the file currently open in Editor. The resultant filename is based on the current source filename.
write_table.groovy
Exports current project into a HTML table
write_table_for_TMX.groovy
Exports current file to a HTML table suitable to be used in Heartsome TMX Editor (needs to be converted to docx or xlsx first)
write_untranslated2file.groovy
Writes untranslated source segments into a TXT file. Can be configured to contain only unique segments.
write_xliff.groovy
Exports current project into a XLF file to be translated in another CAT tool (keeping OmegaT segmentation and tags). Completed file can be converted into a 100% usable TMX for OmegaT.