mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- New Shortcuts (by Buggler)
New Hotkeys o Strategic Screen: Hotkey 'r': Mobile Milita Restrictions o Sector Inventory (with popup text): Hotkey ',': Previous Page Hotkey '.': Next Page Hotkey 'Esc': Exit Sector Inventory o Addtional Changes: Bobby Ray's button text 'Punch. W.' changed to 'Blunt W.' - more appropriate & consistent with XML Item Class name o Cosmetic Corrections in Sector Inventory git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@4647 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3048,9 +3048,15 @@ STR16 pMapScreenBorderButtonHelpText[] =
|
||||
L"显示领空 (|A)",
|
||||
L"显示物品 (|I)",
|
||||
L"显示民兵和敌人 (|Z)",
|
||||
L"显示民兵移动", // HEADROCK HAM 4: Mobile Restrictions Button
|
||||
L"显示民兵移动 (|R)", // HEADROCK HAM 4: Mobile Restrictions Button
|
||||
};
|
||||
|
||||
STR16 pMapScreenInvenButtonHelpText[] =
|
||||
{
|
||||
L"Next (|.)", // next page // TODO.Translate
|
||||
L"Previous (|,)", // previous page // TODO.Translate
|
||||
L"Exit Sector Inventory (|E|s|c)", // exit sector inventory // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pMapScreenBottomFastHelp[] =
|
||||
{
|
||||
@@ -4239,7 +4245,7 @@ STR16 BobbyRFilter[] =
|
||||
// Misc
|
||||
L"刀具", //"Blades",
|
||||
L"飞刀", //"Th. Knives",
|
||||
L"格斗武器", //"Punch. W.",
|
||||
L"格斗武器", //"Blunt W.", // TODO.Translate
|
||||
L"手雷/榴弹", //"Grenades",
|
||||
L"炸药", //"Bombs",
|
||||
L"医疗用品", //"Med. Kits",
|
||||
|
||||
Reference in New Issue
Block a user