sourcemod/translations/core.cfg

40 lines
485 B
INI
Raw Normal View History

"Phrases"
{
"No Access"
{
"en" "You do not have access to this command"
}
"Back"
{
"en" "Back"
}
"Next"
{
"en" "Next"
}
"Exit"
{
"en" "Exit"
}
"No matching client"
{
"en" "No matching client was found."
}
"More than one client matches"
{
"#format" "{1:s}"
"en" "More than one client matches the pattern '{1}'"
}
"Kicked player"
{
"#format" "{1:s}"
"en" "Kicked player '{1}'"
}
}