* 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:
@@ -170,7 +170,7 @@ $strLineFeed = 'Radframmatning: \\n';
|
||||
$strLines = 'Rader';
|
||||
$strLinesTerminatedBy = 'Raderna avslutas med';
|
||||
$strLocationTextfile = 'Textfilens plats';
|
||||
$strLogin = 'Logga in'; //to translate, but its not in use ...
|
||||
$strLogin = 'Logga in';
|
||||
$strLogout = 'Logga ut';
|
||||
|
||||
$strModifications = '<27>ndringarna har sparats';
|
||||
@@ -336,4 +336,8 @@ $strYes = 'Ja';
|
||||
|
||||
$strZip = '"zippad"';
|
||||
|
||||
// To translate
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogUsername = 'Username:';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user