diff options
| author | 2024-04-19 12:53:48 +0200 | |
|---|---|---|
| committer | 2024-04-19 12:53:48 +0200 | |
| commit | a5f87e067136dca9b5eb3b5af813dfac6d2c1efd (patch) | |
| tree | ef1225d4264c8b9c7d7c152213ae60c1a30be164 /app/i18n/nl/admin.php | |
| parent | e1834f61a62ec01cfe8b77424274fdebbc6be056 (diff) | |
[i18n] Update Dutch translation for 1.24 (#6343)
Closes #6341.
Diffstat (limited to 'app/i18n/nl/admin.php')
| -rw-r--r-- | app/i18n/nl/admin.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/i18n/nl/admin.php b/app/i18n/nl/admin.php index 250c7ca4c..f588bb615 100644 --- a/app/i18n/nl/admin.php +++ b/app/i18n/nl/admin.php @@ -19,8 +19,8 @@ return array( 'http' => 'HTTP (voor gevorderde gebruikers met HTTPS)', 'none' => 'Geen (gevaarlijk)', 'title' => 'Authenticatie', - 'token' => 'Master authentication token', // TODO - 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO + 'token' => 'Hoofdauthenticatietoken', + 'token_help' => 'Geeft toegang tot alle RSS-uitvoer van de gebruiker en kan feeds verversen zonder authenticatie:', 'type' => 'Authenticatie methode', 'unsafe_autologin' => 'Sta onveilige automatische log in toe met het volgende formaat: ', ), @@ -194,7 +194,7 @@ return array( 'help' => 'How to <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">algemene voorwaarden inschakelen</a>', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => 'Over <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', ), ), 'update' => array( |
