typos
This commit is contained in:
@@ -165,7 +165,7 @@ $strFieldsEnclosedBy = 'Fields enclosed by';
|
||||
$strFieldsEscapedBy = 'Fields escaped by';
|
||||
$strFieldsTerminatedBy = 'Fields terminated by';
|
||||
$strFixed = 'fixed';
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strFormat = 'Format';
|
||||
@@ -341,7 +341,7 @@ $strPrivDescReplSlave = 'Needed for the replication slaves.';
|
||||
$strPrivDescSelect = 'Allows reading data.';
|
||||
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
|
||||
$strPrivDescShutdown = 'Allows shutting down the server.';
|
||||
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
|
||||
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
|
||||
$strPrivDescUpdate = 'Allows changing data.';
|
||||
$strPrivDescUsage = 'No privileges.';
|
||||
$strPrivileges = 'Privileges';
|
||||
|
@@ -166,7 +166,7 @@ $strFieldsEnclosedBy = 'Fields enclosed by';
|
||||
$strFieldsEscapedBy = 'Fields escaped by';
|
||||
$strFieldsTerminatedBy = 'Fields terminated by';
|
||||
$strFixed = 'fixed';
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||
$strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of these tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
$strFormEmpty = 'Missing value in the form !';
|
||||
$strFormat = 'Format';
|
||||
@@ -342,7 +342,7 @@ $strPrivDescReplSlave = 'Needed for the replication slaves.';
|
||||
$strPrivDescSelect = 'Allows reading data.';
|
||||
$strPrivDescShowDb = 'Gives access to the complete list of databases.';
|
||||
$strPrivDescShutdown = 'Allows shutting down the server.';
|
||||
$strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
|
||||
$strPrivDescSuper = 'Allows connecting, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.';
|
||||
$strPrivDescUpdate = 'Allows changing data.';
|
||||
$strPrivDescUsage = 'No privileges.';
|
||||
$strPrivileges = 'Privileges';
|
||||
|
Reference in New Issue
Block a user