aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/de/conf.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2022-06-25 11:15:51 +0200
committerGravatar GitHub <noreply@github.com> 2022-06-25 11:15:51 +0200
commitd785ddde2a00a9eadd38c45c528f2d2f6d1c356a (patch)
tree8583fb1a85a4a3da11a55c50fdbb0c521054d4c7 /app/i18n/de/conf.php
parent07a52137a975978dab762ac8276fd85919497013 (diff)
New option to automatically mark as read gone articles (#4426)
* New option to automatically mark as read gone articles Option to automatically and immediately mark as read entries / articles that are no longer provided in their upstream RSS / ATOM / XPath feed * Reduce SQL queries Optimisation: Perform cache update only once
Diffstat (limited to 'app/i18n/de/conf.php')
-rw-r--r--app/i18n/de/conf.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 1f90cd19f..bf7662feb 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -160,6 +160,7 @@ return array(
'article_viewed' => 'wenn der Artikel angesehen wird',
'keep_max_n_unread' => 'Max. Anzahl von ungelesenen Artikeln',
'scroll' => 'beim Scrollen bzw. Überspringen',
+ 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO
'upon_reception' => 'beim Empfang des Artikels',
'when' => 'Artikel als gelesen markieren…',
'when_same_title' => 'falls der identische Titel bereit in den <i>n</i> neusten Artikel vorhanden ist.',