From 1f8273803f632b40c260721cb3257ae4e2251f5a Mon Sep 17 00:00:00 2001 From: Alexandre Alapetite Date: Thu, 7 Aug 2025 22:20:08 +0200 Subject: Add more unicity criteria based on title and/or content (#7789) * Add more unicity criteria based on title and/or content https://github.com/FreshRSS/FreshRSS/discussions/7788 * More --- app/i18n/it/sub.php | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'app/i18n/it/sub.php') diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php index 3d4b29c40..84d9b3347 100644 --- a/app/i18n/it/sub.php +++ b/app/i18n/it/sub.php @@ -241,9 +241,15 @@ return array( 'help' => 'Rilevante per i feed non validi.
⚠️ La modifica del criterio creerà dei duplicati.', 'id' => 'Standard ID (default)', // IGNORE 'link' => 'Link', // IGNORE + 'sha1:content' => 'Contenuto', + 'sha1:content_published' => 'Contenuto + Data', 'sha1:link_published' => 'Link + Data', 'sha1:link_published_title' => 'Link + Data + Titolo', 'sha1:link_published_title_content' => 'Link + Data + Titolo + Contenuto', + 'sha1:published' => 'Data', + 'sha1:title' => 'Titolo', + 'sha1:title_published' => 'Titolo + Data', + 'sha1:title_published_content' => 'Titolo + Data + Contenuto', ), 'url' => 'URL del feed', 'useragent' => 'Imposta lo user agent per recuperare questo feed', -- cgit v1.2.3