|
|
@@ -237,13 +237,19 @@ return array(
|
|
|
'ttl' => 'Do not automatically refresh more often than',
|
|
|
'unicityCriteria' => array(
|
|
|
'_' => 'Article unicity criteria',
|
|
|
- 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>', // TODO
|
|
|
- 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.', // TODO
|
|
|
+ 'forced' => '<span title="Block the unicity criteria, even when the feed has duplicate articles">forced</span>',
|
|
|
+ 'help' => 'Relevant for invalid feeds.<br />⚠️ Changing the policy will create duplicates.',
|
|
|
'id' => 'Standard ID (default)',
|
|
|
'link' => 'Link',
|
|
|
+ 'sha1:content' => 'Content',
|
|
|
+ 'sha1:content_published' => 'Content + Date',
|
|
|
'sha1:link_published' => 'Link + Date',
|
|
|
'sha1:link_published_title' => 'Link + Date + Title',
|
|
|
'sha1:link_published_title_content' => 'Link + Date + Title + Content',
|
|
|
+ 'sha1:published' => 'Date',
|
|
|
+ 'sha1:title' => 'Title',
|
|
|
+ 'sha1:title_published' => 'Title + Date',
|
|
|
+ 'sha1:title_published_content' => 'Title + Date + Content',
|
|
|
),
|
|
|
'url' => 'Feed URL',
|
|
|
'useragent' => 'Set the user agent for fetching this feed',
|
|
|
@@ -255,7 +261,7 @@ return array(
|
|
|
'import_export' => array(
|
|
|
'export' => array(
|
|
|
'_' => 'Export',
|
|
|
- 'sqlite' => 'Download user database as SQLite', // TODO
|
|
|
+ 'sqlite' => 'Download user database as SQLite',
|
|
|
),
|
|
|
'export_labelled' => 'Export your labelled articles',
|
|
|
'export_opml' => 'Export list of feeds (OPML)',
|