diff options
| author | 2022-06-25 11:15:51 +0200 | |
|---|---|---|
| committer | 2022-06-25 11:15:51 +0200 | |
| commit | d785ddde2a00a9eadd38c45c528f2d2f6d1c356a (patch) | |
| tree | 8583fb1a85a4a3da11a55c50fdbb0c521054d4c7 /app/i18n | |
| parent | 07a52137a975978dab762ac8276fd85919497013 (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')
| -rw-r--r-- | app/i18n/cz/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/de/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/en-us/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/en/conf.php | 1 | ||||
| -rwxr-xr-x | app/i18n/es/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/fr/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/he/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/it/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/ja/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/ko/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/nl/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/oc/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/pl/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/pt-br/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/ru/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/sk/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/tr/conf.php | 1 | ||||
| -rw-r--r-- | app/i18n/zh-cn/conf.php | 1 |
18 files changed, 18 insertions, 0 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php index c20ab19aa..a381a834c 100644 --- a/app/i18n/cz/conf.php +++ b/app/i18n/cz/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'když je článek zobrazen', 'keep_max_n_unread' => 'Maximální počet článků, které ponechat jako nepřečtené', 'scroll' => 'během posouvání', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'po obdržení článku', 'when' => 'Označit článek jako přečtený…', 'when_same_title' => 'když shodný název již existuje v top <i>n</i> nejnovějších článcích', 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.', diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php index e84740ab6..3f2d21a16 100644 --- a/app/i18n/en-us/conf.php +++ b/app/i18n/en-us/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'when the article is viewed', // IGNORE 'keep_max_n_unread' => 'Max number of articles to keep unread', // IGNORE 'scroll' => 'while scrolling', // IGNORE + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'upon receiving the article', // IGNORE 'when' => 'Mark an article as read…', // IGNORE 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // IGNORE diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php index 4dee522d9..4bd229c31 100644 --- a/app/i18n/en/conf.php +++ b/app/i18n/en/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'when the article is viewed', 'keep_max_n_unread' => 'Max number of articles to keep unread', 'scroll' => 'while scrolling', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'upon receiving the article', 'when' => 'Mark an article as read…', 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php index fc4a41ca5..6e08913d3 100755 --- a/app/i18n/es/conf.php +++ b/app/i18n/es/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'cuando se muestre el artículo', 'keep_max_n_unread' => 'Número máximo de artículos para mantener sin leer', 'scroll' => 'durante el desplazamiento', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'al recibir el artículo', 'when' => 'Marcar el artículo como leído…', 'when_same_title' => 'Si ya existe un título idéntico en la parte superior <i>n</i> artículos más recientes', diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php index e96c695d4..ff07ff91a 100644 --- a/app/i18n/fr/conf.php +++ b/app/i18n/fr/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'lorsque l’article est affiché', 'keep_max_n_unread' => 'Nombre maximum d’articles conservés non lus', 'scroll' => 'au défilement de la page', + 'upon_gone' => 'lorsqu’il n’est plus dans le flux d’actualités en amont', 'upon_reception' => 'dès la réception du nouvel article', 'when' => 'Marquer un article comme lu…', 'when_same_title' => 'si un même titre existe déjà dans les <i>n</i> articles plus récents', diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php index 140667169..d0edbb849 100644 --- a/app/i18n/he/conf.php +++ b/app/i18n/he/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'כאשר מאמר נצפה', 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO 'scroll' => 'כאשר גוללים', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'כאשר המאמר מתקבל', 'when' => 'סימון מאמרים כנקראו…', 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php index af5b9051e..08348c625 100644 --- a/app/i18n/it/conf.php +++ b/app/i18n/it/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'Quando un articolo viene letto', 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO 'scroll' => 'Scorrendo la pagina', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'Alla ricezione del contenuto', 'when' => 'Segna articoli come letti…', 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php index 6f5b77118..841a360d5 100644 --- a/app/i18n/ja/conf.php +++ b/app/i18n/ja/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => '記事を読んだとき', 'keep_max_n_unread' => '未読の記事として残す最大数', 'scroll' => 'スクロールしているとき', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => '記事を受け取ったとき', 'when' => '記事を既読にする…', 'when_same_title' => '同一タイトルの新しい記事があるときには、上部へ表示する', diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php index 8f8ba276d..971ff1a85 100644 --- a/app/i18n/ko/conf.php +++ b/app/i18n/ko/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => '글을 읽었을 때', 'keep_max_n_unread' => '읽지 않은 상태로 유지할 최대 글 개수', 'scroll' => '스크롤을 하며 지나갈 때', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => '글을 가져오자마자', 'when' => '읽음으로 표시…', 'when_same_title' => '상위 <i>n</i>개의 최신 글에 동일한 제목이 이미 있는 경우', diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php index 3608a7001..cb86238be 100644 --- a/app/i18n/nl/conf.php +++ b/app/i18n/nl/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'als het artikel wordt bekeken', 'keep_max_n_unread' => 'Max aantal artikelen ongelezen houden', 'scroll' => 'tijdens het scrollen', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'bij ontvangst van het artikel', 'when' => 'Markeer artikel als gelezen…', 'when_same_title' => 'als een zelfde titel al voorkomt in de top <i>n</i> nieuwste artikelen', diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php index e29380d08..284eafc7e 100644 --- a/app/i18n/oc/conf.php +++ b/app/i18n/oc/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'quand l’article es mostrat', 'keep_max_n_unread' => 'Nombre max d’articles a gardar pas legits', 'scroll' => 'en davalar la pagina', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'en recebre un article novèl', 'when' => 'Marcar un article coma legit…', 'when_same_title' => 'se un títol identic existís ja demest lo <i>n</i> articles mai recents', diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php index c5910f22e..74f511f96 100644 --- a/app/i18n/pl/conf.php +++ b/app/i18n/pl/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'gdy wiadomość jest otworzona', 'keep_max_n_unread' => 'Maksymalna liczba nieprzeczytanych wiadomości', 'scroll' => 'podczas przewijania', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'po otrzymaniu wiadomości', 'when' => 'Oznacz wiadomość jako przeczytaną…', 'when_same_title' => 'gdy identyczny tytuł już istnieje w <i>n</i> najnowszych wiadomościach', diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php index 11de40423..66dcebed7 100644 --- a/app/i18n/pt-br/conf.php +++ b/app/i18n/pt-br/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'Quando o artigo é visualizado', 'keep_max_n_unread' => 'Número máximo de artigos para manter como não lido', 'scroll' => 'enquanto scrolling', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'ao receber um artigo', 'when' => 'Marcar artigo como lido…', 'when_same_title' => 'Se um título idêntico já existir nos últimos<i>n</i> artigos mais novos', diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php index ca094d5f8..9a4f25564 100644 --- a/app/i18n/ru/conf.php +++ b/app/i18n/ru/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'когда статья просматривается', 'keep_max_n_unread' => 'Максимальное количество непрочитанных статей', 'scroll' => 'во время прокрутки', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'по получении статьи', 'when' => 'Отмечать статью прочитанной…', 'when_same_title' => 'если идентичный заголовок уже существует в верхних <i>n</i> новейших статьях', diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php index c773e7991..dfd05b2b7 100644 --- a/app/i18n/sk/conf.php +++ b/app/i18n/sk/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'keď je článok zobrazený', 'keep_max_n_unread' => 'Maximálny počet článkov ponechať ako neprečítané', 'scroll' => 'počas skrolovania', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'po načítaní článku', 'when' => 'Označiť článok ako prečítaný…', 'when_same_title' => 'ak rovnaký nadpis už existuje v TOP <i>n</i> najnovších článkoch', diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php index ff656f95f..e9f12de7c 100644 --- a/app/i18n/tr/conf.php +++ b/app/i18n/tr/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => 'makale görüntülendiğinde', 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO 'scroll' => 'kaydırma yapılırken', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => 'makale üzerinde gelince', 'when' => 'Makaleyi okundu olarak işaretle…', 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php index 96583e05a..44808c141 100644 --- a/app/i18n/zh-cn/conf.php +++ b/app/i18n/zh-cn/conf.php @@ -160,6 +160,7 @@ return array( 'article_viewed' => '在文章被浏览后', 'keep_max_n_unread' => '未读最多保留 n 条', 'scroll' => '在滚动浏览后', + 'upon_gone' => 'when it is no longer in the upstream news feed', // TODO 'upon_reception' => '在接收文章后', 'when' => '何时将文章标记为已读', 'when_same_title' => '已存在 n 条相同标题文章', |
