sourcemod/translations/core.phrases.txt
David Anderson 53156446d4 - updated basecommands and basefuncommands to use ProcessTargetString() and ShowActivity2()
- moved a bunch of translation phrases around
- ShowActivity2() no longer prints to console
- fixed a memory corruption bug in the translation parser

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401630
2007-10-21 23:50:37 +00:00

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}"
}
}