%%% A collection of tags for tagging PHP files for translation %%% in Word using Wordfast. %%% =~===========================================================~=> %%% The taglist should be used with Tortoise Tagger, %%% a Word template which does the tagging. %%% =~===========================================================~=> %%% =~= Marking all doc tw4winExternal ==========================~=> %%% =~===========================================================~=> ~~~DocExt %%% =~===========================================================~=> %%% =~= Bolding comments ========================================~=> %%% =~===========================================================~=> ~~~FindAsIs ~~~WriteBold ~~~WC-ON //*^13 %%% =~===========================================================~=> %%% =~= Bolding untranslatable strings ==========================~=> %%% =~===========================================================~=> ~~~FindAsIs ~~~WriteBold ~~~WC-ON define\('*' define\("*" %%% =~===========================================================~=> %%% =~= Styling text in single/double quotes translatable =======~=> %%% =~===========================================================~=> ~~~FindNotBold ~~~WriteTrbl ~~~WC-ON '*' "*" %%% =~===========================================================~=> %%% =~= Styling %s internal =====================================~=> %%% =~===========================================================~=> ~~~FindTrbl ~~~WriteInternal ~~~WC-OFF %s %%% =~===========================================================~=> %%% =~= Styling quotes external =================================~=> %%% =~===========================================================~=> ~~~FindAsIs ~~~WriteExternal ~~~WC-OFF ,' ') ," ") , " , ' %%% =~===========================================================~=> %%% =~= Removing bold format from document ======================~=> %%% =~===========================================================~=> ~~~FindBold ~~~WriteNotBold ~~~WC-ON * %%% =~= the end of the tag list =================================~=>