mirror of
https://github.com/1dot13/source.git
synced 2026-08-19 14:20:30 +02:00
Merged from revision: 7132
Enhancements (by Buggler) - Dynamic tactical squad hotkeys only take into account squads present in sector; freed back 11-20 tactical squad hotkeys as 10 dynamic squad hotkeys would be sufficient (thanks to Sevenfm) - Externalized 'blinded by blast' hardcoded text git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@7133 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -2424,6 +2424,7 @@ enum
|
||||
MSG113_SURGERY_FINISHED,
|
||||
MSG113_LOSES_ONE_POINT_MAX_HEALTH,
|
||||
MSG113_LOSES_X_POINTS_MAX_HEALTH,
|
||||
MSG113_BLINDED_BY_BLAST,
|
||||
MSG113_REGAINED_ONE_POINTS_OF_STAT,
|
||||
MSG113_REGAINED_X_POINTS_OF_STATS,
|
||||
MSG113_ENEMY_AMBUSH_PREVENTED,
|
||||
|
||||
@@ -6613,6 +6613,7 @@ STR16 New113Message[] =
|
||||
L"%s 手术完毕。",// L"Surgery on %s finished.",
|
||||
L"%s 胸部中弹,失去1点生命上限!",// L"%s is hit in the chest and loses a point of maximum health!",
|
||||
L"%s 胸部中弹,失去 %d 点生命上限!",// L"%s is hit in the chest and loses %d points of maximum health!",
|
||||
L"%s is blinded by the blast!", // TODO.Translate
|
||||
L"%s 重获1点失去的 %s",// L"%s has regained one point of lost %s",
|
||||
L"%s 重获 %d 点失去的 %s",// L"%s has regained %d points of lost %s",
|
||||
L"你的侦察能力避免了敌人的偷袭!",// L"Your scouting skills prevented you to be ambushed by the enemy!",
|
||||
|
||||
@@ -6618,6 +6618,7 @@ STR16 New113Message[] =
|
||||
L"Surgery on %s finished.",
|
||||
L"%s is hit in the chest and loses a point of maximum health!",
|
||||
L"%s is hit in the chest and loses %d points of maximum health!",
|
||||
L"%s is blinded by the blast!",
|
||||
L"%s has regained one point of lost %s",
|
||||
L"%s has regained %d points of lost %s",
|
||||
L"Your scouting skills prevented you to be ambushed by the enemy!",
|
||||
|
||||
@@ -6610,11 +6610,12 @@ STR16 New113Message[] =
|
||||
L"Surgery on %s finished.",
|
||||
L"%s is hit in the chest and loses a point of maximum health!",
|
||||
L"%s is hit in the chest and loses %d points of maximum health!",
|
||||
L"%s is blinded by the blast!",
|
||||
L"%s has regained one point of lost %s",
|
||||
L"%s has regained %d points of lost %s",
|
||||
L"Your scouting skills prevented an ambush by the enemy!", // MINTY - Changed "you to be ambushed" to "an ambush": More natural English
|
||||
L"Thanks to your scouting skills you have successfuly avoided a pack of bloodcats!",
|
||||
L"%s is hit to groin and falls down in pain!",
|
||||
L"%s is hit at the groin and falls down in pain!",
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
L"Warning: enemy corpse found!!!",
|
||||
L"%s [%d rnds]\n%s %1.1f %s",
|
||||
|
||||
@@ -6615,6 +6615,7 @@ STR16 New113Message[] =
|
||||
L"La chirurgie sur %s est finie.",
|
||||
L"%s est touché(e) au torse et perd un maximum de points de vie !",
|
||||
L"%s est touché(e) au torse et perd %d points de vie !",
|
||||
L"%s is blinded by the blast!", // TODO.Translate
|
||||
L"%s a regagné 1 point sur les %s perdus",
|
||||
L"%s a regagné %d points sur les %s perdus",
|
||||
L"Vos compétences de reconnaissance vous ont empêchés d'être pris en embuscade par l'ennemi !",
|
||||
|
||||
@@ -6440,6 +6440,7 @@ STR16 New113Message[] =
|
||||
L"%s wurde erfolgreich operiert.",
|
||||
L"%s ist am Torso getroffen und verliert einen Punkt maximaler Gesundheit!",
|
||||
L"%s ist am Torso getroffen und verliert %d Punkte maximaler Gesundheit!",
|
||||
L"%s is blinded by the blast!", // TODO.Translate
|
||||
L"%s hat einen Punkt an %s wiedergewonnen.",
|
||||
L"%s hat %d Punkte an %s wiedergewonnen.",
|
||||
L"Ihre Späher-Fertigkeit hat Sie davor bewahrt, vom Gegner in einen Hinterhalt gelockt zu werden.",
|
||||
|
||||
@@ -6610,6 +6610,7 @@ STR16 New113Message[] =
|
||||
L"Surgery on %s finished.",
|
||||
L"%s is hit in the chest and loses a point of maximum health!",
|
||||
L"%s is hit in the chest and loses %d points of maximum health!",
|
||||
L"%s is blinded by the blast!",
|
||||
L"%s has regained one point of lost %s",
|
||||
L"%s has regained %d points of lost %s",
|
||||
L"Your scouting skills prevented you to be ambushed by the enemy!",
|
||||
|
||||
@@ -6624,6 +6624,7 @@ STR16 New113Message[] =
|
||||
L"operacja na %s zakończona.",
|
||||
L"%s otrzymuje trafienie w korpus i traci punkt maksymalnego zdrowia!",
|
||||
L"%s otrzymuje trafienie w korpus i traci %d punktów maksymalnego zdrowia!",
|
||||
L"%s is blinded by the blast!", // TODO.Translate
|
||||
L"%s odzyskał(a) utracony punkt %s",
|
||||
L"%s odzyskał(a) %d utraconych punktów %s",
|
||||
L"Twoja umiejętność zwiadowcy uchroniła cię przed zasadzką!",
|
||||
|
||||
@@ -6613,6 +6613,7 @@ STR16 New113Message[] =
|
||||
L"%s успешно прооперирован(а).", //Surgery on %s finished.
|
||||
L"%s пропустил(а) удар в грудную клетку и теряет единицу максимального значения здоровья!", //%s is hit in the chest and loses a point of maximum health!
|
||||
L"%s пропустил(а) удар в грудную клетку и теряет %d максимального значения здоровья!", //%s is hit in the chest and loses %d points of maximum health!
|
||||
L"%s is blinded by the blast!", // TODO.Translate
|
||||
L"%s восстановил(а) одну единицу потерянного %s.", //%s has regained one point of lost %s
|
||||
L"%s восстановил(а) %d единиц потерянного %s.", //%s has regained %d points of lost %s
|
||||
L"Ваши навыки разведчика сорвали засаду противника.",
|
||||
|
||||
@@ -6618,11 +6618,12 @@ STR16 New113Message[] =
|
||||
L"Surgery on %s finished.",
|
||||
L"%s is hit in the chest and loses a point of maximum health!",
|
||||
L"%s is hit in the chest and loses %d points of maximum health!",
|
||||
L"%s is blinded by the blast!",
|
||||
L"%s has regained one point of lost %s",
|
||||
L"%s has regained %d points of lost %s",
|
||||
L"Your scouting skills prevented you to be ambushed by the enemy!",
|
||||
L"Thanks to your scouting skills you have successfuly avoided a pack of bloodcats!",
|
||||
L"%s is hit to groin and falls down in pain!",
|
||||
L"%s is hit at the groin and falls down in pain!",
|
||||
//////////////////////////////////////////////////////////////////////////////////////
|
||||
L"Warning: enemy corpse found!!!",
|
||||
L"%s [%d rnds]\n%s %1.1f %s",
|
||||
|
||||
Reference in New Issue
Block a user