* moved all the authentication work in libraries so it will be easier to add new authentication modes;
* started merging patch #463127 - Cookie based authentication, thanks to Piotr Roszatycki & Dan Wilson.
This commit is contained in:
@@ -128,7 +128,6 @@ $strLimitNumRows = 'records per page'; //to translate
|
||||
$strLineFeed = '<27><><EFBFBD>У<EFBFBD>\\n';
|
||||
$strLines = '<27><><EFBFBD><EFBFBD> ';
|
||||
$strLocationTextfile = '<27>ı<EFBFBD><C4B1>ļ<EFBFBD><C4BC><EFBFBD>λ<EFBFBD><CEBB>';
|
||||
$strLogin = ''; //to translate, but its not in use ...
|
||||
$strLogout = '<27>˳<EFBFBD>ϵͳ';
|
||||
|
||||
$strModifications = '<27>ĺ<DEB8><C4BA><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD><EFBFBD>Ѿ<EFBFBD><D1BE><EFBFBD><EFBFBD>̡<EFBFBD>';
|
||||
@@ -271,6 +270,7 @@ $strAfterInsertNewInsert = 'Insert a new record';
|
||||
$strAnIndex = 'An index has been added on %s';//to translate
|
||||
$strAPrimaryKey = 'A primary key has been added on %s';//to translate
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||
$strCopyTable = 'Copy table to (database<b>.</b>table):';
|
||||
$strDatabaseHasBeenDropped = 'Database %s has been dropped.'; //to translate
|
||||
$strDatabasesStats = 'Databases statistics';//to translate
|
||||
@@ -294,6 +294,9 @@ $strInstructions = 'Instructions';//to translate
|
||||
$strInvalidName = '"%s" is a reserved word, you can\'t use it as a database/table/field name.'; //to translate
|
||||
$strKeepPass = 'Do not change the password';//to translate
|
||||
$strLinesTerminatedBy = 'Lines terminated by';//to translate
|
||||
$strLogin = 'Login';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogUsername = 'Username:';
|
||||
$strMoveTable = 'Move table to (database<b>.</b>table):';
|
||||
$strMoveTableOK = 'Table %s has been moved to %s.';
|
||||
$strMySQLServerProcess = 'MySQL %pma_s1% running on %pma_s2% as %pma_s3%';
|
||||
|
Reference in New Issue
Block a user