Difference between revisions of "Tstrings.tbl"
From FreeSpace Wiki
(initial page commit) |
m (update) |
||
Line 1: | Line 1: | ||
− | Tstrings.tbl is used for translations quite like the [[strings.tbl]] | + | Revision information.. <!-- Please update this information when page is updated --> |
+ | ::'''3.6.x branch:''' 2.20.2.3 | ||
+ | ::'''3.7 branch:''' 2.24 | ||
+ | |||
+ | |||
+ | Tstrings.tbl is used for translations quite like the [[strings.tbl]] except that it is used for '''t'''able '''strings'''. | ||
+ | |||
==Format== | ==Format== | ||
Line 6: | Line 12: | ||
*Each section consists of many indexed text entries. | *Each section consists of many indexed text entries. | ||
*Other files use the index values for finding translations located in the '''tstrings.tbl''' | *Other files use the index values for finding translations located in the '''tstrings.tbl''' | ||
− | *Syntax: ''' | + | *Syntax: '''Integer''', "'''String'''" |
+ | |||
==Sample== | ==Sample== |
Revision as of 13:59, 9 August 2007
Revision information..
- 3.6.x branch: 2.20.2.3
- 3.7 branch: 2.24
Tstrings.tbl is used for translations quite like the strings.tbl except that it is used for table strings.
Format
- Table consists of two sections named #default (English), and #German
- Each section ends with $end
- Each section consists of many indexed text entries.
- Other files use the index values for finding translations located in the tstrings.tbl
- Syntax: Integer, "String"
Sample
- Part of retail FreeSpace 2 table
#default 0, "The main FreeSpace 2 campaign." 1, "Special Operations Command has selected you for a dangerous covert assignment. Will you accept?" 2, "Special Operations Command requests your participation in a high-risk rescue mission. Will you volunteer?" 3, "Act 3" 4, "Shivan Gauntlet" 5, "A gauntlet module in which you face waves of Shivan fighters and warships. " 6, "Blah" ... ... 3413, "*Aeolus Duel" 3414, "*Deimos Duel" 3415, "*Close Quarters" 3416, "*Ganymede Redux" 3417, "*Team Chaos" 3418, "*Ganymede Showdown" 3419, "So where's the Iceni, Command? Let’s end this now." 3420, "Protect Tatenen" #end