mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +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:
+45
-1
@@ -292,6 +292,7 @@ UINT16 Message[][STRING_LENGTH] =
|
||||
L"accurate",
|
||||
L"inaccurate",
|
||||
L"no semi auto",
|
||||
L"No more items to steal!",
|
||||
};
|
||||
|
||||
|
||||
@@ -4114,6 +4115,49 @@ STR16 gzCWStrings[] =
|
||||
L"Íóæíà ëè ïîääåðæêà îïîë÷åíèÿ èç ñîñåäíèõ ñåêòîðîâ?",
|
||||
};
|
||||
|
||||
|
||||
// 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 //RUSSIAN
|
||||
|
||||
Reference in New Issue
Block a user