|
|
@@ -36,6 +36,8 @@ return array(
|
|
|
'title' => 'Title', // IGNORE
|
|
|
),
|
|
|
'feed' => array(
|
|
|
+ 'accept_cookies' => 'Accept cookies', // IGNORE
|
|
|
+ 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // IGNORE
|
|
|
'add' => 'Add an RSS feed', // IGNORE
|
|
|
'advanced' => 'Advanced', // IGNORE
|
|
|
'archiving' => 'Archiving', // IGNORE
|
|
|
@@ -124,6 +126,8 @@ return array(
|
|
|
'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.', // IGNORE
|
|
|
'title' => 'Maintenance', // IGNORE
|
|
|
),
|
|
|
+ 'max_http_redir' => 'Max HTTP redirects', // IGNORE
|
|
|
+ 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // IGNORE
|
|
|
'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.', // IGNORE
|
|
|
'mute' => 'mute', // IGNORE
|
|
|
'no_selected' => 'No feed selected.', // IGNORE
|