first commit
This commit is contained in:
53
System/VoteSys_v11b.int
Normal file
53
System/VoteSys_v11b.int
Normal file
@@ -0,0 +1,53 @@
|
||||
[Public]
|
||||
Object=(Name=VoteSys_v11b.MutVoteSys,Class=Class,MetaClass=Engine.Mutator,Description="VoteSys,Enables voting for next map")
|
||||
|
||||
[VS_UI_CandidateListBox]
|
||||
PresetColumnHeader="Preset"
|
||||
MapColumnHeader="Map"
|
||||
VotesColumnHeader="Votes"
|
||||
|
||||
[VS_UI_VoteWindow]
|
||||
WindowTitle="VoteSys Menu"
|
||||
|
||||
[VS_Msg_LocalMessage]
|
||||
MsgNobodyVoted="Nobody voted, randomly selecting {1}"
|
||||
MsgVotesTied="Tied, randomly selecting {1}"
|
||||
MsgHaveWinner="{1} won"
|
||||
MsgMidGame="Initiating mid-game voting, opening Vote Menu"
|
||||
MsgGameEnded="Game ended, opening Vote Menu"
|
||||
MsgPlayerVoted="{1} voted for {2}"
|
||||
MsgAdminForceTravel="Admin {1} forced switching to {2}"
|
||||
MsgAdminKickPlayer="Admin {1} kicked player {2} ({3})"
|
||||
MsgAdminBanPlayer="Admin {1} banned player {2} ({3})"
|
||||
MsgKickVotePlaced="A player voted to kick {1}"
|
||||
MsgKickVoteSuccessful="{1} was kicked"
|
||||
ErrStillLoading="Vote Menu data is still being transferred, please try again"
|
||||
ErrNoRootWindow="Failed to create {1} window (Root does not exist)"
|
||||
ErrCreateDialog="Failed to create {1} window (Could not create Dialog)"
|
||||
ErrWrongConsole="Failed to create {1} window (Console not a WindowConsole)"
|
||||
ErrMapLoadFailed="Loading map {1} failed, randomly selecting {2}"
|
||||
ErrNoConnection="VoteSys has no connection to server, check server firewall"
|
||||
|
||||
[VS_UI_VoteClientWindow]
|
||||
MapFilterText="Filter Maps By Name"
|
||||
VoteButtonText="Vote"
|
||||
RandomButtonText="Random"
|
||||
ChatSayText="Say"
|
||||
ChatTeamSayText="TeamSay"
|
||||
|
||||
[VS_UI_PlayerMenu]
|
||||
PlayerIdText="ID:"
|
||||
PlayerKickText="&Kick"
|
||||
PlayerBanText="&Ban"
|
||||
PlayerBanTitle="Ban Player"
|
||||
PlayerBanMessage="Do you want to permanently ban {1}?"
|
||||
|
||||
[VS_UI_ClientSettingsPage]
|
||||
ThemeText="Theme"
|
||||
ThemeBright="Bright"
|
||||
ThemeDark="Dark"
|
||||
SaveText="Save"
|
||||
|
||||
[VS_UI_SettingsWindow]
|
||||
WindowTitle="VoteSys Settings"
|
||||
|
||||
BIN
System/VoteSys_v11b.u
Normal file
BIN
System/VoteSys_v11b.u
Normal file
Binary file not shown.
Reference in New Issue
Block a user