Przeglądaj źródła

Changes for v9.1

deadmoon 4 lat temu
rodzic
commit
72344355b4

+ 92 - 27
Optimizer/MainForm.Designer.cs

@@ -321,6 +321,10 @@ namespace Optimizer
             this.groupInternet = new System.Windows.Forms.Panel();
             this.groupCoding = new System.Windows.Forms.Panel();
             this.groupSoundVideo = new System.Windows.Forms.Panel();
+            this.lblSystemTools = new System.Windows.Forms.Label();
+            this.lblInternet = new System.Windows.Forms.Label();
+            this.lblCoding = new System.Windows.Forms.Label();
+            this.lblVideoSound = new System.Windows.Forms.Label();
             this.tpanel.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
             this.bpanel.SuspendLayout();
@@ -387,7 +391,7 @@ namespace Optimizer
             this.tpanel.Location = new System.Drawing.Point(0, 0);
             this.tpanel.Margin = new System.Windows.Forms.Padding(2);
             this.tpanel.Name = "tpanel";
-            this.tpanel.Size = new System.Drawing.Size(1047, 64);
+            this.tpanel.Size = new System.Drawing.Size(939, 64);
             this.tpanel.TabIndex = 1;
             // 
             // txtNetFw
@@ -408,7 +412,7 @@ namespace Optimizer
             this.linkUpdate.Font = new System.Drawing.Font("Segoe UI Semibold", 13F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.linkUpdate.ForeColor = System.Drawing.Color.Gold;
             this.linkUpdate.LinkColor = System.Drawing.Color.Gold;
-            this.linkUpdate.Location = new System.Drawing.Point(715, 6);
+            this.linkUpdate.Location = new System.Drawing.Point(607, 6);
             this.linkUpdate.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.linkUpdate.Name = "linkUpdate";
             this.linkUpdate.Size = new System.Drawing.Size(320, 50);
@@ -425,7 +429,7 @@ namespace Optimizer
             this.lblLab.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Right)));
             this.lblLab.Font = new System.Drawing.Font("Segoe UI Semibold", 13F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Italic))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.lblLab.ForeColor = System.Drawing.Color.Gold;
-            this.lblLab.Location = new System.Drawing.Point(639, 6);
+            this.lblLab.Location = new System.Drawing.Point(531, 6);
             this.lblLab.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.lblLab.Name = "lblLab";
             this.lblLab.Size = new System.Drawing.Size(402, 50);
@@ -500,7 +504,7 @@ namespace Optimizer
             this.bpanel.Location = new System.Drawing.Point(0, 64);
             this.bpanel.Margin = new System.Windows.Forms.Padding(2);
             this.bpanel.Name = "bpanel";
-            this.bpanel.Size = new System.Drawing.Size(1047, 641);
+            this.bpanel.Size = new System.Drawing.Size(939, 641);
             this.bpanel.TabIndex = 2;
             // 
             // tabCollection
@@ -522,7 +526,7 @@ namespace Optimizer
             this.tabCollection.Margin = new System.Windows.Forms.Padding(2);
             this.tabCollection.Name = "tabCollection";
             this.tabCollection.SelectedIndex = 0;
-            this.tabCollection.Size = new System.Drawing.Size(1045, 639);
+            this.tabCollection.Size = new System.Drawing.Size(937, 639);
             this.tabCollection.TabIndex = 0;
             this.tabCollection.SelectedIndexChanged += new System.EventHandler(this.aio_SelectedIndexChanged);
             // 
@@ -1020,7 +1024,11 @@ namespace Optimizer
             // appsTab
             // 
             this.appsTab.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
+            this.appsTab.Controls.Add(this.lblVideoSound);
+            this.appsTab.Controls.Add(this.lblCoding);
+            this.appsTab.Controls.Add(this.lblSystemTools);
             this.appsTab.Controls.Add(this.groupSoundVideo);
+            this.appsTab.Controls.Add(this.lblInternet);
             this.appsTab.Controls.Add(this.groupCoding);
             this.appsTab.Controls.Add(this.groupInternet);
             this.appsTab.Controls.Add(this.panel10);
@@ -1029,7 +1037,7 @@ namespace Optimizer
             this.appsTab.Location = new System.Drawing.Point(4, 24);
             this.appsTab.Name = "appsTab";
             this.appsTab.Padding = new System.Windows.Forms.Padding(3);
