sourcemod/translations/sqladmins.phrases.txt

81 lines
1.4 KiB
Plaintext
Raw Normal View History

"Phrases"
{
"Invalid authtype"
{
"en" "Auth type must be either 'steam', 'name', or 'ip'."
}
"Invalid immunity"
{
"en" "Immunity must be a positive integer."
}
"SQL Admin already exists"
{
"en" "An administrator with the given credentials already exists."
}
"SQL Admin added"
{
"en" "Administrator successfully added to the database."
}
"SQL Admin deleted"
{
"en" "Administrator successfully deleted from the database."
}
"SQL Admin not found"
{
"en" "No administrator with the given credentials was found."
}
"SQL Group already exists"
{
"en" "A group with this name already exists."
}
"SQL Group added"
{
"en" "Group successfully added to the database."
}
"SQL Group deleted"
{
"en" "Group successfully deleted from the database."
}
"SQL Group not found"
{
"en" "No group with the given name was found."
}
"SQL Admin groups reset"
{
"en" "Administrator's groups have successfully been reset."
}
"SQL Group X not found"
{
"#format" "{1:s}"
"en" "Could not find group: \"{1}\""
}
"SQL Group X failed to bind"
{
"#format" "{1:s}"
"en" "Group failed to bind: \"{1}\""
}
"Added group to user"
{
"en" "Successfully added one group to the given administrator."
}
"Added groups to user"
{
"#format" "{1:d}"
"en" "Successfully added {1} groups to the given administrator."
}
}