diff options
| author | 2025-03-07 17:34:56 -0500 | |
|---|---|---|
| committer | 2025-03-07 23:34:56 +0100 | |
| commit | fdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 (patch) | |
| tree | a700d90f91b911b26f0b2de946b14f4693dc67a4 /app/i18n/fr | |
| parent | 3ec0bdab3840feb7140d70d0eb8d60065337e33a (diff) | |
Added api password indicator text (#7340)
* Added api password indicator text
* make fix-all
* i18n
* i18n: it
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Co-authored-by: UserRoot-Luca <55756898+UserRoot-Luca@users.noreply.github.com>
Diffstat (limited to 'app/i18n/fr')
| -rw-r--r-- | app/i18n/fr/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index bbf7fd6d1..65cfd63aa 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -107,6 +107,8 @@ return array( '_' => 'Gestion du profil', 'api' => array( '_' => 'Gestion de l’API', + 'api_not_set' => 'Pas de mot de passe API défini', + 'api_set' => 'Mot de passe API enregistré', 'check_link' => 'Vérifier l’état de l’API via : <kbd><a href="../api/" target="_blank">%s</a></kbd>', 'disabled' => 'L’accès API est désactivé.', 'documentation_link' => 'Voir <a href="https://freshrss.github.io/FreshRSS/fr/users/06_Mobile_access.html" target="_blank">la documentation et une liste d’applications compatibles</a>', |