-            this.appsTab.Size = new System.Drawing.Size(1037, 611);
+            this.appsTab.Size = new System.Drawing.Size(929, 611);
             this.appsTab.TabIndex = 12;
             this.appsTab.Text = "Common Apps";
             // 
@@ -1040,7 +1048,7 @@ namespace Optimizer
             this.panel10.Dock = System.Windows.Forms.DockStyle.Top;
             this.panel10.Location = new System.Drawing.Point(3, 3);
             this.panel10.Name = "panel10";
-            this.panel10.Size = new System.Drawing.Size(1031, 44);
+            this.panel10.Size = new System.Drawing.Size(923, 44);
             this.panel10.TabIndex = 163;
             // 
             // appsTitle
@@ -1065,7 +1073,7 @@ namespace Optimizer
             this.btnGetFeed.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btnGetFeed.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.btnGetFeed.ForeColor = System.Drawing.Color.White;
-            this.btnGetFeed.Location = new System.Drawing.Point(887, 6);
+            this.btnGetFeed.Location = new System.Drawing.Point(777, 6);
             this.btnGetFeed.Margin = new System.Windows.Forms.Padding(2);
             this.btnGetFeed.Name = "btnGetFeed";
             this.btnGetFeed.Size = new System.Drawing.Size(144, 32);
@@ -1092,7 +1100,7 @@ namespace Optimizer
             this.panelCommonApps.Dock = System.Windows.Forms.DockStyle.Bottom;
             this.panelCommonApps.Location = new System.Drawing.Point(3, 488);
             this.panelCommonApps.Name = "panelCommonApps";
-            this.panelCommonApps.Size = new System.Drawing.Size(1031, 120);
+            this.panelCommonApps.Size = new System.Drawing.Size(923, 120);
             this.panelCommonApps.TabIndex = 162;
             // 
             // txtFeedError
@@ -1118,7 +1126,7 @@ namespace Optimizer
             this.btnDownloadApps.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.btnDownloadApps.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.btnDownloadApps.ForeColor = System.Drawing.Color.White;
-            this.btnDownloadApps.Location = new System.Drawing.Point(886, 84);
+            this.btnDownloadApps.Location = new System.Drawing.Point(778, 84);
             this.btnDownloadApps.Margin = new System.Windows.Forms.Padding(2);
             this.btnDownloadApps.Name = "btnDownloadApps";
             this.btnDownloadApps.Size = new System.Drawing.Size(143, 35);
