Browse Source

Updated translations v11.0

deadmoon 3 năm trước cách đây
mục cha
commit
cd6d9be333

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 
 All notable changes to this project will be documented in this file.
 All notable changes to this project will be documented in this file.
 
 
+## [11.0] - 2022-01-15
+- Improved: Translation fixes in all supported languages
+
 ## [10.9] - 2021-12-12
 ## [10.9] - 2021-12-12
 - New: Fully translated into Chinese (thanks to https://github.com/btwise - btwise)
 - New: Fully translated into Chinese (thanks to https://github.com/btwise - btwise)
 
 

+ 82 - 33
Optimizer/Forms/MainForm.Designer.cs

@@ -289,6 +289,8 @@ namespace Optimizer
             this.optionsTab = new System.Windows.Forms.TabPage();
             this.optionsTab = new System.Windows.Forms.TabPage();
             this.pictureBox85 = new System.Windows.Forms.PictureBox();
             this.pictureBox85 = new System.Windows.Forms.PictureBox();
             this.panel9 = new System.Windows.Forms.Panel();
             this.panel9 = new System.Windows.Forms.Panel();
+            this.radioChinese = new Optimizer.ColoredRadio();
+            this.pictureBox7 = new System.Windows.Forms.PictureBox();
             this.radioItalian = new Optimizer.ColoredRadio();
             this.radioItalian = new Optimizer.ColoredRadio();
             this.pictureBox6 = new System.Windows.Forms.PictureBox();
             this.pictureBox6 = new System.Windows.Forms.PictureBox();
             this.radioFrench = new Optimizer.ColoredRadio();
             this.radioFrench = new Optimizer.ColoredRadio();
@@ -354,8 +356,6 @@ namespace Optimizer
             this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
             this.trayExit = new System.Windows.Forms.ToolStripMenuItem();
             this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
             this.launcherIcon = new System.Windows.Forms.NotifyIcon(this.components);
             this.helpBox = new System.Windows.Forms.ToolTip(this.components);
             this.helpBox = new System.Windows.Forms.ToolTip(this.components);
-            this.radioChinese = new Optimizer.ColoredRadio();
-            this.pictureBox7 = new System.Windows.Forms.PictureBox();
             this.tpanel.SuspendLayout();
             this.tpanel.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit();
             this.bpanel.SuspendLayout();
             this.bpanel.SuspendLayout();
@@ -398,6 +398,7 @@ namespace Optimizer
             this.optionsTab.SuspendLayout();
             this.optionsTab.SuspendLayout();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).BeginInit();
             this.panel9.SuspendLayout();
             this.panel9.SuspendLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).BeginInit();
@@ -411,7 +412,6 @@ namespace Optimizer
             ((System.ComponentModel.ISupportInitialize)(this.picFOSS)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.picFOSS)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.picFSF)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.picFSF)).BeginInit();
             this.launcherMenu.SuspendLayout();
             this.launcherMenu.SuspendLayout();
-            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).BeginInit();
             this.SuspendLayout();
             this.SuspendLayout();
             // 
             // 
             // tpanel
             // tpanel
@@ -597,6 +597,7 @@ namespace Optimizer
             // 
             // 
             // stickySw
             // stickySw
             // 
             // 
+            this.stickySw.AnimationStep = 15;
             this.stickySw.Location = new System.Drawing.Point(337, 121);
             this.stickySw.Location = new System.Drawing.Point(337, 121);
             this.stickySw.Margin = new System.Windows.Forms.Padding(2);
             this.stickySw.Margin = new System.Windows.Forms.Padding(2);
             this.stickySw.Name = "stickySw";
             this.stickySw.Name = "stickySw";
@@ -611,6 +612,7 @@ namespace Optimizer
             // 
             // 
             // smartScreenSw
             // smartScreenSw
             // 
             // 
+            this.smartScreenSw.AnimationStep = 15;
             this.smartScreenSw.Location = new System.Drawing.Point(14, 121);
             this.smartScreenSw.Location = new System.Drawing.Point(14, 121);
             this.smartScreenSw.Margin = new System.Windows.Forms.Padding(2);
             this.smartScreenSw.Margin = new System.Windows.Forms.Padding(2);
             this.smartScreenSw.Name = "smartScreenSw";
             this.smartScreenSw.Name = "smartScreenSw";
@@ -625,6 +627,7 @@ namespace Optimizer
             // 
             // 
             // faxSw
             // faxSw
             // 
             // 
+            this.faxSw.AnimationStep = 15;
             this.faxSw.Location = new System.Drawing.Point(337, 51);
             this.faxSw.Location = new System.Drawing.Point(337, 51);
             this.faxSw.Margin = new System.Windows.Forms.Padding(2);
             this.faxSw.Margin = new System.Windows.Forms.Padding(2);
             this.faxSw.Name = "faxSw";
             this.faxSw.Name = "faxSw";
@@ -639,6 +642,7 @@ namespace Optimizer
             // 
             // 
             // compatSw
             // compatSw
             // 
             // 
+            this.compatSw.AnimationStep = 15;
             this.compatSw.Location = new System.Drawing.Point(337, 226);
             this.compatSw.Location = new System.Drawing.Point(337, 226);
             this.compatSw.Margin = new System.Windows.Forms.Padding(2);
             this.compatSw.Margin = new System.Windows.Forms.Padding(2);
             this.compatSw.Name = "compatSw";
             this.compatSw.Name = "compatSw";
@@ -653,6 +657,7 @@ namespace Optimizer
             // 
             // 
             // officeTelemetrySw
             // officeTelemetrySw
             // 
             // 
+            this.officeTelemetrySw.AnimationStep = 15;
             this.officeTelemetrySw.Location = new System.Drawing.Point(14, 261);
             this.officeTelemetrySw.Location = new System.Drawing.Point(14, 261);
             this.officeTelemetrySw.Margin = new System.Windows.Forms.Padding(2);
             this.officeTelemetrySw.Margin = new System.Windows.Forms.Padding(2);
             this.officeTelemetrySw.Name = "officeTelemetrySw";
             this.officeTelemetrySw.Name = "officeTelemetrySw";
@@ -667,6 +672,7 @@ namespace Optimizer
             // 
             // 
             // telemetryTasksSw
             // telemetryTasksSw
             // 
             // 
+            this.telemetryTasksSw.AnimationStep = 15;
             this.telemetryTasksSw.Location = new System.Drawing.Point(14, 226);
             this.telemetryTasksSw.Location = new System.Drawing.Point(14, 226);
             this.telemetryTasksSw.Margin = new System.Windows.Forms.Padding(2);
             this.telemetryTasksSw.Margin = new System.Windows.Forms.Padding(2);
             this.telemetryTasksSw.Name = "telemetryTasksSw";
             this.telemetryTasksSw.Name = "telemetryTasksSw";
@@ -681,6 +687,7 @@ namespace Optimizer
             // 
             // 
             // superfetchSw
             // superfetchSw
             // 
             // 
+            this.superfetchSw.AnimationStep = 15;
             this.superfetchSw.Location = new System.Drawing.Point(337, 191);
             this.superfetchSw.Location = new System.Drawing.Point(337, 191);
             this.superfetchSw.Margin = new System.Windows.Forms.Padding(2);
             this.superfetchSw.Margin = new System.Windows.Forms.Padding(2);
             this.superfetchSw.Name = "superfetchSw";
             this.superfetchSw.Name = "superfetchSw";
@@ -695,6 +702,7 @@ namespace Optimizer
             // 
             // 
             // homegroupSw
             // homegroupSw
             // 
             // 
+            this.homegroupSw.AnimationStep = 15;
             this.homegroupSw.Location = new System.Drawing.Point(337, 156);
             this.homegroupSw.Location = new System.Drawing.Point(337, 156);
             this.homegroupSw.Margin = new System.Windows.Forms.Padding(2);
             this.homegroupSw.Margin = new System.Windows.Forms.Padding(2);
             this.homegroupSw.Name = "homegroupSw";
             this.homegroupSw.Name = "homegroupSw";
