[auth] support Feebee hardware authentication

This commit is contained in:
Marc Delisle
2008-06-12 12:36:10 +00:00
parent bd9ee5137b
commit f5a76baa0c
63 changed files with 731 additions and 1 deletions

View File

@@ -1066,4 +1066,8 @@ $strViewHasAtLeast = 'This view has at least this number of rows. Please refer t
$strUserDefined = 'User-defined'; //to translate
$strRelationalKey = 'Relational key'; //to translate
$strRelationalDisplayField = 'Relational display field'; //to translate
$strFeebeeNoKey = 'No valid authentication key plugged'; //to translate
$strFeebeeNoKeyId = 'File %s does not contain any key id'; //to translate
$strFeebeeAuthFailed = 'Hardware authentication failed'; //to translate
$strFeebeeAuthenticating = 'Authenticating...'; //to translate
?>