aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/i18n
diff options
context:
space:
mode:
authorAlexandre Alapetite <alexandre@alapetite.fr>2024-10-21 13:41:16 +0200
committerGitHub <noreply@github.com>2024-10-21 13:41:16 +0200
commitaea9ba0d62b86be05e53747c97bfcbc8f4bc4408 (patch)
tree5be022f67f0cd2fab8f7d09113e09608cdddc5aa /app/i18n
parentad2c6e6fbf3658f08295fb437a0f97e10498eb11 (diff)
downloadfreshrss-aea9ba0d62b86be05e53747c97bfcbc8f4bc4408.tar.gz
freshrss-aea9ba0d62b86be05e53747c97bfcbc8f4bc4408.zip
New option mark article as read if identical title in category (#6922)
* New mark articles as read if identical title in category fix https://github.com/FreshRSS/FreshRSS/issues/6143 * i18n todo forgotten
Diffstat (limited to 'app/i18n')
-rw-r--r--app/i18n/cs/conf.php3
-rw-r--r--app/i18n/de/conf.php3
-rw-r--r--app/i18n/el/conf.php3
-rw-r--r--app/i18n/en-us/conf.php3
-rw-r--r--app/i18n/en/conf.php3
-rw-r--r--app/i18n/es/conf.php3
-rw-r--r--app/i18n/fa/conf.php3
-rw-r--r--app/i18n/fr/conf.php3
-rw-r--r--app/i18n/he/conf.php3
-rw-r--r--app/i18n/hu/conf.php3
-rw-r--r--app/i18n/id/conf.php3
-rw-r--r--app/i18n/it/conf.php3
-rw-r--r--app/i18n/ja/conf.php3
-rw-r--r--app/i18n/ko/conf.php3
-rw-r--r--app/i18n/lv/conf.php3
-rw-r--r--app/i18n/nl/conf.php3
-rw-r--r--app/i18n/oc/conf.php3
-rw-r--r--app/i18n/pl/conf.php3
-rw-r--r--app/i18n/pt-br/conf.php3
-rw-r--r--app/i18n/ru/conf.php3
-rw-r--r--app/i18n/sk/conf.php3
-rw-r--r--app/i18n/tr/conf.php3
-rw-r--r--app/i18n/zh-cn/conf.php3
-rw-r--r--app/i18n/zh-tw/conf.php3
24 files changed, 48 insertions, 24 deletions
diff --git a/app/i18n/cs/conf.php b/app/i18n/cs/conf.php
index ff856cb28..f31d03e08 100644
--- a/app/i18n/cs/conf.php
+++ b/app/i18n/cs/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'když se již nenachází v upstreamu zpráv.',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'když shodný název již existuje v top <i>n</i> nejnovějších článcích (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Počet zobrazených článků',
diff --git a/app/i18n/de/conf.php b/app/i18n/de/conf.php
index 2fc75a964..232a07fe6 100644
--- a/app/i18n/de/conf.php
+++ b/app/i18n/de/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'wenn der Artikel nicht mehr im Feed enthalten ist',
'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.',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'falls der identische Titel bereit in den <i>n</i> neusten Artikel vorhanden ist. (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Artikel zum Anzeigen',
diff --git a/app/i18n/el/conf.php b/app/i18n/el/conf.php
index a9fbad830..c058c63f2 100644
--- a/app/i18n/el/conf.php
+++ b/app/i18n/el/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'when it is no longer in the upstream news feed', // TODO
'upon_reception' => 'upon receiving the article', // TODO
'when' => 'Mark an article as read…', // TODO
- 'when_same_title' => 'if an identical title already exists in the top <i>n</i> newest articles', // TODO
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed', // TODO
),
'show' => array(
'_' => 'Articles to display', // TODO
diff --git a/app/i18n/en-us/conf.php b/app/i18n/en-us/conf.php
index 89464482d..c5ef95631 100644
--- a/app/i18n/en-us/conf.php
+++ b/app/i18n/en-us/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'when it is no longer in the upstream news feed', // IGNORE
'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
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // IGNORE
+ 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed', // IGNORE
),
'show' => array(
'_' => 'Articles to display', // IGNORE
diff --git a/app/i18n/en/conf.php b/app/i18n/en/conf.php
index 0fde3d3ac..8ef4080bd 100644
--- a/app/i18n/en/conf.php
+++ b/app/i18n/en/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'when it is no longer in the upstream news feed',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category',
+ 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed',
),
'show' => array(
'_' => 'Articles to display',
diff --git a/app/i18n/es/conf.php b/app/i18n/es/conf.php
index f5d95eec1..0dda347bc 100644
--- a/app/i18n/es/conf.php
+++ b/app/i18n/es/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'cuando ya no está disponible en la fuente de noticias previa',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'Si ya existe un título idéntico en la parte superior <i>n</i> artículos más recientes (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Artículos a mostrar',
diff --git a/app/i18n/fa/conf.php b/app/i18n/fa/conf.php
index 614ad6e00..5d9df704c 100644
--- a/app/i18n/fa/conf.php
+++ b/app/i18n/fa/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => ' زمانی که دیگر در فید اخبار بالادستی نیست',
'upon_reception' => ' پس از دریافت مقاله',
'when' => ' علامت گذاری یک مقاله به عنوان خوانده شده…',
- 'when_same_title' => ' اگر عنوان یکسانی از قبل در <i>n</i> جدیدترین مقالات بالا وجود داشته باشد',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => ' اگر عنوان یکسانی از قبل در <i>n</i> جدیدترین مقالات بالا وجود داشته باشد (of the feed)', // DIRTY
),
'show' => array(
'_' => ' مقالات برای نمایش',
diff --git a/app/i18n/fr/conf.php b/app/i18n/fr/conf.php
index 46166a637..bcfa11636 100644
--- a/app/i18n/fr/conf.php
+++ b/app/i18n/fr/conf.php
@@ -237,7 +237,8 @@ return array(
'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',
+ 'when_same_title_in_category' => 'si un même titre existe déjà dans les <i>n</i> articles plus récents de la catégorie',
+ 'when_same_title_in_feed' => 'si un même titre existe déjà dans les <i>n</i> articles plus récents du flux',
),
'show' => array(
'_' => 'Articles à afficher',
diff --git a/app/i18n/he/conf.php b/app/i18n/he/conf.php
index bb88da752..d6f277a3f 100644
--- a/app/i18n/he/conf.php
+++ b/app/i18n/he/conf.php
@@ -237,7 +237,8 @@ return array(
'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
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'if an identical title already exists in the top <i>n</i> newest articles of the feed', // TODO
),
'show' => array(
'_' => 'מאמרים להצגה',
diff --git a/app/i18n/hu/conf.php b/app/i18n/hu/conf.php
index 6c3a62545..56712eb2e 100644
--- a/app/i18n/hu/conf.php
+++ b/app/i18n/hu/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'ha már nincs benne a hírforrásban',
'upon_reception' => 'a cikk beérkezésekor',
'when' => 'Jelöljön meg egy cikket olvasottként…',
- 'when_same_title' => 'ha egy azonos című cikk már létezik a legújabb <i>n</i> számú cikk között',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'ha egy azonos című cikk már létezik a legújabb <i>n</i> számú cikk között (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Megjelenített cikkek',
diff --git a/app/i18n/id/conf.php b/app/i18n/id/conf.php
index 61296316e..c3aa1f036 100644
--- a/app/i18n/id/conf.php
+++ b/app/i18n/id/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'saat tidak lagi ada di feed berita atas',
'upon_reception' => 'saat menerima artikel',
'when' => 'Tandai artikel sebagai telah dibaca…',
- 'when_same_title' => 'jika judul identik sudah ada di <i>n</i> artikel terbaru',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'jika judul identik sudah ada di <i>n</i> artikel terbaru (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Artikel untuk ditampilkan',
diff --git a/app/i18n/it/conf.php b/app/i18n/it/conf.php
index 791958c9a..637cbabde 100644
--- a/app/i18n/it/conf.php
+++ b/app/i18n/it/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'quando non si trova più nel feed di notizie in alto',
'upon_reception' => 'Alla ricezione del contenuto',
'when' => 'Segna articoli come letti…',
- 'when_same_title' => 'se un titolo identico esiste già tra i <i>n</i> articoli più recenti',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'se un titolo identico esiste già tra i <i>n</i> articoli più recenti (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Articoli da visualizzare',
diff --git a/app/i18n/ja/conf.php b/app/i18n/ja/conf.php
index 89530d12e..d7781034c 100644
--- a/app/i18n/ja/conf.php
+++ b/app/i18n/ja/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'ニュースフィードの提供元がなくなったとき',
'upon_reception' => '記事を受け取ったとき',
'when' => '記事を既読にする…',
- 'when_same_title' => 'すでに同一タイトルが上位n件の最新記事に存在するとき',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'すでに同一タイトルが上位n件の最新記事に存在するとき (of the feed)', // DIRTY
),
'show' => array(
'_' => '記事を表示する',
diff --git a/app/i18n/ko/conf.php b/app/i18n/ko/conf.php
index 29c39186b..ad1c7431c 100644
--- a/app/i18n/ko/conf.php
+++ b/app/i18n/ko/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => '원본 뉴스 피드에서 글 삭제 되었을 때',
'upon_reception' => '글을 가져오자마자',
'when' => '읽음으로 표시…',
- 'when_same_title' => '상위 <i>n</i>개의 최신 글에 동일한 제목이 이미 있는 경우',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => '상위 <i>n</i>개의 최신 글에 동일한 제목이 이미 있는 경우 (of the feed)', // DIRTY
),
'show' => array(
'_' => '글 표시 방식',
diff --git a/app/i18n/lv/conf.php b/app/i18n/lv/conf.php
index b56f6e37a..59b02ab63 100644
--- a/app/i18n/lv/conf.php
+++ b/app/i18n/lv/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'kad tas vairs nav augšupējā ziņu barotnē',
'upon_reception' => 'pēc raksta saņemšanas',
'when' => 'Atzīmēt rakstu kā izlasītu…',
- 'when_same_title' => 'ja identisks virsraksts jau ir jaunākajos <i>n</i> rakstos',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'ja identisks virsraksts jau ir jaunākajos <i>n</i> rakstos (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Rādāmie raksti',
diff --git a/app/i18n/nl/conf.php b/app/i18n/nl/conf.php
index f2bf351ab..4e3221e85 100644
--- a/app/i18n/nl/conf.php
+++ b/app/i18n/nl/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'als het niet langer in de nieuwsfeed staat',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'als een zelfde titel al voorkomt in de top <i>n</i> nieuwste artikelen (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Artikelen om te tonen',
diff --git a/app/i18n/oc/conf.php b/app/i18n/oc/conf.php
index 134c51e64..dd5ffdb3b 100644
--- a/app/i18n/oc/conf.php
+++ b/app/i18n/oc/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'quand es pas mai dins lo flux de novèla font',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'se un títol identic existís ja demest lo <i>n</i> articles mai recents (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Articles de mostrar',
diff --git a/app/i18n/pl/conf.php b/app/i18n/pl/conf.php
index 1ec98a61a..413af5e42 100644
--- a/app/i18n/pl/conf.php
+++ b/app/i18n/pl/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'gdy nie jest już listowana w źródle kanału',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'gdy identyczny tytuł już istnieje w <i>n</i> najnowszych wiadomościach (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Wiadomości do wyświetlenia',
diff --git a/app/i18n/pt-br/conf.php b/app/i18n/pt-br/conf.php
index 1dd98d627..98e1e5d68 100644
--- a/app/i18n/pt-br/conf.php
+++ b/app/i18n/pt-br/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'Quando não estiver mais no feed de notícias principais',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'Se um título idêntico já existir nos últimos <i>n</i> artigos mais novos (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Artigos para exibir',
diff --git a/app/i18n/ru/conf.php b/app/i18n/ru/conf.php
index 246bb0b88..6d4a894a8 100644
--- a/app/i18n/ru/conf.php
+++ b/app/i18n/ru/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'когда это больше не в новостной ленте',
'upon_reception' => 'по получении статьи',
'when' => 'Отмечать статью прочитанной…',
- 'when_same_title' => 'если идентичный заголовок уже существует в верхних <i>n</i> новейших статьях',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'если идентичный заголовок уже существует в верхних <i>n</i> новейших статьях (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Какие статьи отображать',
diff --git a/app/i18n/sk/conf.php b/app/i18n/sk/conf.php
index 255916e58..ed89d0b21 100644
--- a/app/i18n/sk/conf.php
+++ b/app/i18n/sk/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'keď už nie je v hlavnom kanály noviniek',
'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',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'ak rovnaký nadpis už existuje v TOP <i>n</i> najnovších článkoch (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Článkov na zobrazenie',
diff --git a/app/i18n/tr/conf.php b/app/i18n/tr/conf.php
index 87f709350..18ddee338 100644
--- a/app/i18n/tr/conf.php
+++ b/app/i18n/tr/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => 'Yeni akışta üst sıralarda değilken',
'upon_reception' => 'makale üzerinde gelince',
'when' => 'Makaleyi okundu olarak işaretle…',
- 'when_same_title' => 'Aynı başlığa sahip daha yeni bir makale en popüler <i>n</i> yeni metinlerdeyse',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => 'Aynı başlığa sahip daha yeni bir makale en popüler <i>n</i> yeni metinlerdeyse (of the feed)', // DIRTY
),
'show' => array(
'_' => 'Gösterilecek makaleler',
diff --git a/app/i18n/zh-cn/conf.php b/app/i18n/zh-cn/conf.php
index e2931dc47..a3b3f721f 100644
--- a/app/i18n/zh-cn/conf.php
+++ b/app/i18n/zh-cn/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => '在被原订阅源被移除后',
'upon_reception' => '在接收文章后',
'when' => '何时将文章标记为已读',
- 'when_same_title' => '已存在 n 条相同标题文章',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => '已存在 n 条相同标题文章 (of the feed)', // DIRTY
),
'show' => array(
'_' => '文章显示',
diff --git a/app/i18n/zh-tw/conf.php b/app/i18n/zh-tw/conf.php
index 90a1ab910..332a84991 100644
--- a/app/i18n/zh-tw/conf.php
+++ b/app/i18n/zh-tw/conf.php
@@ -237,7 +237,8 @@ return array(
'upon_gone' => '在被原訂閱源移除後',
'upon_reception' => '在接收文章後',
'when' => '何時將文章標記為已讀',
- 'when_same_title' => '已存在 n 條相同標題文章',
+ 'when_same_title_in_category' => 'if an identical title already exists in the top <i>n</i> newest articles of the category', // TODO
+ 'when_same_title_in_feed' => '已存在 n 條相同標題文章 (of the feed)', // DIRTY
),
'show' => array(
'_' => '文章顯示',