@@ -709,6 +717,7 @@ namespace Optimizer
             // 
             // 
             // reportingSw
             // reportingSw
             // 
             // 
+            this.reportingSw.AnimationStep = 15;
             this.reportingSw.Location = new System.Drawing.Point(14, 191);
             this.reportingSw.Location = new System.Drawing.Point(14, 191);
             this.reportingSw.Margin = new System.Windows.Forms.Padding(2);
             this.reportingSw.Margin = new System.Windows.Forms.Padding(2);
             this.reportingSw.Name = "reportingSw";
             this.reportingSw.Name = "reportingSw";
@@ -723,6 +732,7 @@ namespace Optimizer
             // 
             // 
             // mediaSharingSw
             // mediaSharingSw
             // 
             // 
+            this.mediaSharingSw.AnimationStep = 15;
             this.mediaSharingSw.Location = new System.Drawing.Point(337, 86);
             this.mediaSharingSw.Location = new System.Drawing.Point(337, 86);
             this.mediaSharingSw.Margin = new System.Windows.Forms.Padding(2);
             this.mediaSharingSw.Margin = new System.Windows.Forms.Padding(2);
             this.mediaSharingSw.Name = "mediaSharingSw";
             this.mediaSharingSw.Name = "mediaSharingSw";
@@ -737,6 +747,7 @@ namespace Optimizer
             // 
             // 
             // printSw
             // printSw
             // 
             // 
+            this.printSw.AnimationStep = 15;
             this.printSw.Location = new System.Drawing.Point(337, 16);
             this.printSw.Location = new System.Drawing.Point(337, 16);
             this.printSw.Margin = new System.Windows.Forms.Padding(2);
             this.printSw.Margin = new System.Windows.Forms.Padding(2);
             this.printSw.Name = "printSw";
             this.printSw.Name = "printSw";
@@ -751,6 +762,7 @@ namespace Optimizer
             // 
             // 
             // systemRestoreSw
             // systemRestoreSw
             // 
             // 
+            this.systemRestoreSw.AnimationStep = 15;
             this.systemRestoreSw.Location = new System.Drawing.Point(14, 156);
             this.systemRestoreSw.Location = new System.Drawing.Point(14, 156);
             this.systemRestoreSw.Margin = new System.Windows.Forms.Padding(2);
             this.systemRestoreSw.Margin = new System.Windows.Forms.Padding(2);
             this.systemRestoreSw.Name = "systemRestoreSw";
             this.systemRestoreSw.Name = "systemRestoreSw";
@@ -765,6 +777,7 @@ namespace Optimizer
             // 
             // 
             // performanceSw
             // performanceSw
             // 
             // 
+            this.performanceSw.AnimationStep = 15;
             this.performanceSw.Location = new System.Drawing.Point(14, 16);
             this.performanceSw.Location = new System.Drawing.Point(14, 16);
             this.performanceSw.Margin = new System.Windows.Forms.Padding(2);
             this.performanceSw.Margin = new System.Windows.Forms.Padding(2);
             this.performanceSw.Name = "performanceSw";
             this.performanceSw.Name = "performanceSw";
@@ -779,6 +792,7 @@ namespace Optimizer
             // 
             // 
             // defenderSw
             // defenderSw
             // 
             // 
+            this.defenderSw.AnimationStep = 15;
             this.defenderSw.Location = new System.Drawing.Point(14, 86);
             this.defenderSw.Location = new System.Drawing.Point(14, 86);
             this.defenderSw.Margin = new System.Windows.Forms.Padding(2);
             this.defenderSw.Margin = new System.Windows.Forms.Padding(2);
             this.defenderSw.Name = "defenderSw";
             this.defenderSw.Name = "defenderSw";
@@ -793,6 +807,7 @@ namespace Optimizer
             // 
             // 
             // networkSw
             // networkSw
             // 
             // 
+            this.networkSw.AnimationStep = 15;
             this.networkSw.Location = new System.Drawing.Point(14, 51);
             this.networkSw.Location = new System.Drawing.Point(14, 51);
             this.networkSw.Margin = new System.Windows.Forms.Padding(2);
             this.networkSw.Margin = new System.Windows.Forms.Padding(2);
             this.networkSw.Name = "networkSw";
             this.networkSw.Name = "networkSw";
@@ -819,7 +834,7 @@ namespace Optimizer
             this.restartButton.Name = "restartButton";
             this.restartButton.Name = "restartButton";
             this.restartButton.Size = new System.Drawing.Size(120, 31);
             this.restartButton.Size = new System.Drawing.Size(120, 31);
             this.restartButton.TabIndex = 30;
             this.restartButton.TabIndex = 30;
-            this.restartButton.Text = "Apply && Restart";
+            this.restartButton.Text = "Restart now";
             this.restartButton.UseVisualStyleBackColor = false;
             this.restartButton.UseVisualStyleBackColor = false;
             this.restartButton.Click += new System.EventHandler(this.button39_Click);
             this.restartButton.Click += new System.EventHandler(this.button39_Click);
             // 
             // 
@@ -877,6 +892,7 @@ namespace Optimizer
             // 
             // 
             // leftTaskbarSw
             // leftTaskbarSw
             // 
             // 
+            this.leftTaskbarSw.AnimationStep = 15;
             this.leftTaskbarSw.Location = new System.Drawing.Point(6, 0);
             this.leftTaskbarSw.Location = new System.Drawing.Point(6, 0);
             this.leftTaskbarSw.Margin = new System.Windows.Forms.Padding(2);
             this.leftTaskbarSw.Margin = new System.Windows.Forms.Padding(2);
             this.leftTaskbarSw.Name = "leftTaskbarSw";
             this.leftTaskbarSw.Name = "leftTaskbarSw";
@@ -891,6 +907,7 @@ namespace Optimizer
             // 
             // 
             // snapAssistSw
             // snapAssistSw
             // 
             // 
+            this.snapAssistSw.AnimationStep = 15;
             this.snapAssistSw.Location = new System.Drawing.Point(6, 36);
             this.snapAssistSw.Location = new System.Drawing.Point(6, 36);
             this.snapAssistSw.Margin = new System.Windows.Forms.Padding(2);
             this.snapAssistSw.Margin = new System.Windows.Forms.Padding(2);
             this.snapAssistSw.Name = "snapAssistSw";
             this.snapAssistSw.Name = "snapAssistSw";
@@ -905,6 +922,7 @@ namespace Optimizer
             // 
             // 
             // classicContextSw
             // classicContextSw
             // 
             // 
+            this.classicContextSw.AnimationStep = 15;
             this.classicContextSw.Location = new System.Drawing.Point(6, 216);
             this.classicContextSw.Location = new System.Drawing.Point(6, 216);
             this.classicContextSw.Margin = new System.Windows.Forms.Padding(2);
             this.classicContextSw.Margin = new System.Windows.Forms.Padding(2);
             this.classicContextSw.Name = "classicContextSw";
             this.classicContextSw.Name = "classicContextSw";
@@ -919,6 +937,7 @@ namespace Optimizer
             // 
             // 
             // widgetsSw
             // widgetsSw
             // 
             // 
+            this.widgetsSw.AnimationStep = 15;
             this.widgetsSw.Location = new System.Drawing.Point(6, 72);
             this.widgetsSw.Location = new System.Drawing.Point(6, 72);
             this.widgetsSw.Margin = new System.Windows.Forms.Padding(2);
             this.widgetsSw.Margin = new System.Windows.Forms.Padding(2);
             this.widgetsSw.Name = "widgetsSw";
             this.widgetsSw.Name = "widgetsSw";
@@ -933,6 +952,7 @@ namespace Optimizer
             // 
             // 
             // classicRibbonSw
             // classicRibbonSw
             // 
             // 
+            this.classicRibbonSw.AnimationStep = 15;
             this.classicRibbonSw.Location = new System.Drawing.Point(6, 180);
             this.classicRibbonSw.Location = new System.Drawing.Point(6, 180);
             this.classicRibbonSw.Margin = new System.Windows.Forms.Padding(2);
             this.classicRibbonSw.Margin = new System.Windows.Forms.Padding(2);
             this.classicRibbonSw.Name = "classicRibbonSw";
             this.classicRibbonSw.Name = "classicRibbonSw";
