sourcemod/translations/basefuncommands.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

47 lines
545 B
Plaintext

"Phrases"
{
"Played sound to target"
{
"#format" "{1:t}"
"en" "Played sound to {1}"
}
"Burn player"
{
"en" "Burn player"
}
"Slap player"
{
"en" "Slap player"
}
"Slap damage"
{
"en" "Slap damage"
}
"Slay player"
{
"en" "Slay player"
}
"Slapped target"
{
"#format" "{1:t}"
"en" "Slapped {1}."
}
"Slayed target"
{
"#format" "{1:t}"
"en" "Slayed {1}."
}
"Set target on fire"
{
"#format" "{1:t}"
"en" "Set {1} on fire."
}
}