mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
added default keys for spectator next/previous and updated localisations
This commit is contained in:
parent
2e09bd6b9d
commit
537e5fa7b6
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,6 +657,12 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
Page %d of %d
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -627,6 +627,12 @@ Size:
|
|||
Sound error
|
||||
==
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
Spectator mode
|
||||
==
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -618,6 +618,12 @@ Size:
|
|||
Sound error
|
||||
==
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
Spectator mode
|
||||
==
|
||||
|
||||
|
|
|
@ -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 #####
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -618,6 +618,12 @@ Size:
|
|||
Sound error
|
||||
==
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
Spectator mode
|
||||
==
|
||||
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -657,6 +657,12 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
Page %d of %d
|
||||
|
|
|
@ -657,5 +657,11 @@ no limit
|
|||
|
||||
##### needs translation #####
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
##### old translations #####
|
||||
|
||||
|
|
|
@ -624,6 +624,12 @@ Size:
|
|||
Sound error
|
||||
==
|
||||
|
||||
Spectate next
|
||||
==
|
||||
|
||||
Spectate previous
|
||||
==
|
||||
|
||||
Spectator mode
|
||||
==
|
||||
|
||||
|
|
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue