mirror of
https://github.com/alliedmodders/sourcemod.git
synced 2025-12-07 10:28:34 +00:00
38 lines
566 B
INI
38 lines
566 B
INI
"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}'."
|
|
}
|
|
|
|
"Config not found"
|
|
{
|
|
"#format" "{1:s}"
|
|
"en" "Config file '{1}' not found."
|
|
}
|
|
|
|
"Executed config"
|
|
{
|
|
"#format" "{1:s}"
|
|
"en" "Executed config '{1}'."
|
|
}
|
|
}
|