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/nl | |
| 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/nl')
| -rw-r--r-- | app/i18n/nl/admin.php | 2 | ||||
| -rw-r--r-- | app/i18n/nl/install.php | 8 |
2 files changed, 1 insertions, 9 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index 1a8c5a95a..a2e75b98f 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -16,7 +16,7 @@ return array( 'allow_anonymous_refresh' => 'Sta bezoekers toe om de artikelen te vernieuwen', 'api_enabled' => 'Sta <abbr>API</abbr> toegang toe <small>(nodig voor mobiele apps and sharing user queries)</small>', // DIRTY 'form' => 'Web formulier (traditioneel, JavaScript vereist)', - 'http' => 'HTTP (voor gevorderde gebruikers met HTTPS)', + 'http' => 'HTTP (geavanceerd: beheerd door webserver, OIDC, SSO…)', 'none' => 'Geen (gevaarlijk)', 'title' => 'Authenticatie', 'token' => 'Hoofdauthenticatietoken', diff --git a/app/i18n/nl/install.php b/app/i18n/nl/install.php index 6fb3beafa..058fe3614 100644 --- a/app/i18n/nl/install.php +++ b/app/i18n/nl/install.php @@ -18,14 +18,6 @@ return array( 'next_step' => 'Ga naar de volgende stap', 'reinstall' => 'Installeer FreshRSS opnieuw', ), - 'auth' => array( - 'form' => 'Web formulier (traditioneel, benodigd JavaScript)', - 'http' => 'HTTP (voor geavanceerde gebruikers met HTTPS)', - 'none' => 'Geen (gevaarlijk)', - 'password_form' => 'Wachtwoord<br /><small>(voor de Web-formulier log in methode)</small>', - 'password_format' => 'Tenminste 7 tekens', - 'type' => 'Authenticatiemethode', - ), 'bdd' => array( '_' => 'Database', // IGNORE 'conf' => array( |
