mirror of
https://github.com/1dot13/source.git
synced 2026-07-29 13:52:17 +02:00
Fixed (by Buggler)
- Externalized victory sector and gridno - Fixed initial game loading screen not using file specified in SectorLoadscreens.xml when starting other than A9 sector - Fixed no time delay for interrogation meanwhile scene - Added space to 'moveitem' string git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6518 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1643,7 +1643,7 @@ STR16 pAssignmentStrings[] =
|
||||
L"M.Militia", //training moving militia units // TODO.Translate
|
||||
L"Istrutt.", // training a teammate
|
||||
L"Studente", // being trained by someone else
|
||||
L"MoveItem", // move items // TODO.Translate
|
||||
L"Move Item", // move items // TODO.Translate
|
||||
L"Staff", // operating a strategic facility // TODO.Translate
|
||||
L"Eat", // eating at a facility (cantina etc.) // TODO.Translate
|
||||
L"Rest", // Resting at a facility // TODO.Translate
|
||||
@@ -1779,7 +1779,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Train Mobiles", // TODO.Translate
|
||||
L"Allena squadra",
|
||||
L"Studente",
|
||||
L"MoveItem", // move items // TODO.Translate
|
||||
L"Move Item", // move items // TODO.Translate
|
||||
L"Staff Facility", // TODO.Translate
|
||||
L"Rest at Facility", // TODO.Translate
|
||||
L"Interrogate prisoners", // Flugente: interrogate prisoners TODO.Translate
|
||||
@@ -1904,7 +1904,7 @@ STR16 pAssignMenuStrings[] =
|
||||
L"Veicolo", // the merc is in a vehicle
|
||||
L"Ripara", // the merc is repairing items
|
||||
L"Si esercita", // the merc is training
|
||||
L"MoveItem", // move items // TODO.Translate
|
||||
L"Move Item", // move items // TODO.Translate
|
||||
L"Facility", // the merc is using/staffing a facility // TODO.Translate
|
||||
L"Annulla", // cancel this menu
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user