X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=f2a3958b6921a9ff8cf5f34a7b8ea7c6fff54bb9;hb=081ca9c0120de313aae7a94d1fe50b275cf2176d;hp=d340408dccfb1ef8d46c8714fcb9c90333cbcfe2;hpb=c60af5eda7f59dd43a46577bf27497a8e74f04fd;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index d340408..f2a3958 100644 --- a/src/game/g_language.pas +++ b/src/game/g_language.pas @@ -13,7 +13,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . *) -{$MODE DELPHI} +{$INCLUDE ../shared/a_modes.inc} unit g_language; interface @@ -101,6 +101,18 @@ 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_GAME_WEAPON10, + I_MENU_START_GAME, I_MENU_MAIN_MENU, I_MENU_NEW_GAME, @@ -183,8 +195,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, @@ -756,6 +772,29 @@ 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', + 'Ñóïåðïóëåì¸ò'), + ('GAME WEAPON10', 'Flamethrower', + 'Îãíåì¸ò'), + ('MENU START GAME', 'Start Game', 'ÍÀ×ÀÒÜ ÈÃÐÓ'), ('MENU MAIN MENU', 'Menu', @@ -912,14 +951,22 @@ const 'Îñòàëîñü %d ñåêóíä äî ñëåäóþùåãî ðàóíäà'), ('MENU LOADING', 'Loading...', 'Çàãðóçêà...'), - ('MENU PLAYER 1', 'Player 1 KEYBOARD', + ('MENU PLAYER 1', 'Player 1', + 'Ïåðâûé èãðîê'), + ('MENU PLAYER 2', 'Player 2', + 'Âòîðîé èãðîê'), + ('MENU PLAYER 1 KBD', 'Player 1 Keys', 'Ïåðâûé èãðîê, êëàâèàòóðà'), - ('MENU PLAYER 2', 'Player 2 KEYBOARD', + ('MENU PLAYER 2 KBD', 'Player 2 Keys', 'Âòîðîé èãðîê, êëàâèàòóðà'), ('MENU PLAYER 1 ALT', 'Player 1 GAMEPAD', - 'Ïåðâûé èãðîê GAMEPAD'), + 'Ïåðâûé èãðîê, GAMEPAD'), ('MENU PLAYER 2 ALT', 'Player 2 GAMEPAD', - 'Âòîðîé èãðîê GAMEPAD'), + 'Âòîðîé èãðîê, GAMEPAD'), + ('MENU PLAYER 1 WEAPONS', 'Player 1 Weapons', + 'Ïåðâûé èãðîê, îðóæèå'), + ('MENU PLAYER 2 WEAPONS', 'Player 2 Weapons', + 'Âòîðîé èãðîê, îðóæèå'), ('MENU CONTROL JOYSTICKS', 'Joystick Settings', 'Íàñòðîéêè äæîéñòèêîâ'), @@ -1518,8 +1565,8 @@ const 'Îòñûëêà èíôîðìàöèè'), ('LOAD WAIT INFO', 'Awaiting response ([ESC] to abort)', 'Îæèäàíèå îòâåòà ([ESC] - îòìåíèòü)'), - ('LOAD DL RES', 'Downloading resources', - 'Ñêà÷èâàíèå ðåñóðñîâ'), + ('LOAD DL RES', 'Downloading resources...', + 'Ñêà÷èâàíèå ðåñóðñîâ...'), ('CREDITS CAP 1', 'Doom 2D: Forever', 'Doom 2D: Forever'),