Update language.properties

This commit is contained in:
Jgunishka 2019-08-21 21:19:56 +03:00
parent 402710a22c
commit d6d8f92687

View File

@ -12,7 +12,9 @@
# For more information see: http://java.sun.com/developer/technicalArticles/Intl/ResourceBundles
# Login Announcements
KailleraServerImpl.LoginMessage.1=Test Server
KailleraServerImpl.LoginMessage.1=Welcome to a new EmuLinkerSF Server!
KailleraServerImpl.LoginMessage.2=Edit emulinker.cfg to setup your server configuration
KailleraServerImpl.LoginMessage.3=Edit language.properties to setup your login announcements
# Other Announcements
@ -41,7 +43,7 @@ KailleraServerImpl.CreateGameDeniedFloodControl=Flood Control
KailleraServerImpl.CreateGameDeniedIllegalCharacters=Illegal characters in ROM name
KailleraServerImpl.CreateGameDeniedMaxGames=Server maximum games reached: {0,number,integer}
KailleraServerImpl.CreateGameDeniedNameTooLong=Rom Name Too Long
ChatAction.ChatDenied=Denied: {0}
ChatAction.ChatDenied=Chat Denied: {0}
# Server Error Messages
KailleraServerImpl.LoginErrorInvalidStatus=Invalid Login Status: {0}
@ -51,36 +53,36 @@ KailleraServerImpl.CreateGameErrorEmptyName=Rom Name Empty
KailleraServerImpl.NotLoggedIn=Not logged in
# Forced Quit Messages
KailleraServerImpl.StandardQuitMessage=
KailleraServerImpl.StandardQuitMessage=Normal Client Exit
KailleraServerImpl.ForcedQuitReconnected=Reconnected
KailleraServerImpl.ForcedQuitInactivityTimeout=Inactivity Timeout
KailleraServerImpl.ForcedQuitPingTimeout=Ping Timeout
KailleraServerImpl.ForcedQuitBanned=Banned until the Messiah comes!
KailleraServerImpl.ForcedQuitBanned=Banned\!
KailleraServerImpl.ForcedQuitEmulatorRestricted=Emulator Restricted\!
# Admin Messages
KailleraServerImpl.AdminWelcomeMessage=Welcome admin. Type /help for commands.
KailleraServerImpl.AdminWelcomeMessage=Welcome Admin! Type /help for a admin command list.
AdminCommandAction.AdminCommands=Available Admin Commands:
AdminCommandAction.HelpAnnounce=/announce to make an announcement
AdminCommandAction.HelpAnnounceAll=/announceall to make an announcement including all games
AdminCommandAction.HelpAnnounceGame=/announcegame to make an announcement to a single game
AdminCommandAction.HelpCloseGame=/closegame close a game
AdminCommandAction.HelpBan=/ban to temporarily ban a user
AdminCommandAction.HelpFindGame=/findgame to get a game's number
AdminCommandAction.HelpFindUser=/finduser to get a user's number
AdminCommandAction.HelpKick=/kick to eject a user
AdminCommandAction.HelpSilence=/silence to temporarily silence a user
AdminCommandAction.HelpTempAdmin=/tempadmin to grant a user temporary admin access
AdminCommandAction.HelpAnnounce=/announce <message> to make an announcement.
AdminCommandAction.HelpAnnounceAll=/announceall <message> to make an announcement including all games.
AdminCommandAction.HelpAnnounceGame=/announcegame <GameID> <msg> to make an announcement to a single game.
AdminCommandAction.HelpCloseGame=/closegame <GameID> to close a game.
AdminCommandAction.HelpBan=/ban <UserID> <min> to temporarily ban a user.
AdminCommandAction.HelpFindGame=/findgame <Name> (name*, *name, * to list all)> to get a game's info.
AdminCommandAction.HelpFindUser=/finduser <Nick> (nick*, *nick, * to list all)> to get a user's info.
AdminCommandAction.HelpKick=/kick <UserID> to kick a user.
AdminCommandAction.HelpSilence=/silence <UserID> <min> to temporarily silence a user.
AdminCommandAction.HelpTempAdmin=/tempadmin <UserID> <min> to grant a user temporary admin access.
AdminCommandAction.HelpVersion=/version to print server version information
AdminCommandAction.AnnounceError=/announce <msg> or /announceall <msg> (includes games)
AdminCommandAction.AnnounceGameError=/announcegame <game number> <message>
AdminCommandAction.BanError=/ban <user number> <minutes>
AdminCommandAction.CloseGameError=/closegame <game number>
AdminCommandAction.FindGameError=/findgame <name search string> (name*, *name, * to list all)>
AdminCommandAction.FindUserError=/finduser <name search string> (name*, *name, * to list all)>
AdminCommandAction.KickError=/kick <user number>
AdminCommandAction.SilenceError=/silence <user number> <minutes>
AdminCommandAction.TempAdminError=/tempadmin <user number> <minutes>
AdminCommandAction.AnnounceError=/announce <message> or /announceall <message> (includes games)
AdminCommandAction.AnnounceGameError=/announcegame <GameID> <msg>
AdminCommandAction.BanError=/ban <UserID> <min>
AdminCommandAction.CloseGameError=/closegame <GameID>
AdminCommandAction.FindGameError=/findgame <Name> (name*, *name, * to list all)>
AdminCommandAction.FindUserError=/finduser <Nick> (name*, *name, * to list all)>
AdminCommandAction.KickError=/kick <UserID>
AdminCommandAction.SilenceError=/silence <UserID> <min>
AdminCommandAction.TempAdminError=/tempadmin <UserID> <min>
AdminCommandAction.VersionError=/version
AdminCommandAction.AlreadyAdmin=You are already an admin\!
AdminCommandAction.Banned=Banned ({0,number,integer} minutes): {1}
@ -91,19 +93,19 @@ AdminCommandAction.CanNotKickAdmin=You can not kick another admin\!
AdminCommandAction.CanNotKickSelf=You can not kick yourself\!
AdminCommandAction.CanNotSilenceAdmin=You can not silence another admin\!
AdminCommandAction.CanNotSilenceSelf=You can not silence yourself\!
AdminCommandAction.Failed=Failed: {0}
AdminCommandAction.Failed=Admin Command Failed: {0}
AdminCommandAction.GameNotFound=Game not found: {0}
AdminCommandAction.NoGamesFound=No games match search\!
AdminCommandAction.NoUsersFound=No users match search\!
AdminCommandAction.QuitBanned=Banned until the Messiah returns!
AdminCommandAction.QuitKicked=Kicked...Go that way >>
AdminCommandAction.Silenced=Shhh!!! ({0,number,integer} minutes): {1}
AdminCommandAction.QuitBanned=Banned
AdminCommandAction.QuitKicked=Kicked
AdminCommandAction.Silenced=Silenced ({0,number,integer} minutes): {1}
AdminCommandAction.TempAdminGranted=Admin access granted ({0,number,integer} minutes): {1}
AdminCommandAction.UserAlreadyAdmin=User is already an admin\!
AdminCommandAction.UserNotFound=User not found: {0}
AdminCommandAction.HelpClear=/clear to remove any temp ban, silence, or admin
AdminCommandAction.ClearError=/clear <ip address>
AdminCommandAction.ClearAddressFormatError=Invalid ip address\!
AdminCommandAction.HelpClear=/clear <IP Address> to remove ban or silence.
AdminCommandAction.ClearError=/clear <IP Address>
AdminCommandAction.ClearAddressFormatError=Invalid IP Address\!
AdminCommandAction.ClearSuccess=Address cleared\!
AdminCommandAction.ClearNotFound=Address not found\!
@ -113,8 +115,8 @@ KailleraGameImpl.DesynchDetectedPlayerLagged=Player is lagged: {0}
KailleraGameImpl.DesynchedWarning=Game is desynched\!
GameDesynchAction.DesynchDetected=Desynch Detected\!
PlayerDesynchAction.DesynchDetected=Desynch Detected\!
KailleraGameImpl.StartGameConnectionTypeMismatchInfo=To prevent desynch, all players must use the same connection type as the game owner
KailleraGameImpl.StartGameEmulatorMismatchInfo=To prevent desynch, all players must use the same emulator as the game owner
KailleraGameImpl.StartGameConnectionTypeMismatchInfo=To prevent desynch, all players must use the same connection type as the game owner\!
KailleraGameImpl.StartGameEmulatorMismatchInfo=To prevent desynch, all players must use the same emulator as the game owner\!
# Game Denied Messages
KailleraGameImpl.CloseGameDeniedNotGameOwner=You are not the owner of this game\!
@ -126,9 +128,11 @@ KailleraGameImpl.StartGameDeniedConnectionTypeMismatch=All players must use the
KailleraGameImpl.StartGameDeniedEmulatorMismatch=All players must use the same emulator\!
KailleraGameImpl.StartGameDeniedOnlyOwnerMayStart=Only the game owner may start the game\!
KailleraGameImpl.StartGameDeniedSinglePlayerNotAllowed=Server does not allow single player\!
JoinGameAction.JoinGameDenied=Denied: {0}
CreateGameAction.CreateGameDenied=Denied: {0}
CreateGameAction.CreateGameDeniedFloodControl=Denied: Flood control
JoinGameAction.JoinGameDenied=Join Game Denied: {0}
CreateGameAction.CreateGameDenied=Create Game Denied: {0}
CreateGameAction.CreateGameDeniedFloodControl=Create Game Denied: Flood Control
KailleraGameImpl.GameChatDeniedIllegalCharacters=Chat Denied: Illegal characters in message
KailleraGameImpl.GameChatDeniedMessageTooLong=Chat Denied: Message Too Long
# Game Error Messages
KailleraGameImpl.DropGameErrorInternalError=Internal Error\!
@ -167,5 +171,5 @@ GameOwnerCommandAction.HelpSensitivity=/detectautofire 1-5 (low-high sensitivity
GameOwnerCommandAction.HelpDisable=/detectautofire 0 to disable detection
GameOwnerCommandAction.HelpCurrentSensitivity=Current AutoFire sensitivity: {0,number,integer}
GameOwnerCommandAction.HelpDisabled=\ (disabled)
GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game to change settings!
GameOwnerCommandAction.AutoFireChangeDeniedInGame=All players must drop the game to change AutoFire detection\!