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/it | |
| 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/it')
| -rw-r--r-- | app/i18n/it/conf.php | 5 | ||||
| -rw-r--r-- | app/i18n/it/feedback.php | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index e3e323c16..2ba9bb87e 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -120,13 +120,16 @@ return array( 'documentation_link' => 'Vedi la <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">documentazione e l’elenco delle applicazioni</a>', 'help' => 'leggi la <a href="http://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target=_blank>documentazione</a>', ), + '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( '_' => 'Cancellazione account', 'warn' => 'Il tuo account e tutti i dati associati saranno cancellati.', ), 'email' => 'Indirizzo email', + 'new_password' => 'New password', // TODO 'password_api' => 'Password API<br /><small>(e.g., per applicazioni mobili)</small>', - 'password_form' => 'Password<br /><small>(per il login classico)</small>', 'password_format' => 'Almeno 7 caratteri', 'title' => 'Profilo', ), diff --git a/app/i18n/it/feedback.php b/app/i18n/it/feedback.php index a85e91f7e..ccaf6596e 100644 --- a/app/i18n/it/feedback.php +++ b/app/i18n/it/feedback.php @@ -66,6 +66,7 @@ return array( ), 'profile' => array( 'error' => 'Il tuo profilo non può essere modificato', + 'passwords_dont_match' => 'Passwords don’t match', // TODO 'updated' => 'Il tuo profilo è stato modificato', ), 'sub' => array( |
