mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
Merged revision(s) 6894 from branches/ja2_source_official_2014:
Fixes (by Buggler) - IMPPrejudice page not showing when reviewing in finish mode - Added message when minor traits are unselectable due to all IMP available slots taken up by major traits - Display message when pressing hotkey 'G' to toggle artificial merc light - refactor hotkey weapon switching and make function available in OIV too - hold ALT key to swap item instead of opening description box for valid attachment on cursor git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6895 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -3950,8 +3950,9 @@ STR16 pImpPopUpStrings[] =
|
||||
L"Impossible de charger le profil.",
|
||||
L"Vous avez déjà atteint le nombre maximum d'IMP.",
|
||||
L"Vous avez déjà trois IMP du même sexe dans l'escouade.",
|
||||
L"Vous n'avez pas les moyens.",
|
||||
L"Vous n'avez pas les moyens.", // 10
|
||||
L"Le nouvel IMP a rejoint votre escouade.",
|
||||
L"You have already selected the maximum number of traits.", // TODO.Translate
|
||||
};
|
||||
|
||||
|
||||
@@ -5965,7 +5966,7 @@ STR16 pMessageStrings[] =
|
||||
L"Curseur de visée pour raf. gre. (Dispersion activée).",
|
||||
L"Curseur de trajectoire raf. gre. (Dispersion desact.).",
|
||||
L"Infobulle soldat activée", // Changed from Drop All On - SANDRO
|
||||
L"Infobulle soldat désactivée", // Changed from Drop All Off - SANDRO
|
||||
L"Infobulle soldat désactivée", // 80 // Changed from Drop All Off - SANDRO
|
||||
L"Petit angle pour lance-grenades",
|
||||
L"Grand angle pour lance-grenades",
|
||||
// forced turn mode strings
|
||||
@@ -5998,6 +5999,8 @@ STR16 pMessageStrings[] =
|
||||
L"Libérer le curseur pour qu'il se déplace hors de la fenêtre.", // 105
|
||||
L"Déplacement tactique activé",
|
||||
L"Déplacement tactique désactivé",
|
||||
L"Artificial Merc Light ON", // TODO.Translate
|
||||
L"Artificial Merc Light OFF",
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user