mirror of
https://github.com/1dot13/source.git
synced 2026-08-05 14:00:23 +02:00
- a few dialogue box button texts can now be easily changed
- Fix: improved bomb defusal git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@5795 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
+17
-7
@@ -2909,20 +2909,30 @@ CHAR16 TacticalStr[][ MED_STRING_LENGTH ] =
|
||||
L"Gesundheit: %d/%d\nAusdauer: %d/%d\nMoral: %s\nWasser: %d%s\nEssen: %d%s",
|
||||
L"Ges.: %d/%d\nGift: %d/%d\nAusd.: %d/%d\nMoral: %s\nWasser: %d%s\nEssen: %d%s",
|
||||
|
||||
// added by Flugente: selection of a function to call in tactical
|
||||
L"1 - Fill Canteens 2 - Clean one gun 3 - Clean all guns 4 - Take off clothes", // TODO.Translate
|
||||
// added by Flugente: selection of a function to call in tactical // TODO.Translate
|
||||
L"What do you want to do?",
|
||||
L"Fill canteens",
|
||||
L"Clean gun",
|
||||
L"Clean all guns",
|
||||
L"Take off clothes",
|
||||
|
||||
// added by Flugente: decide what to do with the corpses
|
||||
L"1 - Decapitate 2 - Gut 3 - Take Clothes 4 - Take Body", // TODO.Translate
|
||||
L"What do you want to do with the body?",
|
||||
L"Decapitate",
|
||||
L"Gut",
|
||||
L"Take Clothes",
|
||||
L"Take Body",
|
||||
|
||||
// Flugente: weapon cleaning // TODO.Translate
|
||||
// Flugente: weapon cleaning
|
||||
L"%s cleaned %s",
|
||||
|
||||
// added by Flugente: decide what to do with prisoners // TODO.Translate
|
||||
// added by Flugente: decide what to do with prisoners
|
||||
L"You have no prison for these prisoners, you have to let them go",
|
||||
L"Yes - Send prisoners to jail No - Let them go",
|
||||
L"Ask enemy for surrender?",
|
||||
L"1 - Ask enemy for surrender 2 - Surrender to enemy 3,4 - Talk", // TODO.Translate
|
||||
L"What do you want to do?",
|
||||
L"Demand surrender",
|
||||
L"Offer surrender",
|
||||
L"Talk",
|
||||
};
|
||||
|
||||
//Varying helptext explains (for the "Go to Sector/Map" checkbox) what will happen given different circumstances in the "exiting sector" interface.
|
||||
|
||||
Reference in New Issue
Block a user