Skip to content

Commit

Permalink
Add OpenGL renderer options strings
Browse files Browse the repository at this point in the history
Only Russian and English language only for now

Fix unknown charapters in English ui_st_mm.xml
  • Loading branch information
Xottab-DUTY committed Jan 9, 2018
1 parent e99bd9b commit 922e892
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion res/gamedata/configs/text/eng/ui_st_mm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@
<string id="renderer_r3">
<text>Enhanced full dyn. lighting (DX10)</text>
</string>
<string id="renderer_gl">
<text>Enhanced full dyn. lighting (OpenGL)</text>
</string>
<string id="server name">
<text>SERVER NAME</text>
</string>
Expand Down Expand Up @@ -922,7 +925,7 @@
<text>The unique nickname cannot contain spaces</text>
</string>
<string id="mp_gp_unique_nick_bad_first_symbol">
<text><![CDATA[The unique nickname may not begin with a number or any of the following symbols: '@', '+', ':' or ‘#’]]></text>
<text><![CDATA[The unique nickname may not begin with a number or any of the following symbols: '@', '+', ':' or '#']]></text>
</string>
<string id="st_opt_ultra">
<text>very high</text>
Expand Down
3 changes: 3 additions & 0 deletions res/gamedata/configs/text/rus/ui_st_mm.xml
Original file line number Diff line number Diff line change
Expand Up @@ -366,6 +366,9 @@
<string id="renderer_r3">
<text>Óë. ïîëíîå îñâåùåíèå (DX10)</text>
</string>
<string id="renderer_gl">
<text>Óë. ïîëíîå îñâåùåíèå (OpenGL)</text>
</string>
<string id="server name">
<text>ÈÌß ÑÅÐÂÅÐÀ</text>
</string>
Expand Down

0 comments on commit 922e892

Please sign in to comment.