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/el/conf.php | |
| 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/el/conf.php')
| -rw-r--r-- | app/i18n/el/conf.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php index 86477370e..add5090e6 100644 --- a/app/i18n/el/conf.php +++ b/app/i18n/el/conf.php @@ -107,6 +107,8 @@ return array( '_' => 'Profile management', // TODO 'api' => array( '_' => 'API management', // DIRTY + 'api_not_set' => 'API password not set', // TODO + 'api_set' => 'API password set', // TODO 'check_link' => 'Check API status via: <kbd><a href="../api/" target="_blank">%s</a></kbd>', // TODO 'disabled' => 'The API access is disabled.', // TODO '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 |
