From aea9ba0d62b86be05e53747c97bfcbc8f4bc4408 Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Mon, 21 Oct 2024 13:41:16 +0200 Subject: 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 --- app/i18n/fa/conf.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'app/i18n/fa') 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' => ' اگر عنوان یکسانی از قبل در n جدیدترین مقالات بالا وجود داشته باشد', + 'when_same_title_in_category' => 'if an identical title already exists in the top n newest articles of the category', // TODO + 'when_same_title_in_feed' => ' اگر عنوان یکسانی از قبل در n جدیدترین مقالات بالا وجود داشته باشد (of the feed)', // DIRTY ), 'show' => array( '_' => ' مقالات برای نمایش', -- cgit v1.2.3