X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=19d86398fe5ce251669de2db5fc6f36364465b81;hb=240228685437b19769862f83a079ffd8a41f43b6;hp=7a9d5594ffe91703dcc5b74d5bf1d5aaed1544b8;hpb=5472594f32e33da0c66606ec9eebc8f798ef6b54;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index 7a9d559..19d8639 100644 --- a/src/game/g_language.pas +++ b/src/game/g_language.pas @@ -101,6 +101,17 @@ type I_GAME_CHEAT_AIMLINE, I_GAME_CHEAT_AUTOMAP, + I_GAME_WEAPON0, + I_GAME_WEAPON1, + I_GAME_WEAPON2, + I_GAME_WEAPON3, + I_GAME_WEAPON4, + I_GAME_WEAPON5, + I_GAME_WEAPON6, + I_GAME_WEAPON7, + I_GAME_WEAPON8, + I_GAME_WEAPON9, + I_MENU_START_GAME, I_MENU_MAIN_MENU, I_MENU_NEW_GAME, @@ -183,6 +194,12 @@ type I_MENU_LOADING, I_MENU_PLAYER_1, I_MENU_PLAYER_2, + I_MENU_PLAYER_1_KBD, + I_MENU_PLAYER_2_KBD, + I_MENU_PLAYER_1_ALT, + I_MENU_PLAYER_2_ALT, + I_MENU_PLAYER_1_WEAPONS, + I_MENU_PLAYER_2_WEAPONS, I_MENU_CONTROL_JOYSTICKS, I_MENU_CONTROL_DEADZONE, @@ -201,6 +218,7 @@ type I_MENU_CONTROL_USE, I_MENU_CONTROL_NEXT_WEAPON, I_MENU_CONTROL_PREV_WEAPON, + I_MENU_CONTROL_STRAFE, I_MENU_COUNT_NONE, I_MENU_COUNT_SMALL, @@ -753,6 +771,27 @@ const ('GAME CHEAT AUTOMAP', 'ID2DT', 'ID2DT'), + ('GAME WEAPON0', 'Fist', + 'Êàñòåò'), + ('GAME WEAPON1', 'Chainsaw', + 'Áåíçîïèëà'), + ('GAME WEAPON2', 'Pistol', + 'Ïèñòîëåò'), + ('GAME WEAPON3', 'Shotgun', + 'Äðîáîâèê'), + ('GAME WEAPON4', 'Super Shotgun', + 'Äâóñòâîëêà'), + ('GAME WEAPON5', 'Chaingun', + 'Ïóëåìåò'), + ('GAME WEAPON6', 'Rocket Launcher', + 'Ðàêåòíèöà'), + ('GAME WEAPON7', 'Plasma Gun', + 'Ïëàçìàãàí'), + ('GAME WEAPON8', 'BFG9000', + 'BFG9000'), + ('GAME WEAPON9', 'Super Chaingun', + 'Ñóïåðïóëåìåò'), + ('MENU START GAME', 'Start Game', 'ÍÀ×ÀÒÜ ÈÃÐÓ'), ('MENU MAIN MENU', 'Menu', @@ -913,6 +952,18 @@ const 'Ïåðâûé èãðîê'), ('MENU PLAYER 2', 'Player 2', 'Âòîðîé èãðîê'), + ('MENU PLAYER 1 KBD', 'Player 1 keyboard', + 'Ïåðâûé èãðîê, êëàâèàòóðà'), + ('MENU PLAYER 2 KBD', 'Player 2 keyboard', + 'Âòîðîé èãðîê, êëàâèàòóðà'), + ('MENU PLAYER 1 ALT', 'Player 1 GAMEPAD', + 'Ïåðâûé èãðîê, GAMEPAD'), + ('MENU PLAYER 2 ALT', 'Player 2 GAMEPAD', + 'Âòîðîé èãðîê, GAMEPAD'), + ('MENU PLAYER 1 WEAPONS', 'Player 1 Weapons', + 'Ïåðâûé èãðîê, îðóæèå'), + ('MENU PLAYER 2 WEAPONS', 'Player 2 Weapons', + 'Âòîðîé èãðîê, îðóæèå'), ('MENU CONTROL JOYSTICKS', 'Joystick Settings', 'Íàñòðîéêè äæîéñòèêîâ'), @@ -947,6 +998,8 @@ const 'Ñëåä. îðóæèå:'), ('MENU CONTROL PREV WEAPON', 'Prev weapon:', 'Ïðåä. îðóæèå:'), + ('MENU CONTROL STRAFE', 'Strafe:', + 'Ñòðýéô:'), ('MENU COUNT NONE', 'None', 'Íåò'),