- 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
This commit is contained in:
@@ -0,0 +1,46 @@
|
||||
"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."
|
||||
}
|
||||
}
|
||||
@@ -100,4 +100,9 @@
|
||||
"en" "Slay vote"
|
||||
}
|
||||
|
||||
}
|
||||
"Ignited player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Set player '{1}' on fire"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -88,35 +88,6 @@
|
||||
{
|
||||
"en" "Unable to perform this command on a bot."
|
||||
}
|
||||
|
||||
"Ignited player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Set player '{1}' on fire"
|
||||
}
|
||||
|
||||
"Slapped player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Slapped player '{1}'"
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"en" "Slay player"
|
||||
}
|
||||
|
||||
"Slayed player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Slayed player '{1}'"
|
||||
}
|
||||
|
||||
"Played Sound"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Played sound on player '{1}'"
|
||||
}
|
||||
|
||||
"Unable to find cvar"
|
||||
{
|
||||
@@ -206,7 +177,6 @@
|
||||
|
||||
"Player has since died"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Action cannot be performed, the player has since died."
|
||||
}
|
||||
|
||||
@@ -307,21 +277,6 @@
|
||||
{
|
||||
"en" "Ban reason"
|
||||
}
|
||||
|
||||
"Burn player"
|
||||
{
|
||||
"en" "Burn player"
|
||||
}
|
||||
|
||||
"Slap player"
|
||||
{
|
||||
"en" "Slap player"
|
||||
}
|
||||
|
||||
"Slap damage"
|
||||
{
|
||||
"en" "Slap damage"
|
||||
}
|
||||
|
||||
"Command is in-game only"
|
||||
{
|
||||
@@ -342,4 +297,25 @@
|
||||
{
|
||||
"en" "The given player is not fully in-game yet."
|
||||
}
|
||||
|
||||
/* :UNUSED: */
|
||||
"Played Sound"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Played sound on player '{1}'"
|
||||
}
|
||||
|
||||
/* :UNUSED: */
|
||||
"Slapped player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Slapped player '{1}'"
|
||||
}
|
||||
|
||||
/* :UNUSED: */
|
||||
"Slayed player"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Slayed player '{1}'"
|
||||
}
|
||||
}
|
||||
|
||||
@@ -51,7 +51,7 @@
|
||||
}
|
||||
|
||||
/* This is a special "pass-thru" translation */
|
||||
"_S"
|
||||
"_s"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "{1}"
|
||||
|
||||
@@ -116,6 +116,6 @@
|
||||
"Kicked target"
|
||||
{
|
||||
"#format" "{1:t}"
|
||||
"en" "Kicked {1}"
|
||||
"en" "Kicked {1}."
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user