Difference between revisions of "Language"
From BotF2-Wiki
(→Hard Coded (not changeable)) |
(→Hard Coded (not changeable): Moon (Small/Medium/Large) at Tooltip) |
||
Line 144: | Line 144: | ||
|- | |- | ||
− | |style=text-align:left| | + | |style=text-align:left|Moon (Small/Medium/Large) at Tooltip |
− | |style=text-align:left|\Mainline\ | + | |style=text-align:left|C:\C-Downl\_sup\_SupCodeMStrobel\Mainline\SupremacyUI\PlanetView3D.cs |
|style=text-align:left| | |style=text-align:left| | ||
− | |style=text-align:left| | + | |style=text-align:left|moonToolTip.Content = ....(Small Moon, Medium Moon, Large Moon) |
|style=text-align:left| | |style=text-align:left| | ||
|} | |} |
Revision as of 13:45, 6 April 2014
basic language is English
Matress vote was in 2010 not to translate until the game is finished - so translated versions are not supported until then !
Reg's dictionary English-German-French: http://botf2.square7.ch/wiki-files/Translation/Strings/Strings(en.txt).xlsx and http://botf2.square7.ch/wiki-files/Translation/Translation.zip (French by starfleet.command, I assume)
Other languages
- French (partly done):
- German (partly done)
- reg http://botf2.star-trek-games.com/memberlist.php?mode=viewprofile&u=4197
- Thread: BotF2 german translation http://botf2.star-trek-games.com/viewtopic.php?f=12&t=3688 (search entry t=3688)
- Thread: Translator for BOTF II -Germany- http://botf2.star-trek-games.com/viewtopic.php?f=11&t=1889 (search entry t=1889)
- Greek (not done yet)
- captain_picard http://www.botf2.star-trek-games.com/memberlist.php?mode=viewprofile&u=4256
- Thread: Greek Translation http://www.botf2.star-trek-games.com/viewtopic.php?f=13&t=2475 (search entry t=2475)
- Italian (not done yet)
- Dim1985 (Dimitri at Facebook) http://botf2.star-trek-games.com/memberlist.php?mode=viewprofile&u=7717 (Post)
- Romanian (not done yet)
- \Data
- many files
- \Strings
- en.txt
- \Tables
- BonusDescriptions.txt
- \Text
- all files (*.xaml)
OPEN (where to change)
Text | File | Function | code text | Description | Custom1 | Custom2
|
---|---|---|---|---|---|---|
pattern | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | text |
Hard Coded (not changeable)
Text | File | Function | code text | Description | Custom1 | Custom2
|
---|---|---|---|---|---|---|
Labor Pool | \Mainline\SupremacyUI\SystemProductionPanel.cs | _laborPoolText.Text = "Labor Pool"; | ||||
Processing Turn | \Mainline\SupremacyClient\StatusWindow.xaml.cs | Header = "Processing Turn"; |
| |||
EMPIRE INFO | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Header="EMPIRE INFO" | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
REQUISITION | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Header="REQUISITION" | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
TRADE ROUTES | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Header="TRADE ROUTES" | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
TASK FORCES | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Text="TASK FORCES" /> | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
DIPLOMACY | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Text="DIPLOMACY" /> | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
SCAN | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Text="SCAN" | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
AFFILIATION | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Text="AFFILIATION" | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
SECTOR | \Mainline\SupremacyClient\themes\Federation\GalaxyScreenView.xaml | Text="SECTOR" | see Content="{s:StringResource Key=SUMMARY_BUTTON_TEXT, Case=Upper}" | |||
Moon (Small/Medium/Large) at Tooltip | C:\C-Downl\_sup\_SupCodeMStrobel\Mainline\SupremacyUI\PlanetView3D.cs | moonToolTip.Content = ....(Small Moon, Medium Moon, Large Moon) |