Browse Source

Login: Restore authentication failed message (for real!).

fusionate 2 years ago
parent
commit
4ace733731
2 changed files with 26 additions and 26 deletions
  1. 0 26
      core/authentication/app_languages.php
  2. 26 0
      resources/app_languages.php

+ 0 - 26
core/authentication/app_languages.php

@@ -104,30 +104,4 @@ $text['description-totp']['zh-cn'] = "载有认证申请或密码管理员的编
 $text['description-totp']['ja-jp'] = "認証アプリケーションまたはパスワードマネージャでコードをスキャンします。 ログイン時にトークンを生成します。";
 $text['description-totp']['ja-jp'] = "認証アプリケーションまたはパスワードマネージャでコードをスキャンします。 ログイン時にトークンを生成します。";
 $text['description-totp']['ko-kr'] = "인증 신청서 또는 비밀번호 관리자로 코드를 스캔합니다. 그런 다음 로그인 토큰을 생성합니다.";
 $text['description-totp']['ko-kr'] = "인증 신청서 또는 비밀번호 관리자로 코드를 스캔합니다. 그런 다음 로그인 토큰을 생성합니다.";
 
 
-$text['message-authentication_failed']['en-us'] = "Authentication Failed";
-$text['message-authentication_failed']['en-gb'] = "Authentication Failed";
-$text['message-authentication_failed']['ar-eg'] = "";
-$text['message-authentication_failed']['de-at'] = "";
-$text['message-authentication_failed']['de-ch'] = "";
-$text['message-authentication_failed']['de-de'] = "";
-$text['message-authentication_failed']['el-gr'] = "";
-$text['message-authentication_failed']['es-cl'] = "";
-$text['message-authentication_failed']['es-mx'] = "";
-$text['message-authentication_failed']['fr-ca'] = "";
-$text['message-authentication_failed']['fr-fr'] = "";
-$text['message-authentication_failed']['he-il'] = "";
-$text['message-authentication_failed']['it-it'] = "";
-$text['message-authentication_failed']['nl-nl'] = "";
-$text['message-authentication_failed']['pl-pl'] = "";
-$text['message-authentication_failed']['pt-br'] = "";
-$text['message-authentication_failed']['pt-pt'] = "";
-$text['message-authentication_failed']['ro-ro'] = "";
-$text['message-authentication_failed']['ru-ru'] = "";
-$text['message-authentication_failed']['sv-se'] = "";
-$text['message-authentication_failed']['uk-ua'] = "";
-$text['message-authentication_failed']['tr-tr'] = "";
-$text['message-authentication_failed']['zh-cn'] = "";
-$text['message-authentication_failed']['ja-jp'] = "";
-$text['message-authentication_failed']['ko-kr'] = "";
-
 ?>
 ?>

+ 26 - 0
resources/app_languages.php

@@ -286,6 +286,32 @@ $text['message-toggle']['zh-cn'] = "切换完成";
 $text['message-toggle']['ja-jp'] = "切り替えが完了しました";
 $text['message-toggle']['ja-jp'] = "切り替えが完了しました";
 $text['message-toggle']['ko-kr'] = "토글 완료됨";
 $text['message-toggle']['ko-kr'] = "토글 완료됨";
 
 
+$text['message-authentication_failed']['en-us'] = "Authentication Failed";
+$text['message-authentication_failed']['en-gb'] = "Authentication Failed";
+$text['message-authentication_failed']['ar-eg'] = "Authentication Failed";
+$text['message-authentication_failed']['de-at'] = "Authentication Failed";
+$text['message-authentication_failed']['de-ch'] = "Authentication Failed";
+$text['message-authentication_failed']['de-de'] = "Authentication Failed";
+$text['message-authentication_failed']['el-gr'] = "Authentication Failed";
+$text['message-authentication_failed']['es-cl'] = "Authentication Failed";
+$text['message-authentication_failed']['es-mx'] = "Authentication Failed";
+$text['message-authentication_failed']['fr-ca'] = "Authentication Failed";
+$text['message-authentication_failed']['fr-fr'] = "Authentication Failed";
+$text['message-authentication_failed']['he-il'] = "Authentication Failed";
+$text['message-authentication_failed']['it-it'] = "Authentication Failed";
+$text['message-authentication_failed']['nl-nl'] = "Authentication Failed";
+$text['message-authentication_failed']['pl-pl'] = "Authentication Failed";
+$text['message-authentication_failed']['pt-br'] = "Authentication Failed";
+$text['message-authentication_failed']['pt-pt'] = "Authentication Failed";
+$text['message-authentication_failed']['ro-ro'] = "Authentication Failed";
+$text['message-authentication_failed']['ru-ru'] = "Authentication Failed";
+$text['message-authentication_failed']['sv-se'] = "Authentication Failed";
+$text['message-authentication_failed']['uk-ua'] = "Authentication Failed";
+$text['message-authentication_failed']['tr-tr'] = "Authentication Failed";
+$text['message-authentication_failed']['zh-cn'] = "Authentication Failed";
+$text['message-authentication_failed']['ja-jp'] = "Authentication Failed";
+$text['message-authentication_failed']['ko-kr'] = "Authentication Failed";
+
 $text['message-invalid_token']['en-us'] = "Invalid Token";
 $text['message-invalid_token']['en-us'] = "Invalid Token";
 $text['message-invalid_token']['en-gb'] = "Invalid Token";
 $text['message-invalid_token']['en-gb'] = "Invalid Token";
 $text['message-invalid_token']['ar-eg'] = "غير صحيح";
 $text['message-invalid_token']['ar-eg'] = "غير صحيح";