aboutsummaryrefslogtreecommitdiff
path: root/app/i18n
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2021-09-19 10:56:38 +0200
committerGravatar GitHub <noreply@github.com> 2021-09-19 10:56:38 +0200
commita7aca6c0abfd905669004c1e4f7c8328060df27e (patch)
tree3edd507ce9ce0762f0faf3c24108f3b1d24988e7 /app/i18n
parentdfc89831d4e363f62dea9df71c6b4af21cc7d7c7 (diff)
Improved feed action filters (#3303)
* Re-order some feed options * Option to auto mark as read existing titles * Option to keep at max n unread articles per feed
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cz/conf.php2
-rw-r--r--app/i18n/de/conf.php2
-rw-r--r--app/i18n/en-us/conf.php2
-rw-r--r--app/i18n/en/conf.php2
-rwxr-xr-xapp/i18n/es/conf.php2
-rw-r--r--app/i18n/fr/conf.php2
-rw-r--r--app/i18n/he/conf.php2
-rw-r--r--app/i18n/it/conf.php2
-rw-r--r--app/i18n/ja/conf.php2
-rw-r--r--app/i18n/kr/conf.php2
-rw-r--r--app/i18n/nl/conf.php2
-rw-r--r--app/i18n/oc/conf.php2
-rw-r--r--app/i18n/pl/conf.php2
-rw-r--r--app/i18n/pt-br/conf.php2
-rw-r--r--app/i18n/ru/conf.php2
-rw-r--r--app/i18n/sk/conf.php2
-rw-r--r--app/i18n/tr/conf.php2
-rw-r--r--app/i18n/zh-cn/conf.php2
18 files changed, 36 insertions, 0 deletions
diff --git a/app/i18n/cz/conf.php b/app/i18n/cz/conf.php
index 01175cfef..bc52106e0 100644
--- a/app/i18n/cz/conf.php
+++ b/app/i18n/cz/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'když je otevřen původní web s článkem',
'article_viewed' => 'během čtení článku',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'během skrolování',
'upon_reception' => 'po načtení článku',
'when' => 'Označit článek jako přečtený…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Počet zobrazených článků',
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 5ccb3e738..09194ea8c 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -127,9 +127,11 @@ 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',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'beim Scrollen bzw. Überspringen',
'upon_reception' => 'beim Empfang des Artikels',
'when' => 'Artikel als gelesen markieren…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Artikel zum Anzeigen',
diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php
index c826d1098..e7f1a2b72 100644
--- a/app/i18n/en-us/conf.php
+++ b/app/i18n/en-us/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'when the article is opened on its original website',
'article_viewed' => 'when the article is viewed',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread',
'scroll' => 'while scrolling',
'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',
),
'show' => array(
'_' => 'Articles to display',
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index e6beeb6c1..03905d671 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'when the article is opened on its original website',
'article_viewed' => 'when the article is viewed',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread',
'scroll' => 'while scrolling',
'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',
),
'show' => array(
'_' => 'Articles to display',
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index b05844592..e3fa6e9fe 100755
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'cuando el artículo se abra en su web original',
'article_viewed' => 'cuando se muestre el artículo',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'durante el desplazamiento',
'upon_reception' => 'al recibir el artículo',
'when' => 'Marcar el artículo como leído…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Artículos a mostrar',
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php
index 78d8bff1a..ea6a54862 100644
--- a/app/i18n/fr/conf.php
+++ b/app/i18n/fr/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'lorsque l’article est ouvert sur le site d’origine',
'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_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',
),
'show' => array(
'_' => 'Articles à afficher',
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php
index 4d3dfb5c1..3dbf8127a 100644
--- a/app/i18n/he/conf.php
+++ b/app/i18n/he/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'כאשר מאמר נפתח באתר המקורי',
'article_viewed' => 'כאשר מאמר נצפה',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'כאשר גוללים',
'upon_reception' => 'כאשר המאמר מתקבל',
'when' => 'סימון מאמרים כנקראו…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'מאמרים להצגה',
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index d24dda3a1..f10132fdc 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'Quando un articolo è aperto nel suo sito di origine',
'article_viewed' => 'Quando un articolo viene letto',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'Scorrendo la pagina',
'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 - Translation
),
'show' => array(
'_' => 'Articoli da visualizzare',
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php
index 81c85d2a7..244f9b87a 100644
--- a/app/i18n/ja/conf.php
+++ b/app/i18n/ja/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => '記事を元のwebサイトで開いたとき',
'article_viewed' => '記事を読んだとき',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'スクロールしているとき',
'upon_reception' => '記事を受け取ったとき',
'when' => '記事を既読にする…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => '記事を表示する',
diff --git a/app/i18n/kr/conf.php b/app/i18n/kr/conf.php
index 4e6623034..fb88275b5 100644
--- a/app/i18n/kr/conf.php
+++ b/app/i18n/kr/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => '글이 게재된 웹사이트를 방문했을 때',
'article_viewed' => '글을 읽었을 때',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => '스크롤을 하며 지나갈 때',
'upon_reception' => '글을 가져오자마자',
'when' => '읽음으로 표시…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => '글 표시 방식',
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index 9472a0d73..31c47608b 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'als het artikel wordt geopend op de originele website',
'article_viewed' => 'als het artikel wordt bekeken',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'tijdens het scrollen',
'upon_reception' => 'bij ontvangst van het artikel',
'when' => 'Markeer artikel als gelezen…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Artikelen om te tonen',
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php
index 07a62cddb..549614ae9 100644
--- a/app/i18n/oc/conf.php
+++ b/app/i18n/oc/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'quand l’article es dobèrt sul site d’origina',
'article_viewed' => 'quand l’article es mostrat',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'en davalar la pagina',
'upon_reception' => 'en recebre un article novèl',
'when' => 'Marcar un article coma legit…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Articles de mostrar',
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php
index c50132a17..7908b44ee 100644
--- a/app/i18n/pl/conf.php
+++ b/app/i18n/pl/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'gdy wiadomość jest otworzona na pierwotnej stronie',
'article_viewed' => 'gdy wiadomość jest otworzona',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'podczas przewijania',
'upon_reception' => 'po otrzymaniu wiadomości',
'when' => 'Oznacz wiadomość jako przeczytaną…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Wiadomości do wyświetlenia',
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index e5008eb03..34eaaa745 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'quando o artigo é aberto no site original',
'article_viewed' => 'Quando o artigo é visualizado',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'enquanto scrolling',
'upon_reception' => 'ao receber um artigo',
'when' => 'Marcar artigo como lido…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Artigos para exibir',
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index 9772c39ed..242bf063e 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'когда статья открывается на её сайте',
'article_viewed' => 'когда статья просматривается',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'во время прокрутки',
'upon_reception' => 'по получении статьи',
'when' => 'Отмечать статью прочитанной…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Какие статьи отображать',
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php
index e6b7d5b06..bddd51b26 100644
--- a/app/i18n/sk/conf.php
+++ b/app/i18n/sk/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'keď je článok otvorený na svojej webovej stránke',
'article_viewed' => 'keď je článok zobrazený',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'počas skrolovania',
'upon_reception' => 'po načítaní článku',
'when' => 'Označiť článok ako prečítaný…',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => 'Článkov na zobrazenie',
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 3c7ca101a..3379a19e3 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => 'orijinal makale sitesi açıldığında',
'article_viewed' => 'makale görüntülendiğinde',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => 'kaydırma yapılırken',
'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 - Translation
),
'show' => array(
'_' => 'Gösterilecek makaleler',
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index 6c95b1576..45d287b8d 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -127,9 +127,11 @@ return array(
'read' => array(
'article_open_on_website' => '在打开原文章后',
'article_viewed' => '在文章被浏览后',
+ 'keep_max_n_unread' => 'Max number of articles to keep unread', // TODO - Translation
'scroll' => '在滚动浏览后',
'upon_reception' => '在接收文章后',
'when' => '何时将文章标记为已读',
+ 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO - Translation
),
'show' => array(
'_' => '文章显示',