aboutsummaryrefslogtreecommitdiff
path: root/app/i18n/it/sub.php
diff options
context:
space:
mode:
authorGravatar Roman D <me@iamroman.org> 2022-08-20 13:06:24 +0300
committerGravatar GitHub <noreply@github.com> 2022-08-20 12:06:24 +0200
commit0ec65788f9a2fb3ab389d22c723e6b36d798a806 (patch)
treed3832b2c07ff74d9c709cbab34feebce3ad66298 /app/i18n/it/sub.php
parent8f475523f52101f818dd4cb9ab22b5429ab39287 (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/it/sub.php')
-rw-r--r--app/i18n/it/sub.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/i18n/it/sub.php b/app/i18n/it/sub.php
index c9f4823f0..720733c7d 100644
--- a/app/i18n/it/sub.php
+++ b/app/i18n/it/sub.php
@@ -36,6 +36,8 @@ return array(
'title' => 'Titolo',
),
'feed' => array(
+ 'accept_cookies' => 'Accept cookies', // TODO
+ 'accept_cookies_help' => 'Allow the feed server to set cookies (stored in memory for the duration of the request only)', // TODO
'add' => 'Aggiungi un Feed RSS',
'advanced' => 'Avanzate',
'archiving' => 'Archiviazione',
@@ -124,6 +126,8 @@ return array(
'reload_articles_help' => 'Reload that many articles and fetch complete content if a selector is defined.', // TODO
'title' => 'Maintenance', // TODO
),
+ 'max_http_redir' => 'Max HTTP redirects', // TODO
+ 'max_http_redir_help' => 'Set to 0 or leave blank to disable, -1 for unlimited redirects', // TODO
'moved_category_deleted' => 'Cancellando una categoria i feed al suo interno verranno classificati automaticamente come <em>%s</em>.',
'mute' => 'mute', // TODO
'no_selected' => 'Nessun feed selezionato.',