diff --git a/Config/Config.cs b/Config/Config.cs index a433446..6f0cba1 100644 --- a/Config/Config.cs +++ b/Config/Config.cs @@ -105,6 +105,11 @@ namespace SystemTrayMenu Log.ProcessStart("https://github.com/Hofknecht/SystemTrayMenu#FAQ"); } + internal static void ShowSupportSystemTrayMenu() + { + Log.ProcessStart("https://github.com/Hofknecht/SystemTrayMenu#donations"); + } + /// /// Read the OS setting whether dark mode is enabled. /// diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs index 00a63c9..fe11cbd 100644 --- a/Properties/AssemblyInfo.cs +++ b/Properties/AssemblyInfo.cs @@ -39,5 +39,5 @@ using System.Runtime.InteropServices; // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.2.2.6")] -[assembly: AssemblyFileVersion("1.2.2.6")] +[assembly: AssemblyVersion("1.2.2.7")] +[assembly: AssemblyFileVersion("1.2.2.7")] diff --git a/README.md b/README.md index 0f799b9..f610a6b 100644 --- a/README.md +++ b/README.md @@ -169,8 +169,8 @@ Thanks for ideas, reporting issues and contributing! #285 #286 [dao-net](https://github.com/dao-net), #288 William P., #294 #295 #296 Stefan Mahrer, -#225 #297 [chip33](https://github.com/chip33), - +#225 #297 #299 [chip33](https://github.com/chip33), +#298 [phanirithvij](https://github.com/phanirithvij), Donations ------------------ @@ -191,5 +191,6 @@ Sponsors - Thank you! * Stefan Mahrer * Ralf K. * [donaldaken](https://github.com/donaldaken) +* Marc S. * [Traditional_Tap3954](https://www.reddit.com/user/Traditional_Tap3954/) * Maximilian H. diff --git a/Resources/lang.Designer.cs b/Resources/lang.Designer.cs index a796ff9..6f9a0fc 100644 --- a/Resources/lang.Designer.cs +++ b/Resources/lang.Designer.cs @@ -1006,6 +1006,15 @@ namespace SystemTrayMenu.Resources { } } + /// + /// Looks up a localized string similar to Support SystemTrayMenu. + /// + internal static string Support_SystemTrayMenu { + get { + return ResourceManager.GetString("Support SystemTrayMenu", resourceCulture); + } + } + /// /// Looks up a localized string similar to System Info. /// diff --git a/Resources/lang.cs-CZ.resx b/Resources/lang.cs-CZ.resx index 2f90cc4..5da5ed3 100644 --- a/Resources/lang.cs-CZ.resx +++ b/Resources/lang.cs-CZ.resx @@ -459,4 +459,7 @@ Velikost ikon v procentech + + Podpora SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.de-DE.resx b/Resources/lang.de-DE.resx index 958fd3a..012321e 100644 --- a/Resources/lang.de-DE.resx +++ b/Resources/lang.de-DE.resx @@ -459,4 +459,7 @@ Größe der Icons in Prozent + + SystemTrayMenu unterstützen + \ No newline at end of file diff --git a/Resources/lang.es-ES.resx b/Resources/lang.es-ES.resx index 7b5c83b..1ae92a1 100644 --- a/Resources/lang.es-ES.resx +++ b/Resources/lang.es-ES.resx @@ -459,4 +459,7 @@ Tamaño de los iconos en porcentaje + + Apoyo SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.fa-IR.resx b/Resources/lang.fa-IR.resx index 47ee3b2..1ca092e 100644 --- a/Resources/lang.fa-IR.resx +++ b/Resources/lang.fa-IR.resx @@ -459,4 +459,7 @@ اندازه آیکون ها بر حسب درصد + + SystemTrayMenu پشتیبانی از + \ No newline at end of file diff --git a/Resources/lang.fr-FR.resx b/Resources/lang.fr-FR.resx index ed80ad8..76dc576 100644 --- a/Resources/lang.fr-FR.resx +++ b/Resources/lang.fr-FR.resx @@ -459,4 +459,7 @@ Taille des icônes en pourcentage + + Assistance SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.it-IT.resx b/Resources/lang.it-IT.resx index 6903d11..dd53047 100644 --- a/Resources/lang.it-IT.resx +++ b/Resources/lang.it-IT.resx @@ -459,4 +459,7 @@ Dimensione delle icone in percentuale + + Supporto SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.ja-JP.resx b/Resources/lang.ja-JP.resx index a70e850..b7d2fe7 100644 --- a/Resources/lang.ja-JP.resx +++ b/Resources/lang.ja-JP.resx @@ -459,4 +459,7 @@ アイコンのサイズ(パーセント) + + サポート SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.ko-KR.resx b/Resources/lang.ko-KR.resx index 6c48432..e5f9a12 100644 --- a/Resources/lang.ko-KR.resx +++ b/Resources/lang.ko-KR.resx @@ -459,4 +459,7 @@ 아이콘 크기(%) + + 지원 SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.nl-NL.resx b/Resources/lang.nl-NL.resx index 2f907a8..0b417da 100644 --- a/Resources/lang.nl-NL.resx +++ b/Resources/lang.nl-NL.resx @@ -459,4 +459,7 @@ Grootte van de pictogrammen in procent + + Ondersteuning SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.pt-BR.resx b/Resources/lang.pt-BR.resx index 168996b..34767e5 100644 --- a/Resources/lang.pt-BR.resx +++ b/Resources/lang.pt-BR.resx @@ -459,4 +459,7 @@ Tamanho dos ícones em porcentagem + + Suporte SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.resx b/Resources/lang.resx index a0a9c9a..0c5b2c2 100644 --- a/Resources/lang.resx +++ b/Resources/lang.resx @@ -459,4 +459,7 @@ Size of the icons in percent + + Support SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.ru-RU.resx b/Resources/lang.ru-RU.resx index 8333e5b..d53d779 100644 --- a/Resources/lang.ru-RU.resx +++ b/Resources/lang.ru-RU.resx @@ -459,4 +459,7 @@ Размер иконок в процентах + + Поддержка SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.tr-TR.resx b/Resources/lang.tr-TR.resx index 74789be..86fb404 100644 --- a/Resources/lang.tr-TR.resx +++ b/Resources/lang.tr-TR.resx @@ -459,4 +459,7 @@ Simgelerin yüzde olarak boyutu + + Destek SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.vi-VN.resx b/Resources/lang.vi-VN.resx index 37fdad3..fcfabc4 100644 --- a/Resources/lang.vi-VN.resx +++ b/Resources/lang.vi-VN.resx @@ -459,4 +459,7 @@ Kích thước của các biểu tượng tính bằng phần trăm + + Hỗ trợ SystemTrayMenu + \ No newline at end of file diff --git a/Resources/lang.zh-CN.resx b/Resources/lang.zh-CN.resx index bfe99e5..521e038 100644 --- a/Resources/lang.zh-CN.resx +++ b/Resources/lang.zh-CN.resx @@ -459,4 +459,7 @@ 图标的大小百分比 + + 支持 SystemTrayMenu + \ No newline at end of file diff --git a/UserInterface/AppContextMenu.cs b/UserInterface/AppContextMenu.cs index 7d10c35..edb00a3 100644 --- a/UserInterface/AppContextMenu.cs +++ b/UserInterface/AppContextMenu.cs @@ -65,6 +65,18 @@ namespace SystemTrayMenu.Helper menu.Items.Add(helpFAQ); + ToolStripMenuItem supportSystemTrayMenu = new() + { + Text = Translator.GetText("Support SystemTrayMenu"), + }; + supportSystemTrayMenu.Click += SupportSystemTrayMenu_Click; + static void SupportSystemTrayMenu_Click(object sender, EventArgs e) + { + Config.ShowSupportSystemTrayMenu(); + } + + menu.Items.Add(supportSystemTrayMenu); + ToolStripMenuItem about = new() { Text = Translator.GetText("About"), @@ -74,7 +86,7 @@ namespace SystemTrayMenu.Helper { FileVersionInfo versionInfo = FileVersionInfo.GetVersionInfo( Assembly.GetEntryAssembly().Location); - AboutBox ab = new() + AboutBox aboutBox = new() { AppTitle = versionInfo.ProductName, AppDescription = versionInfo.FileDescription, @@ -82,30 +94,39 @@ namespace SystemTrayMenu.Helper AppCopyright = versionInfo.LegalCopyright, AppMoreInfo = versionInfo.LegalCopyright, }; - ab.AppMoreInfo += Environment.NewLine; - ab.AppMoreInfo += "Markus Hofknecht (mailto:Markus@Hofknecht.eu)" + Environment.NewLine; - ab.AppMoreInfo += "Tanja Hofknecht (mailto:Tanja@Hofknecht.eu)" + Environment.NewLine; + aboutBox.AppMoreInfo += Environment.NewLine; + aboutBox.AppMoreInfo += "Markus Hofknecht (mailto:Markus@Hofknecht.eu)" + Environment.NewLine; + aboutBox.AppMoreInfo += "Tanja Hofknecht (mailto:Tanja@Hofknecht.eu)" + Environment.NewLine; // Thanks for letting me being part of this project and that I am allowed to be listed here :-) - ab.AppMoreInfo += "Peter Kirmeier (mai" + "lto:top" + "ete" + "rk@f" + "reen" + "et." + "de)" + Environment.NewLine; + aboutBox.AppMoreInfo += "Peter Kirmeier (mai" + "lto:top" + "ete" + "rk@f" + "reen" + "et." + "de)" + Environment.NewLine; - ab.AppMoreInfo += "http://www.hofknecht.eu/systemtraymenu/" + Environment.NewLine; - ab.AppMoreInfo += "https://github.com/Hofknecht/SystemTrayMenu" + Environment.NewLine; - ab.AppMoreInfo += Environment.NewLine; - ab.AppMoreInfo += "GNU GENERAL PUBLIC LICENSE" + Environment.NewLine; - ab.AppMoreInfo += "(Version 3, 29 June 2007)" + Environment.NewLine; + aboutBox.AppMoreInfo += "http://www.hofknecht.eu/systemtraymenu/" + Environment.NewLine; + aboutBox.AppMoreInfo += "https://github.com/Hofknecht/SystemTrayMenu" + Environment.NewLine; + aboutBox.AppMoreInfo += Environment.NewLine; + aboutBox.AppMoreInfo += "GNU GENERAL PUBLIC LICENSE" + Environment.NewLine; + aboutBox.AppMoreInfo += "(Version 3, 29 June 2007)" + Environment.NewLine; - ab.AppMoreInfo += "Thanks for ideas, reporting issues and contributing!" + Environment.NewLine; - ab.AppMoreInfo += "#123 Mordecai00, #125 Holgermh, #135 #153 #154 #164 jakkaas, #145 Pascal Aloy, #153 #158 #160 blackcrack,"; - ab.AppMoreInfo += "#162 HansieNL, #163 igorruckert, #171 kehoen, #186 Dtrieb, #188 #189 #191 #195 iJahangard, #195 #197 #225 #238 the-phuctran, "; - ab.AppMoreInfo += "#205 kristofzerbe, #209 jonaskohl, #211 blacksparrow15, #220 Yavuz E., #229 #230 #239 Peter O., #231 Ryonez, "; - ab.AppMoreInfo += "#235 #242 243 #247, #271 Tom, #237 Torsten S., #240 video Patrick, #244 Gunter D., #246 MACE4GITHUB, #259 vanjac, "; - ab.AppMoreInfo += "#262 terencemcdonnell, #269 petersnows25, #272 Peter M., #273 #274 ParasiteDelta, #275 #276 #278 donaldaken, "; - ab.AppMoreInfo += "#277 Jan S., #282 akuznets, #283 #284 #289 RuSieg, #285 #286 dao-net, #288 William P., #294 #295 #296 Stefan Mahrer, "; - ab.AppMoreInfo += "#225 #297 chip33, " + Environment.NewLine; - - ab.AppDetailsButton = true; - ab.ShowDialog(); + aboutBox.AppMoreInfo += "Thanks for ideas, reporting issues and contributing!" + Environment.NewLine; + aboutBox.AppMoreInfo += "#123 Mordecai00, #125 Holgermh, #135 #153 #154 #164 jakkaas, #145 Pascal Aloy, #153 #158 #160 blackcrack,"; + aboutBox.AppMoreInfo += "#162 HansieNL, #163 igorruckert, #171 kehoen, #186 Dtrieb, #188 #189 #191 #195 iJahangard, #195 #197 #225 #238 the-phuctran, "; + aboutBox.AppMoreInfo += "#205 kristofzerbe, #209 jonaskohl, #211 blacksparrow15, #220 Yavuz E., #229 #230 #239 Peter O., #231 Ryonez, "; + aboutBox.AppMoreInfo += "#235 #242 243 #247, #271 Tom, #237 Torsten S., #240 video Patrick, #244 Gunter D., #246 MACE4GITHUB, #259 vanjac, "; + aboutBox.AppMoreInfo += "#262 terencemcdonnell, #269 petersnows25, #272 Peter M., #273 #274 ParasiteDelta, #275 #276 #278 donaldaken, "; + aboutBox.AppMoreInfo += "#277 Jan S., #282 akuznets, #283 #284 #289 RuSieg, #285 #286 dao-net, #288 William P., #294 #295 #296 Stefan Mahrer, "; + aboutBox.AppMoreInfo += "#225 #297 #299 chip33, #298 phanirithvij" + Environment.NewLine; + aboutBox.AppMoreInfo += @" +Sponsors - Thank you! +------------------ +* Stefan Mahrer +* Ralf K. +* donaldaken +* Marc S. +* Traditional_Tap3954 +* Maximilian H. +"; + aboutBox.AppDetailsButton = true; + aboutBox.ShowDialog(); } menu.Items.Add(about);