diff options
| author | 2025-07-31 09:24:37 +0200 | |
|---|---|---|
| committer | 2025-07-31 09:24:37 +0200 | |
| commit | f85333e98adff296700e01ece8843aaf94694257 (patch) | |
| tree | c1c1a36a06f2d9fe824c3284757cd8761bd3f9d3 /app/i18n/nl/conf.php | |
| parent | 7a0c423357818b19eb431775452b1357bc7fd3eb (diff) | |
Require current password when setting new password (#7763)
* Require current password when setting new password
* i18n: fr
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/nl/conf.php')
| -rw-r--r-- | app/i18n/nl/conf.php | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 09f0a9cc1..12539063e 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -120,13 +120,16 @@ return array( 'documentation_link' => 'See the <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentation and list of known apps</a>', // TODO 'help' => 'See <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentation</a>', // TODO ), + 'change_password' => 'Change password', // TODO + 'confirm_new_password' => 'Confirm new password', // TODO + 'current_password' => 'Current password<br /><small>(for the Web-form login method)</small>', // TODO 'delete' => array( '_' => 'Account verwijderen', 'warn' => 'Uw account en alle gerelateerde gegvens worden verwijderd.', ), 'email' => 'Email adres', + 'new_password' => 'New password', // TODO 'password_api' => 'Wachtwoord API<br /><small>(e.g., voor mobiele apps)</small>', - 'password_form' => 'Wachtwoord<br /><small>(voor de Web-formulier log in methode)</small>', 'password_format' => 'Ten minste 7 tekens', 'title' => 'Profiel', ), |
