* 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:
@@ -132,7 +132,8 @@ $strHomepageOfficial = 'Officiel phpMyAdmin hjemmeside ';
|
||||
$strHomepageSourceforge = 'Ny phpMyAdmin hjemmeside ';
|
||||
$strHost = 'V<>rt';
|
||||
$strHostEmpty = 'Der er intet v<>rtsnavn!';
|
||||
$strIdxFulltext = 'Fuldtekst';
|
||||
|
||||
$strIdxFulltext = 'Fuldtekst';
|
||||
$strIfYouWish = 'Hvis du kun <20>nsker at importere nogle af tabellens kolonner, angives de med en kommasepareret felt liste.';
|
||||
$strIndex = 'Indeks';
|
||||
$strIndexes = 'Indekser';
|
||||
@@ -157,7 +158,6 @@ $strLineFeed = 'Linefeed: \\n';
|
||||
$strLines = 'Linier';
|
||||
$strLinesTerminatedBy = 'Linier afsluttet med';
|
||||
$strLocationTextfile = 'Tekstfilens placering';
|
||||
$strLogin = ''; //to translate, but its not in use ...
|
||||
$strLogout = 'Log af';
|
||||
|
||||
$strModifications = 'Rettelserne er gemt!';
|
||||
@@ -319,7 +319,11 @@ $strZip = '"zipped"'; //to translate
|
||||
$strAfterInsertBack = 'Return';
|
||||
$strAfterInsertNewInsert = 'Insert a new record';
|
||||
$strBookmarkDeleted = 'The bookmark has been deleted.';
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||
$strFlushTable = 'Flush the table ("FLUSH")';
|
||||
$strLogin = 'Login';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogUsername = 'Username:';
|
||||
$strNoFrames = 'phpMyAdmin is more friendly with a <b>frames-capable</b> browser.';
|
||||
$strTableHasBeenFlushed = 'Table %s has been flushed';
|
||||
|
||||
|
Reference in New Issue
Block a user