X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=08d315ef1aca69a36369aabd699d50c35d9f1a5e;hb=a49e32f2040ac79644fabdfa629cd4fd4750c515;hp=6503a65b213acff0fc96ccad862b96f31008d885;hpb=376da3d2c46267728eda8903982d9219db0c0ddb;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index 6503a65..08d315e 100644 --- a/src/game/g_language.pas +++ b/src/game/g_language.pas @@ -380,6 +380,8 @@ type I_NET_SLIST_WAIT, I_NET_SLIST_PING_MS, I_NET_SLIST_NO_ACCESS, + I_NET_SLIST_URGENT, + I_NET_SLIST_URGENT_CONT, I_NET_SLIST_FETCH, I_NET_SLIST_RETRIEVED, @@ -414,6 +416,7 @@ type I_PLAYER_NAME, I_PLAYER_CHTEAM_RED, I_PLAYER_CHTEAM_BLUE, + I_PLAYER_SECRET, I_PLAYER_SPECT, I_PLAYER_SPECT1, @@ -988,7 +991,7 @@ const ('MENU CONTROL DEADZONE', 'Joystick %d Deadzone', '̸ðòâàÿ çîíà äæîéñòèêà %d'), - ('MENU CONTROL TOCUH', 'Touchscreen Settings', + ('MENU CONTROL TOUCH', 'Touchscreen Settings', 'Íàñòðîéêè ñåíñðíîãî ýêðàíà'), ('MENU CONTROL TOUCH ALT', 'Alternative layout:', 'Àëüòåðíàòèâíàÿ ðàñêëàäêà:'), @@ -1318,6 +1321,10 @@ const ' ìñ'), ('NET SLIST NO ACCESS', 'N/A', 'Í/Ä'), + ('NET SLIST URGENT', 'Message from master server', + 'Ñîîáùåíèå ñ ìàñòåðñåðâåðà'), + ('NET SLIST URGENT CONT', 'Press [ENTER] to continue', + 'Íàæìèòå [ENTER] äëÿ ïðîäîëæåíèÿ'), ('NET SLIST FETCH', 'Fetching server list...', 'Ïîëó÷àåì ñïèñîê ñåðâåðîâ...'), @@ -1381,6 +1388,8 @@ const '%s ïåðåøåë â Êðàñíóþ êîìàíäó.'), ('PLAYER CHTEAM BLUE', '%s is now on Blue.', '%s ïåðåøåë â Ñèíþþ êîìàíäó.'), + ('PLAYER SECRET', '%s found a secret!', + '%s íàø¸ë ñåêðåò!'), ('PLAYER SPECT', 'Spectating', 'Íàáëþäåíèå'), @@ -1399,8 +1408,8 @@ const '*** %s ñòàùèë %s ôëàã!'), ('PLAYER FLAG RETURN', '*** %s returned the %s flag!', '*** %s âåðíóë %s ôëàã!'), - ('PLAYER FLAG CAPTURE', '*** %s captured the %s flag! (%s ms)', - '*** %s ïðèí¸ñ %s ôëàã! (%s ìñ)'), + ('PLAYER FLAG CAPTURE', '*** %s captured the %s flag! (%s sec)', + '*** %s ïðèí¸ñ %s ôëàã! (%s ñåê)'), ('PLAYER FLAG DROP', '*** %s dropped the %s flag!', '*** %s ïîòåðÿë %s ôëàã!'), ('PLAYER FLAG RED', 'red', @@ -1634,8 +1643,8 @@ const '- id Software, êîòîðûå çàâàðèëè ýòó êàøó'), ('CREDITS CLO 3', '- Everyone who helped our project', '- Âñåõ, êòî ïîìîãàë íàøåìó ïðîåêòó'), - ('CREDITS CLO 4', 'www.doom2d.org, 2003-2017', - 'www.doom2d.org, 2003-2017'), + ('CREDITS CLO 4', 'www.doom2d.org, 2003-2019', + 'www.doom2d.org, 2003-2019'), ('MSG SHOW FPS ON', 'FPS counter enabled', 'FPS ïîêàçûâàþòñÿ'),