X-Git-Url: https://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=72508cfc1500bad2d26c377af3013879559ecc8a;hb=92b319e1feed5079e42c779aa49b12ffa8672f54;hp=84a17f172827855b6b9fbbd30e54a112d20d14ea;hpb=7ded98bcd6caff4fae07f6be8f40da67af90202a;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index 84a17f1..72508cf 100644 --- a/src/game/g_language.pas +++ b/src/game/g_language.pas @@ -1,4 +1,4 @@ -(* Copyright (C) DooM 2D:Forever Developers +(* Copyright (C) Doom 2D: Forever Developers * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -14,6 +14,7 @@ * along with this program. If not, see . *) {$INCLUDE ../shared/a_modes.inc} +{$SCOPEDENUMS OFF} unit g_language; interface @@ -274,6 +275,7 @@ type I_MENU_SOUND_INACTIVE_SOUNDS_OFF, I_MENU_SOUND_ANNOUNCE, I_MENU_SOUND_COMPAT, + I_MENU_SOUND_CHAT, I_MENU_ANNOUNCE_NONE, I_MENU_ANNOUNCE_ME, I_MENU_ANNOUNCE_MEPLUS, @@ -518,6 +520,8 @@ type I_LOAD_SEND_INFO, I_LOAD_WAIT_INFO, I_LOAD_DL_RES, + I_LOAD_HOST, + I_LOAD_PORTS, I_CREDITS_CAP_1, I_CREDITS_CAP_2, @@ -569,6 +573,7 @@ type I_MSG_NO_WAD, I_MSG_NO_MAPS, I_MSG_NO_MAP, + I_MSG_NO_MAP_FALLBACK, I_MSG_NO_MONSTER, I_MSG_SCORE_LIMIT, I_MSG_TIME_LIMIT, @@ -586,6 +591,8 @@ type I_MSG_UNBAN_OK, I_MSG_UNBAN_FAIL, + I_MSG_BAD_SAVE_VERSION, + I_TEXTURE_ENDPIC, I_VERSION, @@ -1106,6 +1113,8 @@ const 'Îáúÿâëåíèÿ:'), ('MENU SOUND COMPAT', 'Sound FX set:', 'Íàáîð çâóêîâ:'), + ('MENU SOUND CHAT', 'Enable chat speech:', + 'Îçâó÷èâàòü ÷àò:'), ('MENU ANNOUNCE NONE', 'None', 'Íåò'), ('MENU ANNOUNCE ME', 'Only own announcers', @@ -1567,6 +1576,10 @@ const 'Îæèäàíèå îòâåòà ([ESC] - îòìåíèòü)'), ('LOAD DL RES', 'Downloading resources...', 'Ñêà÷èâàíèå ðåñóðñîâ...'), + ('LOAD HOST', 'Initializing server...', + 'Èíèíöèàëèçàöèÿ ñåðâåðà...'), + ('LOAD PORTS', 'Forwarding ports via UPnP...', + 'Ïðîáðîñ ïîðòîâ ÷åðåç UPnP...'), ('CREDITS CAP 1', 'Doom 2D: Forever', 'Doom 2D: Forever'), @@ -1667,6 +1680,8 @@ const 'WAD ôàéë "%s" íå ñîäåðæèò êàðò!'), ('MSG NO MAP', 'Map "%s" doesn''t exist!', 'Êàðòà "%s" íå íàéäåíà!'), + ('MSG NO MAP FALLBACK', 'Map "%s" doesn''t exist in this WAD, looking for %s.', + 'Êàðòà "%s" íå íàéäåíà â ýòîì WAD ôàéëå, èùó %s.'), ('MSG NO MONSTER', 'Wrong monster type: "%s"!', '"%s" - íåò òàêîãî ìîíñòðà!'), ('MSG SCORE LIMIT', 'Score Limit is %d', @@ -1700,6 +1715,9 @@ const ('MSG UNBAN FAIL', 'Client %s not found in the ban list.', 'Êëèåíò %s íå ÷èñëèòñÿ â ñïèñêå çàáàíåíûõ.'), + ('MSG BAD SAVE VERSION', 'Cannot load saved game. Probably due to invalid save file version.', + 'Íå óäàëîñü çàãðóçèòü ñîõðàíåíèå. Âåðîÿòíî, èç-çà íåâåðíîé âåðñèè ñîõðàíåíèÿ.'), + ('TEXTURE ENDPIC', 'ENDGAME_EN', 'ENDGAME_RU'), @@ -1855,7 +1873,7 @@ begin CloseFile(F); end else - e_WriteLog('Language file "'+fileName+'" not found!', MSG_WARNING); + e_WriteLog('Language file "'+fileName+'" not found!', TMsgType.Warning); SetupArrays(); end;