@@ -1132,7 +1140,7 @@ namespace Optimizer
             this.setDownDirLbl.AutoSize = true;
             this.setDownDirLbl.Font = new System.Drawing.Font("Segoe UI Semibold", 12F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.setDownDirLbl.ForeColor = System.Drawing.Color.DodgerBlue;
-            this.setDownDirLbl.Location = new System.Drawing.Point(2, 4);
+            this.setDownDirLbl.Location = new System.Drawing.Point(6, 4);
             this.setDownDirLbl.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.setDownDirLbl.Name = "setDownDirLbl";
             this.setDownDirLbl.Size = new System.Drawing.Size(160, 21);
@@ -1146,7 +1154,7 @@ namespace Optimizer
             this.txtDownloadFolder.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
             this.txtDownloadFolder.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.txtDownloadFolder.ForeColor = System.Drawing.Color.Silver;
-            this.txtDownloadFolder.Location = new System.Drawing.Point(7, 30);
+            this.txtDownloadFolder.Location = new System.Drawing.Point(11, 30);
             this.txtDownloadFolder.Name = "txtDownloadFolder";
             this.txtDownloadFolder.Size = new System.Drawing.Size(302, 23);
             this.txtDownloadFolder.TabIndex = 70;
@@ -1160,7 +1168,7 @@ namespace Optimizer
             this.changeDownDirB.FlatAppearance.MouseOverBackColor = System.Drawing.Color.RoyalBlue;
             this.changeDownDirB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.changeDownDirB.ForeColor = System.Drawing.Color.White;
-            this.changeDownDirB.Location = new System.Drawing.Point(312, 30);
+            this.changeDownDirB.Location = new System.Drawing.Point(316, 30);
             this.changeDownDirB.Margin = new System.Windows.Forms.Padding(2);
             this.changeDownDirB.Name = "changeDownDirB";
             this.changeDownDirB.Size = new System.Drawing.Size(30, 23);
@@ -1175,7 +1183,7 @@ namespace Optimizer
             this.txtDownloadStatus.AutoSize = true;
             this.txtDownloadStatus.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.txtDownloadStatus.ForeColor = System.Drawing.Color.LightGray;
-            this.txtDownloadStatus.Location = new System.Drawing.Point(3, 58);
+            this.txtDownloadStatus.Location = new System.Drawing.Point(7, 58);
             this.txtDownloadStatus.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.txtDownloadStatus.Name = "txtDownloadStatus";
             this.txtDownloadStatus.Size = new System.Drawing.Size(32, 19);
@@ -1191,7 +1199,7 @@ namespace Optimizer
             this.linkWarnings.Font = new System.Drawing.Font("Segoe UI Semibold", 10F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.linkWarnings.ForeColor = System.Drawing.Color.Gold;
             this.linkWarnings.LinkColor = System.Drawing.Color.Gold;
-            this.linkWarnings.Location = new System.Drawing.Point(3, 98);
+            this.linkWarnings.Location = new System.Drawing.Point(7, 98);
             this.linkWarnings.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
             this.linkWarnings.Name = "linkWarnings";
             this.linkWarnings.Size = new System.Drawing.Size(92, 19);
@@ -1226,7 +1234,7 @@ namespace Optimizer
             this.goToDownloadsB.FlatStyle = System.Windows.Forms.FlatStyle.Flat;
             this.goToDownloadsB.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.goToDownloadsB.ForeColor = System.Drawing.Color.White;
-            this.goToDownloadsB.Location = new System.Drawing.Point(739, 84);
+            this.goToDownloadsB.Location = new System.Drawing.Point(631, 84);
             this.goToDownloadsB.Margin = new System.Windows.Forms.Padding(2);
             this.goToDownloadsB.Name = "goToDownloadsB";
             this.goToDownloadsB.Size = new System.Drawing.Size(143, 35);
@@ -1241,9 +1249,9 @@ namespace Optimizer
             | System.Windows.Forms.AnchorStyles.Left)));
             this.groupSystemTools.AutoScroll = true;
             this.groupSystemTools.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.groupSystemTools.Location = new System.Drawing.Point(13, 77);
+            this.groupSystemTools.Location = new System.Drawing.Point(13, 64);
             this.groupSystemTools.Name = "groupSystemTools";
-            this.groupSystemTools.Size = new System.Drawing.Size(246, 408);
+            this.groupSystemTools.Size = new System.Drawing.Size(246, 421);
             this.groupSystemTools.TabIndex = 162;
             // 
             // cleanerTab
@@ -3952,7 +3960,7 @@ namespace Optimizer
             this.cAutoInstall.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Zoom;
             this.cAutoInstall.Font = new System.Drawing.Font("Segoe UI Semibold", 11F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
             this.cAutoInstall.ImageAlign = System.Drawing.ContentAlignment.MiddleLeft;
-            this.cAutoInstall.Location = new System.Drawing.Point(738, 56);
+            this.cAutoInstall.Location = new System.Drawing.Point(630, 56);
             this.cAutoInstall.Name = "cAutoInstall";
             this.cAutoInstall.Size = new System.Drawing.Size(290, 24);
             this.cAutoInstall.TabIndex = 107;
@@ -3962,7 +3970,7 @@ namespace Optimizer
             // progressDownloader
             // 
             this.progressDownloader.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left)));
-            this.progressDownloader.Location = new System.Drawing.Point(7, 83);
+            this.progressDownloader.Location = new System.Drawing.Point(11, 83);
             this.progressDownloader.MarqueeAnimationSpeed = 15;
             this.progressDownloader.Name = "progressDownloader";
             this.progressDownloader.Size = new System.Drawing.Size(302, 10);
@@ -4474,9 +4482,9 @@ namespace Optimizer
             | System.Windows.Forms.AnchorStyles.Left)));
             this.groupInternet.AutoScroll = true;
             this.groupInternet.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.groupInternet.Location = new System.Drawing.Point(265, 77);
+            this.groupInternet.Location = new System.Drawing.Point(265, 64);
             this.groupInternet.Name = "groupInternet";
-            this.groupInternet.Size = new System.Drawing.Size(225, 408);
+            this.groupInternet.Size = new System.Drawing.Size(231, 421);
             this.groupInternet.TabIndex = 164;
             // 
             // groupCoding
