sourcemod/translations/core.cfg
David Anderson 0883cc8769 added translations for basecommands (whoops)
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%40918
2007-06-07 07:11:37 +00:00

40 lines
485 B
INI

"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}'"
}
}