added default keys for spectator next/previous and updated localisations

This commit is contained in:
oy 2011-04-13 17:39:26 +02:00
parent 2e09bd6b9d
commit 537e5fa7b6
19 changed files with 110 additions and 0 deletions

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,6 +657,12 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####
Page %d of %d

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -627,6 +627,12 @@ Size:
Sound error
==
Spectate next
==
Spectate previous
==
Spectator mode
==

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -618,6 +618,12 @@ Size:
Sound error
==
Spectate next
==
Spectate previous
==
Spectator mode
==

View file

@ -657,5 +657,11 @@ no limit
As this is the first time you launch the game, please enter your nick name below. It's recommended that you check the settings to adjust them to your liking before joining a server.
==
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -618,6 +618,12 @@ Size:
Sound error
==
Spectate next
==
Spectate previous
==
Spectator mode
==

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -657,6 +657,12 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####
Page %d of %d

View file

@ -657,5 +657,11 @@ no limit
##### needs translation #####
Spectate next
==
Spectate previous
==
##### old translations #####

View file

@ -624,6 +624,12 @@ Size:
Sound error
==
Spectate next
==
Spectate previous
==
Spectator mode
==

View file

@ -100,6 +100,8 @@ void CBinds::SetDefaults()
Bind(KEY_MOUSE_2, "+hook");
Bind(KEY_LSHIFT, "+emote");
Bind(KEY_RSHIFT, "+spectate");
Bind(KEY_RIGHT, "spectate_next");
Bind(KEY_LEFT, "spectate_previous");
Bind('1', "+weapon1");
Bind('2', "+weapon2");