Added "select all" option for strategic movement popup box (by Asdow).

git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@9269 3b4a5df2-a311-0410-b5c6-a8a6f20db521
This commit is contained in:
Sevenfm
2022-01-20 19:48:56 +00:00
parent 5282553a8c
commit 8c59159213
9 changed files with 40 additions and 1 deletions
+1
View File
@@ -4375,6 +4375,7 @@ STR16 pMovementMenuStrings[] =
L"安排行军路线", // done with movement menu, start plotting movement
L"取消", // cancel this menu
L"其它", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads TODO: Translate
};
+1
View File
@@ -4363,6 +4363,7 @@ STR16 pMovementMenuStrings[] =
L"Teken Reisroute", // done with movement menu, start plotting movement
L"Stop", // cancel this menu
L"Anders", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads TODO: Translate
};
+1
View File
@@ -4375,6 +4375,7 @@ STR16 pMovementMenuStrings[] =
L"Plot Travel Route", // done with movement menu, start plotting movement
L"Cancel", // cancel this menu
L"Other", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads
};
+1
View File
@@ -4367,6 +4367,7 @@ STR16 pMovementMenuStrings[] =
L"Route", // done with movement menu, start plotting movement
L"Annuler", // cancel this menu
L"Autre", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads TODO: Translate
};
+1
View File
@@ -4381,6 +4381,7 @@ STR16 pMovementMenuStrings[] =
L"Route planen", // done with movement menu, start plotting movement
L"Abbruch", // cancel this menu
L"Andere", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads TODO: Translate
};
STR16 pUpdateMercStrings[] =
+1
View File
@@ -4357,6 +4357,7 @@ STR16 pMovementMenuStrings[] =
L"Rotta spostamento esercito", // done with movement menu, start plotting movement
L"Annulla", // cancel this menu
L"Altro", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads TODO: Translate
};
+1
View File
@@ -4368,6 +4368,7 @@ STR16 pMovementMenuStrings[] =
L"Nanieś trasę podróży", // done with movement menu, start plotting movement
L"Anuluj", // cancel this menu
L"Inni", // title for group of mercs not on squads nor in vehicles
L"Select all", // Select all squads TODO: Translate
};
+1
View File
@@ -4375,6 +4375,7 @@ STR16 pMovementMenuStrings[] =
L"Путь", // done with movement menu, start plotting movement
L"Отмена", // cancel this menu
L"Другое", // title for group of mercs not on squads nor in vehicles
L"Выбрать все", // Select all squads
};