mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
- moved hardcoded tooltip strings to the existing language string files
- translated tooltip strings for German Version git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@611 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -300,6 +300,7 @@ UINT16 Message[][STRING_LENGTH] =
|
||||
L"accurate",
|
||||
L"inaccurate",
|
||||
L"no semi auto",
|
||||
L"No more items to steal!", // WANNE
|
||||
};
|
||||
|
||||
|
||||
@@ -4125,5 +4126,50 @@ STR16 gzCWStrings[] =
|
||||
L"Call reinforcements from adjacent sectors?",
|
||||
};
|
||||
|
||||
// WANNE: Tooltips
|
||||
STR16 gzTooltipStrings[] =
|
||||
{
|
||||
// Debug info
|
||||
L"%s|Location: %d\n",
|
||||
L"%s|Brightness: %d / %d\n",
|
||||
L"%s|Range to |Target: %d\n",
|
||||
L"%s|I|D: %d\n",
|
||||
L"%s|Orders: %d\n",
|
||||
L"%s|Attitude: %d\n",
|
||||
L"%s|Current |A|Ps: %d\n",
|
||||
L"%s|Current |Health: %d\n",
|
||||
// Full info
|
||||
L"%s|Helmet: %s\n",
|
||||
L"%s|Vest: %s\n",
|
||||
L"%s|Leggings: %s\n",
|
||||
// Limited, Basic
|
||||
L"|Armor: ",
|
||||
L"Helmet",
|
||||
L"Vest",
|
||||
L"Leggings",
|
||||
L"worn",
|
||||
L"no Armor",
|
||||
L"%s|N|V|G: %s\n",
|
||||
L"no NVG",
|
||||
L"%s|Gas |Mask: %s\n",
|
||||
L"no Gas Mask",
|
||||
L"%s|Head |Position |1: %s\n",
|
||||
L"%s|Head |Position |2: %s\n",
|
||||
L"\n(in Backpack) ",
|
||||
L"%s|Weapon: %s ",
|
||||
L"no Weapon",
|
||||
L"Handgun",
|
||||
L"SMG",
|
||||
L"Rifle",
|
||||
L"MG",
|
||||
L"Shotgun",
|
||||
L"Knife",
|
||||
L"Heavy Weapon",
|
||||
L"no Helmet",
|
||||
L"no Vest",
|
||||
L"no Leggings",
|
||||
L"|Armor: %s\n",
|
||||
};
|
||||
|
||||
|
||||
#endif //ENGLISH
|
||||
Reference in New Issue
Block a user