From 5a14ff3135d684b2a40a7285bb8b9794806fc556 Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Fri, 19 Apr 2024 12:44:01 +0200 Subject: i18n: de (#6313) * Update admin.php * Update conf.php * Update conf.php * Update feedback.php * Update index.php * Update conf.php * Update sub.php * Update sub.php * Update sub.php --- app/i18n/de/admin.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'app/i18n/de/admin.php') diff --git a/app/i18n/de/admin.php b/app/i18n/de/admin.php index 5d35dc7c3..ce2399f44 100644 --- a/app/i18n/de/admin.php +++ b/app/i18n/de/admin.php @@ -19,8 +19,8 @@ return array( 'http' => 'HTTP (HTTPS für erfahrene Benutzer)', 'none' => 'Keine (gefährlich)', 'title' => 'Authentifizierung', - 'token' => 'Master authentication token', // TODO - 'token_help' => 'Allows access to all RSS outputs of the user as well as refreshing feeds without authentication:', // TODO + 'token' => 'Master-Authentifizierungs-Token', + 'token_help' => 'Zugriff auf alle vom Nutzer erstellten RSS-Feeds freigeben (inkl. Aktualisierung ohne Authenthentifizierung):', 'type' => 'Authentifizierungsmethode', 'unsafe_autologin' => 'Erlaube unsicheres automatisches Anmelden mit folgendem Format: ', ), @@ -160,8 +160,8 @@ return array( '_' => 'Systemeinstellungen', 'auto-update-url' => 'Auto-Update URL', 'base-url' => array( - '_' => 'Base URL', // TODO - 'recommendation' => 'Automatic recommendation: %s', // TODO + '_' => 'Base URL', // IGNORE + 'recommendation' => 'Automatische Empfehlung: %s', ), 'cookie-duration' => array( 'help' => 'in Sekunden', @@ -187,14 +187,14 @@ return array( ), 'title' => 'Benutzer-Registrierungsformular', ), - 'sensitive-parameter' => 'Sensitive parameter. Edit manually in ./data/config.php', // TODO + 'sensitive-parameter' => 'Sensitive Einstellung. Manuell in ./data/config.php anpassbar.', 'tos' => array( 'disabled' => 'sind nicht aktiviert', 'enabled' => 'sind aktiv', 'help' => 'So werden die Nutzungsbedingungen aktiviert', ), 'websub' => array( - 'help' => 'About WebSub', // TODO + 'help' => 'Über WebSub', ), ), 'update' => array( -- cgit v1.2.3