%%% A collection of tags for tagging SQL files for translation %%% in Word using Wordfast. %%% =~===========================================================~=> %%% The taglist should be used with Tortoise Tagger, %%% a Word template which does the tagging. %%% =~===========================================================~=> %%% =~= Replacing double quotes with unusual text ===============~=> %%% =~===========================================================~=> ~~~FindAsIs ~~~WriteAsIs '' §§§ %%% =~===========================================================~=> %%% =~= Marking all doc tw4winExternal ==========================~=> %%% =~===========================================================~=> ~~~DocExt %%% =~===========================================================~=> %%% =~= Bolding header ==========================================~=> %%% =~===========================================================~=> ~~~FindAsIs ~~~WriteBold ~~~WC-ON -- *^13^10INSERT %%% =~===========================================================~=> %%% =~= Styling text in quotes translatable =====================~=> %%% =~===========================================================~=> ~~~FindNotBold ~~~WriteTrbl ~~~WC-ON '*' %%% =~===========================================================~=> %%% =~= Restoring external style for quotes =====================~=> %%% =~===========================================================~=> ~~~FindTrbl ~~~WriteExternal ~~~WC-OFF ' %%% =~===========================================================~=> %%% =~= Styling \r\n internal ===================================~=> %%% =~===========================================================~=> ~~~FindTrbl ~~~WriteInternal ~~~WC-OFF \r\n %%% =~===========================================================~=> %%% =~= Restoring double quotes =================================~=> %%% =~===========================================================~=> ~~~FindAsIs ~~~WriteAsIs §§§ '' %%% =~===========================================================~=> %%% =~= Removing bold format from document ======================~=> %%% =~===========================================================~=> ~~~FindBold ~~~WriteNotBold ~~~WC-ON * %%% =~= the end of the tag list =================================~=>