@@ -947,6 +967,7 @@ namespace Optimizer
             // 
             // 
             // smallerTaskbarSw
             // smallerTaskbarSw
             // 
             // 
+            this.smallerTaskbarSw.AnimationStep = 15;
             this.smallerTaskbarSw.Location = new System.Drawing.Point(6, 144);
             this.smallerTaskbarSw.Location = new System.Drawing.Point(6, 144);
             this.smallerTaskbarSw.Margin = new System.Windows.Forms.Padding(2);
             this.smallerTaskbarSw.Margin = new System.Windows.Forms.Padding(2);
             this.smallerTaskbarSw.Name = "smallerTaskbarSw";
             this.smallerTaskbarSw.Name = "smallerTaskbarSw";
@@ -961,6 +982,7 @@ namespace Optimizer
             // 
             // 
             // chatSw
             // chatSw
             // 
             // 
+            this.chatSw.AnimationStep = 15;
             this.chatSw.Location = new System.Drawing.Point(6, 108);
             this.chatSw.Location = new System.Drawing.Point(6, 108);
             this.chatSw.Margin = new System.Windows.Forms.Padding(2);
             this.chatSw.Margin = new System.Windows.Forms.Padding(2);
             this.chatSw.Name = "chatSw";
             this.chatSw.Name = "chatSw";
@@ -987,12 +1009,13 @@ namespace Optimizer
             this.restartButton10.Name = "restartButton10";
             this.restartButton10.Name = "restartButton10";
             this.restartButton10.Size = new System.Drawing.Size(120, 31);
             this.restartButton10.Size = new System.Drawing.Size(120, 31);
             this.restartButton10.TabIndex = 31;
             this.restartButton10.TabIndex = 31;
-            this.restartButton10.Text = "Apply && Restart";
+            this.restartButton10.Text = "Restart now";
             this.restartButton10.UseVisualStyleBackColor = false;
             this.restartButton10.UseVisualStyleBackColor = false;
             this.restartButton10.Click += new System.EventHandler(this.button43_Click);
             this.restartButton10.Click += new System.EventHandler(this.button43_Click);
             // 
             // 
             // tpmSw
             // tpmSw
             // 
             // 
+            this.tpmSw.AnimationStep = 15;
             this.tpmSw.Location = new System.Drawing.Point(14, 374);
             this.tpmSw.Location = new System.Drawing.Point(14, 374);
             this.tpmSw.Margin = new System.Windows.Forms.Padding(2);
             this.tpmSw.Margin = new System.Windows.Forms.Padding(2);
             this.tpmSw.Name = "tpmSw";
             this.tpmSw.Name = "tpmSw";
@@ -1007,6 +1030,7 @@ namespace Optimizer
             // 
             // 
             // actionSw
             // actionSw
             // 
             // 
+            this.actionSw.AnimationStep = 15;
             this.actionSw.Location = new System.Drawing.Point(14, 409);
             this.actionSw.Location = new System.Drawing.Point(14, 409);
             this.actionSw.Margin = new System.Windows.Forms.Padding(2);
             this.actionSw.Margin = new System.Windows.Forms.Padding(2);
             this.actionSw.Name = "actionSw";
             this.actionSw.Name = "actionSw";
@@ -1021,6 +1045,7 @@ namespace Optimizer
             // 
             // 
             // castSw
             // castSw
             // 
             // 
+            this.castSw.AnimationStep = 15;
             this.castSw.Location = new System.Drawing.Point(337, 267);
             this.castSw.Location = new System.Drawing.Point(337, 267);
             this.castSw.Margin = new System.Windows.Forms.Padding(2);
             this.castSw.Margin = new System.Windows.Forms.Padding(2);
             this.castSw.Name = "castSw";
             this.castSw.Name = "castSw";
@@ -1035,6 +1060,7 @@ namespace Optimizer
             // 
             // 
             // longPathsSw
             // longPathsSw
             // 
             // 
+            this.longPathsSw.AnimationStep = 15;
             this.longPathsSw.Location = new System.Drawing.Point(14, 231);
             this.longPathsSw.Location = new System.Drawing.Point(14, 231);
             this.longPathsSw.Margin = new System.Windows.Forms.Padding(2);
             this.longPathsSw.Margin = new System.Windows.Forms.Padding(2);
             this.longPathsSw.Name = "longPathsSw";
             this.longPathsSw.Name = "longPathsSw";
@@ -1049,6 +1075,7 @@ namespace Optimizer
             // 
             // 
             // ccSw
             // ccSw
             // 
             // 
+            this.ccSw.AnimationStep = 15;
             this.ccSw.Location = new System.Drawing.Point(337, 161);
             this.ccSw.Location = new System.Drawing.Point(337, 161);
             this.ccSw.Margin = new System.Windows.Forms.Padding(2);
             this.ccSw.Margin = new System.Windows.Forms.Padding(2);
             this.ccSw.Name = "ccSw";
             this.ccSw.Name = "ccSw";
@@ -1063,6 +1090,7 @@ namespace Optimizer
             // 
             // 
             // featuresSw
             // featuresSw
             // 
             // 
+            this.featuresSw.AnimationStep = 15;
             this.featuresSw.Location = new System.Drawing.Point(337, 374);
             this.featuresSw.Location = new System.Drawing.Point(337, 374);
             this.featuresSw.Margin = new System.Windows.Forms.Padding(2);
             this.featuresSw.Margin = new System.Windows.Forms.Padding(2);
             this.featuresSw.Name = "featuresSw";
             this.featuresSw.Name = "featuresSw";
@@ -1077,6 +1105,7 @@ namespace Optimizer
             // 
             // 
             // insiderSw
             // insiderSw
             // 
             // 
+            this.insiderSw.AnimationStep = 15;
             this.insiderSw.Location = new System.Drawing.Point(337, 339);
             this.insiderSw.Location = new System.Drawing.Point(337, 339);
             this.insiderSw.Margin = new System.Windows.Forms.Padding(2);
             this.insiderSw.Margin = new System.Windows.Forms.Padding(2);
             this.insiderSw.Name = "insiderSw";
             this.insiderSw.Name = "insiderSw";
@@ -1091,6 +1120,7 @@ namespace Optimizer
             // 
             // 
             // darkSw
             // darkSw
             // 
             // 
+            this.darkSw.AnimationStep = 15;
             this.darkSw.Location = new System.Drawing.Point(14, 124);
             this.darkSw.Location = new System.Drawing.Point(14, 124);
             this.darkSw.Margin = new System.Windows.Forms.Padding(2);
             this.darkSw.Margin = new System.Windows.Forms.Padding(2);
             this.darkSw.Name = "darkSw";
             this.darkSw.Name = "darkSw";
@@ -1105,6 +1135,7 @@ namespace Optimizer
             // 
             // 
             // spellSw
             // spellSw
             // 
             // 
+            this.spellSw.AnimationStep = 15;
             this.spellSw.Location = new System.Drawing.Point(14, 303);
             this.spellSw.Location = new System.Drawing.Point(14, 303);
             this.spellSw.Margin = new System.Windows.Forms.Padding(2);
             this.spellSw.Margin = new System.Windows.Forms.Padding(2);
             this.spellSw.Name = "spellSw";
             this.spellSw.Name = "spellSw";
@@ -1119,6 +1150,7 @@ namespace Optimizer
             // 
             // 
             // inkSw
             // inkSw
             // 
             // 
+            this.inkSw.AnimationStep = 15;
             this.inkSw.Location = new System.Drawing.Point(14, 267);
             this.inkSw.Location = new System.Drawing.Point(14, 267);
             this.inkSw.Margin = new System.Windows.Forms.Padding(2);
             this.inkSw.Margin = new System.Windows.Forms.Padding(2);
             this.inkSw.Name = "inkSw";
             this.inkSw.Name = "inkSw";
@@ -1133,6 +1165,7 @@ namespace Optimizer
             // 
             // 
             // driversSw
             // driversSw
             // 
             // 
