diff options
author | metamuffin <metamuffin@disroot.org> | 2024-12-22 22:12:54 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-12-22 22:12:54 +0100 |
commit | b7645692084a38b83ca20c1e66ecdebea541b837 (patch) | |
tree | ddf57a1273cb80b2263637a7390df8c0ed55abb9 /locale | |
parent | 9cc8d8319e9337b14372d9eb64ec9d9034a566d6 (diff) | |
download | hurrycurry-b7645692084a38b83ca20c1e66ecdebea541b837.tar hurrycurry-b7645692084a38b83ca20c1e66ecdebea541b837.tar.bz2 hurrycurry-b7645692084a38b83ca20c1e66ecdebea541b837.tar.zst |
Enforce player name length limit and max player count
Diffstat (limited to 'locale')
-rw-r--r-- | locale/en.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/locale/en.ini b/locale/en.ini index eaa6933e..e1013727 100644 --- a/locale/en.ini +++ b/locale/en.ini @@ -229,6 +229,8 @@ s.error.quoting_invalid=Command quoting invalid s.error.self_interact=Interacting with yourself. This is impossible. s.error.tutorial_already_running=Tutorial already running s.error.tutorial_no_running=No tutorial running +s.error.username_length_limit=Username length limit of 64 bytes exceeded +s.error.too_many_players=Too many players joined s.replay.cannot_join=Replays cannot be joined. s.state.abort_no_players=Game was aborted due to a lack of players. s.state.game_aborted=Game was aborted by {0}. |