added sm_cvar

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40926
This commit is contained in:
David Anderson
2007-06-07 23:48:51 +00:00
parent 2463cf50bf
commit 3a02db6a1e
2 changed files with 102 additions and 0 deletions
+25
View File
@@ -0,0 +1,25 @@
"Phrases"
{
"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}'."
}
}