X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_language.pas;h=d340408dccfb1ef8d46c8714fcb9c90333cbcfe2;hb=fe33d1fc0a741a114c4dce122d81ae6ae345071f;hp=f687aa33b5571ebfa1e2970e1eceabe6149b1c50;hpb=8150d88669dcc2b551873c6a880b2e9915133fef;p=d2df-sdl.git diff --git a/src/game/g_language.pas b/src/game/g_language.pas index f687aa3..d340408 100644 --- a/src/game/g_language.pas +++ b/src/game/g_language.pas @@ -1,3 +1,19 @@ +(* Copyright (C) DooM 2D:Forever Developers + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + *) +{$MODE DELPHI} unit g_language; interface @@ -167,6 +183,8 @@ type I_MENU_LOADING, I_MENU_PLAYER_1, I_MENU_PLAYER_2, + I_MENU_PLAYER_1_ALT, + I_MENU_PLAYER_2_ALT, I_MENU_CONTROL_JOYSTICKS, I_MENU_CONTROL_DEADZONE, @@ -185,6 +203,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, @@ -893,10 +912,14 @@ const 'Îñòàëîñü %d ñåêóíä äî ñëåäóþùåãî ðàóíäà'), ('MENU LOADING', 'Loading...', 'Çàãðóçêà...'), - ('MENU PLAYER 1', 'Player 1', - 'Ïåðâûé èãðîê'), - ('MENU PLAYER 2', 'Player 2', - 'Âòîðîé èãðîê'), + ('MENU PLAYER 1', 'Player 1 KEYBOARD', + 'Ïåðâûé èãðîê, êëàâèàòóðà'), + ('MENU PLAYER 2', 'Player 2 KEYBOARD', + 'Âòîðîé èãðîê, êëàâèàòóðà'), + ('MENU PLAYER 1 ALT', 'Player 1 GAMEPAD', + 'Ïåðâûé èãðîê GAMEPAD'), + ('MENU PLAYER 2 ALT', 'Player 2 GAMEPAD', + 'Âòîðîé èãðîê GAMEPAD'), ('MENU CONTROL JOYSTICKS', 'Joystick Settings', 'Íàñòðîéêè äæîéñòèêîâ'), @@ -931,6 +954,8 @@ const 'Ñëåä. îðóæèå:'), ('MENU CONTROL PREV WEAPON', 'Prev weapon:', 'Ïðåä. îðóæèå:'), + ('MENU CONTROL STRAFE', 'Strafe:', + 'Ñòðýéô:'), ('MENU COUNT NONE', 'None', 'Íåò'),