+            this.driversSw.AnimationStep = 15;
             this.driversSw.Location = new System.Drawing.Point(337, 52);
             this.driversSw.Location = new System.Drawing.Point(337, 52);
             this.driversSw.Margin = new System.Windows.Forms.Padding(2);
             this.driversSw.Margin = new System.Windows.Forms.Padding(2);
             this.driversSw.Name = "driversSw";
             this.driversSw.Name = "driversSw";
@@ -1147,6 +1180,7 @@ namespace Optimizer
             // 
             // 
             // sensorSw
             // sensorSw
             // 
             // 
+            this.sensorSw.AnimationStep = 15;
             this.sensorSw.Location = new System.Drawing.Point(337, 232);
             this.sensorSw.Location = new System.Drawing.Point(337, 232);
             this.sensorSw.Margin = new System.Windows.Forms.Padding(2);
             this.sensorSw.Margin = new System.Windows.Forms.Padding(2);
             this.sensorSw.Name = "sensorSw";
             this.sensorSw.Name = "sensorSw";
@@ -1161,6 +1195,7 @@ namespace Optimizer
             // 
             // 
             // privacySw
             // privacySw
             // 
             // 
+            this.privacySw.AnimationStep = 15;
             this.privacySw.Location = new System.Drawing.Point(337, 124);
             this.privacySw.Location = new System.Drawing.Point(337, 124);
             this.privacySw.Margin = new System.Windows.Forms.Padding(2);
             this.privacySw.Margin = new System.Windows.Forms.Padding(2);
             this.privacySw.Name = "privacySw";
             this.privacySw.Name = "privacySw";
@@ -1175,6 +1210,7 @@ namespace Optimizer
             // 
             // 
             // telemetryServicesSw
             // telemetryServicesSw
             // 
             // 
+            this.telemetryServicesSw.AnimationStep = 15;
             this.telemetryServicesSw.Location = new System.Drawing.Point(337, 88);
             this.telemetryServicesSw.Location = new System.Drawing.Point(337, 88);
             this.telemetryServicesSw.Margin = new System.Windows.Forms.Padding(2);
             this.telemetryServicesSw.Margin = new System.Windows.Forms.Padding(2);
             this.telemetryServicesSw.Name = "telemetryServicesSw";
             this.telemetryServicesSw.Name = "telemetryServicesSw";
@@ -1189,6 +1225,7 @@ namespace Optimizer
             // 
             // 
             // autoUpdatesSw
             // autoUpdatesSw
             // 
             // 
+            this.autoUpdatesSw.AnimationStep = 15;
             this.autoUpdatesSw.Location = new System.Drawing.Point(337, 16);
             this.autoUpdatesSw.Location = new System.Drawing.Point(337, 16);
             this.autoUpdatesSw.Margin = new System.Windows.Forms.Padding(2);
             this.autoUpdatesSw.Margin = new System.Windows.Forms.Padding(2);
             this.autoUpdatesSw.Name = "autoUpdatesSw";
             this.autoUpdatesSw.Name = "autoUpdatesSw";
@@ -1203,6 +1240,7 @@ namespace Optimizer
             // 
             // 
             // peopleSw
             // peopleSw
             // 
             // 
+            this.peopleSw.AnimationStep = 15;
             this.peopleSw.Location = new System.Drawing.Point(14, 196);
             this.peopleSw.Location = new System.Drawing.Point(14, 196);
             this.peopleSw.Margin = new System.Windows.Forms.Padding(2);
             this.peopleSw.Margin = new System.Windows.Forms.Padding(2);
             this.peopleSw.Name = "peopleSw";
             this.peopleSw.Name = "peopleSw";
@@ -1217,6 +1255,7 @@ namespace Optimizer
             // 
             // 
             // adsSw
             // adsSw
             // 
             // 
+            this.adsSw.AnimationStep = 15;
             this.adsSw.Location = new System.Drawing.Point(14, 88);
             this.adsSw.Location = new System.Drawing.Point(14, 88);
             this.adsSw.Margin = new System.Windows.Forms.Padding(2);
             this.adsSw.Margin = new System.Windows.Forms.Padding(2);
             this.adsSw.Name = "adsSw";
             this.adsSw.Name = "adsSw";
@@ -1231,6 +1270,7 @@ namespace Optimizer
             // 
             // 
             // colorBarSw
             // colorBarSw
             // 
             // 
+            this.colorBarSw.AnimationStep = 15;
             this.colorBarSw.Location = new System.Drawing.Point(14, 16);
             this.colorBarSw.Location = new System.Drawing.Point(14, 16);
             this.colorBarSw.Margin = new System.Windows.Forms.Padding(2);
             this.colorBarSw.Margin = new System.Windows.Forms.Padding(2);
             this.colorBarSw.Name = "colorBarSw";
             this.colorBarSw.Name = "colorBarSw";
@@ -1245,6 +1285,7 @@ namespace Optimizer
             // 
             // 
             // oldExplorerSw
             // oldExplorerSw
             // 
             // 
+            this.oldExplorerSw.AnimationStep = 15;
             this.oldExplorerSw.Location = new System.Drawing.Point(14, 52);
             this.oldExplorerSw.Location = new System.Drawing.Point(14, 52);
             this.oldExplorerSw.Margin = new System.Windows.Forms.Padding(2);
             this.oldExplorerSw.Margin = new System.Windows.Forms.Padding(2);
             this.oldExplorerSw.Name = "oldExplorerSw";
             this.oldExplorerSw.Name = "oldExplorerSw";
@@ -1259,6 +1300,7 @@ namespace Optimizer
             // 
             // 
             // xboxSw
             // xboxSw
             // 
             // 
+            this.xboxSw.AnimationStep = 15;
             this.xboxSw.Location = new System.Drawing.Point(14, 339);
             this.xboxSw.Location = new System.Drawing.Point(14, 339);
             this.xboxSw.Margin = new System.Windows.Forms.Padding(2);
             this.xboxSw.Margin = new System.Windows.Forms.Padding(2);
             this.xboxSw.Name = "xboxSw";
             this.xboxSw.Name = "xboxSw";
@@ -1273,6 +1315,7 @@ namespace Optimizer
             // 
             // 
             // cortanaSw
             // cortanaSw
             // 
             // 
+            this.cortanaSw.AnimationStep = 15;
             this.cortanaSw.Location = new System.Drawing.Point(337, 196);
             this.cortanaSw.Location = new System.Drawing.Point(337, 196);
             this.cortanaSw.Margin = new System.Windows.Forms.Padding(2);
             this.cortanaSw.Margin = new System.Windows.Forms.Padding(2);
             this.cortanaSw.Name = "cortanaSw";
             this.cortanaSw.Name = "cortanaSw";
@@ -1287,6 +1330,7 @@ namespace Optimizer
             // 
             // 
             // gameBarSw
             // gameBarSw
             // 
             // 
+            this.gameBarSw.AnimationStep = 15;
             this.gameBarSw.Location = new System.Drawing.Point(337, 303);
             this.gameBarSw.Location = new System.Drawing.Point(337, 303);
             this.gameBarSw.Margin = new System.Windows.Forms.Padding(2);
             this.gameBarSw.Margin = new System.Windows.Forms.Padding(2);
             this.gameBarSw.Name = "gameBarSw";
             this.gameBarSw.Name = "gameBarSw";
@@ -1301,6 +1345,7 @@ namespace Optimizer
             // 
             // 
             // uODSw
             // uODSw
             // 
             // 
+            this.uODSw.AnimationStep = 15;
             this.uODSw.Location = new System.Drawing.Point(14, 160);
             this.uODSw.Location = new System.Drawing.Point(14, 160);
             this.uODSw.Margin = new System.Windows.Forms.Padding(2);
             this.uODSw.Margin = new System.Windows.Forms.Padding(2);
             this.uODSw.Name = "uODSw";
             this.uODSw.Name = "uODSw";
@@ -1315,6 +1360,7 @@ namespace Optimizer
             // 
             // 
             // oldMixerSw
             // oldMixerSw
             // 
             // 
