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/it | |
| 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/it')
| -rw-r--r-- | app/i18n/it/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index dbb6a696e..5453f84b4 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -107,6 +107,8 @@ return array( '_' => 'Gestione profili', 'api' => array( '_' => 'Gestione API', + 'api_not_set' => 'Password API non impostata', + 'api_set' => 'Password API impostata', 'check_link' => 'Verificare lo stato dell’API tramite: <kbd><a href="../api/" target="_blank">%s</a></kbd>', 'disabled' => 'L’accesso all’API è disabilitato.', '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>', |
