* 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:
@@ -169,7 +169,6 @@ $strLineFeed = 'Linjeskift: \\n';
|
||||
$strLines = 'Linjer';
|
||||
$strLinesTerminatedBy = 'Linker avsluttet med';
|
||||
$strLocationTextfile = 'Plassering av filen';
|
||||
$strLogin = ''; //to translate, but its not in use ...
|
||||
$strLogout = 'Logg ut';
|
||||
|
||||
$strModifications = 'Endringene er lagret';
|
||||
@@ -336,4 +335,8 @@ $strYes = 'Ja';
|
||||
$strZip = '"komprimert (zip)"';
|
||||
|
||||
// To translate
|
||||
$strCookiesRequired = 'Cookies must be enabled past this point.';
|
||||
$strLogin = 'Login';
|
||||
$strLogPassword = 'Password:';
|
||||
$strLogUsername = 'Username:';
|
||||
?>
|
||||
|
Reference in New Issue
Block a user