add default configs :3

This commit is contained in:
Lilith Ashley Nyx Arson 🔥 2023-11-05 17:01:03 +01:00
parent 9056c04210
commit 2c7b2bf868
Signed by: root
GPG key ID: 83A53A8C412E93F5
133 changed files with 7853 additions and 1 deletions

View file

@ -0,0 +1,14 @@
# Simple Voice Chat translations
# This file contains all server-side translations for the Simple Voice Chat mod
# The message a player gets when kicked for not having voice chat installed and the server has force_voicechat enabled
# The first parameter is the mod/plugin name and the second parameter is the mod/plugin version
force_voicechat_kick_message=You need %s %s to play on this server
# The message a player gets when joining a server with an incompatible voice chat version
# The first parameter is the mod/plugin version and the second parameter is the mod/plugin name
voicechat_not_compatible_message=Your voice chat version is not compatible with the servers version.\\nPlease install version %s of %s.
# The message a player gets when trying to execute a command that requires voice chat
# The first parameter is the mod/plugin name
voicechat_needed_for_command_message=You need to have %s installed on your client to use this command
# The message a player gets when trying to execute a command that can only be executed as a player
player_command_message=This command can only be executed as a player