@@ -4485,9 +4493,9 @@ namespace Optimizer
             | System.Windows.Forms.AnchorStyles.Left)));
             this.groupCoding.AutoScroll = true;
             this.groupCoding.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.groupCoding.Location = new System.Drawing.Point(496, 77);
+            this.groupCoding.Location = new System.Drawing.Point(502, 64);
             this.groupCoding.Name = "groupCoding";
-            this.groupCoding.Size = new System.Drawing.Size(198, 408);
+            this.groupCoding.Size = new System.Drawing.Size(198, 421);
             this.groupCoding.TabIndex = 165;
             // 
             // groupSoundVideo
@@ -4496,17 +4504,69 @@ namespace Optimizer
             | System.Windows.Forms.AnchorStyles.Left)));
             this.groupSoundVideo.AutoScroll = true;
             this.groupSoundVideo.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
-            this.groupSoundVideo.Location = new System.Drawing.Point(700, 77);
+            this.groupSoundVideo.Location = new System.Drawing.Point(706, 64);
             this.groupSoundVideo.Name = "groupSoundVideo";
-            this.groupSoundVideo.Size = new System.Drawing.Size(211, 408);
+            this.groupSoundVideo.Size = new System.Drawing.Size(211, 421);
             this.groupSoundVideo.TabIndex = 166;
             // 
+            // lblSystemTools
+            // 
+            this.lblSystemTools.AutoSize = true;
+            this.lblSystemTools.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblSystemTools.ForeColor = System.Drawing.Color.Silver;
+            this.lblSystemTools.Location = new System.Drawing.Point(11, 46);
+            this.lblSystemTools.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.lblSystemTools.Name = "lblSystemTools";
+            this.lblSystemTools.Size = new System.Drawing.Size(89, 15);
+            this.lblSystemTools.TabIndex = 162;
+            this.lblSystemTools.Tag = "";
+            this.lblSystemTools.Text = "System && Tools";
+            // 
+            // lblInternet
+            // 
+            this.lblInternet.AutoSize = true;
+            this.lblInternet.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblInternet.ForeColor = System.Drawing.Color.Silver;
+            this.lblInternet.Location = new System.Drawing.Point(262, 46);
+            this.lblInternet.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.lblInternet.Name = "lblInternet";
+            this.lblInternet.Size = new System.Drawing.Size(49, 15);
+            this.lblInternet.TabIndex = 167;
+            this.lblInternet.Tag = "";
+            this.lblInternet.Text = "Internet";
+            // 
+            // lblCoding
+            // 
+            this.lblCoding.AutoSize = true;
+            this.lblCoding.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblCoding.ForeColor = System.Drawing.Color.Silver;
+            this.lblCoding.Location = new System.Drawing.Point(499, 46);
+            this.lblCoding.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.lblCoding.Name = "lblCoding";
+            this.lblCoding.Size = new System.Drawing.Size(45, 15);
+            this.lblCoding.TabIndex = 168;
+            this.lblCoding.Tag = "";
+            this.lblCoding.Text = "Coding";
+            // 
+            // lblVideoSound
+            // 
+            this.lblVideoSound.AutoSize = true;
+            this.lblVideoSound.Font = new System.Drawing.Font("Segoe UI Semibold", 9F, ((System.Drawing.FontStyle)((System.Drawing.FontStyle.Bold | System.Drawing.FontStyle.Underline))), System.Drawing.GraphicsUnit.Point, ((byte)(0)));
+            this.lblVideoSound.ForeColor = System.Drawing.Color.Silver;
+            this.lblVideoSound.Location = new System.Drawing.Point(703, 46);
+            this.lblVideoSound.Margin = new System.Windows.Forms.Padding(2, 0, 2, 0);
+            this.lblVideoSound.Name = "lblVideoSound";
+            this.lblVideoSound.Size = new System.Drawing.Size(88, 15);
+            this.lblVideoSound.TabIndex = 169;
+            this.lblVideoSound.Tag = "";
+            this.lblVideoSound.Text = "Video && Sound";
+            // 
             // MainForm
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
             this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Dpi;
             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
-            this.ClientSize = new System.Drawing.Size(1047, 705);
+            this.ClientSize = new System.Drawing.Size(939, 705);
             this.Controls.Add(this.bpanel);
             this.Controls.Add(this.tpanel);
             this.DoubleBuffered = true;
@@ -4538,6 +4598,7 @@ namespace Optimizer
             this.startupTab.PerformLayout();
             this.panel3.ResumeLayout(false);
             this.appsTab.ResumeLayout(false);
