diff --git a/contrib/feebees.sample.conf b/contrib/feebees.sample.conf deleted file mode 100644 index 7a4242198..000000000 --- a/contrib/feebees.sample.conf +++ /dev/null @@ -1,9 +0,0 @@ -# This is a typical file used to enable Feebee hardware authentication. -# Each line must contain the Feebee Id and the user associated with it -# Hardware authentication is enabled only if the file 'feebees.conf' exists. -# To get the id of your feebee just go on the http://auth-sample.musbe.com while -# your feebee is connected - -0000000000000000000000000000763A:root -000000000000000000000000000089E4:steve -0000000000000000000000000000231E:scott diff --git a/contrib/swekey.sample.conf b/contrib/swekey.sample.conf new file mode 100644 index 000000000..2c7088079 --- /dev/null +++ b/contrib/swekey.sample.conf @@ -0,0 +1,24 @@ +# This is a typical file used to enable Swekey hardware authentication. +# +# To activate the Swekey authentication add the following line in your config.inc.php file. +# $cfg['Servers'][$i]['auth_swekey_config'] = './swekey.conf'; +# Then rename this file "swekey.conf" and copy it next to your config.inc.php file. +# Add all the Swekey ids you want to grant access to in the file. +# After each Swekey id put the corresponding user. +# +# If you don't know the id of a Swekey just go on the http://auth-sample.musbe.com +# page while your Swekey is connected. +# +# If you need to purchase a Swekey please visit http://phpmyadmin.net/auth_key +# since this link provides funding to PhpMyAdmin. +# + +0000000000000000000000000000763A:root +000000000000000000000000000089E4:steve +0000000000000000000000000000231E:scott + +# You can also uncomment the following lines if you want to use custom authentication servers + +#SERVER_CHECK=http://auth-check.musbe.net +#SERVER_RNDTOKEN=http://auth-rnd-gen.musbe.net +#SERVER_STATUS=http://auth-status.musbe.net diff --git a/lang/afrikaans-utf-8.inc.php b/lang/afrikaans-utf-8.inc.php index 2a604cd29..8b40ff6b9 100644 --- a/lang/afrikaans-utf-8.inc.php +++ b/lang/afrikaans-utf-8.inc.php @@ -1075,8 +1075,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/albanian-utf-8.inc.php b/lang/albanian-utf-8.inc.php index ff93b57f2..c4b4d6abb 100644 --- a/lang/albanian-utf-8.inc.php +++ b/lang/albanian-utf-8.inc.php @@ -1074,8 +1074,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/arabic-utf-8.inc.php b/lang/arabic-utf-8.inc.php index 625eb674d..c4e32ac0e 100644 --- a/lang/arabic-utf-8.inc.php +++ b/lang/arabic-utf-8.inc.php @@ -1076,8 +1076,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/azerbaijani-utf-8.inc.php b/lang/azerbaijani-utf-8.inc.php index 8ba0583ad..705f9c9d1 100644 --- a/lang/azerbaijani-utf-8.inc.php +++ b/lang/azerbaijani-utf-8.inc.php @@ -1071,8 +1071,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/bangla-utf-8.inc.php b/lang/bangla-utf-8.inc.php index 24ca0dc86..b81bb59c8 100644 --- a/lang/bangla-utf-8.inc.php +++ b/lang/bangla-utf-8.inc.php @@ -1050,8 +1050,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/basque-utf-8.inc.php b/lang/basque-utf-8.inc.php index 17d6ea990..c7acb371a 100644 --- a/lang/basque-utf-8.inc.php +++ b/lang/basque-utf-8.inc.php @@ -1068,8 +1068,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/belarusian_cyrillic-utf-8.inc.php b/lang/belarusian_cyrillic-utf-8.inc.php index 53082e643..6981e613c 100644 --- a/lang/belarusian_cyrillic-utf-8.inc.php +++ b/lang/belarusian_cyrillic-utf-8.inc.php @@ -1051,8 +1051,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/belarusian_latin-utf-8.inc.php b/lang/belarusian_latin-utf-8.inc.php index 399607187..0d6f6f287 100644 --- a/lang/belarusian_latin-utf-8.inc.php +++ b/lang/belarusian_latin-utf-8.inc.php @@ -1050,8 +1050,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/bosnian-utf-8.inc.php b/lang/bosnian-utf-8.inc.php index 7cc78423d..c64a213a0 100644 --- a/lang/bosnian-utf-8.inc.php +++ b/lang/bosnian-utf-8.inc.php @@ -1074,8 +1074,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/brazilian_portuguese-utf-8.inc.php b/lang/brazilian_portuguese-utf-8.inc.php index ecc8c38a4..76bbe1495 100644 --- a/lang/brazilian_portuguese-utf-8.inc.php +++ b/lang/brazilian_portuguese-utf-8.inc.php @@ -1048,8 +1048,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/bulgarian-utf-8.inc.php b/lang/bulgarian-utf-8.inc.php index 7a2481eac..b4bbd3f1c 100644 --- a/lang/bulgarian-utf-8.inc.php +++ b/lang/bulgarian-utf-8.inc.php @@ -1071,8 +1071,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/catalan-utf-8.inc.php b/lang/catalan-utf-8.inc.php index 19729eda2..f1bb6f34c 100644 --- a/lang/catalan-utf-8.inc.php +++ b/lang/catalan-utf-8.inc.php @@ -1046,8 +1046,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/chinese_simplified-utf-8.inc.php b/lang/chinese_simplified-utf-8.inc.php index de98706a8..05f5765e2 100644 --- a/lang/chinese_simplified-utf-8.inc.php +++ b/lang/chinese_simplified-utf-8.inc.php @@ -1076,8 +1076,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/chinese_traditional-utf-8.inc.php b/lang/chinese_traditional-utf-8.inc.php index 113d3f0ab..f0de52a62 100644 --- a/lang/chinese_traditional-utf-8.inc.php +++ b/lang/chinese_traditional-utf-8.inc.php @@ -1055,8 +1055,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/croatian-utf-8.inc.php b/lang/croatian-utf-8.inc.php index 2ed4bfff9..30d17e4bd 100644 --- a/lang/croatian-utf-8.inc.php +++ b/lang/croatian-utf-8.inc.php @@ -1049,8 +1049,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/czech-utf-8.inc.php b/lang/czech-utf-8.inc.php index 5f1c63277..184eb56aa 100644 --- a/lang/czech-utf-8.inc.php +++ b/lang/czech-utf-8.inc.php @@ -1050,8 +1050,8 @@ $strZip = '„zazipováno“'; $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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/danish-utf-8.inc.php b/lang/danish-utf-8.inc.php index 327bfc406..5483efe05 100644 --- a/lang/danish-utf-8.inc.php +++ b/lang/danish-utf-8.inc.php @@ -1050,8 +1050,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/dutch-utf-8.inc.php b/lang/dutch-utf-8.inc.php index e600dbcf9..3adebba1a 100644 --- a/lang/dutch-utf-8.inc.php +++ b/lang/dutch-utf-8.inc.php @@ -1072,8 +1072,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/english-utf-8.inc.php b/lang/english-utf-8.inc.php index 0fbc282c8..7723942ff 100644 --- a/lang/english-utf-8.inc.php +++ b/lang/english-utf-8.inc.php @@ -288,10 +288,10 @@ $strExtendedInserts = 'Extended inserts'; $strExtra = 'Extra'; $strFailedAttempts = 'Failed attempts'; -$strFeebeeAuthenticating = 'Authenticating...'; -$strFeebeeAuthFailed = 'Hardware authentication failed'; -$strFeebeeNoKeyId = 'File %s does not contain any key id'; -$strFeebeeNoKey = 'No valid authentication key plugged'; +$strSwekeyAuthenticating = 'Authenticating...'; +$strSwekeyAuthFailed = 'Hardware authentication failed'; +$strSwekeyNoKeyId = 'File %s does not contain any key id'; +$strSwekeyNoKey = 'No valid authentication key plugged'; $strField = 'Field'; $strFieldHasBeenDropped = 'Field %s has been dropped'; $strFieldInsertFromFileTempDirNotExists = 'Error moving the uploaded file, see FAQ 1.11'; diff --git a/lang/estonian-utf-8.inc.php b/lang/estonian-utf-8.inc.php index 86ed7fc70..6de9c0069 100644 --- a/lang/estonian-utf-8.inc.php +++ b/lang/estonian-utf-8.inc.php @@ -1056,8 +1056,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/finnish-utf-8.inc.php b/lang/finnish-utf-8.inc.php index 07be98d72..39f32a1a6 100644 --- a/lang/finnish-utf-8.inc.php +++ b/lang/finnish-utf-8.inc.php @@ -1050,8 +1050,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/french-utf-8.inc.php b/lang/french-utf-8.inc.php index 0671096d9..9e2e79853 100644 --- a/lang/french-utf-8.inc.php +++ b/lang/french-utf-8.inc.php @@ -1047,8 +1047,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/galician-utf-8.inc.php b/lang/galician-utf-8.inc.php index 4ad8e4d7c..1918cb743 100644 --- a/lang/galician-utf-8.inc.php +++ b/lang/galician-utf-8.inc.php @@ -1049,8 +1049,8 @@ $strZip = 'comprimido no formato "zip"'; $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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/georgian-utf-8.inc.php b/lang/georgian-utf-8.inc.php index e425e8fa8..58ece67ce 100644 --- a/lang/georgian-utf-8.inc.php +++ b/lang/georgian-utf-8.inc.php @@ -1076,8 +1076,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/german-utf-8.inc.php b/lang/german-utf-8.inc.php index 1bc19a7d4..62d5e56ac 100644 --- a/lang/german-utf-8.inc.php +++ b/lang/german-utf-8.inc.php @@ -1056,8 +1056,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/greek-utf-8.inc.php b/lang/greek-utf-8.inc.php index 9dc2a9234..5a3fb5eb9 100644 --- a/lang/greek-utf-8.inc.php +++ b/lang/greek-utf-8.inc.php @@ -1073,8 +1073,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/hebrew-utf-8.inc.php b/lang/hebrew-utf-8.inc.php index 140baebeb..80a84466a 100644 --- a/lang/hebrew-utf-8.inc.php +++ b/lang/hebrew-utf-8.inc.php @@ -1068,8 +1068,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/hindi-utf-8.inc.php b/lang/hindi-utf-8.inc.php index bc54a97d5..587e43caa 100644 --- a/lang/hindi-utf-8.inc.php +++ b/lang/hindi-utf-8.inc.php @@ -1076,8 +1076,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/hungarian-utf-8.inc.php b/lang/hungarian-utf-8.inc.php index 47d7b9df6..a63569056 100644 --- a/lang/hungarian-utf-8.inc.php +++ b/lang/hungarian-utf-8.inc.php @@ -1067,8 +1067,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/indonesian-utf-8.inc.php b/lang/indonesian-utf-8.inc.php index faf83eab3..8f28d4679 100644 --- a/lang/indonesian-utf-8.inc.php +++ b/lang/indonesian-utf-8.inc.php @@ -1066,8 +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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/italian-utf-8.inc.php b/lang/italian-utf-8.inc.php index c220385bd..7cbf55d7d 100644 --- a/lang/italian-utf-8.inc.php +++ b/lang/italian-utf-8.inc.php @@ -1051,8 +1051,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/japanese-utf-8.inc.php b/lang/japanese-utf-8.inc.php index bf0adc106..c7f610780 100644 --- a/lang/japanese-utf-8.inc.php +++ b/lang/japanese-utf-8.inc.php @@ -1067,8 +1067,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/korean-utf-8.inc.php b/lang/korean-utf-8.inc.php index 979b31ee8..c58f835e5 100644 --- a/lang/korean-utf-8.inc.php +++ b/lang/korean-utf-8.inc.php @@ -1071,8 +1071,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/latvian-utf-8.inc.php b/lang/latvian-utf-8.inc.php index f7e431f39..e6514fde5 100644 --- a/lang/latvian-utf-8.inc.php +++ b/lang/latvian-utf-8.inc.php @@ -1073,8 +1073,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/lithuanian-utf-8.inc.php b/lang/lithuanian-utf-8.inc.php index 43ade2bc1..a05e99b3e 100644 --- a/lang/lithuanian-utf-8.inc.php +++ b/lang/lithuanian-utf-8.inc.php @@ -1066,8 +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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/macedonian_cyrillic-utf-8.inc.php b/lang/macedonian_cyrillic-utf-8.inc.php index 6c3f474ad..df59112ae 100644 --- a/lang/macedonian_cyrillic-utf-8.inc.php +++ b/lang/macedonian_cyrillic-utf-8.inc.php @@ -1051,8 +1051,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/malay-utf-8.inc.php b/lang/malay-utf-8.inc.php index 4d1acef37..2fc2485e0 100644 --- a/lang/malay-utf-8.inc.php +++ b/lang/malay-utf-8.inc.php @@ -1088,8 +1088,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/mongolian-utf-8.inc.php b/lang/mongolian-utf-8.inc.php index 37e20865d..53bea60b8 100644 --- a/lang/mongolian-utf-8.inc.php +++ b/lang/mongolian-utf-8.inc.php @@ -1071,8 +1071,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/norwegian-utf-8.inc.php b/lang/norwegian-utf-8.inc.php index cee665469..81e57f963 100644 --- a/lang/norwegian-utf-8.inc.php +++ b/lang/norwegian-utf-8.inc.php @@ -1048,8 +1048,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/persian-utf-8.inc.php b/lang/persian-utf-8.inc.php index 8e3935ac7..d56c48a43 100644 --- a/lang/persian-utf-8.inc.php +++ b/lang/persian-utf-8.inc.php @@ -1073,8 +1073,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/polish-utf-8.inc.php b/lang/polish-utf-8.inc.php index 06ef31cee..3895f1847 100644 --- a/lang/polish-utf-8.inc.php +++ b/lang/polish-utf-8.inc.php @@ -1044,8 +1044,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/portuguese-utf-8.inc.php b/lang/portuguese-utf-8.inc.php index fcdb5d62c..178301854 100644 --- a/lang/portuguese-utf-8.inc.php +++ b/lang/portuguese-utf-8.inc.php @@ -1077,8 +1077,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/romanian-utf-8.inc.php b/lang/romanian-utf-8.inc.php index d8df5bb4e..cb4fd3661 100644 --- a/lang/romanian-utf-8.inc.php +++ b/lang/romanian-utf-8.inc.php @@ -1065,8 +1065,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/russian-utf-8.inc.php b/lang/russian-utf-8.inc.php index ca7c4684a..0a03ef117 100644 --- a/lang/russian-utf-8.inc.php +++ b/lang/russian-utf-8.inc.php @@ -1052,8 +1052,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/serbian_cyrillic-utf-8.inc.php b/lang/serbian_cyrillic-utf-8.inc.php index 66a7022f2..b4d673f65 100644 --- a/lang/serbian_cyrillic-utf-8.inc.php +++ b/lang/serbian_cyrillic-utf-8.inc.php @@ -1050,8 +1050,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/serbian_latin-utf-8.inc.php b/lang/serbian_latin-utf-8.inc.php index c81cb1af0..9abba8da1 100644 --- a/lang/serbian_latin-utf-8.inc.php +++ b/lang/serbian_latin-utf-8.inc.php @@ -1050,8 +1050,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/sinhala-utf-8.inc.php b/lang/sinhala-utf-8.inc.php index d4838455c..c2e1139ff 100644 --- a/lang/sinhala-utf-8.inc.php +++ b/lang/sinhala-utf-8.inc.php @@ -1053,8 +1053,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/slovak-utf-8.inc.php b/lang/slovak-utf-8.inc.php index 0ca67bc04..ae2e5e5e7 100644 --- a/lang/slovak-utf-8.inc.php +++ b/lang/slovak-utf-8.inc.php @@ -1051,8 +1051,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/slovenian-utf-8.inc.php b/lang/slovenian-utf-8.inc.php index 28641a67a..32f11c3cb 100644 --- a/lang/slovenian-utf-8.inc.php +++ b/lang/slovenian-utf-8.inc.php @@ -1070,8 +1070,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/spanish-utf-8.inc.php b/lang/spanish-utf-8.inc.php index fe50338c1..a058189f0 100644 --- a/lang/spanish-utf-8.inc.php +++ b/lang/spanish-utf-8.inc.php @@ -1046,8 +1046,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/swedish-utf-8.inc.php b/lang/swedish-utf-8.inc.php index 996e743dd..75e82e97b 100644 --- a/lang/swedish-utf-8.inc.php +++ b/lang/swedish-utf-8.inc.php @@ -1049,8 +1049,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/tatarish-utf-8.inc.php b/lang/tatarish-utf-8.inc.php index 8f1ec2128..85caabe13 100644 --- a/lang/tatarish-utf-8.inc.php +++ b/lang/tatarish-utf-8.inc.php @@ -1062,8 +1062,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/thai-utf-8.inc.php b/lang/thai-utf-8.inc.php index 2295ee52c..088adcadc 100644 --- a/lang/thai-utf-8.inc.php +++ b/lang/thai-utf-8.inc.php @@ -1072,8 +1072,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/turkish-utf-8.inc.php b/lang/turkish-utf-8.inc.php index a4c275ef0..183697255 100644 --- a/lang/turkish-utf-8.inc.php +++ b/lang/turkish-utf-8.inc.php @@ -1056,8 +1056,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/lang/ukrainian-utf-8.inc.php b/lang/ukrainian-utf-8.inc.php index 179af9b12..b5b1e8c55 100644 --- a/lang/ukrainian-utf-8.inc.php +++ b/lang/ukrainian-utf-8.inc.php @@ -1070,8 +1070,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 +$strSwekeyNoKey = 'No valid authentication key plugged'; //to translate +$strSwekeyNoKeyId = 'File %s does not contain any key id'; //to translate +$strSwekeyAuthFailed = 'Hardware authentication failed'; //to translate +$strSwekeyAuthenticating = 'Authenticating...'; //to translate ?> diff --git a/libraries/auth/cookie.auth.lib.php b/libraries/auth/cookie.auth.lib.php index 603572cd5..c82829e35 100644 --- a/libraries/auth/cookie.auth.lib.php +++ b/libraries/auth/cookie.auth.lib.php @@ -12,7 +12,7 @@ if (! defined('PMA_COMING_FROM_COMMON')) { exit; } -require './libraries/auth/feebee/feebee.auth.lib.php'; +require './libraries/auth/swekey/swekey.auth.lib.php'; if (function_exists('mcrypt_encrypt') || PMA_dl('mcrypt')) { /** @@ -219,10 +219,10 @@ if (top != self) { exit; } - // BEGIN Feebee Integration - $feebeeErr = Feebee_auth_error(); - if ($feebeeErr != null) { - PMA_Message::error($feebeeErr)->display(); + // BEGIN Swekey Integration + $swekeyErr = Swekey_auth_error(); + if ($swekeyErr != null) { + PMA_Message::error($swekeyErr)->display(); if ($GLOBALS['error_handler']->hasDisplayErrors()) { echo '