Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

rss plugin: add "Regular Expression Example" #2747

Merged
merged 2 commits into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/rss/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -968,7 +968,7 @@ theWebUI.addNewFilter = function()
{
var list = $("#fltlist");
theWebUI.maxFilterNo++;
var f = { name: theUILang.rssNewFilter, enabled: 1, pattern: "", exclude: "", label: "", hash: "", start: 1, add_path: 1, dir: "", throttle: "", ratio: "", chktitle: 1, chkdesc: 0, chklink: 0, interval: -1, no: theWebUI.maxFilterNo };
var f = { name: theUILang.rssNewFilter, enabled: 1, pattern: "/^"+theUILang.rssPatternExample+"$/i", exclude: "", label: "", hash: "", start: 1, add_path: 1, dir: "", throttle: "", ratio: "", chktitle: 1, chkdesc: 0, chklink: 0, interval: -1, no: theWebUI.maxFilterNo };
var i = this.filters.length;
list.append( $("<li>").html("<input type='checkbox' id='_fe"+i+"'/><input type='text' class='TextboxNormal' onfocus=\"theWebUI.selectFilter(this);\" id='_fn"+i+"'/>"));
this.filters.push(f);
Expand Down
1 change: 1 addition & 0 deletions plugins/rss/lang/cs.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/da.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/de.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Verzeichnisse";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/el.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Καθυστέρηση της ειδοποίησης για σφάλματα RSS μέχρι η καρτέλα καταγραφής σφαλμάτων ή η τροφοδοσία RSS να είναι ορατά";
theUILang.Directories = "Φάκελοι";
theUILang.Labels = "Ετικέτες";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/en.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/es.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/fi.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/fr.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Retarder les notifications d'erreurs RSS jusqu'a ce que l'onglet journal ou le flux RSS soit visible";
theUILang.Directories = "Annuaires";
theUILang.Labels = "Étiquettes";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/hu.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Az RSS hibaüzenet késleltetése, amíg a naplófül vagy az RSS feed láthatóvá nem válik";
theUILang.Directories = "Mappák";
theUILang.Labels = "Címkék";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/it.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Cartelle";
theUILang.Labels = "Etichette";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/ko.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "디렉토리";
theUILang.Labels = "라벨";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/lv.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/nl.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/no.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Utsett varsling om feil på RSS inntil logg eller RSS-feed er synlig";
theUILang.Directories = "Mapper";
theUILang.Labels = "Etiketter";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/pl.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Katalogi";
theUILang.Labels = "Etykiety";
theUILang.rssPatternExample = "Przykład wyrażenia regularnego";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/pt-br.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/pt-pt.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Atrase a notificação de erro RSS até que a aba de registro ou feed RSS esteja visível";
theUILang.Directories = "Diretórios";
theUILang.Labels = "Rótulos";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/ru.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Директории";
theUILang.Labels = "Метки";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/sk.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/sr.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/sv.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Mappar";
theUILang.Labels = "Etiketter";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/tr.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/uk.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Директорії";
theUILang.Labels = "Мітки";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/vi.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Các thư mục";
theUILang.Labels = "Các nhãn";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/zh-cn.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "文件夹";
theUILang.Labels = "标签";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();
1 change: 1 addition & 0 deletions plugins/rss/lang/zh-tw.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@
theUILang.rssShowErrorsDelayed = "Delay RSS error notification until the log tab or RSS feed is visible";
theUILang.Directories = "Directories";
theUILang.Labels = "Labels";
theUILang.rssPatternExample = "Regular Expression Example";

thePlugins.get("rss").langLoaded();