- added topmenus extension to build

- basecommands is slowly getting split into multiple source files now
- added experimental api of a potential admin menu design
- added experimental admin menu entry to basecommands to kick things off

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401516
This commit is contained in:
David Anderson
2007-10-01 18:50:07 +00:00
parent 2c5cd63552
commit 602b0aa6a5
6 changed files with 487 additions and 47 deletions
+20
View File
@@ -21,6 +21,16 @@
"en" "More than one client matches the pattern \"{1}\""
}
"Player no longer available"
{
"en" "The player you selected is no longer available."
}
"Kick player"
{
"en" "Kick player"
}
"Kicked player"
{
"#format" "{1:s}"
@@ -236,5 +246,15 @@
{
"en" "You have specified an invalid Steam ID (must start with 'STEAM_0:')."
}
"Admin Menu"
{
"en" "Admin Menu"
}
"Player Commands"
{
"en" "Player Commands"
}
}