sourcemod/translations/common.phrases.txt
David Anderson 04b2845b0d - 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
2007-10-21 20:35:15 +00:00

346 lines
5.1 KiB
Plaintext

"Phrases"
{
"Yes"
{
"en" "Yes"
}
"No"
{
"en" "No"
}
"No matching client"
{
"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."
}
"Kick player"
{
"en" "Kick player"
}
"Kicked player"
{
"#format" "{1:s}"
"en" "Kicked player '{1}'"
}
"Kicked by admin"
{
"en" "Kicked by administrator"
}
"Changing map"
{
"#format" "{1:s}"
"en" "Changing map to {1}..."
}
"Map was not found"
{
"#format" "{1:s}"
"en" "Map {1} was not found."
}
"Unable to target"
{
"en" "You cannot target this player."
}
"Name"
{
"en" "Name"
}
"Access"
{
"en" "Access"
}
"See console for output"
{
"en" "See console for output."
}
"Cannot target bot"
{
"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"
{
"#format" "{1:s}"
"en" "Unable to find cvar: {1}"
}
"No access to cvar"
{
"en" "You do not have access to this cvar."
}
"Value of cvar"
{
"#format" "{1:s},{2:s}"
"en" "Value of cvar \"{1}\": \"{2}\""
}
"Cvar changed"
{
"#format" "{1:s},{2:s}"
"en" "Changed cvar \"{1}\" to \"{2}\"."
}
"Config not found"
{
"#format" "{1:s}"
"en" "Config file \"{1}\" not found."
}
"Executed config"
{
"#format" "{1:s}"
"en" "Executed config \"{1}\"."
}
"Permabanned player"
{
"#format" "{1:s}"
"en" "Permanently banned player \"{1}\"."
}
"Permabanned player reason"
{
"#format" "{1:s},{2:s}"
"en" "Permanently banned player \"{1}\" (reason: {2})."
}
"Banned player"
{
"#format" "{1:s},{2:d}"
"en" "Banned player \"{1}\" for {2} minutes."
}
"Banned player reason"
{
"#format" "{1:s},{2:d},{3:s}"
"en" "Banned player \"{1}\" for {2} minutes (reason: {3})."
}
"Removed bans matching"
{
"#format" "{1:s}"
"en" "Removed bans matching filter: {1}"
}
"Ban added"
{
"en" "Ban has been added."
}
"Admin cache refreshed"
{
"en" "Admin cache has been refreshed."
}
"Invalid Amount"
{
"en" "Invalid amount specified"
}
"Cannot be performed on dead"
{
"#format" "{1:s}"
"en" "This action cannot be performed on dead client \"{1}\""
}
"Player has since died"
{
"#format" "{1:s}"
"en" "Action cannot be performed, the player has since died."
}
"Vote in Progress"
{
"en" "A vote is already in progress."
}
"Vote Not In Progress"
{
"en" "A vote is not in progress at this time."
}
"Cancelled Vote"
{
"en" "Cancelled the vote."
}
"Cancel vote"
{
"en" "Cancel vote"
}
"Vote Select"
{
"#format" "{1:s},{2:s}"
"en" "{1} has chosen {2}."
}
"No Votes Cast"
{
"en" "No votes were cast."
}
"Vote Delay Minutes"
{
"#format" "{1:d}"
"en" "You must wait {1} minutes before starting another vote."
}
"Vote Delay Seconds"
{
"#format" "{1:d}"
"en" "You must wait {1} seconds before starting another vote."
}
"Could not connect to database"
{
"en" "Could not connect to the database."
}
"Failed to query database"
{
"en" "Failed to query database."
}
"Cannot ban that IP"
{
"en" "You cannot ban that IP address."
}
"Invalid SteamID specified"
{
"en" "You have specified an invalid Steam ID (must start with 'STEAM_0:')."
}
"Admin Menu"
{
"en" "Admin Menu"
}
"Player Commands"
{
"en" "Player Commands"
}
"Server Commands"
{
"en" "Server Commands"
}
"Voting Commands"
{
"en" "Voting Commands"
}
"Reload admins"
{
"en" "Reload admins"
}
"Ban player"
{
"en" "Ban player"
}
"Ban reason"
{
"en" "Ban reason"
}
"Burn player"
{
"en" "Burn player"
}
"Slap player"
{
"en" "Slap player"
}
"Slap damage"
{
"en" "Slap damage"
}
"Command is in-game only"
{
"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."
}
}