- improved comments on ShowActivity() natives
- switched to ShowActivity2() in basecommands - added lifestates offsets to core gamedata file - added a few translation phrases that were missing - added new API calls to IPlayerHelpers for extending target processing --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401629
This commit is contained in:
@@ -15,12 +15,22 @@
|
||||
"en" "No matching client was found."
|
||||
}
|
||||
|
||||
"No matching clients"
|
||||
{
|
||||
"en" "No matching clients were found."
|
||||
}
|
||||
|
||||
"More than one client matches"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "More than one client matches the pattern \"{1}\""
|
||||
}
|
||||
|
||||
"More than one client matched"
|
||||
{
|
||||
"en" "More than one client matched the given pattern."
|
||||
}
|
||||
|
||||
"Player no longer available"
|
||||
{
|
||||
"en" "The player you selected is no longer available."
|
||||
@@ -90,6 +100,7 @@
|
||||
"#format" "{1:s}"
|
||||
"en" "Slapped player '{1}'"
|
||||
}
|
||||
|
||||
"Slay player"
|
||||
{
|
||||
"en" "Slay player"
|
||||
@@ -185,12 +196,12 @@
|
||||
"Invalid Amount"
|
||||
{
|
||||
"en" "Invalid amount specified"
|
||||
}
|
||||
}
|
||||
|
||||
"Cannot be performed on dead"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "This action cannot be performed on a dead client \"{1}\""
|
||||
"en" "This action cannot be performed on dead client \"{1}\""
|
||||
}
|
||||
|
||||
"Player has since died"
|
||||
@@ -316,4 +327,19 @@
|
||||
{
|
||||
"en" "This command can only be used in-game."
|
||||
}
|
||||
|
||||
"Target must be dead"
|
||||
{
|
||||
"en" "This command can only be used on dead players."
|
||||
}
|
||||
|
||||
"Target must be alive"
|
||||
{
|
||||
"en" "This command can only be used on alive players."
|
||||
}
|
||||
|
||||
"Target is not in game"
|
||||
{
|
||||
"en" "The given player is not fully in-game yet."
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,4 +112,10 @@
|
||||
{
|
||||
"en" "Username"
|
||||
}
|
||||
|
||||
"Kicked target"
|
||||
{
|
||||
"#format" "{1:t}"
|
||||
"en" "Kicked {1}"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user