diff options
| author | 2024-04-19 12:44:01 +0200 | |
|---|---|---|
| committer | 2024-04-19 12:44:01 +0200 | |
| commit | 5a14ff3135d684b2a40a7285bb8b9794806fc556 (patch) | |
| tree | 1c08efdeab791c55350286ed8277c00b9f73ece0 /app/i18n/de/admin.php | |
| parent | 3261b7bafbb8e7cd0003c0cfbf26e4d4a4b65def (diff) | |
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
Diffstat (limited to 'app/i18n/de/admin.php')
| -rw-r--r-- | app/i18n/de/admin.php | 12 |
1 files changed, 6 insertions, 6 deletions
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: <kbd>%s</kbd>', // TODO + '_' => 'Base URL', // IGNORE + 'recommendation' => 'Automatische Empfehlung: <kbd>%s</kbd>', ), 'cookie-duration' => array( 'help' => 'in Sekunden', @@ -187,14 +187,14 @@ return array( ), 'title' => 'Benutzer-Registrierungsformular', ), - 'sensitive-parameter' => 'Sensitive parameter. Edit manually in <kbd>./data/config.php</kbd>', // TODO + 'sensitive-parameter' => 'Sensitive Einstellung. Manuell in <kbd>./data/config.php</kbd> anpassbar.', 'tos' => array( 'disabled' => 'sind nicht aktiviert', 'enabled' => '<a href="./?a=tos">sind aktiv</a>', 'help' => 'So werden die <a href="https://freshrss.github.io/FreshRSS/en/admins/12_User_management.html#enable-terms-of-service-tos" target="_blank">Nutzungsbedingungen aktiviert</a>', ), 'websub' => array( - 'help' => 'About <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', // TODO + 'help' => 'Über <a href="https://freshrss.github.io/FreshRSS/en/users/WebSub.html" target="_blank">WebSub</a>', ), ), 'update' => array( |
