|
@@ -57,13 +57,14 @@ return array(
|
|
|
'prepend' => 'Add before existing content', // IGNORE
|
|
'prepend' => 'Add before existing content', // IGNORE
|
|
|
'replace' => 'Replace existing content', // IGNORE
|
|
'replace' => 'Replace existing content', // IGNORE
|
|
|
),
|
|
),
|
|
|
|
|
+ 'content_retrieval' => 'Content retrieval', // IGNORE
|
|
|
'css_cookie' => 'Use Cookies when fetching the article content', // IGNORE
|
|
'css_cookie' => 'Use Cookies when fetching the article content', // IGNORE
|
|
|
'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // IGNORE
|
|
'css_cookie_help' => 'Example: <kbd>foo=bar; gdpr_consent=true; cookie=value</kbd>', // IGNORE
|
|
|
'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', // IGNORE
|
|
'css_help' => 'Retrieves truncated RSS feeds (caution, requires more time!)', // IGNORE
|
|
|
'css_path' => 'Article CSS selector on original website', // IGNORE
|
|
'css_path' => 'Article CSS selector on original website', // IGNORE
|
|
|
'css_path_filter' => array(
|
|
'css_path_filter' => array(
|
|
|
'_' => 'CSS selector of the elements to remove', // IGNORE
|
|
'_' => 'CSS selector of the elements to remove', // IGNORE
|
|
|
- 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside, p[data-sanitized-class="menu"]</kbd>', // IGNORE
|
|
|
|
|
|
|
+ 'help' => 'A CSS selector may be a list such as: <kbd>.footer, .aside, p[data-sanitized-class~="menu"]</kbd>', // IGNORE
|
|
|
),
|
|
),
|
|
|
'description' => 'Description', // IGNORE
|
|
'description' => 'Description', // IGNORE
|
|
|
'empty' => 'This feed is empty. Please verify that it is still maintained.', // IGNORE
|
|
'empty' => 'This feed is empty. Please verify that it is still maintained.', // IGNORE
|
|
@@ -201,6 +202,7 @@ return array(
|
|
|
'no_selected' => 'No feed selected.', // IGNORE
|
|
'no_selected' => 'No feed selected.', // IGNORE
|
|
|
'number_entries' => '%d articles', // IGNORE
|
|
'number_entries' => '%d articles', // IGNORE
|
|
|
'open_feed' => 'Open feed %s', // IGNORE
|
|
'open_feed' => 'Open feed %s', // IGNORE
|
|
|
|
|
+ 'path_entries_condition' => 'Condition for content retrieval', // IGNORE
|
|
|
'priority' => array(
|
|
'priority' => array(
|
|
|
'_' => 'Visibility', // IGNORE
|
|
'_' => 'Visibility', // IGNORE
|
|
|
'archived' => 'Do not show (archived)', // IGNORE
|
|
'archived' => 'Do not show (archived)', // IGNORE
|