+            this.oldMixerSw.AnimationStep = 15;
             this.oldMixerSw.Location = new System.Drawing.Point(337, 409);
             this.oldMixerSw.Location = new System.Drawing.Point(337, 409);
             this.oldMixerSw.Margin = new System.Windows.Forms.Padding(2);
             this.oldMixerSw.Margin = new System.Windows.Forms.Padding(2);
             this.oldMixerSw.Name = "oldMixerSw";
             this.oldMixerSw.Name = "oldMixerSw";
@@ -1342,6 +1388,7 @@ namespace Optimizer
             // 
             // 
             // disableOneDriveSw
             // disableOneDriveSw
             // 
             // 
+            this.disableOneDriveSw.AnimationStep = 15;
             this.disableOneDriveSw.Location = new System.Drawing.Point(14, 16);
             this.disableOneDriveSw.Location = new System.Drawing.Point(14, 16);
             this.disableOneDriveSw.Margin = new System.Windows.Forms.Padding(2);
             this.disableOneDriveSw.Margin = new System.Windows.Forms.Padding(2);
             this.disableOneDriveSw.Name = "disableOneDriveSw";
             this.disableOneDriveSw.Name = "disableOneDriveSw";
@@ -1368,7 +1415,7 @@ namespace Optimizer
             this.restartButton8.Name = "restartButton8";
             this.restartButton8.Name = "restartButton8";
             this.restartButton8.Size = new System.Drawing.Size(120, 31);
             this.restartButton8.Size = new System.Drawing.Size(120, 31);
             this.restartButton8.TabIndex = 32;
             this.restartButton8.TabIndex = 32;
-            this.restartButton8.Text = "Apply && Restart";
+            this.restartButton8.Text = "Restart now";
             this.restartButton8.UseVisualStyleBackColor = false;
             this.restartButton8.UseVisualStyleBackColor = false;
             this.restartButton8.Click += new System.EventHandler(this.button44_Click);
             this.restartButton8.Click += new System.EventHandler(this.button44_Click);
             // 
             // 
@@ -4250,6 +4297,32 @@ namespace Optimizer
             this.panel9.Size = new System.Drawing.Size(279, 333);
             this.panel9.Size = new System.Drawing.Size(279, 333);
             this.panel9.TabIndex = 73;
             this.panel9.TabIndex = 73;
             // 
             // 
+            // radioChinese
+            // 
+            this.radioChinese.AutoSize = true;
+            this.radioChinese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
+            this.radioChinese.ForeColor = System.Drawing.Color.White;
+            this.radioChinese.Location = new System.Drawing.Point(157, 268);
+            this.radioChinese.Margin = new System.Windows.Forms.Padding(2);
+            this.radioChinese.Name = "radioChinese";
+            this.radioChinese.Size = new System.Drawing.Size(96, 25);
+            this.radioChinese.TabIndex = 102;
+            this.radioChinese.Tag = "";
+            this.radioChinese.Text = "简体中文";
+            this.radioChinese.UseVisualStyleBackColor = true;
+            this.radioChinese.Click += new System.EventHandler(this.radioChinese_Click);
+            // 
+            // pictureBox7
+            // 
+            this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
+            this.pictureBox7.Location = new System.Drawing.Point(116, 269);
+            this.pictureBox7.Name = "pictureBox7";
+            this.pictureBox7.Size = new System.Drawing.Size(36, 22);
+            this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.pictureBox7.TabIndex = 101;
+            this.pictureBox7.TabStop = false;
+            this.pictureBox7.Click += new System.EventHandler(this.pictureBox7_Click);
+            // 
             // radioItalian
             // radioItalian
             // 
             // 
             this.radioItalian.Anchor = System.Windows.Forms.AnchorStyles.None;
             this.radioItalian.Anchor = System.Windows.Forms.AnchorStyles.None;
@@ -4825,6 +4898,7 @@ namespace Optimizer
             // 
             // 
             // helpTipsToggle
             // helpTipsToggle
             // 
             // 
+            this.helpTipsToggle.AnimationStep = 15;
             this.helpTipsToggle.Location = new System.Drawing.Point(14, 51);
             this.helpTipsToggle.Location = new System.Drawing.Point(14, 51);
             this.helpTipsToggle.Margin = new System.Windows.Forms.Padding(2);
             this.helpTipsToggle.Margin = new System.Windows.Forms.Padding(2);
             this.helpTipsToggle.Name = "helpTipsToggle";
             this.helpTipsToggle.Name = "helpTipsToggle";
@@ -4840,6 +4914,7 @@ namespace Optimizer
             // 
             // 
             // quickAccessToggle
             // quickAccessToggle
             // 
             // 
+            this.quickAccessToggle.AnimationStep = 15;
             this.quickAccessToggle.Location = new System.Drawing.Point(14, 16);
             this.quickAccessToggle.Location = new System.Drawing.Point(14, 16);
             this.quickAccessToggle.Margin = new System.Windows.Forms.Padding(2);
             this.quickAccessToggle.Margin = new System.Windows.Forms.Padding(2);
             this.quickAccessToggle.Name = "quickAccessToggle";
             this.quickAccessToggle.Name = "quickAccessToggle";
@@ -5050,32 +5125,6 @@ namespace Optimizer
             this.helpBox.UseAnimation = false;
             this.helpBox.UseAnimation = false;
             this.helpBox.UseFading = false;
             this.helpBox.UseFading = false;
             // 
             // 
-            // radioChinese
-            // 
-            this.radioChinese.AutoSize = true;
-            this.radioChinese.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
-            this.radioChinese.ForeColor = System.Drawing.Color.White;
-            this.radioChinese.Location = new System.Drawing.Point(157, 268);
-            this.radioChinese.Margin = new System.Windows.Forms.Padding(2);
-            this.radioChinese.Name = "radioChinese";
-            this.radioChinese.Size = new System.Drawing.Size(96, 25);
-            this.radioChinese.TabIndex = 102;
-            this.radioChinese.Tag = "";
-            this.radioChinese.Text = "简体中文";
-            this.radioChinese.UseVisualStyleBackColor = true;
-            this.radioChinese.Click += new System.EventHandler(this.radioChinese_Click);
-            // 
-            // pictureBox7
-            // 
-            this.pictureBox7.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox7.Image")));
-            this.pictureBox7.Location = new System.Drawing.Point(116, 269);
-            this.pictureBox7.Name = "pictureBox7";
-            this.pictureBox7.Size = new System.Drawing.Size(36, 22);
-            this.pictureBox7.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
-            this.pictureBox7.TabIndex = 101;
-            this.pictureBox7.TabStop = false;
-            this.pictureBox7.Click += new System.EventHandler(this.pictureBox7_Click);
-            // 
             // MainForm
             // MainForm
             // 
             // 
             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
             this.AutoScaleDimensions = new System.Drawing.SizeF(96F, 96F);
@@ -5166,6 +5215,7 @@ namespace Optimizer
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox85)).EndInit();
             this.panel9.ResumeLayout(false);
             this.panel9.ResumeLayout(false);
             this.panel9.PerformLayout();
             this.panel9.PerformLayout();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox6)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox5)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox4)).EndInit();
@@ -5180,7 +5230,6 @@ namespace Optimizer
             ((System.ComponentModel.ISupportInitialize)(this.picFOSS)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.picFOSS)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.picFSF)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.picFSF)).EndInit();
             this.launcherMenu.ResumeLayout(false);
             this.launcherMenu.ResumeLayout(false);
-            ((System.ComponentModel.ISupportInitialize)(this.pictureBox7)).EndInit();
             this.ResumeLayout(false);
             this.ResumeLayout(false);
 
 
         }
         }

+ 2 - 0
Optimizer/Forms/MainForm.cs

@@ -733,6 +733,8 @@ namespace Optimizer
                 trayPinger.Text = translationList["trayPinger"];
                 trayPinger.Text = translationList["trayPinger"];
                 trayHosts.Text = translationList["trayHosts"];
                 trayHosts.Text = translationList["trayHosts"];
                 trayAD.Text = translationList["trayAD"];
                 trayAD.Text = translationList["trayAD"];
