aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/conf.php
diff options
context:
space:
mode:
authorGravatar Jackson Culbreth <88844902+culbrethj@users.noreply.github.com> 2025-03-07 17:34:56 -0500
committerGravatar GitHub <noreply@github.com> 2025-03-07 23:34:56 +0100
commitfdc564dd9e85a2f3fbf6087611fd6c7f42fc2ea8 (patch)
treea700d90f91b911b26f0b2de946b14f4693dc67a4 /app/i18n/de/conf.php
parent3ec0bdab3840feb7140d70d0eb8d60065337e33a (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/de/conf.php')
-rw-r--r--app/i18n/de/conf.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 6acf69c24..23d538b57 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -107,6 +107,8 @@ return array(
'_' => 'Profil-Verwaltung',
'api' => array(
'_' => 'API-Verwaltung',
+ 'api_not_set' => 'API password not set', // TODO
+ 'api_set' => 'API password set', // TODO
'check_link' => 'API-Status prüfen: <kbd><a href="../api/" target="_blank">%s</a></kbd>',
'disabled' => 'Der API-Zugriff ist deaktiviert.',
'documentation_link' => 'Siehe die <a href="https://freshrss.github.io/FreshRSS/en/users/06_Mobile_access.html#access-via-mobile-app" target="_blank">Dokumentation und die Liste der bekannten Apps</a>',