diff --git a/Tactical/Interface.cpp b/Tactical/Interface.cpp index 8c6de9ec..e30d0ea1 100644 --- a/Tactical/Interface.cpp +++ b/Tactical/Interface.cpp @@ -4414,7 +4414,7 @@ BOOLEAN AddTopMessage( UINT8 ubType, STR16 pzString ) if(is_networked && gTacticalStatus.ubCurrentTeam == 1 && ubType == COMPUTER_TURN_MESSAGE){ //add ai count to turn bar - haydent - swprintf( pzString, L"AI's Turn - %d Left", NumEnemyInSector()); + swprintf( pzString, MPClientMessage[80], NumEnemyInSector()); } if ( fFound ) diff --git a/Utils/_ChineseText.cpp b/Utils/_ChineseText.cpp index 2250278b..5cebd389 100644 --- a/Utils/_ChineseText.cpp +++ b/Utils/_ChineseText.cpp @@ -6411,6 +6411,8 @@ STR16 MPClientMessage[] = L"Client disconnected and shutdown.", L"Client is not running.", L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index 7782915c..84b4adb2 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -6414,6 +6414,8 @@ STR16 MPClientMessage[] = L"Client disconnected and shutdown.", L"Client is not running.", L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", // TODO.Translate + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 4c167d27..3bb5593e 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -6407,7 +6407,9 @@ STR16 MPClientMessage[] = L"Client failed to start. Terminating.", L"Client disconnected and shutdown.", L"Client is not running.", - L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", + L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", + // 80 + L"AI's turn - %d left", }; STR16 gszMPEdgesText[] = diff --git a/Utils/_FrenchText.cpp b/Utils/_FrenchText.cpp index 66a3a5ca..70672ded 100644 --- a/Utils/_FrenchText.cpp +++ b/Utils/_FrenchText.cpp @@ -6394,6 +6394,8 @@ STR16 MPClientMessage[] = L"Le client s'est déconnecté et s'est fermé.", L"Le client n'est pas démarré.", L"INFO: Si le jeu est bloqué (la barre de progression des adversaires ne se déplace pas), notifier le au serveur en appuyant sur ALT + E pour aller directement à votre tour de jeu !", + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index 17be74d2..5a62509d 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -6233,6 +6233,8 @@ STR16 MPClientMessage[] = L"Client Verbindung aufgelöst und heruntergefahren.", L"Client läuft nicht.", L"INFO: Falls das Spiel hängen bleibt (die Statusanzeige beim Gegnerischen Zug bewegt sich nicht), informieren Sie den Server, dass dieser ALT + E drücken soll, um Ihnen den Spielzug wieder zu geben!", + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index bd612c72..61f25a46 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -6402,6 +6402,8 @@ STR16 MPClientMessage[] = L"Client disconnected and shutdown.", L"Client is not running.", L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", // TODO.Translate + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index 2b72dfc3..8dac04f3 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -6411,6 +6411,8 @@ STR16 MPClientMessage[] = L"Client disconnected and shutdown.", L"Client is not running.", L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", // TODO.Translate + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index bd169d0f..e6cbace5 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -6385,6 +6385,8 @@ STR16 MPClientMessage[] = L"Клиент отсоединился и закрыт.", L"Клиент не запущен.", L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", // TODO.Translate + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] = diff --git a/Utils/_TaiwaneseText.cpp b/Utils/_TaiwaneseText.cpp index b3a6177e..3746f498 100644 --- a/Utils/_TaiwaneseText.cpp +++ b/Utils/_TaiwaneseText.cpp @@ -6418,6 +6418,8 @@ STR16 MPClientMessage[] = L"Client disconnected and shutdown.", L"Client is not running.", L"INFO: If the game is stuck (the opponents progress bar is not moving), notify the server to press ALT + E to give the turn back to you!", // TODO.Translate + // 80 + L"AI's turn - %d left", // TODO.Translate }; STR16 gszMPEdgesText[] =