- 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:
parent
5d72810449
commit
f0dc4e996f
32
configs/adminmenu_sorting.txt
Normal file
32
configs/adminmenu_sorting.txt
Normal 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"
|
||||
}
|
||||
}
|
@ -87,7 +87,7 @@ public OnAdminMenuReady(Handle:topmenu)
|
||||
if (player_commands != INVALID_TOPMENUOBJECT)
|
||||
{
|
||||
AddToTopMenu(hTopMenu,
|
||||
"Ban Player",
|
||||
"Ban",
|
||||
TopMenuObject_Item,
|
||||
AdminMenu_Ban,
|
||||
player_commands,
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user