aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2025-08-07 22:20:08 +0200
committerGravatar GitHub <noreply@github.com> 2025-08-07 22:20:08 +0200
commit1f8273803f632b40c260721cb3257ae4e2251f5a (patch)
tree4c60bfc77bb815600c4a8fbd505281b57834be4c /app/i18n/fr/sub.php
parent62f32ccadff77594f5b8e3ad24c4c2541ff35885 (diff)
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
Diffstat (limited to 'app/i18n/fr/sub.php')
-rw-r--r--app/i18n/fr/sub.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
index 19b1348e0..226307dda 100644
--- a/app/i18n/fr/sub.php
+++ b/app/i18n/fr/sub.php
@@ -241,9 +241,15 @@ return array(
'help' => 'Utile pour les flux invalides.<br />⚠️ Changer le critère peut créer des doublons.',
'id' => 'ID standard (défaut)',
'link' => 'Lien',
+ 'sha1:content' => 'Contenu',
+ 'sha1:content_published' => 'Contenu + Date',
'sha1:link_published' => 'Lien + Date',
'sha1:link_published_title' => 'Lien + Date + Titre',
'sha1:link_published_title_content' => 'Lien + Date + Titre + Contenu',
+ 'sha1:published' => 'Date', // IGNORE
+ 'sha1:title' => 'Titre',
+ 'sha1:title_published' => 'Titre + Date',
+ 'sha1:title_published_content' => 'Titre + Date + Contenu',
),
'url' => 'URL du flux',
'useragent' => 'Sélectionner l’agent utilisateur pour télécharger ce flux',