diff --git a/plugins/rss/lang/cs.js b/plugins/rss/lang/cs.js index 9d7ca8fd1..be9032735 100644 --- a/plugins/rss/lang/cs.js +++ b/plugins/rss/lang/cs.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/da.js b/plugins/rss/lang/da.js index ba01b6d58..f497bbe52 100644 --- a/plugins/rss/lang/da.js +++ b/plugins/rss/lang/da.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/de.js b/plugins/rss/lang/de.js index 99bfbf7ca..91029afc5 100644 --- a/plugins/rss/lang/de.js +++ b/plugins/rss/lang/de.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Alle Filter"; theUILang.rssUpdateInterval = "Aktualisierungsintervall"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Verzeichnisse"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/el.js b/plugins/rss/lang/el.js index c06c06404..fb40c6315 100644 --- a/plugins/rss/lang/el.js +++ b/plugins/rss/lang/el.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Όλα τα φίλτρα"; theUILang.rssUpdateInterval = "Μεσοδιάστημα ανανέωσης"; theUILang.rssShowErrorsDelayed = "Καθυστέρηση της ειδοποίησης για σφάλματα RSS μέχρι η καρτέλα καταγραφής σφαλμάτων ή η τροφοδοσία RSS να είναι ορατά"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Φάκελοι"; theUILang.Labels = "Ετικέτες"; diff --git a/plugins/rss/lang/es.js b/plugins/rss/lang/es.js index 090c11af2..6ee6f7660 100644 --- a/plugins/rss/lang/es.js +++ b/plugins/rss/lang/es.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Todos los filtros"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/fi.js b/plugins/rss/lang/fi.js index 0b26879eb..19a9b1894 100644 --- a/plugins/rss/lang/fi.js +++ b/plugins/rss/lang/fi.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/fr.js b/plugins/rss/lang/fr.js index 796ce47b4..b8338a4b1 100644 --- a/plugins/rss/lang/fr.js +++ b/plugins/rss/lang/fr.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Tous les filtres"; theUILang.rssUpdateInterval = "Intervalle de mise à jour"; theUILang.rssShowErrorsDelayed = "Retarder les notifications d'erreurs RSS jusqu'a ce que l'onglet journal ou le flux RSS soit visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Annuaires"; theUILang.Labels = "Étiquettes"; diff --git a/plugins/rss/lang/hu.js b/plugins/rss/lang/hu.js index 48b883d75..9b433f780 100644 --- a/plugins/rss/lang/hu.js +++ b/plugins/rss/lang/hu.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/it.js b/plugins/rss/lang/it.js index cef92166e..ae0c80cfb 100644 --- a/plugins/rss/lang/it.js +++ b/plugins/rss/lang/it.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Tutti i filtri"; theUILang.rssUpdateInterval = "Intervallo di aggiornamento"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Cartelle"; theUILang.Labels = "Etichette"; diff --git a/plugins/rss/lang/ko.js b/plugins/rss/lang/ko.js index f854e8e56..15a8cab08 100644 --- a/plugins/rss/lang/ko.js +++ b/plugins/rss/lang/ko.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "모든 필터"; theUILang.rssUpdateInterval = "업데이트 주기"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "디렉토리"; theUILang.Labels = "라벨"; diff --git a/plugins/rss/lang/lv.js b/plugins/rss/lang/lv.js index b54acef07..5a9b021e7 100644 --- a/plugins/rss/lang/lv.js +++ b/plugins/rss/lang/lv.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/nl.js b/plugins/rss/lang/nl.js index 258952b44..68696639a 100644 --- a/plugins/rss/lang/nl.js +++ b/plugins/rss/lang/nl.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Alle filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/no.js b/plugins/rss/lang/no.js index e4f85a552..23c16451c 100644 --- a/plugins/rss/lang/no.js +++ b/plugins/rss/lang/no.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Alle filtre"; theUILang.rssUpdateInterval = "Oppdateringsintervall"; theUILang.rssShowErrorsDelayed = "Utsett varsling om feil på RSS inntil logg eller RSS-feed er synlig"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Mapper"; theUILang.Labels = "Etiketter"; diff --git a/plugins/rss/lang/pl.js b/plugins/rss/lang/pl.js index 2859a590a..85b7f2a35 100644 --- a/plugins/rss/lang/pl.js +++ b/plugins/rss/lang/pl.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Wszystkie filtry"; theUILang.rssUpdateInterval = "Aktualizuj co"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Katalogi"; theUILang.Labels = "Etykiety"; diff --git a/plugins/rss/lang/pt.js b/plugins/rss/lang/pt.js index 2b3b8ee80..7bfc36645 100644 --- a/plugins/rss/lang/pt.js +++ b/plugins/rss/lang/pt.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/ru.js b/plugins/rss/lang/ru.js index 40185d50b..62c768da2 100644 --- a/plugins/rss/lang/ru.js +++ b/plugins/rss/lang/ru.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Все фильтры"; theUILang.rssUpdateInterval = "Интервал обновления"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Директории"; theUILang.Labels = "Метки"; diff --git a/plugins/rss/lang/sk.js b/plugins/rss/lang/sk.js index 63873c34e..35d9cc0f1 100644 --- a/plugins/rss/lang/sk.js +++ b/plugins/rss/lang/sk.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/sr.js b/plugins/rss/lang/sr.js index aa6090a97..acd6c7f3d 100644 --- a/plugins/rss/lang/sr.js +++ b/plugins/rss/lang/sr.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/sv.js b/plugins/rss/lang/sv.js index 3be7944e2..864ebef12 100644 --- a/plugins/rss/lang/sv.js +++ b/plugins/rss/lang/sv.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Alla filter"; theUILang.rssUpdateInterval = "Uppdateringsintervall"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Mappar"; theUILang.Labels = "Etiketter"; diff --git a/plugins/rss/lang/tr.js b/plugins/rss/lang/tr.js index ff2416793..c0388cd44 100644 --- a/plugins/rss/lang/tr.js +++ b/plugins/rss/lang/tr.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels"; diff --git a/plugins/rss/lang/uk.js b/plugins/rss/lang/uk.js index 63bf8cf69..b3c759944 100644 --- a/plugins/rss/lang/uk.js +++ b/plugins/rss/lang/uk.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Усі фільтри"; theUILang.rssUpdateInterval = "Інтервал оновлення"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Директорії"; theUILang.Labels = "Мітки"; diff --git a/plugins/rss/lang/vi.js b/plugins/rss/lang/vi.js index 4de2e2ae4..ff499b66d 100644 --- a/plugins/rss/lang/vi.js +++ b/plugins/rss/lang/vi.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "Tất cả bộ lọc"; theUILang.rssUpdateInterval = "Cập nhật sau mỗi"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Các thư mục"; theUILang.Labels = "Các nhãn"; diff --git a/plugins/rss/lang/zh-cn.js b/plugins/rss/lang/zh-cn.js index 0c5968c06..d13497bec 100644 --- a/plugins/rss/lang/zh-cn.js +++ b/plugins/rss/lang/zh-cn.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "增加过滤器"; theUILang.rssUpdateInterval = "更新间隔"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "文件夹"; theUILang.Labels = "标签"; diff --git a/plugins/rss/lang/zh-tw.js b/plugins/rss/lang/zh-tw.js index ee1a1b670..76263eb71 100644 --- a/plugins/rss/lang/zh-tw.js +++ b/plugins/rss/lang/zh-tw.js @@ -74,6 +74,8 @@ theUILang.rssAllFiters = "All filters"; theUILang.rssUpdateInterval = "Update interval"; theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible"; + theUILang.rssSanitizationLevel = "Show external RSS content"; + theUILang.rssSanitizationLevels = {RESTRICTED: "Restricted (no links or images)", BASIC: "Basic (no images)", RELAXED: "Relaxed"}; theUILang.Directories = "Directories"; theUILang.Labels = "Labels";