sourcemod/translations/sqladmins.phrases.txt
David Anderson 269c0f2877 fixed a few typos in sql-admin-manager and updated the immunity phrase
--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401411
2007-09-11 12:29:58 +00:00

81 lines
1.4 KiB
Plaintext

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