From cceb340a05fef51f0bcb40a3cd7046b77cad93b0 Mon Sep 17 00:00:00 2001 From: Wanne Date: Mon, 19 May 2008 16:02:26 +0000 Subject: [PATCH] Externalized "starting turn for client #" git-svn-id: https://ja2svn.mooo.com/source/ja2/trunk/GameSource/ja2_v1.13/Build@2185 3b4a5df2-a311-0410-b5c6-a8a6f20db521 --- Multiplayer/client.cpp | 2 +- Utils/_DutchText.cpp | 2 +- Utils/_EnglishText.cpp | 2 +- Utils/_FrenchText.cpp | 2 +- Utils/_GermanText.cpp | 2 +- Utils/_ItalianText.cpp | 2 +- Utils/_PolishText.cpp | 2 +- Utils/_RussianText.cpp | 2 +- Utils/_TaiwaneseText.cpp | 4 ++-- 9 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Multiplayer/client.cpp b/Multiplayer/client.cpp index b8450d7bd..213c66bab 100644 --- a/Multiplayer/client.cpp +++ b/Multiplayer/client.cpp @@ -2425,7 +2425,7 @@ void overide_turn (void) //manual overide command for server //const STR16 msg = MPClientMessage[30]; CHAR16 Cmsg[255]; - swprintf(Cmsg, L"Start turn for client number: #1-'%S', #2-'%S', #3-'%S', #4-'%S'",client_names[0],client_names[1],client_names[2],client_names[3]); + swprintf(Cmsg, MPClientMessage[30], client_names[0],client_names[1],client_names[2],client_names[3]); diff --git a/Utils/_DutchText.cpp b/Utils/_DutchText.cpp index 50de5c3cf..26c0d89fe 100644 --- a/Utils/_DutchText.cpp +++ b/Utils/_DutchText.cpp @@ -4345,7 +4345,7 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", diff --git a/Utils/_EnglishText.cpp b/Utils/_EnglishText.cpp index 92a4d02f9..2e0598005 100644 --- a/Utils/_EnglishText.cpp +++ b/Utils/_EnglishText.cpp @@ -4342,7 +4342,7 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", diff --git a/Utils/_FrenchText.cpp b/Utils/_FrenchText.cpp index 54a44acb5..5030808b6 100644 --- a/Utils/_FrenchText.cpp +++ b/Utils/_FrenchText.cpp @@ -4326,7 +4326,7 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", diff --git a/Utils/_GermanText.cpp b/Utils/_GermanText.cpp index b7e1fbe23..666bb537e 100644 --- a/Utils/_GermanText.cpp +++ b/Utils/_GermanText.cpp @@ -4137,7 +4137,7 @@ STR16 MPClientMessage[] = L"'%s' (Client #%d - '%S') was killed by '%s' (Client #%d - '%S')", L"Werfe Client #%d - '%S' aus dem Spiel.", // 30 - L"Starte Spielzug für Client Nummer:", + L"Starte Spielzug für Client Nummer: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starte Spielzug für Client #%d", L"Anforderung für Echtzeit-Modus...", L"In Echtzeit-Modus gewechselt.", diff --git a/Utils/_ItalianText.cpp b/Utils/_ItalianText.cpp index fb5d31a24..d7966801e 100644 --- a/Utils/_ItalianText.cpp +++ b/Utils/_ItalianText.cpp @@ -4323,7 +4323,7 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", diff --git a/Utils/_PolishText.cpp b/Utils/_PolishText.cpp index b588a78d8..e57779823 100644 --- a/Utils/_PolishText.cpp +++ b/Utils/_PolishText.cpp @@ -4319,7 +4319,7 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", diff --git a/Utils/_RussianText.cpp b/Utils/_RussianText.cpp index bf9bc416e..0257043e9 100644 --- a/Utils/_RussianText.cpp +++ b/Utils/_RussianText.cpp @@ -4333,7 +4333,7 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", diff --git a/Utils/_TaiwaneseText.cpp b/Utils/_TaiwaneseText.cpp index e20cb2865..ebded6ab3 100644 --- a/Utils/_TaiwaneseText.cpp +++ b/Utils/_TaiwaneseText.cpp @@ -4339,8 +4339,8 @@ STR16 MPClientMessage[] = L"'%s' (client %d - '%S') was killed by '%s' (client %d - '%S')", L"Kicked client #%d - '%S'", // 30 - L"Start turn for client number:", - L"Starting turn for client #%d", + L"Start turn for client number: #1 - '%S' | #2 - '%S' | #3 - '%S' | #4 - '%S'", + L"Starting turn for client #%d", L"Requesting for realtime...", L"Switched back to realtime.", L"Error: Something went wrong switching back.",