diff options
| author | 2021-02-17 16:33:33 +0100 | |
|---|---|---|
| committer | 2021-02-17 16:33:33 +0100 | |
| commit | 8961c7beac40ee8b2d5623e136d57eb32dc910e9 (patch) | |
| tree | 2cb09365548441232180edd16c7e208f91030ae7 | |
| parent | fe1fba9828ad4d68a3cc93ed5f8e361f34e5a873 (diff) | |
Update DE Translation (#3455)
* Update DE Translation
* even better translations
| -rw-r--r-- | app/i18n/de/sub.php | 8 |
1 files changed, 4 insertions, 4 deletions
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: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', |
