fixed a missing translation

This commit is contained in:
oy 2011-03-31 18:24:02 +02:00
parent 08c03104b4
commit 0e6aca2b28
16 changed files with 46 additions and 1 deletions

View file

@ -621,6 +621,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -612,6 +612,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -633,6 +633,9 @@ Show ingame HUD
Size:
==
Spectator mode
==
There's an unsaved map in the editor, you might want to save it before you quit the game.\nQuit anyway?
==

View file

@ -618,6 +618,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -627,6 +627,9 @@ Size:
Sound error
==
Spectator mode
==
The audio device couldn't be initialised.
==

View file

@ -633,6 +633,9 @@ Show ingame HUD
Size:
==
Spectator mode
==
There's an unsaved map in the editor, you might want to save it before you quit the game.\nQuit anyway?
==

View file

@ -627,6 +627,9 @@ Size:
Sound error
==
Spectator mode
==
Sudden Death
==

View file

@ -618,6 +618,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -618,6 +618,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -633,6 +633,9 @@ Show ingame HUD
Size:
==
Spectator mode
==
There's an unsaved map in the editor, you might want to save it before you quit the game.\nQuit anyway?
==

View file

@ -618,6 +618,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -618,6 +618,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -633,6 +633,9 @@ Show ingame HUD
Size:
==
Spectator mode
==
There's an unsaved map in the editor, you might want to save it before you quit the game.\nQuit anyway?
==

View file

@ -609,6 +609,9 @@ Size:
Sound error
==
Spectator mode
==
Stop record
==

View file

@ -624,6 +624,9 @@ Size:
Sound error
==
Spectator mode
==
The audio device couldn't be initialised.
==

View file

@ -430,7 +430,7 @@ static CKeyInfo gs_aKeys[] =
Localize("Move left");Localize("Move right");Localize("Jump");Localize("Fire");Localize("Hook");Localize("Hammer");
Localize("Pistol");Localize("Shotgun");Localize("Grenade");Localize("Rifle");Localize("Next weapon");Localize("Prev. weapon");
Localize("Vote yes");Localize("Vote no");Localize("Chat");Localize("Team chat");Localize("Show chat");Localize("Emoticon");
Localize("Spectate");Localize("Console");Localize("Remote console");Localize("Screenshot");Localize("Scoreboard");
Localize("Spectator mode");Localize("Console");Localize("Remote console");Localize("Screenshot");Localize("Scoreboard");
*/
const int g_KeyCount = sizeof(gs_aKeys) / sizeof(CKeyInfo);