X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=412e2f711ef33b4eac628db54e2a60b92a057b5c;hb=7292fe409145dfcbb2776e34bb64d56e32985b9d;hp=5f73c2d45667e3345ed201c502ebb89405122ccb;hpb=7cd1c130359bef86087eaefe317526775e8ad4f8;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index 5f73c2d..412e2f7 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 g_amodes.inc} unit g_language; interface @@ -111,6 +111,7 @@ type I_GAME_WEAPON7, I_GAME_WEAPON8, I_GAME_WEAPON9, + I_GAME_WEAPON10, I_MENU_START_GAME, I_MENU_MAIN_MENU, @@ -194,6 +195,8 @@ 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, @@ -780,7 +783,7 @@ const ('GAME WEAPON4', 'Super Shotgun', 'Äâóñòâîëêà'), ('GAME WEAPON5', 'Chaingun', - 'Ïóëåìåò'), + 'Ïóëåì¸ò'), ('GAME WEAPON6', 'Rocket Launcher', 'Ðàêåòíèöà'), ('GAME WEAPON7', 'Plasma Gun', @@ -788,7 +791,9 @@ const ('GAME WEAPON8', 'BFG9000', 'BFG9000'), ('GAME WEAPON9', 'Super Chaingun', - 'Ñóïåðïóëåìåò'), + 'Ñóïåðïóëåì¸ò'), + ('GAME WEAPON10', 'Flamethrower', + 'Îãíåì¸ò'), ('MENU START GAME', 'Start Game', 'ÍÀ×ÀÒÜ ÈÃÐÓ'), @@ -946,17 +951,21 @@ 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', + ('MENU PLAYER 1 ALT', 'Player 1 GAMEPAD', 'Ïåðâûé èãðîê, GAMEPAD'), - ('MENU PLAYER 2 ALT', 'Player 2, GAMEPAD', + ('MENU PLAYER 2 ALT', 'Player 2 GAMEPAD', 'Âòîðîé èãðîê, GAMEPAD'), - ('MENU PLAYER 1 WEAPONS', 'Player 1, Weapons', + ('MENU PLAYER 1 WEAPONS', 'Player 1 Weapons', 'Ïåðâûé èãðîê, îðóæèå'), - ('MENU PLAYER 2 WEAPONS', 'Player 2, Weapons', + ('MENU PLAYER 2 WEAPONS', 'Player 2 Weapons', 'Âòîðîé èãðîê, îðóæèå'), ('MENU CONTROL JOYSTICKS', 'Joystick Settings',