aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/fr/sub.php
diff options
context:
space:
mode:
authorGravatar Alexandre Alapetite <alexandre@alapetite.fr> 2024-10-14 09:34:16 +0200
committerGravatar GitHub <noreply@github.com> 2024-10-14 09:34:16 +0200
commit256dcc21bb222184d5e917ea57cec334b74b96f4 (patch)
tree89455b225b6fb2f00b98cead6d5450282c4cc6ce /app/i18n/fr/sub.php
parent40c4d798f0decf2d49005277c6d3a3d0e39bedfd (diff)
New unicity policies for feeds with bad GUIDs (#4487)
New set of unicity criteria options. New tolerance heuristic: > `$invalidGuidsTolerance` (default 0.05) The maximum ratio (rounded) of invalid GUIDs to tolerate before degrading the unicity criteria. > Example for 0.05 (5% rounded): tolerate 0 invalid GUIDs for up to 9 articles, 1 for 10, 2 for 30, 3 for 50, 4 for 70, 5 for 90, 6 for 110, etc. > The default value of 5% rounded was chosen to allow 1 invalid GUID for feeds of 10 articles, which is a frequently observed amount of articles.
Diffstat (limited to 'app/i18n/fr/sub.php')
-rw-r--r--app/i18n/fr/sub.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/app/i18n/fr/sub.php b/app/i18n/fr/sub.php
index 2c6ec36cb..24678f377 100644
--- a/app/i18n/fr/sub.php
+++ b/app/i18n/fr/sub.php
@@ -228,6 +228,16 @@ return array(
'title' => 'Titre',
'title_add' => 'Ajouter un flux RSS',
'ttl' => 'Ne pas automatiquement rafraîchir plus souvent que',
+ 'unicityCriteria' => array(
+ '_' => 'Critère d’unicité des articles',
+ 'forced' => '<span title="Bloque le critère d’unicité même en cas de doublons">forcé</span>',
+ 'help' => 'Utile pour les flux invalides.<br />⚠️ Changer le critère peut créer des doublons.',
+ 'id' => 'ID standard (défaut)',
+ 'link' => 'Lien',
+ 'sha1:link_published' => 'Lien + Date',
+ 'sha1:link_published_title' => 'Lien + Date + Titre',
+ 'sha1:link_published_title_content' => 'Lien + Date + Titre + Contenu',
+ ),
'url' => 'URL du flux',
'useragent' => 'Sélectionner l’agent utilisateur pour télécharger ce flux',
'useragent_help' => 'Exemple : <kbd>Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:86.0)</kbd>',