02e8977ea0
- added commandfilters.inc and ProcessTargetString(), an extensible API for processing a command target and getting back formatted replies + player lists. This makes SearchForClients() look paltry, and base plugins will slowly be moved to support the new functionality - removed IsPlayerAlive() from SDKTools, added it to Core - fixed a small bug in re-entrant translations - core.games.txt is now automatically added to all plugins --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401627
60 lines
621 B
Plaintext
60 lines
621 B
Plaintext
"Phrases"
|
|
{
|
|
"No Access"
|
|
{
|
|
"en" "You do not have access to this command"
|
|
}
|
|
|
|
"Back"
|
|
{
|
|
"en" "Back"
|
|
}
|
|
|
|
"Next"
|
|
{
|
|
"en" "Next"
|
|
}
|
|
|
|
"Exit"
|
|
{
|
|
"en" "Exit"
|
|
}
|
|
|
|
"Previous"
|
|
{
|
|
"en" "Previous"
|
|
}
|
|
|
|
"all players"
|
|
{
|
|
"en" "all players"
|
|
}
|
|
|
|
"all humans"
|
|
{
|
|
"en" "all humans"
|
|
}
|
|
|
|
"all bots"
|
|
{
|
|
"en" "all bots"
|
|
}
|
|
|
|
"all dead players"
|
|
{
|
|
"en" "all dead players"
|
|
}
|
|
|
|
"all alive players"
|
|
{
|
|
"en" "all alive players"
|
|
}
|
|
|
|
/* This is a special "pass-thru" translation */
|
|
"_S"
|
|
{
|
|
"#format" "{1:s}"
|
|
"en" "{1}"
|
|
}
|
|
}
|