From 2a1cab4d46260dfe7930503ca0c3e45f1679269f Mon Sep 17 00:00:00 2001 From: rubidium Date: Thu, 12 Nov 2009 20:33:30 +0000 Subject: (svn r18052) -Codechange/Fix: make the 'pause' chat message when actually executing the pause command. This to prevent showing paused and especially unpaused to be shown when the state doesn't change. Output now mentions whether pause changes keep the game paused and what reasons for pausing there 'currently' are. --- src/lang/traditional_chinese.txt | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/lang/traditional_chinese.txt') diff --git a/src/lang/traditional_chinese.txt b/src/lang/traditional_chinese.txt index 426b6d691..95e5c4aa8 100644 --- a/src/lang/traditional_chinese.txt +++ b/src/lang/traditional_chinese.txt @@ -1728,12 +1728,7 @@ STR_NETWORK_ERROR_CLIENT_SERVER_FULL :伺服器已滿 ############ End of leave-in-this-order # Network related errors -STR_NETWORK_SERVER_MESSAGE :*** {2:STRING} ############ Leave those lines in this order!! -STR_NETWORK_SERVER_MESSAGE_GAME_PAUSED_PLAYERS :遊戲暫停 (玩家不足) -STR_NETWORK_SERVER_MESSAGE_GAME_UNPAUSED_PLAYERS :遊戲繼續 (玩家足數) -STR_NETWORK_SERVER_MESSAGE_GAME_PAUSED_CONNECT :遊戲暫停 (鏈入客戶端) -STR_NETWORK_SERVER_MESSAGE_GAME_UNPAUSED_CONNECT :遊戲繼續 (客戶端鏈入成功) ############ End of leave-in-this-order STR_NETWORK_MESSAGE_CLIENT_LEAVING :離開中 STR_NETWORK_MESSAGE_CLIENT_JOINED :*** {STRING} 已加入遊戲 -- cgit v1.2.3-54-g00ecf