CLIENT PREFS ARE GO!!1!shiftone!!1!
Fully implemented amb734 - Including console interface and menu for clients to use. --HG-- extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%402140
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
"Phrases"
|
||||
{
|
||||
"Cookie List"
|
||||
{
|
||||
"en" "Sourcemod Cookie List"
|
||||
}
|
||||
"Printing Cookie List"
|
||||
{
|
||||
"en" "Printing cookie list to console"
|
||||
}
|
||||
"Cookie not Found"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Could not find cookie \"{1}\""
|
||||
}
|
||||
"Cookie Value"
|
||||
{
|
||||
"#format" "{1:s},{2:s}"
|
||||
"en" "{1}'s value is {2}"
|
||||
}
|
||||
"Protected Cookie"
|
||||
{
|
||||
"#format" "{1:s}"
|
||||
"en" "Cannot change the value of protected cookie \"{1}\""
|
||||
}
|
||||
"Cookie Changed Value"
|
||||
{
|
||||
"#format" "{1:s},{2:s}"
|
||||
"en" "Changed the value of cookie \"{1}\" to \"{2}\""
|
||||
}
|
||||
"No Console"
|
||||
{
|
||||
"en" "Cannot display settings menu to console"
|
||||
}
|
||||
"Choose Option"
|
||||
{
|
||||
"en" "Choose Option"
|
||||
}
|
||||
"Client Settings"
|
||||
{
|
||||
"en" "Client Settings"
|
||||
}
|
||||
}
|
||||
@@ -249,4 +249,12 @@
|
||||
"#format" "{1:s}"
|
||||
"en" "Kicked player '{1}'"
|
||||
}
|
||||
"On"
|
||||
{
|
||||
"en" "On"
|
||||
}
|
||||
"Off"
|
||||
{
|
||||
"en" "Off"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user