+                trayOptions.Text = translationList["trayOptions"];
+                trayRegistry.Text = translationList["trayRegistry"];
                 trayRestartExplorer.Text = translationList["trayRestartExplorer"];
                 trayRestartExplorer.Text = translationList["trayRestartExplorer"];
                 trayExit.Text = translationList["trayExit"];
                 trayExit.Text = translationList["trayExit"];
 
 

+ 9 - 9
Optimizer/Forms/MainForm.resx

@@ -138,6 +138,15 @@
         7zVHyOzQcL8zr8oq0JC/Mq/IatCwr82jsio09It5RFbH4ct/S5CfRERERERERERERERE5CZvb38B7qmZ
         7zVHyOzQcL8zr8oq0JC/Mq/IatCwr82jsio09It5RFbH4ct/S5CfRERERERERERERERE5CZvb38B7qmZ
         VUrZey8AAAAASUVORK5CYII=
         VUrZey8AAAAASUVORK5CYII=
 </value>
 </value>
+  </data>
+  <data name="integrator7.Text" xml:space="preserve">
+    <value>Items can have custom icons and position.
+They can also be hidden, accessible only
+by pressing the SHIFT key.
+
+It can also create custom commands
+for Run Dialog, making it easy to launch
+any application only by typing your desired keyword.</value>
   </data>
   </data>
   <data name="pictureBox85.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
   <data name="pictureBox85.Image" type="System.Drawing.Bitmap, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
     <value>
     <value>
@@ -1527,15 +1536,6 @@
         rE3Ix+7k4Rcga1tkt94dYVX+/60atFDEkXuZ1Y7Ggc1va7TGJC81SGd50tucvz/gr9xb5YFM+nU5P6mP
         rE3Ix+7k4Rcga1tkt94dYVX+/60atFDEkXuZ1Y7Ggc1va7TGJC81SGd50tucvz/gr9xb5YFM+nU5P6mP
         Tfnt01DpHHsRacX2GdHrD2pe59Fv2Ykj90rLlgnlW+AuMsv+fzJ11yOH4nDYAAAAAElFTkSuQmCC
         Tfnt01DpHHsRacX2GdHrD2pe59Fv2Ykj90rLlgnlW+AuMsv+fzJ11yOH4nDYAAAAAElFTkSuQmCC
 </value>
 </value>
-  </data>
-  <data name="integrator7.Text" xml:space="preserve">
-    <value>Items can have custom icons and position.
-They can also be hidden, accessible only
-by pressing the SHIFT key.
-
-It can also create custom commands
-for Run Dialog, making it easy to launch
-any application only by typing your desired keyword.</value>
   </data>
   </data>
   <metadata name="defineCommandDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
   <metadata name="defineCommandDialog.TrayLocation" type="System.Drawing.Point, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a">
     <value>127, 17</value>
     <value>127, 17</value>

+ 2 - 2
Optimizer/Program.cs

@@ -11,8 +11,8 @@ namespace Optimizer
         /* VERSION PROPERTIES */
         /* VERSION PROPERTIES */
         /* DO NOT LEAVE THEM EMPTY */
         /* DO NOT LEAVE THEM EMPTY */
 
 
-        internal readonly static float Major = 10;
-        internal readonly static float Minor = 9;
+        internal readonly static float Major = 11;
+        internal readonly static float Minor = 0;
 
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 
 

+ 10 - 10
Optimizer/Resources/CN.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "确定",
 	"btnAbout": "确定",
-	"restartButton": "应用 && 重启",
-	"restartButton8": "应用 && 重启",
-	"restartButton10": "应用 && 重启",
+	"restartButton": "现在重启",
+	"restartButton8": "现在重启",
+	"restartButton10": "现在重启",
 	"restartAndApply": "重新启动以应用更改?",
 	"restartAndApply": "重新启动以应用更改?",
 	"txtVersion": "版本: {VN}",
 	"txtVersion": "版本: {VN}",
 	"txtBitness": "您使用的是{BITS}",
 	"txtBitness": "您使用的是{BITS}",
@@ -18,7 +18,7 @@
 	"reportingSw": "禁用错误报告",
 	"reportingSw": "禁用错误报告",
 	"homegroupSw": "禁用家庭组",
 	"homegroupSw": "禁用家庭组",
 	"superfetchSw": "禁用 Superfetch",
 	"superfetchSw": "禁用 Superfetch",
-	"telemetryTasksSw": "禁用测任务",
+	"telemetryTasksSw": "禁用测任务",
 	"officeTelemetrySw": "禁用 Office 2016 遥测",
 	"officeTelemetrySw": "禁用 Office 2016 遥测",
 	"compatSw": "禁用兼容性助手",
 	"compatSw": "禁用兼容性助手",
 	"smartScreenSw": "禁用 SmartScreen",
 	"smartScreenSw": "禁用 SmartScreen",
@@ -49,7 +49,7 @@
 	"cortanaSw": "禁用小娜 Cortana",
 	"cortanaSw": "禁用小娜 Cortana",
 	"sensorSw": "禁用传感器服务",
 	"sensorSw": "禁用传感器服务",
 	"castSw": "移除 Cast to device",
 	"castSw": "移除 Cast to device",
-	"inkSw": "禁用 Windows lnk",
+	"inkSw": "禁用 Windows Ink",
 	"spellSw": "禁用拼写检查",
 	"spellSw": "禁用拼写检查",
 	"xboxSw": "禁用 Xbox Live 服务",
 	"xboxSw": "禁用 Xbox Live 服务",
 	"gameBarSw": "禁用游戏栏功能",
 	"gameBarSw": "禁用游戏栏功能",
@@ -62,14 +62,14 @@
 	"snapAssistSw": "禁用快速协助",
 	"snapAssistSw": "禁用快速协助",
 	"widgetsSw": "禁用小组件服务",
 	"widgetsSw": "禁用小组件服务",
 	"chatSw": "禁用 Chat",
 	"chatSw": "禁用 Chat",
-	"smallerTaskbarSw": "让任务栏变小",
+	"smallerTaskbarSw": "让任务栏图标变小",
 	"classicRibbonSw": "在资源管理器中启用经典色带",
 	"classicRibbonSw": "在资源管理器中启用经典色带",
 	"classicContextSw": "启用经典右键菜单",
 	"classicContextSw": "启用经典右键菜单",
 	"refreshModernAppsButton": "刷新",
 	"refreshModernAppsButton": "刷新",
 	"uninstallModernAppsButton": "卸载",
 	"uninstallModernAppsButton": "卸载",
 	"txtModernAppsTitle": "卸载不想要的UWP应用程序",
 	"txtModernAppsTitle": "卸载不想要的UWP应用程序",
 	"chkSelectAllModernApps": "全选",
 	"chkSelectAllModernApps": "全选",
-	"chkOnlyRemovable": "只卸载允许的程序",
+	"chkOnlyRemovable": "只卸载可以卸载的程序",
 	"txtUWP": "如果你卸载了应用商店App Store\n,你将无法安装新的UWP应用程序!此外,有些应用程序不能卸载。就像Microsoft Edge,设置等.",
 	"txtUWP": "如果你卸载了应用商店App Store\n,你将无法安装新的UWP应用程序!此外,有些应用程序不能卸载。就像Microsoft Edge,设置等.",
 	"startupTitle": "选择启动项目",
 	"startupTitle": "选择启动项目",
 	"removeStartupItemB": "删除",
 	"removeStartupItemB": "删除",
@@ -157,7 +157,7 @@
 	"radioZerg": "Zerg",
 	"radioZerg": "Zerg",
 	"radioCaramel": "Caramel",
 	"radioCaramel": "Caramel",
 	"radioLime": "Lime",
 	"radioLime": "Lime",
-	"radioMinimal": "最小",
+	"radioMinimal": "Minimal",
 	"lblUpdating": "检测 && 更新",
 	"lblUpdating": "检测 && 更新",
 	"btnUpdate": "检查更新",
 	"btnUpdate": "检查更新",
 	"btnChangelog": "查看更新日志",
 	"btnChangelog": "查看更新日志",
