From 8961c7beac40ee8b2d5623e136d57eb32dc910e9 Mon Sep 17 00:00:00 2001 From: rom-1 <37835829+rom-1@users.noreply.github.com> Date: Wed, 17 Feb 2021 16:33:33 +0100 Subject: Update DE Translation (#3455) * Update DE Translation * even better translations --- app/i18n/de/sub.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'app') diff --git a/app/i18n/de/sub.php b/app/i18n/de/sub.php index 2e21a8f2c..0b74e29d0 100644 --- a/app/i18n/de/sub.php +++ b/app/i18n/de/sub.php @@ -34,10 +34,10 @@ return array( ), 'clear_cache' => 'Nicht cachen (für defekte Feeds)', 'content_action' => array( - '_' => 'Content action when fetching the article content', // TODO - Translation - 'append' => 'Add after existing content', // TODO - Translation - 'prepend' => 'Add before existing content', // TODO - Translation - 'replace' => 'Replace existing content', // TODO - Translation + '_' => 'Behandlung von Feed-Inhalt beim Herunterladen von Artikelinhalt', + 'append' => 'Artikelinhalt nach Feed-Inhalt hinzufügen', + 'prepend' => 'Artikelinhalt vor Feed-Inhalt hinzufügen', + 'replace' => 'Artikelinhalt ersetzt Feed-Inhalt (Standard)', ), 'css_cookie' => 'Verwende Cookies beim Herunterladen des Feed-Inhalts mit CSS-Filtern', 'css_cookie_help' => 'Beispiel: foo=bar; gdpr_consent=true; cookie=value', -- cgit v1.2.3