+            this.appsTab.PerformLayout();
             this.panel10.ResumeLayout(false);
             this.panel10.PerformLayout();
             this.panelCommonApps.ResumeLayout(false);
@@ -4893,6 +4954,10 @@ namespace Optimizer
         private Panel groupCoding;
         private Panel groupInternet;
         private Panel groupSoundVideo;
+        private Label lblVideoSound;
+        private Label lblCoding;
+        private Label lblSystemTools;
+        private Label lblInternet;
     }
 }
 

+ 0 - 1
Optimizer/MainForm.cs

@@ -651,7 +651,6 @@ namespace Optimizer
                     appCard.appImage.SizeMode = PictureBoxSizeMode.Zoom;
                     appCard.appImage.LoadAsync(x.Image);
                     
-                    
                     switch (x.Group)
                     {
                         case "SystemTools":

+ 6 - 0
Optimizer/Optimize.cs

@@ -54,6 +54,9 @@ namespace Optimizer
 
         internal static void EnablePerformanceTweaks()
         {
+            // enable auto-complete in Run Dialog
+            Registry.SetValue(@"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete", "Append Completion", "yes", RegistryValueKind.String);
+
             // show all tray icons
             Registry.SetValue(@"HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Explorer", "EnableAutoTray", "0", RegistryValueKind.DWord);
 
@@ -109,6 +112,9 @@ namespace Optimizer
         {
             try
             {
+                // disable auto-complete in Run Dialog
+                Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Explorer\AutoComplete", true).DeleteValue("Append Completion", false);
+
                 // hide tray icons
                 Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Windows\CurrentVersion\Explorer", true).DeleteValue("EnableAutoTray", false);
 

+ 1 - 1
Optimizer/Program.cs

@@ -13,7 +13,7 @@ namespace Optimizer
         // Enter current version here
 
         internal readonly static float Major = 9;
-        internal readonly static float Minor = 0;
+        internal readonly static float Minor = 1;
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 

+ 4 - 0
Optimizer/Resources/EL.json

@@ -248,6 +248,10 @@
 	"hostNotFound": "Αδυναμία εύρεσης host",
 	"pinging": "Ping με 32 bytes - 9 φορές...",
 	"latency": "Καθυστέρηση",
+	"lblSystemTools": "Εργαλεία Συστήματος",
+	"lblInternet": "Διαδίκτυο",
+	"lblCoding": "Προγραμματισμός",
+	"lblVideoSound": "Εικόνα και Ήχος",
 	"min": "Ελάχιστο",
 	"max": "Μέγιστο",
 	"avg": "Μέσο",

+ 4 - 0
Optimizer/Resources/EN.json

@@ -248,6 +248,10 @@
 	"hostNotFound": "Could not find host",
 	"pinging": "Pinging with 32 bytes - 9 times...",
 	"latency": "LATENCY",
+	"lblSystemTools": "System && Tools",
+	"lblInternet": "Internet",
+	"lblCoding": "Coding",
+	"lblVideoSound": "Video && Sound",
 	"min": "Min",
 	"max": "Max",
 	"avg": "Average",

+ 4 - 0
Optimizer/Resources/RU.json

@@ -248,6 +248,10 @@
 	"hostNotFound": "Не удалось найти хост",
 	"pinging": "Пинг 32 байт - 9 раз...",
 	"latency": "задержка",
+	"lblSystemTools": "Система и инструменты",
+	"lblInternet": "Интернет",
+	"lblCoding": "кодирование",
+	"lblVideoSound": "Видео и звук",
 	"min": "мин",
 	"max": "макс",
 	"avg": "среднее",

+ 4 - 0
Optimizer/Resources/TR.json

@@ -248,6 +248,10 @@
 	"hostNotFound": "Ana bilgisayar(host) bulunamadı",
 	"pinging": "32 baytla pingleniyor - 9 defa...",
 	"latency": "GECİKME",
+	"lblSystemTools": "Sistem ve Araçlar",
+	"lblInternet": "Internet",
+	"lblCoding": "Kodlama",
+	"lblVideoSound": "Video ve Ses",
 	"min": "Minimum",
 	"max": "Maks.",
 	"avg": "Ortalama",

BIN
images/feed/androidstudio.png


BIN
images/feed/libreoffice.png


BIN
images/feed/vscodium.png