diff options
| author | 2023-11-09 20:12:04 +1000 | |
|---|---|---|
| committer | 2023-11-09 11:12:04 +0100 | |
| commit | b9939bdaac75233ab52c7c7a483d5e4feb4921a4 (patch) | |
| tree | 768060a80dc121f31dbd4d2b9674e61a4d42bfad /app/i18n/de/conf.php | |
| parent | 44a7c54a5a6afb72937425cee0d53610e440ec60 (diff) | |
Added ability to mark articles as read on focus. (#5812)
* Added ability to mark entries as read on focus.
Feature proposed in issue #5723.
* make-fix-all + i18n fr
* Use batch to save resources and increase performance
* Use "keep_unread"
* typo
---------
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/de/conf.php')
| -rw-r--r-- | app/i18n/de/conf.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php index 9152d2bdf..db4e8b7ad 100644 --- a/app/i18n/de/conf.php +++ b/app/i18n/de/conf.php @@ -204,6 +204,7 @@ return array( 'read' => array( 'article_open_on_website' => 'wenn der Artikel auf der Original-Webseite geöffnet wird', 'article_viewed' => 'wenn der Artikel angesehen wird', + 'focus' => 'when focused (except for important feeds)', // TODO 'keep_max_n_unread' => 'Max. Anzahl von ungelesenen Artikeln', 'scroll' => 'beim Scrollen bzw. Überspringen (except for important feeds)', // DIRTY 'upon_gone' => 'wenn der Artikel nicht mehr im Feed enthalten ist', |
