mirror of
https://github.com/1dot13/source.git
synced 2026-07-22 13:40:22 +02:00
new feature: 'Move item' assignment allows quick and easy mass transfer of items between city sectors.
Warning: GameDir >= r1723 is required. git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@6280 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
@@ -1642,7 +1642,8 @@ STR16 pAssignmentStrings[] =
|
||||
L"Esercit.", // training a town to revolt
|
||||
L"M.Militia", //training moving militia units // TODO.Translate
|
||||
L"Istrutt.", // training a teammate
|
||||
L"Studente", // being trained by someone else
|
||||
L"Studente", // being trained by someone else
|
||||
L"MoveItem", // 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
|
||||
@@ -1729,6 +1730,7 @@ STR16 pPersonnelAssignmentStrings[] =
|
||||
L"Training Mobile Militia", // TODO.Translate
|
||||
L"Allenatore",
|
||||
L"Studente",
|
||||
L"MoveItem", // move items // TODO.Translate
|
||||
L"Facility Staff", // TODO.Translate
|
||||
L"Eat", // eating at a facility (cantina etc.) // TODO.Translate
|
||||
L"Resting at Facility", // TODO.Translate
|
||||
@@ -1776,6 +1778,7 @@ STR16 pLongAssignmentStrings[] =
|
||||
L"Train Mobiles", // TODO.Translate
|
||||
L"Allena squadra",
|
||||
L"Studente",
|
||||
L"MoveItem", // move items // TODO.Translate
|
||||
L"Staff Facility", // TODO.Translate
|
||||
L"Rest at Facility", // TODO.Translate
|
||||
L"Interrogate prisoners", // Flugente: interrogate prisoners TODO.Translate
|
||||
@@ -1900,6 +1903,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"Facility", // the merc is using/staffing a facility // TODO.Translate
|
||||
L"Annulla", // cancel this menu
|
||||
};
|
||||
@@ -3248,6 +3252,7 @@ STR16 pMapScreenInvenButtonHelpText[] =
|
||||
L"|L|e|f|t |C|l|i|c|k: Toggle Kits\n|R|i|g|h|t |C|l|i|c|k: Show only Kits", // HEADROCK HAM 5: Filter Button
|
||||
// 16 - 20
|
||||
L"|L|e|f|t |C|l|i|c|k: Toggle Misc. Items\n|R|i|g|h|t |C|l|i|c|k: Show only Misc. Items", // HEADROCK HAM 5: Filter Button
|
||||
L"|L|e|f|t |C|l|i|c|k: Toggle Move Item Display", // Flugente: move item display // TODO.Translate
|
||||
};
|
||||
|
||||
STR16 pMapScreenBottomFastHelp[] =
|
||||
|
||||
Reference in New Issue
Block a user