@@ -176,7 +176,7 @@
 	"integratorInfoTab": "信息",
 	"integratorInfoTab": "信息",
 	"tabPage8": "添加/修改",
 	"tabPage8": "添加/修改",
 	"tabPage9": "删除",
 	"tabPage9": "删除",
-	"tabPage10": "准备菜单",
+	"tabPage10": "右键菜单",
 	"tabPage11": "运行对话框",
 	"tabPage11": "运行对话框",
 	"addItemL": "添加或修改项",
 	"addItemL": "添加或修改项",
 	"itemtype": "项类型",
 	"itemtype": "项类型",
@@ -217,7 +217,7 @@
 	"RemoveOwnerB": "删除 '获得所有权'",
 	"RemoveOwnerB": "删除 '获得所有权'",
 	"AddCMDB": "添加 '使用 CMD 打开'",
 	"AddCMDB": "添加 '使用 CMD 打开'",
 	"DeleteCMDB": "删除 '使用 CMD 打开'",
 	"DeleteCMDB": "删除 '使用 CMD 打开'",
-	"readyMenusL": "添加有用的内置菜单",
+	"readyMenusL": "添加有用的右键菜单",
 	"refreshCCB": "刷新",
 	"refreshCCB": "刷新",
 	"removeCCB": "删除",
 	"removeCCB": "删除",
 	"removeCCL": "删除现有命令",
 	"removeCCL": "删除现有命令",

+ 5 - 3
Optimizer/Resources/DE.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Anwenden && Neustarten",
-	"restartButton8": "Anwenden && Neustarten",
-	"restartButton10": "Anwenden && Neustarten",
+	"restartButton": "Jetzt neustarten",
+	"restartButton8": "Jetzt neustarten",
+	"restartButton10": "Jetzt neustarten",
 	"restartAndApply": "Neustarten, um Änderungen anzuwenden?",
 	"restartAndApply": "Neustarten, um Änderungen anzuwenden?",
 	"txtVersion": "Version: {VN}",
 	"txtVersion": "Version: {VN}",
 	"txtBitness": "Sie arbeiten mit {BITS}",
 	"txtBitness": "Sie arbeiten mit {BITS}",
@@ -276,6 +276,8 @@
 	"trayPinger": "Pinger Tool",
 	"trayPinger": "Pinger Tool",
 	"trayHosts": "HOSTS Editor",
 	"trayHosts": "HOSTS Editor",
 	"trayAD": "Apps Downloader",
 	"trayAD": "Apps Downloader",
+	"trayOptions": "Optionen",
+	"trayRegistry": "Registry Repair",
 	"trayRestartExplorer": "Explorer neu starten",
 	"trayRestartExplorer": "Explorer neu starten",
 	"trayExit": "Beenden",
 	"trayExit": "Beenden",
 	"tipWhatsThis": "Was ist das?",
 	"tipWhatsThis": "Was ist das?",

+ 5 - 3
Optimizer/Resources/EL.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "Εντάξει",
 	"btnAbout": "Εντάξει",
-	"restartButton": "Εφαρμογή && Επανεκκίνηση",
-	"restartButton8": "Εφαρμογή && Επανεκκίνηση",
-	"restartButton10": "Εφαρμογή && Επανεκκίνηση",
+	"restartButton": "Επανεκκίνηση τώρα",
+	"restartButton8": "Επανεκκίνηση τώρα",
+	"restartButton10": "Επανεκκίνηση τώρα",
 	"restartAndApply": "Επανεκκίνηση για την εφαρμογή των αλλαγών;",
 	"restartAndApply": "Επανεκκίνηση για την εφαρμογή των αλλαγών;",
 	"txtVersion": "Έκδοση: {VN}",
 	"txtVersion": "Έκδοση: {VN}",
 	"txtBitness": "Αρχιτεκτονική {BITS}",
 	"txtBitness": "Αρχιτεκτονική {BITS}",
@@ -276,6 +276,8 @@
 	"trayPinger": " Εργαλείο Pinger",
 	"trayPinger": " Εργαλείο Pinger",
 	"trayHosts": "Επεξεργασία HOSTS",
 	"trayHosts": "Επεξεργασία HOSTS",
 	"trayAD": "Λήψη Εφαρμογών",
 	"trayAD": "Λήψη Εφαρμογών",
+	"trayOptions": "Επιλογές",
+	"trayRegistry": "Επιδιόρθωση μητρώου",
 	"trayRestartExplorer": "Επανεκκίνηση Explorer",
 	"trayRestartExplorer": "Επανεκκίνηση Explorer",
 	"trayExit": "Έξοδος",
 	"trayExit": "Έξοδος",
 	"tipWhatsThis": "Τι είναι αυτό;",
 	"tipWhatsThis": "Τι είναι αυτό;",

+ 5 - 3
Optimizer/Resources/EN.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Apply && Restart",
-	"restartButton8": "Apply && Restart",
-	"restartButton10": "Apply && Restart",
+	"restartButton": "Restart now",
+	"restartButton8": "Restart now",
+	"restartButton10": "Restart now",
 	"restartAndApply": "Restart to apply changes?",
 	"restartAndApply": "Restart to apply changes?",
 	"txtVersion": "Version: {VN}",
 	"txtVersion": "Version: {VN}",
 	"txtBitness": "You are working with {BITS}",
 	"txtBitness": "You are working with {BITS}",
@@ -276,6 +276,8 @@
 	"trayPinger": "Pinger Tool",
 	"trayPinger": "Pinger Tool",
 	"trayHosts": "HOSTS Editor",
 	"trayHosts": "HOSTS Editor",
 	"trayAD": "Apps Downloader",
 	"trayAD": "Apps Downloader",
+	"trayOptions": "Options",
+	"trayRegistry": "Registry Repair",
 	"trayRestartExplorer": "Restart Explorer",
 	"trayRestartExplorer": "Restart Explorer",
 	"trayExit": "Exit",
 	"trayExit": "Exit",
 	"tipWhatsThis": "What's this?",
 	"tipWhatsThis": "What's this?",

+ 5 - 3
Optimizer/Resources/ES.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Aplicar && Reiniciar",
-	"restartButton8": "Aplicar && Reiniciar",
-	"restartButton10": "Aplicar && Reiniciar",
+	"restartButton": "reiniciar ahora",
+	"restartButton8": "reiniciar ahora",
+	"restartButton10": "reiniciar ahora",
 	"restartAndApply": "Reiniciar para aplicar cambios?",
 	"restartAndApply": "Reiniciar para aplicar cambios?",
 	"txtVersion": "Versión: {VN}",
 	"txtVersion": "Versión: {VN}",
 	"txtBitness": "Estas trabajando con {BITS}",
 	"txtBitness": "Estas trabajando con {BITS}",
@@ -276,6 +276,8 @@
 	"trayPinger": "Herramienta Pinger",
 	"trayPinger": "Herramienta Pinger",
 	"trayHosts": "Anfitrión Editor",
 	"trayHosts": "Anfitrión Editor",
 	"trayAD": "Descargador de aplicaciones",
 	"trayAD": "Descargador de aplicaciones",
+	"trayOptions": "Opcion",
+	"trayRegistry": "Reparar el registro",
 	"trayRestartExplorer": "Reiniciar el explorador",
 	"trayRestartExplorer": "Reiniciar el explorador",
 	"trayExit": "Salir",
 	"trayExit": "Salir",
 	"tipWhatsThis": "Qué es esto?",
 	"tipWhatsThis": "Qué es esto?",

+ 5 - 3
Optimizer/Resources/FR.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Appliquer && Redemarrer",
-	"restartButton8": "Appliquer && Redemarrer",
-	"restartButton10": "Appliquer && Redemarrer",
+	"restartButton": "redemarrer maintenant",
+	"restartButton8": "redemarrer maintenant",
+	"restartButton10": "redemarrer maintenant",
 	"restartAndApply": "Redemarrer pour appliquer les changements?",
 	"restartAndApply": "Redemarrer pour appliquer les changements?",
 	"txtVersion": "Version: {VN}",
 	"txtVersion": "Version: {VN}",
 	"txtBitness": "Vous travaillez avec {BITS}",
 	"txtBitness": "Vous travaillez avec {BITS}",
