diff options
| author | 2022-08-20 13:06:24 +0300 | |
|---|---|---|
| committer | 2022-08-20 12:06:24 +0200 | |
| commit | 0ec65788f9a2fb3ab389d22c723e6b36d798a806 (patch) | |
| tree | d3832b2c07ff74d9c709cbab34feebce3ad66298 /app/i18n/en/sub.php | |
| parent | 8f475523f52101f818dd4cb9ab22b5429ab39287 (diff) | |
Implemented advanced feed settings to allow cookies and HTTP redirects. (#4470)
* Implemented advanced feed settings to allow cookies and HTTP redirects.
* i18n fr
Co-authored-by: Alexandre Alapetite <alexandre@alapetite.fr>
Diffstat (limited to 'app/i18n/en/sub.php')
| -rw-r--r-- | app/i18n/en/sub.php | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/en/sub.php b/app/i18n/en/sub.php index 202d89b3c..c5c15a435 100644 --- a/app/i18n/en/sub.php +++ b/app/i18n/en/sub.php @@ -36,6 +36,8 @@ return array( 'title' => 'Title', ), 'feed' => array( + 'accept_cookies' => 'Accept cookies', + 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', 'add' => 'Add an RSS feed', 'advanced' => 'Advanced', 'archiving' => 'Archiving', @@ -124,6 +126,8 @@ return array( 'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.', 'title' => 'Maintenance', ), + 'max_http_redir' => 'Max HTTP redirects', + 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', 'moved_category_deleted' => 'When you delete a category, its feeds are automatically classified under <em>%s</em>.', 'mute' => 'mute', 'no_selected' => 'No feed selected.', |
