mirror of
https://github.com/1dot13/source.git
synced 2026-09-02 14:36:06 +02:00
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:
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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[] =
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
@@ -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
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user