15 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
			
		
		
	
	
			15 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Properties
		
	
	
	
	
	
| # 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
 |