X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=207285566c378dec0f5a5eba1a20cd8965934b2d;hb=228d34465e847f7953a4b2a9e6a32c3b5d2316ae;hp=5bb1e5ac53dea314205b1aadb7f957d56ece3635;hpb=4ac477a64781436f4518e96009c3eef29979290b;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index 5bb1e5a..2072855 100644 --- a/src/game/g_language.pas +++ b/src/game/g_language.pas @@ -207,8 +207,10 @@ type I_MENU_CONTROL_DEADZONE, I_MENU_CONTROL_TOUCH, + I_MENU_CONTROL_TOUCH_ALT, I_MENU_CONTROL_TOUCH_FIRE, I_MENU_CONTROL_TOUCH_SIZE, + I_MENU_CONTROL_TOUCH_OFFSET, I_MENU_CONTROL_GLOBAL, I_MENU_CONTROL_SCREENSHOT, @@ -252,6 +254,7 @@ type I_MENU_GAME_MESSAGES, I_MENU_GAME_REVERT_PLAYERS, I_MENU_GAME_CHAT_BUBBLE, + I_MENU_GAME_PLAYER_INDICATOR, I_MENU_GAME_CHAT_TYPE_NONE, I_MENU_GAME_CHAT_TYPE_SIMPLE, I_MENU_GAME_CHAT_TYPE_ADV, @@ -411,6 +414,7 @@ type I_PLAYER_NAME, I_PLAYER_CHTEAM_RED, I_PLAYER_CHTEAM_BLUE, + I_PLAYER_SECRET, I_PLAYER_SPECT, I_PLAYER_SPECT1, @@ -985,12 +989,16 @@ const ('MENU CONTROL DEADZONE', 'Joystick %d Deadzone', '̸ðòâàÿ çîíà äæîéñòèêà %d'), - ('MENU CONTROL TOCUH', 'Touchscreen Settings', + ('MENU CONTROL TOUCH', 'Touchscreen Settings', 'Íàñòðîéêè ñåíñðíîãî ýêðàíà'), + ('MENU CONTROL TOUCH ALT', 'Alternative layout:', + 'Àëüòåðíàòèâíàÿ ðàñêëàäêà:'), ('MENU CONTROL TOUCH FIRE', 'Shoot Up/Down:', 'Ñòðåëÿòü ââåðõ/âíèç:'), ('MENU CONTROL TOUCH SIZE', 'Button size:', 'Ðàçìåð êíîïîê:'), + ('MENU CONTROL TOUCH OFFSET', 'Vertical offset:', + 'Âåðòèêàëüíîå ñìåùåíèå:'), ('MENU CONTROL GLOBAL', 'Global Controls', 'ÎÁÙÅÅ ÓÏÐÀÂËÅÍÈÅ'), @@ -1074,6 +1082,8 @@ const 'Âòîðîé èãðîê ñâåðõó:'), ('MENU GAME CHAT BUBBLE', 'Chat bubbles:', 'Èêîíêà ÷àòà:'), + ('MENU GAME PLAYER INDICATOR', 'Player indicator:', + 'Èíäèêàòîð èãðîêà:'), ('MENU GAME CHAT TYPE NONE', 'None', 'Íåò'), ('MENU GAME CHAT TYPE SIMPLE', 'Simple', @@ -1372,6 +1382,8 @@ const '%s ïåðåøåë â Êðàñíóþ êîìàíäó.'), ('PLAYER CHTEAM BLUE', '%s is now on Blue.', '%s ïåðåøåë â Ñèíþþ êîìàíäó.'), + ('PLAYER SECRET', '%s found a secret!', + '%s íàø¸ë ñåêðåò!'), ('PLAYER SPECT', 'Spectating', 'Íàáëþäåíèå'), @@ -1390,8 +1402,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', @@ -1607,8 +1619,8 @@ const 'Ïðîãðàììèñòû:'), ('CREDITS A 2 1', 'rs.falcon, PSS, PrimuS, Stas''M,', 'rs.falcon, PSS, PrimuS, Stas''M,'), - ('CREDITS A 2 2', 'ZURG, OutCast, ketmar', - 'ZURG, OutCast, ketmar'), + ('CREDITS A 2 2', 'ZURG, OutCast, ketmar, DeaDDooMER', + 'ZURG, OutCast, ketmar, DeaDDooMER'), ('CREDITS A 3', 'Artists:', 'Õóäîæíèêè:'), ('CREDITS A 3 1', 'Jabberwock, Firehawk', @@ -1625,8 +1637,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 ïîêàçûâàþòñÿ'),