diff options
| author | 2025-01-28 15:33:17 +0100 | |
|---|---|---|
| committer | 2025-01-28 15:33:17 +0100 | |
| commit | bb7236e26362fe6297cc76f81ae7f75caeb0b232 (patch) | |
| tree | de85f3d44e6c1293735ed0c6452152d2a2941e46 /app/i18n/ko/install.php | |
| parent | d7ca2f8768fed347f6132a4cb98bd54c4d7163bb (diff) | |
Better authorization label for OIDC (#7264)
* Better authorization label for OIDC
Reword description of HTTP login method to include OIDC
fix https://github.com/FreshRSS/FreshRSS/issues/7254#issuecomment-2615838151
And remove several duplicated i18n entries.
And add to documentation https://www.authelia.com/integration/openid-connect/freshrss/
* Update app/i18n/it/admin.php
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
* Update app/i18n/nl/admin.php
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
---------
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Co-authored-by: Frans de Jonge <fransdejonge@gmail.com>
Diffstat (limited to 'app/i18n/ko/install.php')
| -rw-r--r-- | app/i18n/ko/install.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/app/i18n/ko/install.php b/app/i18n/ko/install.php index 8fe7c951b..fd2ee84aa 100644 --- a/app/i18n/ko/install.php +++ b/app/i18n/ko/install.php @@ -18,14 +18,6 @@ return array( 'next_step' => '다음 단계', 'reinstall' => 'FreshRSS 다시 설치', ), - 'auth' => array( - 'form' => '웹폼 (전통적인 방식, 자바스크립트 필요)', - 'http' => 'HTTP (HTTPS를 사용하는 고급 사용자용)', - 'none' => '사용하지 않음 (위험)', - 'password_form' => '암호<br /><small>(웹폼 로그인 방식 사용시)</small>', - 'password_format' => '7 글자 이상이어야 합니다', - 'type' => '인증 방식', - ), 'bdd' => array( '_' => '데이터베이스', 'conf' => array( |
