- more phrase changes

- added "mani" sorting to adminmenu

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401599
This commit is contained in:
David Anderson 2007-10-16 19:06:11 +00:00
parent 5d72810449
commit f0dc4e996f
3 changed files with 37 additions and 3 deletions

View File

@ -0,0 +1,32 @@
/**
* The default sorting is designed to look familiar to Mani's admin menu.
* You may re-order items here for your own menu. Any items not explicitly
* sorted will be sorted by their final translated phrases for each given client.
*/
"Menu"
{
"PlayerCommands"
{
"item" "Slay"
"item" "Kick"
"item" "Ban"
"item" "Gag/Mute"
"item" "Burn"
}
"ServerCommands"
{
"item" "Change Map"
"item" "Exec CFG"
"item" "Reload Admins"
}
"VotingCommands"
{
"item" "Cancel Vote"
"item" "Map Vote"
"item" "Kick Vote"
"item" "Ban Vote"
}
}

View File

@ -87,7 +87,7 @@ public OnAdminMenuReady(Handle:topmenu)
if (player_commands != INVALID_TOPMENUOBJECT)
{
AddToTopMenu(hTopMenu,
"Ban Player",
"Ban",
TopMenuObject_Item,
AdminMenu_Ban,
player_commands,

View File

@ -53,10 +53,12 @@
{
"en" "Target player is not silenced."
}
"Gag/Mute Player"
"Gag/Mute player"
{
"en" "Gag/Mute Player"
"en" "Gag/Mute player"
}
"Choose Type"
{
"en" "Choose Type"