initial import of simple sql admin management plugin

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401331
This commit is contained in:
David Anderson
2007-08-14 04:46:21 +00:00
parent e2e6ec777b
commit 309de7c510
3 changed files with 619 additions and 1 deletions
+11 -1
View File
@@ -210,5 +210,15 @@
{
"#format" "{1:d}"
"en" "You must wait {1} seconds before starting another vote."
}
}
"Could not connect to database"
{
"en" "Could not connect to the database."
}
"Failed to query database"
{
"en" "Failed to query database."
}
}
+75
View File
@@ -0,0 +1,75 @@
"Phrases"
{
"Invalid authtype"
{
"en" "Auth type must be either 'steam', 'name', or 'ip'."
}
"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."
}
}