@@ -276,6 +276,8 @@
 	"trayPinger": "Outil Pinger",
 	"trayPinger": "Outil Pinger",
 	"trayHosts": "HOSTS Editeur",
 	"trayHosts": "HOSTS Editeur",
 	"trayAD": "Telechargeur d'applications",
 	"trayAD": "Telechargeur d'applications",
+	"trayOptions": "Option",
+	"trayRegistry": "Réparer le registre",
 	"trayRestartExplorer": "Redemarrer l'Explorer",
 	"trayRestartExplorer": "Redemarrer l'Explorer",
 	"trayExit": "Quitter",
 	"trayExit": "Quitter",
 	"tipWhatsThis": "Qu'est-ce que c'est?",
 	"tipWhatsThis": "Qu'est-ce que c'est?",

+ 5 - 3
Optimizer/Resources/IT.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Applica && riavvia",
-	"restartButton8": "Applica && riavvia",
-	"restartButton10": "Applica && riavvia",
+	"restartButton": "riavvia ora",
+	"restartButton8": "riavvia ora",
+	"restartButton10": "riavvia ora",
 	"restartAndApply": "Riavviare per applicare le modifiche?",
 	"restartAndApply": "Riavviare per applicare le modifiche?",
 	"txtVersion": "Versione: {VN}",
 	"txtVersion": "Versione: {VN}",
 	"txtBitness": "Archiettura: {BITS}",
 	"txtBitness": "Archiettura: {BITS}",
@@ -266,6 +266,8 @@
 	"trayPinger": "Strumento ping",
 	"trayPinger": "Strumento ping",
 	"trayHosts": "Editor HOSTS",
 	"trayHosts": "Editor HOSTS",
 	"trayAD": "App Downloader",
 	"trayAD": "App Downloader",
+	"trayOptions": "Opzioni disponibili",
+	"trayRegistry": "Ripristina registro",
 	"trayRestartExplorer": "Riavvia Explorer",
 	"trayRestartExplorer": "Riavvia Explorer",
 	"trayExit": "Esci",
 	"trayExit": "Esci",
 	"tipWhatsThis": "Che cos'è?",
 	"tipWhatsThis": "Che cos'è?",

+ 5 - 3
Optimizer/Resources/PT.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Aplicar e Reiniciar",
-	"restartButton8": "Aplicar e Reiniciar",
-	"restartButton10": "Aplicar e Reiniciar",
+	"restartButton": "reinicie agora",
+	"restartButton8": "reinicie agora",
+	"restartButton10": "reinicie agora",
 	"restartAndApply": "Reiniciar para aplicar as alterações?",
 	"restartAndApply": "Reiniciar para aplicar as alterações?",
 	"CleanPreviewForm": "Antevisão Limpa",
 	"CleanPreviewForm": "Antevisão Limpa",
 	"txtVersion": "Versão: {VN}",
 	"txtVersion": "Versão: {VN}",
@@ -276,6 +276,8 @@
 	"trayPinger": "Ferramenta de Ping",
 	"trayPinger": "Ferramenta de Ping",
 	"trayHosts": "Editor de HOSTS",
 	"trayHosts": "Editor de HOSTS",
 	"trayAD": "Download de aplicativos",
 	"trayAD": "Download de aplicativos",
+	"trayOptions": "Opcoes",
+	"trayRegistry": "Reparar registro",
 	"trayRestartExplorer": "Reinicie o Explorer",
 	"trayRestartExplorer": "Reinicie o Explorer",
 	"trayExit": "Sair",
 	"trayExit": "Sair",
 	"tipWhatsThis": "O que é isso?",
 	"tipWhatsThis": "O que é isso?",

+ 5 - 3
Optimizer/Resources/RU.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "Ок",
 	"btnAbout": "Ок",
-	"restartButton": "Применить и перезапустить",
-	"restartButton8": "Применить и перезапустить",
-	"restartButton10": "Применить и перезапустить",
+	"restartButton": "перезагрузить сейчас",
+	"restartButton8": "перезагрузить сейчас",
+	"restartButton10": "перезагрузить сейчас",
 	"restartAndApply": "перезагрузить, чтобы изменения вступили в силу?",
 	"restartAndApply": "перезагрузить, чтобы изменения вступили в силу?",
 	"txtVersion": "Версия: {VN}",
 	"txtVersion": "Версия: {VN}",
 	"txtBitness": "Вы работаете с {BITS}",
 	"txtBitness": "Вы работаете с {BITS}",
@@ -276,6 +276,8 @@
 	"trayPinger": "Инструмент Пинг",
 	"trayPinger": "Инструмент Пинг",
 	"trayHosts": "HOSTS Редактор",
 	"trayHosts": "HOSTS Редактор",
 	"trayAD": "Загрузчик приложений",
 	"trayAD": "Загрузчик приложений",
+	"trayOptions": "вариант",
+	"trayRegistry": "восстановление реестра",
 	"trayRestartExplorer": "Перезапуск Проводника",
 	"trayRestartExplorer": "Перезапуск Проводника",
 	"trayExit": "Выход",
 	"trayExit": "Выход",
 	"tipWhatsThis": "Что это?",
 	"tipWhatsThis": "Что это?",

+ 5 - 3
Optimizer/Resources/TR.json

@@ -1,8 +1,8 @@
 {
 {
 	"btnAbout": "OK",
 	"btnAbout": "OK",
-	"restartButton": "Uygula ve Yeniden Başlat",
-	"restartButton8": "Uygula ve Yeniden Başlat",
-	"restartButton10": "Uygula ve Yeniden Başlat",
+	"restartButton": "şimdi yeniden başlat",
+	"restartButton8": "şimdi yeniden başlat",
+	"restartButton10": "şimdi yeniden başlat",
 	"restartAndApply": "Değişiklikleri uygulamak için yeniden başlatılsın mı?",
 	"restartAndApply": "Değişiklikleri uygulamak için yeniden başlatılsın mı?",
 	"txtVersion": "Versiyon: {VN}",
 	"txtVersion": "Versiyon: {VN}",
 	"txtBitness": "{BITS} ile çalışıyor.",
 	"txtBitness": "{BITS} ile çalışıyor.",
@@ -276,6 +276,8 @@
 	"trayPinger": "Pinger Aracı",
 	"trayPinger": "Pinger Aracı",
 	"trayHosts": "HOSTS Editor",
 	"trayHosts": "HOSTS Editor",
 	"trayAD": "Uygulama İndirici",
 	"trayAD": "Uygulama İndirici",
+	"trayOptions": "Seçenekler",
+	"trayRegistry": "Kayıt defteri onarımı",
 	"trayRestartExplorer": "Explorer'ı yeniden başlatın",
 	"trayRestartExplorer": "Explorer'ı yeniden başlatın",
 	"trayExit": "Çıkış",
 	"trayExit": "Çıkış",
 	"tipWhatsThis": "Bu nedir?",
 	"tipWhatsThis": "Bu nedir?",

+ 4 - 4
README.md

@@ -10,7 +10,7 @@ Optimizer is recommended after a fresh, clean installation of Windows to achieve
 
 
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 <p align="center">
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/10.9/Optimizer-10.9.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/10.9/Optimizer-11.0.exe" target="_blank">
 		<img src="download-button.png">
 		<img src="download-button.png">
 		<br>
 		<br>
 		<img src="flags.png">
 		<img src="flags.png">
@@ -82,6 +82,6 @@ https://github.com/hellzerg/optimizer/blob/master/FEED.md
 
 
 ## Details: ##
 ## Details: ##
 
 
-* Latest version: 10.9
-* Released: December 12, 2021
-* SHA256: 8D78838A8C4BDA57E8DE3D9DE4DC4D0E4E51C3E7C0AF62FE8490DF3E6BD22F59
+* Latest version: 11.0
+* Released: January 15, 2022
+* SHA256: 61CD9F1CDD7E0D0819945BD80CDB8C39BC9CB7EFE4C5F659F1EC100FD68FDA64

+ 1 - 1
version.txt

@@ -1 +1 @@
-10.9
+11.0