diff --git a/ChangeLog b/ChangeLog index 88fd58232..3dc2ac840 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,11 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-06-01 Marc Delisle + * merge User administration module thanks to Daniel Villanueva (dvilla) + * small modifications to this module + * new add_message_file.sh + 2001-05-31 Marc Delisle * tbl_replace.php3, tbl_change.php3: bug 424771 diff --git a/lang/brazilian_portuguese.inc.php3 b/lang/brazilian_portuguese.inc.php3 index d5d7ba667..6cbb46adf 100644 --- a/lang/brazilian_portuguese.inc.php3 +++ b/lang/brazilian_portuguese.inc.php3 @@ -146,4 +146,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/bulgarian-win1251.inc.php3 b/lang/bulgarian-win1251.inc.php3 index 9f06427f2..1f8ad8239 100644 --- a/lang/bulgarian-win1251.inc.php3 +++ b/lang/bulgarian-win1251.inc.php3 @@ -145,4 +145,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/catala.inc.php3 b/lang/catala.inc.php3 index eb27756c7..cb0b3c879 100644 --- a/lang/catala.inc.php3 +++ b/lang/catala.inc.php3 @@ -125,4 +125,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/chinese_big5.inc.php3 b/lang/chinese_big5.inc.php3 index ea8da6f27..407d371a9 100644 --- a/lang/chinese_big5.inc.php3 +++ b/lang/chinese_big5.inc.php3 @@ -130,4 +130,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/chinese_gb.inc.php3 b/lang/chinese_gb.inc.php3 index eddb9c593..43e086aef 100644 --- a/lang/chinese_gb.inc.php3 +++ b/lang/chinese_gb.inc.php3 @@ -130,4 +130,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/czech-win1250.inc.php3 b/lang/czech-win1250.inc.php3 index 8a5ab4db9..4b1ddce08 100644 --- a/lang/czech-win1250.inc.php3 +++ b/lang/czech-win1250.inc.php3 @@ -143,4 +143,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/danish.inc.php3 b/lang/danish.inc.php3 index 5f6389b3d..fc46e3e4e 100644 --- a/lang/danish.inc.php3 +++ b/lang/danish.inc.php3 @@ -146,4 +146,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/dutch.inc.php3 b/lang/dutch.inc.php3 index a5059630f..a5ef4f950 100644 --- a/lang/dutch.inc.php3 +++ b/lang/dutch.inc.php3 @@ -133,4 +133,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/english.inc.php3 b/lang/english.inc.php3 index db0550a81..ddf6e4599 100644 --- a/lang/english.inc.php3 +++ b/lang/english.inc.php3 @@ -156,6 +156,64 @@ $strBookmarkLabel = "Label"; $strBookmarkView = "View only"; $strTextAreaLength=" Because of its length,
this field might not be editable "; $strNumberIndexes=" Number of advanced indexes "; -$strSequence=" Sequence "; -$strLength=" Length "; +$strSequence="Seq."; +$strLength="Length"; +$strNoUsersFound = "No user(s) found."; +$strNoRights = "You don't have enough rights to be here right now!"; +$strHostEmpty = "The host name is empty!"; +$strUserEmpty = "The user name is empty!"; +$strPasswordEmpty = "The password is empty!"; +$strDbEmpty = "The database name is empty!"; +$strTableEmpty = "The table name is empty!"; +$strPasswordNotSame = "The passwords aren't the same!"; +$strAnyDatabase = "Any database"; +$strUser = "User"; +$strAnyTable = "Any table"; +$strHost = "Host"; +$strAnyHost = "Any host"; +$strUserName = "User name"; +$strAnyUser = "Any user"; +$strPassword = "Password"; +$strNoPassword = "No Password"; +$strReType = "Re-type"; +$strPrivileges = "Privileges"; +$strGrantOption = "Grant Option"; +$strAddUser = "Add a new User"; +$strAddPriv = "Add a new Privilege"; +$strCheckDbPriv = "Check Database Privileges"; +$strAddPrivMessage = "You have added a new privilege."; +$strAddUserMessage = "You have added a new user."; +$strRememberReload = "Remember reload the server."; +$strRevoke = "Revoke"; +$strGrants = "Grants"; +$strRevokePriv = "Revoke Privileges"; +$strRevokeGrant = "Revoke Grant"; +$strRevokeMessage = "You have revoked the privileges for"; +$strDelPassMessage = "You have deleted the password for"; +$strRevokeGrantMessage = "You have revoked the Grant privilege for"; +$strUpdatePrivMessage = "You have updated the privileges for"; +$strUpdatePassMessage = "You have updated the password for"; +$strDeleteUserMessage = "You have deleted the user"; +$strDeletePassword = "Delete Password"; +$strUpdatePassword = "Update Password"; +$strEditPrivileges = "Edit Privileges"; +$strNoPrivileges = "No Privileges"; +$strAny = "Any"; +$strAll = "All"; +$strUpdate = "Update"; +$strReload = "Reload"; +$strShutdown = "Shutdown"; +$strProcess = "Process"; +$strFile = "File"; +$strGrant = "Grant"; +$strReferences = "References"; +$strAlter = "Alter"; +$strCheckAll = "Check All"; +$strUncheckAll = "Uncheck All"; +$strUsers = "Users"; +$strConfirm = "Do you really want to do it?"; +$strDeleteFailed = "Deleted Failed!"; +$strColumn = "Column"; +$strAnyColumn = "Any Column"; +$strColumnEmpty = "The columns names are empty!"; ?> diff --git a/lang/french.inc.php3 b/lang/french.inc.php3 index bf8d1d07e..1df41358e 100644 --- a/lang/french.inc.php3 +++ b/lang/french.inc.php3 @@ -174,6 +174,64 @@ $strBookmarkLabel = "Intitul $strBookmarkView = "Voir uniquement"; $strTextAreaLength="Il est possible que ce champ
ne soit pas éditable
en raison de sa longueur"; $strNumberIndexes=" Nombre d'index spéciaux "; -$strSequence="Séquence"; -$strLength="Longueur"; +$strSequence="Séq."; +$strLength="Long."; +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/german.inc.php3 b/lang/german.inc.php3 index c2c0a5c38..f8faa93c1 100644 --- a/lang/german.inc.php3 +++ b/lang/german.inc.php3 @@ -140,4 +140,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/italian.inc.php3 b/lang/italian.inc.php3 index fcd5e2dbc..02ae64623 100644 --- a/lang/italian.inc.php3 +++ b/lang/italian.inc.php3 @@ -144,4 +144,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/norwegian.inc.php3 b/lang/norwegian.inc.php3 index edbe7924c..76675c7b3 100644 --- a/lang/norwegian.inc.php3 +++ b/lang/norwegian.inc.php3 @@ -125,4 +125,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/polish.inc.php3 b/lang/polish.inc.php3 index 3def58bc4..be3212ee6 100644 --- a/lang/polish.inc.php3 +++ b/lang/polish.inc.php3 @@ -135,4 +135,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/portuguese.inc.php3 b/lang/portuguese.inc.php3 index 174c4f78f..d3aabc941 100644 --- a/lang/portuguese.inc.php3 +++ b/lang/portuguese.inc.php3 @@ -132,4 +132,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/russian-koi8.inc.php3 b/lang/russian-koi8.inc.php3 index c9cd60638..fef51c9ca 100644 --- a/lang/russian-koi8.inc.php3 +++ b/lang/russian-koi8.inc.php3 @@ -142,4 +142,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/russian-win1251.inc.php3 b/lang/russian-win1251.inc.php3 index d91f3ca71..2238f7722 100644 --- a/lang/russian-win1251.inc.php3 +++ b/lang/russian-win1251.inc.php3 @@ -142,4 +142,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/spanish.inc.php3 b/lang/spanish.inc.php3 index 37d78c492..45821c736 100644 --- a/lang/spanish.inc.php3 +++ b/lang/spanish.inc.php3 @@ -144,4 +144,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/swedish.inc.php3 b/lang/swedish.inc.php3 index 97f5daf76..aef79b9d9 100644 --- a/lang/swedish.inc.php3 +++ b/lang/swedish.inc.php3 @@ -156,4 +156,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/lang/thai.inc.php3 b/lang/thai.inc.php3 index d9621eac4..a822f0b81 100644 --- a/lang/thai.inc.php3 +++ b/lang/thai.inc.php3 @@ -156,4 +156,62 @@ $strTextAreaLength=" Because of its length,
this field might not be editable $strNumberIndexes=" Number of advanced indexes "; //to translate $strSequence=" Sequence "; //to translate $strLength=" Length "; //to translate +$strNoUsersFound = "No user(s) found.";//to translate +$strNoRights = "You don't have enough rights to be here right now!";//to translate +$strHostEmpty = "The host name is empty!";//to translate +$strUserEmpty = "The user name is empty!";//to translate +$strPasswordEmpty = "The password is empty!";//to translate +$strDbEmpty = "The database name is empty!";//to translate +$strTableEmpty = "The table name is empty!";//to translate +$strPasswordNotSame = "The passwords aren't the same!";//to translate +$strAnyDatabase = "Any database";//to translate +$strUser = "User";//to translate +$strAnyTable = "Any table";//to translate +$strHost = "Host";//to translate +$strAnyHost = "Any host";//to translate +$strUserName = "User name";//to translate +$strAnyUser = "Any user";//to translate +$strPassword = "Password";//to translate +$strNoPassword = "No Password";//to translate +$strReType = "Re-type";//to translate +$strPrivileges = "Privileges";//to translate +$strGrantOption = "Grant Option";//to translate +$strAddUser = "Add a new User";//to translate +$strAddPriv = "Add a new Privilege";//to translate +$strCheckDbPriv = "Check Database Privileges";//to translate +$strAddPrivMessage = "You have added a new privilege.";//to translate +$strAddUserMessage = "You have added a new user.";//to translate +$strRememberReload = "Remember reload the server.";//to translate +$strRevoke = "Revoke";//to translate +$strGrants = "Grants";//to translate +$strRevokePriv = "Revoke Privileges";//to translate +$strRevokeGrant = "Revoke Grant";//to translate +$strRevokeMessage = "You have revoked the privileges for";//to translate +$strDelPassMessage = "You have deleted the password for";//to translate +$strRevokeGrantMessage = "You have revoked the Grant privilege for";//to translate +$strUpdatePrivMessage = "You have updated the privileges for";//to translate +$strUpdatePassMessage = "You have updated the password for";//to translate +$strDeleteUserMessage = "You have deleted the user";//to translate +$strDeletePassword = "Delete Password";//to translate +$strUpdatePassword = "Update Password";//to translate +$strEditPrivileges = "Edit Privileges";//to translate +$strNoPrivileges = "No Privileges";//to translate +$strAny = "Any";//to translate +$strAll = "All";//to translate +$strUpdate = "Update";//to translate +$strReload = "Reload";//to translate +$strShutdown = "Shutdown";//to translate +$strProcess = "Process";//to translate +$strFile = "File";//to translate +$strGrant = "Grant";//to translate +$strReferences = "References";//to translate +$strAlter = "Alter";//to translate +$strCheckAll = "Check All";//to translate +$strUncheckAll = "Uncheck All";//to translate +$strUsers = "Users";//to translate +$strConfirm = "Do you really want to do it?";//to translate +$strDeleteFailed = "Deleted Failed!";//to translate +$strColumn = "Column";//to translate +$strAnyColumn = "Any Column";//to translate +$strColumnEmpty = "The columns names are empty!";//to translate ?> diff --git a/main.php3 b/main.php3 index 896a2da5e..2b0f332f8 100755 --- a/main.php3 +++ b/main.php3 @@ -131,6 +131,15 @@ if($server > 0) { +"; + echo "$strUsers "; + print show_docu("manual_Privilege_system.html#Privilege_system"); +} +?>
  • + +
    + +
    + + + + + +
    +
      + +
    • ">
    • + +
    • + + +
      + + + + +
      +
    • + +
    • + + + + + +
      + :  
      + + + + + +
      + :  
      + + + + + + + +
      + : :  

      :
      + +

      +
      +
    • +
    +
    + + + + +
    +
      + +
    • ">
    • + +
    • + + + + +
      > >:  +
      + + + + + +
      > >:  +
      + + + + + + +
       : + +
      + +

      Privileges:
      + +

      +
      +
    • +
    +
    + \n"; + + if ($dbcheck) { + echo "$strAction"; + echo "$strHost"; + echo "$strUser"; + } else { + echo "$strAction"; + } + + echo "$strDatabase"; + echo "$strTable"; + echo "$strPrivileges"; + if (!$dbcheck) echo "$strGrantOption"; + echo "\n"; +} + +function table_grants_tail() { + echo "\n
    "; +} + + +function table_grants($host, $user, $dbcheck = false) +{ + global $cfgBgcolorOne, $cfgBgcolorTwo; + global $server, $lang, $db, $table; + global $self; + + global $strEdit, $strDelete, $strAny, $strAll, $strYes, $strNo; + global $strRevoke, $strRevokePriv, $strRevokeGrant; + global $strRevokeMessage, $strRevokeGrantMessage; + global $strNoPrivileges; + + $select = "SHOW GRANTS FOR '$user'@'$host'"; + $result = mysql_query($select); + $rows = @mysql_num_rows($result); + + # Errors + if (!isset($rows)) return -1; + if ($rows == 0) return 0; + + $i = 0; + while ($row = mysql_fetch_row($result)) { + + if (preg_match("/GRANT (.*) ON ([^\.]+).([^\.]+) TO .*$/i", $row[0], $parts)) { + $priv = $parts[1]; + $db = $parts[2]; + $table = trim($parts[3]); + $grantopt = eregi("WITH GRANT OPTION$", $row[0]); + } else { + $db = " "; + $table = " "; + $column = " "; + $priv = ""; + $grantopt = false; + } + + if ($priv == "USAGE") $priv = ""; + + # Checking the database ... + if ($dbcheck) + if (!eregi($dbcheck . "|\*", $db) || (trim($priv) == "")) continue; + + # Password Line + if ((trim($priv) == "") && !$grantopt) continue; + + if (!$dbcheck && !($show_header++)) table_grants_header(); + + + $bgcolor = $cfgBgcolorOne; + $i % 2 ? 0: $bgcolor = $cfgBgcolorTwo; + + # Revoke + $query = "server=$server&lang=$lang&db=mysql&table=user"; + $revoke_url = "sql.php3"; + $revoke_url .= "?sql_query=".urlencode("REVOKE $priv ON $db.$table FROM '$user'@'$host'"); + $revoke_url .= "&$query"; + $revoke_url .= "&zero_rows=" . urlencode("$strRevokeMessage $user@$host"); + $revoke_url .= "&goto=$self"; + + # Revoke GRANT OPTION + $revoke_grant_url = "sql.php3"; + $revoke_grant_url .= "?sql_query=".urlencode("REVOKE GRANT OPTION ON $db.$table FROM '$user'@'$host'"); + $revoke_grant_url .= "&$query"; + $revoke_grant_url .= "&zero_rows=" . urlencode("$strRevokeGrantMessage $user@$host"); + $revoke_grant_url .= "&goto=$self"; + ?> + + + + + > + > + + > + + $strAny"; ?> + + + $strAll" : $db; ?> + $strAll" : $table; ?> + $strNoPrivileges"; ?> + + + + + + + + + + "; + else echo ""; + echo ""; + echo ""; + if ($item % 2 == 0) echo "\n"; + } + if ($item % 2 == 1) echo "\n"; + + ?> +
     " . ${"str$priv"} . "
     
    + + + +
     
    + $user@$host
    $strRememberReload"); + $del_url .= "&server=$server&lang=$lang&db=mysql&table=user"; + $del_url .= "&goto=$self"; + ?> + + + +
    +
      + +
    • ">
    • + + +
    • + + +
    • + + + + +
      :  :
      +

      +
    • + +
    • + +

      +
      +
    • +
    +
    + + \n"; + echo "$strAction"; + echo "$strHost"; + echo "$strUser"; + echo "$strPassword"; + echo "$strPrivileges"; + + $i = 0; + while ($row = mysql_fetch_array($result)) { + + $bgcolor = $cfgBgcolorOne; + $i % 2 ? 0: $bgcolor = $cfgBgcolorTwo; + + $strPriv = ""; + if ($row{"Select_priv"} == "Y") $strPriv .= "$strSelect "; + if ($row{"Insert_priv"} == "Y") $strPriv .= "$strInsert "; + if ($row{"Update_priv"} == "Y") $strPriv .= "$strUpdate "; + if ($row{"Delete_priv"} == "Y") $strPriv .= "$strDelete "; + if ($row{"Create_priv"} == "Y") $strPriv .= "$strCreate "; + if ($row{"Drop_priv"} == "Y") $strPriv .= "$strDrop "; + if ($row{"Reload_priv"} == "Y") $strPriv .= "$strReload "; + if ($row{"Shutdown_priv"} == "Y") $strPriv .= "$strShutDown "; + if ($row{"Process_priv"} == "Y") $strPriv .= "$strProcess "; + if ($row{"File_priv"} == "Y") $strPriv .= "$strFile "; + if ($row{"Grant_priv"} == "Y") $strPriv .= "$strGrant "; + if ($row{"References_priv"} == "Y") $strPriv .= "$strReferences "; + if ($row{"Index_priv"} == "Y") $strPriv .= "$strIndex "; + if ($row{"Alter_priv"} == "Y") $strPriv .= "$strAlter "; + + if ($strPriv == "") $strPriv = "$strNoPrivileges"; + + $query = "server=$server&lang=$lang&db=mysql&table=user"; + + # Edit + $edit_url = $self; + $edit_url .= "?server=$server&lang=$lang"; + $edit_url .= "&edit=1&host=" . urlencode($row{"Host"}) . "&user=" . urlencode($row{"User"}); + + # Delete + $delete_url = "$self?$query"; + $delete_url .= "&delete=1&confirm=1&delete_host=" . urlencode($row{"Host"}) . "&delete_user=" . urlencode($row{"User"}); + + # Grants + $check_url = $self; + $check_url .= "?server=$server&lang=$lang"; + $check_url .= "&grants=1&host=" . urlencode($row{"Host"}) . "&user=" . urlencode($row{"User"}); + +# $check_result = mysql_query("SHOW GRANTS FOR '" . $row{"User"} . "'@'" . $row{"Host"} ."'"); +# if (@mysql_num_rows($check_result) == 0) $check_url = "" + ?> + + + + + + + + " . $row{"User"}. "" : "$strAny"; ?> + $strNo"; ?> + + + + \n
    "; + return $rows; +} + + +function confirm() { + global $self, $server, $lang; + global $strYes, $strNo, $strConfirm; + +?> + + + + +
    + + +
    + +"; + if ($host) echo "$strHost $host - $strUser "; + echo ($user) ? $user : "$strAny"; + echo ""; +} + +# Confirm the action ... +if (isset($confirm) && $confirm && !$clickyes) { + confirm(); + exit(); +} + +if (($server > 0) && isset($mode) && ($mode == "reload")) + { + $result = mysql_query("FLUSH PRIVILEGES"); + if ($result != 0) { + echo "$strMySQLReloaded"; + } else { + echo "$strReloadFailed"; + } + } + +# Delete an user +if (isset($delete) && $delete && isset($delete_host) && isset($delete_user)) { + + # Delete Grants First! + mysql_query("DELETE FROM mysql.columns_priv WHERE host = '$delete_host' and user = '$delete_user'"); + mysql_query("DELETE FROM mysql.db WHERE host = '$delete_host' and user = '$delete_user'"); + mysql_query("DELETE FROM mysql.tables_priv WHERE host = '$delete_host' and user = '$delete_user'"); + + $result = mysql_query("DELETE FROM mysql.user WHERE host = '$delete_host' and user = '$delete_user'"); + if ($result != 0) { + echo "$strDeleteUserMessage $delete_user@$delete_host
    $strRememberReload
    "; + } else { + echo "$strDeleteFailed"; + } +} + +if (isset($edit) && $edit) { # Edit an user + table_users($host, $user); + edit_operations($host, $user); + +} elseif (isset($grants) && $grants) { # Revoke/Grant Privileges + table_grants($host, $user); + grant_operations(); + +} elseif (isset($check) && $check) { # Check Database Privileges + check_db($db); + check_operations(); + +} else { # Users actions + table_users($host, $user) || mysql_die($strNoUsersFound); + normal_operations(); +} + +require ("footer.inc.php3"); +?>