2
0
Эх сурвалжийг харах

Romanian language and maintenance (v13.6)

deadmoon 3 жил өмнө
parent
commit
853adde52a

+ 5 - 0
CHANGELOG.md

@@ -1,3 +1,8 @@
+## [13.6] - 2022-06-12
+- New: Fully translated into Romanian (thanks to BeamingNG - https://github.com/BeamingNG)
+- New: DPI awareness support
+- Improved: Proper reset for Enhance Privacy tweak
+
 ## [13.5] - 2022-06-05
 - New: Fully translated into Hungarian (thanks to Zan)
 - Hotfix: Disable TPM Check not working

+ 34 - 0
Optimizer/Forms/FirstRunForm.Designer.cs

@@ -65,6 +65,8 @@ namespace Optimizer
             this.pictureBox13 = new System.Windows.Forms.PictureBox();
             this.radioHungarian = new Optimizer.MoonRadio();
             this.pictureBox14 = new System.Windows.Forms.PictureBox();
+            this.radioRomanian = new Optimizer.MoonRadio();
+            this.pictureBox15 = new System.Windows.Forms.PictureBox();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox88)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox87)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox86)).BeginInit();
@@ -82,6 +84,7 @@ namespace Optimizer
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).BeginInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).BeginInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).BeginInit();
             this.SuspendLayout();
             // 
             // pictureBox88
@@ -551,6 +554,32 @@ namespace Optimizer
             this.pictureBox14.TabStop = false;
             this.pictureBox14.Click += new System.EventHandler(this.pictureBox14_Click);
             // 
+            // radioRomanian
+            // 
+            this.radioRomanian.AutoSize = true;
+            this.radioRomanian.Font = new System.Drawing.Font("Segoe UI Semibold", 12F);
+            this.radioRomanian.ForeColor = System.Drawing.Color.White;
+            this.radioRomanian.Location = new System.Drawing.Point(200, 243);
+            this.radioRomanian.Margin = new System.Windows.Forms.Padding(2);
+            this.radioRomanian.Name = "radioRomanian";
+            this.radioRomanian.Size = new System.Drawing.Size(87, 25);
+            this.radioRomanian.TabIndex = 116;
+            this.radioRomanian.Tag = "";
+            this.radioRomanian.Text = "Română";
+            this.radioRomanian.UseVisualStyleBackColor = true;
+            this.radioRomanian.CheckedChanged += new System.EventHandler(this.radioRomanian_CheckedChanged);
+            // 
+            // pictureBox15
+            // 
+            this.pictureBox15.Image = global::Optimizer.Properties.Resources.romania;
+            this.pictureBox15.Location = new System.Drawing.Point(160, 246);
+            this.pictureBox15.Name = "pictureBox15";
+            this.pictureBox15.Size = new System.Drawing.Size(32, 19);
+            this.pictureBox15.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage;
+            this.pictureBox15.TabIndex = 115;
+            this.pictureBox15.TabStop = false;
+            this.pictureBox15.Click += new System.EventHandler(this.pictureBox15_Click);
+            // 
             // FirstRunForm
             // 
             this.AcceptButton = this.btnStart;
@@ -559,6 +588,8 @@ namespace Optimizer
             this.BackColor = System.Drawing.Color.FromArgb(((int)(((byte)(20)))), ((int)(((byte)(20)))), ((int)(((byte)(20)))));
             this.CancelButton = this.btnStart;
             this.ClientSize = new System.Drawing.Size(311, 362);
+            this.Controls.Add(this.radioRomanian);
+            this.Controls.Add(this.pictureBox15);
             this.Controls.Add(this.radioHungarian);
             this.Controls.Add(this.pictureBox14);
             this.Controls.Add(this.radioKurdish);
@@ -623,6 +654,7 @@ namespace Optimizer
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox12)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox13)).EndInit();
             ((System.ComponentModel.ISupportInitialize)(this.pictureBox14)).EndInit();
+            ((System.ComponentModel.ISupportInitialize)(this.pictureBox15)).EndInit();
             this.ResumeLayout(false);
             this.PerformLayout();
 
@@ -665,5 +697,7 @@ namespace Optimizer
         private System.Windows.Forms.PictureBox pictureBox13;
         private MoonRadio radioHungarian;
         private System.Windows.Forms.PictureBox pictureBox14;
+        private MoonRadio radioRomanian;
+        private System.Windows.Forms.PictureBox pictureBox15;
     }
 }

+ 12 - 0
Optimizer/Forms/FirstRunForm.cs

@@ -224,5 +224,17 @@ namespace Optimizer
             Options.SaveSettings();
             Options.LoadTranslation();
         }
+
+        private void radioRomanian_CheckedChanged(object sender, EventArgs e)
+        {
+            Options.CurrentOptions.LanguageCode = LanguageCode.RO;
+            Options.SaveSettings();
+            Options.LoadTranslation();
+        }
+
+        private void pictureBox15_Click(object sender, EventArgs e)
+        {
+            radioRomanian.PerformClick();
+        }
     }
 }

+ 2 - 1
Optimizer/Forms/MainForm.Designer.cs

@@ -4933,7 +4933,8 @@ namespace Optimizer
             "한국어",
             "العربية",
             "کوردی",
-            "Magyar"});
+            "Magyar",
+            "Română"});
             this.boxLang.Location = new System.Drawing.Point(92, 3);
             this.boxLang.Name = "boxLang";
             this.boxLang.Size = new System.Drawing.Size(212, 29);

+ 1 - 1
Optimizer/Forms/MainForm.resx

@@ -739,7 +739,7 @@ any application only by typing your desired keyword.</value>
         AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w
         LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0
         ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAAC0
-        GgAAAk1TRnQBSQFMAgEBCQEAAXgBBwF4AQcBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
+        GgAAAk1TRnQBSQFMAgEBCQEAAYABBwGAAQcBIAEAASABAAT/ASEBAAj/AUIBTQE2BwABNgMAASgDAAGA
         AwABYAMAAQEBAAEgBgABwP8A/wD/AP8A/wD/AP8A/wAeAANHAYB0//8AiQADRwGAdP//AIkAAyoBQANH
         AYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANH
         AYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGAA0cBgANHAYADRwGA/wD/AP8A

+ 54 - 54
Optimizer/Optimize.cs

@@ -1003,6 +1003,7 @@ namespace Optimizer
             Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\InputPersonalization", "AllowInputPersonalization");
             Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Edge", "PersonalizationReportingEnabled");
 
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\System", "UploadUserActivities");
 
             Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\System", "AllowCrossDeviceClipboard");
             Utilities.TryDeleteRegistryValue(true, @"Software\Policies\Microsoft\Windows\Messaging", "AllowMessageSync");
@@ -1013,85 +1014,84 @@ namespace Optimizer
             Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\AppPrivacy", "LetAppsActivateWithVoice");
 
             // Find my device
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\FindMyDevice", "AllowFindMyDevice", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Settings\FindMyDevice", "LocationSyncEnabled", "1", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\FindMyDevice", "AllowFindMyDevice");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Settings\FindMyDevice", "LocationSyncEnabled");
 
             // Timeline
-            try
-            {
-                Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Policies\Microsoft\Windows\System", true).DeleteValue("EnableActivityFeed", false);
-            }
-            catch (Exception ex)
-            {
-                ErrorLogger.LogError("Optimize.CompromisePrivacy", ex.Message, ex.StackTrace);
-            }
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\System", "EnableActivityFeed");
 
             // Shared Experiences
-            try
-            {
-                Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Policies\Microsoft\Windows\System", true).DeleteValue("EnableCdp", false);
-            }
-            catch (Exception ex)
-            {
-                ErrorLogger.LogError("Optimize.CompromisePrivacy", ex.Message, ex.StackTrace);
-            }
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\System", "EnableCdp");
+
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Windows\CurrentVersion\Privacy", "TailoredExperiencesWithDiagnosticDataEnabled");
+            Utilities.TryDeleteRegistryValueDefaultUsers(@".DEFAULT\Software\Microsoft\Windows\CurrentVersion\Privacy", "TailoredExperiencesWithDiagnosticDataEnabled");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack", "ShowedToastAtLevel");
+            Utilities.TryDeleteRegistryValueDefaultUsers(@".DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Diagnostics\DiagTrack", "ShowedToastAtLevel");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Speech_OneCore\Settings\OnlineSpeechPrivacy", "HasAccepted");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Windows\CurrentVersion\CapabilityAccessManager\ConsentStore\location", "Value");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Settings\FindMyDevice", "LocationSyncEnabled");
 
             // Enable location tracking
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}", "SensorPermissionState", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\System\CurrentControlSet\Services\lfsvc\Service\Configuration", "Status", "1", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Windows NT\CurrentVersion\Sensor\Overrides\{BFA794E4-F964-4FDB-90F6-51056BFE4B44}", "SensorPermissionState");
+            Utilities.TryDeleteRegistryValue(true, @"System\CurrentControlSet\Services\lfsvc\Service\Configuration", "Status");
 
             // Enable biometrics
-            try
-            {
-                Registry.LocalMachine.OpenSubKey(@"SOFTWARE\Policies\Microsoft\Biometrics", true).DeleteValue("Enabled", false);
-            }
-            catch (Exception ex)
-            {
-                ErrorLogger.LogError("Optimize.CompromisePrivacy", ex.Message, ex.StackTrace);
-            }
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Biometrics", "Enabled");
 
             // Turn off KMS Client Online AVS Validation
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform", "NoGenTicket", "0", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"Software\Policies\Microsoft\Windows NT\CurrentVersion\Software Protection Platform", "NoGenTicket");
+
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Windows\CurrentVersion\Feeds", "ShellFeedsTaskbarOpenOnHover");
+
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Windows\CurrentVersion\CDP", "CdpSessionUserAuthzPolicy");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Windows\CurrentVersion\CDP", "NearShareChannelUserAuthzPolicy");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Windows\CurrentVersion\CDP", "RomeSdkChannelUserAuthzPolicy");
 
             // General
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo", "Enabled", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost", "EnableWebContentEvaluation", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost\EnableWebContentEvaluation", "Enabled", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_CURRENT_USER\Control Panel\International\User Profile", "HttpAcceptLanguageOptOut", "0", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\SmartGlass", "UserAuthPolicy", "1", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Windows\CurrentVersion\AdvertisingInfo", "Enabled");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost", "EnableWebContentEvaluation");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Windows\CurrentVersion\AppHost\EnableWebContentEvaluation", "Enabled");
+            Utilities.TryDeleteRegistryValue(false, @"Control Panel\International\User Profile", "HttpAcceptLanguageOptOut");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Windows\CurrentVersion\SmartGlass", "UserAuthPolicy");
+
+            // Speech, inking & typing
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Personalization\Settings", "AcceptedPrivacyPolicy");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Windows\CurrentVersion\SettingSync\Groups\Language", "Enabled");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\InputPersonalization", "RestrictImplicitTextCollection");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\InputPersonalization", "RestrictImplicitInkCollection");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\InputPersonalization\TrainedDataStore", "HarvestContacts");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Input\TIPC", "Enabled");
 
             // Other devices
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\AppPrivacy", "LetAppsSyncWithDevices", "0", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_CURRENT_USER\SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled", "Value", "Allow", RegistryValueKind.String);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\AppPrivacy", "LetAppsSyncWithDevices");
+            Utilities.TryDeleteRegistryValue(false, @"SOFTWARE\Microsoft\Windows\CurrentVersion\DeviceAccess\Global\LooselyCoupled", "Value");
 
             // Feedback & diagnostics
-            try
-            {
-                Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Siuf\Rules", true).DeleteValue("PeriodInNanoSeconds", false);
-                Registry.CurrentUser.OpenSubKey(@"Software\Microsoft\Siuf\Rules", true).DeleteValue("NumberOfSIUFInPeriod", false);
-            }
-            catch (Exception ex)
-            {
-                ErrorLogger.LogError("Optimize.CompromisePrivacy", ex.Message, ex.StackTrace);
-            }
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Siuf\Rules", "PeriodInNanoSeconds");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Siuf\Rules", "NumberOfSIUFInPeriod");
 
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection", "AllowTelemetry", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\DataCollection", "AllowTelemetry", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener", "Start", "1", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener", "Start", "1", RegistryValueKind.DWord);
+            // Feedback & diagnostics
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection", "MaxTelemetryAllowed");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\System", "UploadUserActivities");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Siuf\Rules", "PeriodInNanoSeconds");
+            Utilities.TryDeleteRegistryValue(false, @"Software\Microsoft\Siuf\Rules", "NumberOfSIUFInPeriod");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\Windows\CurrentVersion\Policies\DataCollection", "AllowTelemetry");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\DataCollection", "AllowTelemetry");
+            Utilities.TryDeleteRegistryValue(true, @"SYSTEM\ControlSet001\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener", "Start");
+            Utilities.TryDeleteRegistryValue(true, @"SYSTEM\CurrentControlSet\Control\WMI\AutoLogger\AutoLogger-Diagtrack-Listener", "Start");
 
             // Wi-Fi Sense
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\config", "AutoConnectAllowedOEM", "1", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\WcmSvc\wifinetworkmanager\config", "AutoConnectAllowedOEM");
 
             // Hotspot 2.0
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\Tethering", "Hotspot2SignUp", "0", RegistryValueKind.DWord);
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WlanSvc\AnqpCache", "OsuRegistrationStatus", "1", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\WcmSvc\Tethering", "Hotspot2SignUp");
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\WlanSvc\AnqpCache", "OsuRegistrationStatus");
 
             // Mobile Hotspot remote startup
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\WcmSvc\Tethering", "RemoteStartupDisabled", "0", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Microsoft\WcmSvc\Tethering", "RemoteStartupDisabled");
 
             // Projecting to this PC
-            Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\Connect", "AllowProjectionToPC", "1", RegistryValueKind.DWord);
+            Utilities.TryDeleteRegistryValue(true, @"SOFTWARE\Policies\Microsoft\Windows\Connect", "AllowProjectionToPC");
         }
 
         internal static void DisableGameBar()

+ 6 - 1
Optimizer/Program.cs

@@ -13,7 +13,7 @@ namespace Optimizer
         /* DO NOT LEAVE THEM EMPTY */
 
         internal readonly static float Major = 13;
-        internal readonly static float Minor = 5;
+        internal readonly static float Minor = 6;
 
         internal readonly static bool EXPERIMENTAL_BUILD = false;
 
@@ -52,12 +52,17 @@ namespace Optimizer
         internal static Mutex MUTEX;
         static bool _notRunning;
 
+        [System.Runtime.InteropServices.DllImport("user32.dll")]
+        private static extern bool SetProcessDPIAware();
+
         [STAThread]
         static void Main(string[] switches)
         {
             EmbeddedAssembly.Load(_jsonAssembly, _jsonAssembly.Replace("Optimizer.", string.Empty));
             AppDomain.CurrentDomain.AssemblyResolve += CurrentDomain_AssemblyResolve;
 
+            if (Environment.OSVersion.Version.Major >= 6) SetProcessDPIAware();
+
             Application.EnableVisualStyles();
             Application.SetCompatibleTextRenderingDefault(false);
 

+ 307 - 316
Optimizer/Resources/i18n/RO.json

@@ -3,6 +3,9 @@
 	"restartButton": "Reporniți acum",
 	"restartButton8": "Reporniți acum",
 	"restartButton10": "Reporniți acum",
+	"btnFind": "Găsește",
+	"btnKill": "Termin",
+	"trayUnlocker": "Mânere de fișiere",
 	"restartAndApply": "Reporniți pentru a aplica modificări?",
 	"txtVersion": "Versiune: {VN}",
 	"txtBitness": "Tu lucrezi cu {BITS}",
@@ -15,7 +18,7 @@
 	"printSw": "Dezactiva Serviciul de Printare",
 	"mediaSharingSw": "Dezactiva Media Player de Partajarea",
 	"faxSw": "Dezactiva Serviciul de Fax",
-	"reportingSw": "Dezactiva Eroare de Raportare ",
+	"reportingSw": "Dezactiva Eroare de Raportare",
 	"homegroupSw": "Dezactiva Grup de Domiciliu",
 	"superfetchSw": "Dezactiva Superfetch",
 	"telemetryTasksSw": "Dezactiva Sarcini Telemetrie",
@@ -71,338 +74,326 @@
 	"txtModernAppsTitle": "Dezinstalează Aplicațiile Nedorite UW",
 	"chkSelectAllModernApps": "Selectați Toate",
 	"chkOnlyRemovable": "Numai Lucruri Care pot fi Dezinstalate",
-	"startupTitle": "Choose your startup items",
-	"removeStartupItemB": "Delete",
-	"locateFileB": "Locate file",
-	"findInRegB": "Find in Registry",
-	"refreshStartupB": "Refresh",
-	"restoreStartupB": "Restore",
+	"onedriveM": "Sigur doriți să dezinstalați OneDrive? Aceasta va șterge fișierele desktop și document! Folosiți această opțiune doar pe un cont local!",
+	"startupTitle": "Alegeți articolele de pornire",
+	"removeStartupItemB": "Ștergeți",
+	"locateFileB": "Localizează fișierul",
+	"findInRegB": "Găsește în registru",
+	"analyzeDriveB": "Analizare",
+	"refreshStartupB": "Reîmprospăta",
+	"restoreStartupB": "Restaura",
 	"backupStartupB": "Backup",
-	"lblBackupTitle": "Backup title:",
-	"doBackup": "OK",
-	"cancelBackup": "Cancel",
-	"startupItemName": "Name",
-	"startupItemLocation": "Location",
-	"startupItemType": "Type",
-	"txtFeedError": "No internet connection, try refreshing links again",
-	"appsTitle": "Quickly download && install useful apps",
-	"btnGetFeed": "Refresh links",
-	"bitPref": "Set bit preference",
-	"linkWarnings": "See warnings",
-	"txtDownloadStatus": "Idle",
-	"goToDownloadsB": "Go to Downloads",
-	"btnDownloadApps": "Download",
-	"cAutoInstall": "Install after downloading",
-	"setDownDirLbl": "Set download folder",
-	"c64": "64-bit",
-	"c32": "32-bit",
-	"checkSelectAll": "Select all",
-	"checkTemp": "Temporary files",
-	"checkLogs": "Windows logs",
-	"checkMiniDumps": "BSOD minidumps",
-	"checkBin": "Empty Recycle Bin",
-	"checkMediaCache": "Media Player cache",
-	"checkErrorReports": "Error reports",
-	"cleanDriveB": "Clean",
-	"lblPretext": "Maximum size to be freed:",
-	"cleanerTitle": "Clean up your system drive",
-	"pingerTitle": "Ping IP addresses and assess your latency",
-	"lblPinger": "IP / Domain name",
-	"btnOpenNetwork": "Open Network Connections",
-	"copyIPB": "Copy",
-	"copyB": "Copy IP",
-	"btnShodan": "Check on SHODAN.io",
+	"lblBackupTitle": "Titlu de rezervă:",
+	"doBackup": "Bine",
+	"cancelBackup": "Anulare",
+	"startupItemName": "Nume",
+	"startupItemLocation": "Locație",
+	"startupItemType": "Tip",
+	"txtFeedError": "Fără conexiune la internet, încercați din nou să reîmprospătați linkurile",
+	"appsTitle": "Descărcați și instalați rapid aplicații utile",
+	"btnGetFeed": "Actualizează linkurile",
+	"bitPref": "Setați preferințele de biți",
+	"linkWarnings": "Vezi avertismente",
+	"txtDownloadStatus": "Inactiv",
+	"goToDownloadsB": "Accesați Descărcări",
+	"btnDownloadApps": "Descărcați",
+	"cAutoInstall": "Instalați după descărcare",
+	"setDownDirLbl": "Setați folderul de descărcare",
+	"c64": "64-biți",
+	"c32": "32-biți",
+	"checkSelectAll": "Selectează tot",
+	"checkTemp": "Fișiere temporare",
+	"checkLogs": "Jurnalele Windows",
+	"checkMiniDumps": "Minidumps BSOD",
+	"checkBin": "Goliți coșul de reciclare",
+	"checkMediaCache": "Cache de Media Player",
+	"checkErrorReports": "Rapoarte de eroare",
+	"cleanDriveB": "Curățați-l",
+	"lblPretext": "Dimensiunea maximă de eliberat:",
+	"cleanerTitle": "Curățați hard disk de sistem",
+	"pingerTitle": "Ping adresele IP și evaluați-vă latența",
+	"lblPinger": "IP / Nume de domeniu",
+	"btnOpenNetwork": "Deschideți Conexiuni de rețea",
+	"copyIPB": "Copie",
+	"copyB": "Copie IP",
+	"btnShodan": "Verificați pe SHODAN.io",
 	"btnPing": "Ping",
-	"lblResults": "Results",
-	"flushCacheB": "Flush DNS cache",
+	"lblResults": "Rezultate",
+	"flushCacheB": "Goliți memoria cache DNS",
 	"btnExport": "Export",
-	"hostsTitle": "Edit your hosts file efficiently",
-	"linkLocate": "Locate",
-	"linkAdvancedEdit": "Advanced editor",
-	"linkRestoreDefault": "Restore default",
-	"lblIP": "IP address",
-	"lblDomain": "Domain",
-	"chkBlock": "Block",
-	"addHostB": "Add",
-	"lblLock": "Protect your HOSTS file by locking it",
-	"chkReadOnly": "Read-only",
-	"lblAdblock": "Pre-made adblocks",
-	"lblAdblockSub": "(will delete your current config)",
-	"adblockS": "AdBlock + Social",
-	"adblockP": "AdBlock + Porn",
-	"removeHostB": "Delete",
-	"refreshHostsB": "Refresh",
-	"removeAllHostsB": "Delete all",
-	"regFixB": "Fix",
-	"regLbl": "(some changes might need this)",
-	"checkRestartExplorer": "Also restart Explorer to apply changes",
-	"checkRegistryEditor": "Registry Editor",
-	"checkFirewall": "Windows Firewall",
-	"checkContextMenu": "Right Click menu",
-	"checkRunDialog": "Run Dialog",
-	"checkFolderOptions": "Folder Options",
-	"checkControlPanel": "Control Panel",
+	"hostsTitle": "Editați fișierul hostu în mod eficient",
+	"linkLocate": "Locație",
+	"linkAdvancedEdit": "Editorul Avansat",
+	"linkRestoreDefault": "Restaura Mod implicit",
+	"lblIP": "Adresa IP",
+	"lblDomain": "Domeniu",
+	"chkBlock": "Blochează",
+	"addHostB": "Adăuga",
+	"lblLock": "Protejați-vă fișierul HOSTS blocându-l",
+	"chkReadOnly": "Numai citire",
+	"lblAdblock": "Blocuri de anunțuri prefabricate",
+	"lblAdblockSub": "(Va șterge configurația curentă)",
+	"adblockS": "Blocuri de anunțuri + social",
+	"adblockP": "Blocuri de anunțuri + Porno",
+	"removeHostB": "Șterge",
+	"refreshHostsB": "Reîmprospăta",
+	"removeAllHostsB": "Șterge tot",
+	"regFixB": "Repare",
+	"regLbl": "(unele modificări ar putea avea nevoie de acest lucru)",
+	"checkRestartExplorer": "De asemenea, reporniți Explorer pentru a aplica modificările",
+	"checkRegistryEditor": "Editor de registru",
+	"checkFirewall": "Firewall Windows",
+	"checkContextMenu": "Meniu de clic dreapta",
+	"checkRunDialog": "Rulați Dialog",
+	"checkFolderOptions": "Opțiuni pentru foldere",
+	"checkControlPanel": "Panel de control",
 	"checkCommandPrompt": "Command Prompt",
 	"checkTaskManager": "Task Manager",
-	"checkEnableAll": "Enable all",
-	"registryTitle": "Fix common registry issues",
-	"quickAccessToggle": "Show Quick Access Menu",
-	"helpTipsToggle": "Show Help Messages",
-	"lblTheming": "Choose your theme",
+	"checkEnableAll": "Permite pe toate",
+	"registryTitle": "Reparați problemele comune ale registrului",
+	"quickAccessToggle": "Afișați meniul de acces rapid",
+	"helpTipsToggle": "Afișați mesajele de ajutor",
+	"lblTheming": "Alege-ți tema",
 	"radioOcean": "Ocean",
-	"radioMagma": "Magma",
+	"radioMagma": "Magmă",
 	"radioZerg": "Zerg",
 	"radioCaramel": "Caramel",
-	"radioLime": "Lime",
-	"radioMinimal": "Minimal",
-	"lblUpdating": "Check && update",
-	"btnUpdate": "Check for update",
-	"btnChangelog": "View changes",
-	"lblUpdateDisabled": "Disabled in experimental builds",
-	"lblTroubleshoot": "Troubleshooting",
-	"btnViewLog": "View errors",
-	"btnOpenConf": "Show config folder",
-	"btnResetConfig": "Reset configuration",
-	"integrator1": "Integrator is able to add fully-customized\nitems in Desktop right-click menu:",
-	"integrator2": "• Any program",
-	"integrator3": "• Shortcuts to folders",
-	"integrator4": "• Links to web",
-	"integrator5": "• Any type of file",
-	"integrator6": "• Commands",
-	"integrator7": "Items can have custom icons and position.\nThey can also be hidden,accessible only\nby pressing the SHIFT key.\nIt can also create custom commands\nfor Run Dialog, making it easy to launch\nany application only by typing your desired keyword.",
+	"radioLime": "Lămăie verde",
+	"radioMinimal": "Minim",
+	"lblUpdating": "Verificați și actualizați",
+	"btnUpdate": "Verificați pentru actualizare",
+	"btnChangelog": "Vedeți modificările",
+	"lblUpdateDisabled": "Dezactivat în versiunile experimentale",
+	"lblTroubleshoot": "Depanare",
+	"btnViewLog": "Vizualizați erorile",
+	"btnOpenConf": "Afișează folderul de configurare",
+	"btnResetConfig": "Resetați configurația",
+	"integrator1": "Integrator poate adăuga elemente\ncomplet personalizate în meniul de clic dreapta pe desktop:",
+	"integrator2": "• Orice program",
+	"integrator3": "• Comenzi rapide la foldere",
+	"integrator4": "• Link-uri către web",
+	"integrator5": "• Orice tip de fișier",
+	"integrator6": "• Comanduri",
+	"integrator7": "Articolele pot avea pictograme și poziție personalizate.\nde asemenea, pot fi ascunse, accesibile numai\n prin apăsarea tastei SHIFT.\nde asemenea, poate crea comenzi personalizate\n pentru Dialogul de rulare, făcând mai ușoară lansarea\n orice aplicație doar tastând cuvântul cheie dorit.",
 	"integratorInfoTab": "Info",
-	"tabPage8": "Add/Modify",
-	"tabPage9": "Delete",
-	"tabPage10": "Ready Menus",
-	"tabPage11": "Run Dialog",
-	"addItemL": "Add or modify an item",
-	"itemtype": "Item Type",
+	"tabPage8": "Adăugați/Modificați",
+	"tabPage9": "Ștergeți",
+	"tabPage10": "Meniuri gata",
+	"tabPage11": "Rulați Dialog",
+	"addItemL": "Adăugați sau modificați un articol",
+	"itemtype": "Categorie de articol",
 	"radioProgram": "Program",
-	"radioFolder": "Folder",
-	"radioLink": "Link",
+	"radioFolder": "Folderul",
+	"radioLink": "Linkul",
 	"radioFile": "File",
-	"radioCommand": "Command",
-	"itemtoaddgroup": "Program to add",
-	"folderToAdd": "Folder to add",
-	"linkToAdd": "Link to add",
-	"fileToAdd": "File to add",
-	"commandToAdd": "Command to add",
-	"icontoaddgroup": "Icon to add",
-	"checkDefaultIcon": "Use program's icon",
-	"checkDefaultFolderIcon": "Use default folder icon",
-	"checkFavicon": "Download website icon (favicon)",
-	"checkNoIcon": "No icon",
-	"dnsCacheM": "DNS Cache is being generated, try again later!",
-	"itemposition": "Item position",
+	"radioCommand": "Comanda",
+	"itemtoaddgroup": "Adaugați un program",
+	"folderToAdd": "Adaugați un folderul",
+	"linkToAdd": "Adaugați un linkul",
+	"fileToAdd": "Adaugați un file",
+	"commandToAdd": "Adaugați un comandă",
+	"icontoaddgroup": "Adaugați un pictograme",
+	"checkDefaultIcon": "Folosește pictograme de program",
+	"checkDefaultFolderIcon": "Utilizați pictograme de folder implicit",
+	"checkFavicon": "Descărcați pictograme de la website (favicon)",
+	"checkNoIcon": "Fără pictogramă",
+	"dnsCacheM": "Cache ul DNS este în curs de generare, încercați din nou mai târziu!",
+	"itemposition": "Poziția articolului",
 	"radioTop": "Top",
-	"radioMiddle": "Middle",
-	"radioBottom": "Bottom",
-	"security": "Security",
-	"checkShift": "Show only when SHIFT is pressed",
-	"itemnamegroup": "Item name in menu",
-	"btnAddItem": "Add/Modify",
-	"removeIntegratorItemsL": "Delete existing Desktop items",
-	"removeDIB": "Delete",
-	"refreshIIB": "Refresh",
-	"removeAllIIB": "Delete all",
-	"PMB": "Add Power Menu",
-	"STB": "Add System Tools",
-	"WAB": "Add Windows Apps",
-	"SSB": "Add System Shortcuts",
-	"DSB": "Add Desktop Shortcuts",
-	"AddOwnerB": "Add 'Take Ownership'",
-	"RemoveOwnerB": "Delete 'Take Ownership'",
-	"AddCMDB": "Add 'Open with CMD'",
-	"DeleteCMDB": "Delete 'Open with CMD'",
-	"readyMenusL": "Add useful, pre-made menus",
-	"refreshCCB": "Refresh",
-	"removeCCB": "Delete",
-	"removeCCL": "Delete existing commands",
-	"btnCreateCustomCommand": "Create",
-	"ccKeywordL": "keyword",
-	"ccFileL": "File location",
-	"ccL": "Define your custom Run commands",
-	"btnYes": "Yes",
-	"btnNo": "No",
-	"btnOk": "OK",
-	"HostsEditorForm": "Hosts Editor",
-	"savebtn": "Save",
-	"closebtn": "Close",
-	"adminMissingMsg": "Optimizer needs to be run as administrator!\nApp will now close...",
-	"unsupportedMsg": "Optimizer works in Windows 7 or higher!\nApp will now close...",
-	"confInvalidVersionMsg": "Windows version does not match!",
-	"confInvalidFormatMsg": "Config file is in invalid format!",
-	"confNotFoundMsg": "Config file does not exist!",
-	"argInvalidMsg": "Invalid argument! Example: Optimizer.exe /silent.conf",
-	"alreadyRunningMsg": "Optimizer is already running in the background!",
-	"StartupPreviewForm": "Startup Items Preview",
-	"StartupRestoreForm": "Restore Startup Items",
-	"backupL": "Recover your startup items",
-	"txtNoBackups": "No backups found",
-	"previewBackupB": "Preview",
-	"restoreBackupB": "Restore",
-	"deleteBackupB": "Delete",
-	"noNewVersion": "You already have the latest version!",
-	"betaVersion": "You are using an experimental version!",
-	"removeAllStartup": "Are you sure you want to delete all startup items?",
-	"removeAllHosts": "Are you sure you want to delete all hosts entries?",
-	"removeAllItems": "Are you sure you want to delete all desktop items?",
-	"removeModernApps": "Are you sure you want to uninstall the following app(s)?",
-	"errorModernApps": "The following app(s) couldn't be uninstalled:\n",
-	"resetMessage": "Are you sure you want to reset configuration?\nThis will reset all your preferences, including any icons you extracted\nor downloaded using Integrator, but will not touch anything on your computer!",
-	"newVersion": "There is a new version available!\n\nLatest version: {LATEST}\nCurrent version: {CURRENT}\n\nDo you want to download it now?\n\nApp will restart in a few seconds.",
-	"downloadsFinished": "Finished",
-	"downloadDirInvalid": "Download folder specified is not valid",
-	"no64Download": "No 64-bit available, downloading 32-bit",
-	"no32Download": "No 32-bit available, skipping",
-	"installing": "Installing",
-	"linkInvalid": "Link is no longer valid",
-	"noErrorsM": "There are no errors to show!",
-	"hostNotFound": "Could not find host",
-	"pinging": "Pinging with 32 bytes - 9 times...",
-	"latency": "LATENCY",
-	"lblSystemTools": "System && Tools",
+	"radioMiddle": "Mijloc",
+	"radioBottom": "Bază",
+	"security": "Securitatea",
+	"checkShift": "Afișați numai când este apăsat SHIFT",
+	"itemnamegroup": "Numele articolului din meniu",
+	"btnAddItem": "Adauga/modifica",
+	"removeIntegratorItemsL": "Ștergeți elementele desktop existente",
+	"removeDIB": "Ștergeți",
+	"refreshIIB": "Reîmprospăta",
+	"removeAllIIB": "Sterge tot",
+	"PMB": "Adăugați meniul de putere",
+	"STB": "Adăugați instrumente de sistem",
+	"WAB": "Adăugați Aplicație de Windows",
+	"SSB": "Adăugați comenzi rapide de sistem",
+	"DSB": "Adăugați comenzi rapide pe desktop",
+	"AddOwnerB": "Adăugați 'Preluare proprietate'",
+	"RemoveOwnerB": "Ștergeți 'Preluare proprietate'",
+	"AddCMDB": "Adăugați 'Deschide cu CMD'",
+	"DeleteCMDB": "Ștergeți 'Deschide cu CMD'",
+	"readyMenusL": "Adăugați meniuri utile prefabricat,",
+	"refreshCCB": "Reîmprospăta",
+	"removeCCB": "Ștergeți",
+	"removeCCL": "Ștergeți comandări existente",
+	"btnCreateCustomCommand": "Crea",
+	"ccKeywordL": "Cuvânt cheie",
+	"ccFileL": "Locație de file",
+	"ccL": "Definiți-vă comendări personalizate pe care le puteți rula",
+	"btnYes": "Da",
+	"btnNo": "Nu",
+	"btnOk": "Bine",
+	"HostsEditorForm": "Editor de gazde",
+	"savebtn": "Salvează",
+	"closebtn": "Închide",
+	"adminMissingMsg": "Optimizer trebuie rulat că administrator!\naplicația se va închide acum...",
+	"unsupportedMsg": "Optimizer funcționează în Windows 7 sau o versiune ulterioară!\naplicația se va închide acum...",
+	"confInvalidVersionMsg": "Versiunea Windows nu se meci",
+	"confInvalidFormatMsg": "Fișierul de configurare este în format nevalid!",
+	"confNotFoundMsg": "Fișierul de configurare nu există!",
+	"argInvalidMsg": "Argument invalid! Exemplu: Optimizer.exe /silent.conf",
+	"alreadyRunningMsg": "Optimizer rulează deja în fundal!",
+	"StartupPreviewForm": "Previzualizare programele de pornire",
+	"StartupRestoreForm": "Restaurați programele de pornire",
+	"backupL": "Recuperează-ți programele de pornire",
+	"txtNoBackups": "Nu s-au găsit copii de rezervă",
+	"previewBackupB": "Previzualizare",
+	"restoreBackupB": "Restaură",
+	"deleteBackupB": "Ștergeți",
+	"noNewVersion": "Ai deja cea mai recentă versiune!",
+	"betaVersion": "Folosiți o versiune experimentală!",
+	"removeAllStartup": "Sigur doriți să ștergeți toate programele de pornire?",
+	"removeAllHosts": "Sigur doriți să ștergeți toate intrările gazdelor?",
+	"removeAllItems": "Sigur doriți să ștergeți toate elementele de pe desktop?",
+	"removeModernApps": "Sigur doriți să dezinstalați următoarea aplicație(ții)",
+	"errorModernApps": "Următoarele aplicație(ții) nu au putut fi dezinstalate:\n",
+	"latestVersionM": "Cea mai recentă versiune: {CELE MAI RECENTE}",
+	"currentVersionM": "Versiunea curentă: {CURENT}",
+	"resetMessage": "Sigur doriți să resetați configurația?\nAcest lucru vă va reseta toate preferințele, inclusiv pictogramele pe care le-ați extras\nu descărcat folosind Integrator, dar nu va atinge nimic de pe computer!",
+	"newVersion": "Există o nouă versiune disponibilă! Doriți să o descărcați acum?\nAplicația va reporni în câteva secunde.",
+	"flushDNSMessage": "Sigur doriți să ștergeți memoria cache DNS din Windows?\nși acest lucru vă cauza deconectarea de la internet pentru un moment și poate fi necesară o repornire pentru a funcționa corect.",
+	"downloadsFinished": "Terminat",
+	"downloadDirInvalid": "Dosarul de descărcare specificat nu este valid",
+	"no64Download": "64 de biți nu este disponibil, se descarcă pe 32 de biți",
+	"no32Download": "32 de biți nu este disponibil, săriți peste",
+	"installing": "Se instalează",
+	"linkInvalid": "Linkul nu mai este validă",
+	"noErrorsM": "Nu există erori de afișat!",
+	"hostNotFound": "Gazdă nu a putut fi găsită",
+	"pinging": "Ping cu 32 de octeți - de 9 ori...",
+	"latency": "LATENȚA",
+	"lblSystemTools": "Sistem și instrumente",
 	"lblInternet": "Internet",
-	"lblCoding": "Coding",
-	"lblVideoSound": "Video && Sound",
-	"min": "Min",
-	"max": "Max",
-	"avg": "Average",
-	"timeout": "Request timed out",
-	"languagesL": "Choose language",
-	"trayStartup": "Startup Manager",
-	"trayCleaner": "Drive Cleaner",
-	"trayPinger": "Pinger Tool",
-	"trayHosts": "HOSTS Editor",
-	"trayAD": "Apps Downloader",
-	"trayOptions": "Options",
-	"trayRegistry": "Registry Repair",
-	"trayRestartExplorer": "Restart Explorer",
-	"trayExit": "Exit",
-	"tipWhatsThis": "What's this?",
-	"hwDetailed": "Detailed View",
-	"btnCopyHW": "Copy",
-	"btnSaveHW": "Save",
+	"lblCoding": "Codingul",
+	"lblVideoSound": "Video și sunet",
+	"min": "Minimum",
+	"max": "Maxim",
+	"avg": "Medie",
+	"timeout": "Cererea a expirat",
+	"languagesL": "Alegeți limba",
+	"trayStartup": "Manager de pornire",
+	"trayCleaner": "Curățător de hard disk",
+	"trayPinger": "Instrumentul Pinger",
+	"trayHosts": "Editorul GAZDĂ",
+	"trayAD": "Descărcător de aplicații",
+	"trayOptions": "Opțiune",
+	"trayRegistry": "Repararea registrului",
+	"trayRestartExplorer": "Reporniți Explorer",
+	"trayExit": "Ieșire",
+	"tipWhatsThis": "Ce-i asta?",
+	"hwDetailed": "Vedere detaliată",
+	"btnCopyHW": "Copie",
+	"btnSaveHW": "Salvează",
 	"indiciumTab": "Hardware",
-	"toolHWCopy": "Copy",
-	"toolHWGoogle": "Search with Google",
-	"toolHWDuck": "Search with DuckDuckGo",
-	"trayHW": "Hardware Information",
-	"os": "Operating System",
-	"cpu": "Processors",
-	"ram": "Memory",
-	"gpu": "Graphics",
-	"mobo": "Motherboards",
-	"disk": "Storage",
-	"inet": "Network Adapters",
+	"toolHWCopy": "Copie",
+	"toolHWGoogle": "Căutare cu Google",
+	"toolHWDuck": "Căutare cu DuckDuckGo",
+	"trayHW": "Informație de hardware",
+	"os": "Sistem de operare",
+	"cpu": "Procesoare",
+	"ram": "Memorie",
+	"gpu": "Grafică",
+	"mobo": "Plăcile de baza",
+	"disk": "Stocare",
+	"inet": "adaptorul de rețea",
 	"audio": "Audio",
-	"dev": "Peripherals",
-	"vm": "Virtual Memory",
-	"drives": "Disk Drives",
-	"volumes": "Partitions",
-	"opticals": "Optical Drives",
-	"removables": "Removable Drives",
-	"physicalAdapters": "Physical Adapters",
-	"virtualAdapters": "Virtual Adapters",
-	"keyboards": "Keyboards",
-	"pointings": "Pointing Devices",
-	"performanceTip": "Collection of internal Windows settings to optimize performance.
-Completely safe to apply.
+	"dev": "Periferice",
+	"vm": "Memorie virtual",
+	"drives": "Dispozitive de stocare",
+	"volumes": "Partiții",
+	"opticals": "Unitățile Optice",
+	"removables": "Unităţile stocare detaşabile",
+	"physicalAdapters": "Adaptoare fizice",
+	"virtualAdapters": "Adaptoare virtual",
+	"keyboards": "Tastaturi",
+	"pointings": "Dispozitive de mișcare a cursorului",
+	"performanceTip": "Colecție de setări interne Windows pentru a optimiza performanța.
+Complet sigur de aplicat.
 
-- Reduces waiting time before killing unresponsive processes.
-- Decreases menu show delay time.
-- Disables low disk space check notification
-- Disables shake-to-minimize feature
-- Always shows file extensions
-- Shows hidden files",
-	"networkTip": "Windows implements a network throttling mechanism that will restrict
-network traffic when running multimedia apps. It can also reduce network's
-performance when playing online games.",
-	"defenderTip": "⚠ Windows Defender CANNOT be disabled in Windows 10 version 1903 and higher.
+- Reduce timpul de așteptare înainte de a termina procesele care nu răspund.
+- Reduce timpul de întârziere pentru afișarea meniului.
+- Dezactivează notificarea verificării spațiului pe disc redus.
+- Dezactivați funcția de scuturare pentru a minimiza
+- Afișează întotdeauna extensiile de fișiere
+- Afișează fișierele ascunse",
+	"networkTip": "Windows implementează un mecanism de limitare a rețelei care va restricționa traficul în rețea atunci când rulează aplicații multimedia. De asemenea, poate reduce performanța rețelei atunci când jucați jocuri online.",
+	"defenderTip": "Windows Defendor este un antivirus încorporat în sistemele Windows.",
+	"smartScreenTip": "SmartScreenul scanează automat fișierele, descărcările și site-urile web, blocând. Conținut periculos deja cunoscut și vă avertizează înainte de a le rula.",
+	"systemRestoreTip": "Restaurarea sistemului este o caracteristică care permite revenirea la starea Windows. La una anterioară pentru a recupera de la defecțiuni sau alte probleme.",
+	"reportingTip": "Raportarea erorilor colectează blocările și erorile aplicațiilor și le trimite la Microsoft.",
+	"telemetryTasksTip": "Serviciile de telemetrie trimit periodic date de utilizare și performanță către Microsoft, pentru îmbunătățirea ulterioară.",
+	"officeTelemetryTip": "Telemetria de Office Microsoft trimite periodic date de utilizare și performanță la Microsoft, pentru îmbunătățirea ulterioară.",
+	"ffTelemetryTip": "Dezactivează serviciile de telemetrie și raportare a datelor Mozilla Firefox.",
+	"vsTip": "Dezactivează telemetria Visual Studio și caracteristicile de feedback, inclusiv client SQM.",
+	"chromeTelemetryTip": "Dezactivează telemetrie Google Chrome și instrumentul de raportare a software-ului (cunoscut pentru faptul că provoacă o utilizare ridicată a procesorului).",
+	"printTip": "Serviciul de imprimare este responsabil pentru detectarea, instalarea și utilizarea imprimantelor.",
+	"faxTip": "Serviciul de fax este responsabil pentru trimiterea și primirea faxurilor.",
+	"mediaSharingTip": "Media Player Sharing oferă partajare media acasă pentru Windows Media Player.",
+	"stickyTip": "Tastele lipicioase este o caracteristică de accesibilitate pentru a ajuta utilizatorii Windows cu handicap fizic reducerea tipul de mișcare asociat cu. Leziuni repetitive tulpina.",
+	"homegroupTip": "Grupul de domiciliu este o caracteristică care permite partajarea fișierelor Într-o rețea de domiciliu utilizând Windows Explorer.",
+	"superfetchTip": "SuperFetch pre încarcă aplicațiile utilizate în mod obișnuit pentru RAM, provocând multe utilizarea pe disc , în special pe HDD-uri.",
+	"compatTip": "Serviciul asistent de compatibilitate detectează probleme de compatibilitate cunoscute în programele mai vechi.",
+	"disableOneDriveTip": "Dezactivează integrato de Stocarea în cloud OneDrive",
+	"oldMixerTip": "Restabilește panoul de control clasic al mixerului de volum.",
+	"oldExplorerTip": "- Dezactivați istoricul de acces rapid
+- Setează vizualizarea implicită a File Explorer la Acest PC
+- Dezactivează fișierele recente
+- Elimină Căutarea, Sarcina și Vremea din bara de activități
+- Dezactivați Istoricul fișierelor",
+	"adsTip": "Împiedică reclamele să apară în meniul Start.",
+	"uODTip": "Tastatura tactilă nu mai funcții precum:",
+	"peopleTip": "Oamenii mei este o funcție nouă care arată contacte recente în bara de activități.",
+	"longPathsTip": "Elimină limita maximă de lungime a căii de 256 de caractere.",
+	"inkTip": "Windows Ink oferă suport pentru pixuri digitale, pentru a desena pe ecran.",
+	"spellTip": "Tastatura tactilă numai funcții precum:
 
-Windows Defender is the built-in antivirus in Windows systems.",
-	"smartScreenTip": "SmartScreen automatically scans files, downloads and websites, blocking
-already-known dangerous content and warns you before running them.",
-	"systemRestoreTip": "System Restore is a feature that allows to revert Windows' state
-to a previous one to recover from malfunctions or other problems.",
-	"reportingTip": "Error Reporting collects application crashes and errors and send them to Microsoft.",
-	"telemetryTasksTip": "Telemetry services periodically sends usage and performance data to Microsoft,
-for future improvement.",
-	"officeTelemetryTip": "Office telemetry periodically sends usage and
-performance data to Microsoft, for future improvement.",
-	"ffTelemetryTip": "Disables Mozilla Firefox telemetry and data reporting services.",
-	"vsTip": "Disables Visual Studio telemetry and feedback features, including SQM client.",
-	"chromeTelemetryTip": "Disables Google Chrome telemetry and software reporting tool (famously known to cause high CPU usage).",
-	"printTip": "Print service is responsible for detecting, installing and utilizing printers.",
-	"faxTip": "Fax service is responsible for sending and receiving faxes.",
-	"mediaSharingTip": "Media Player Sharing provides home media sharing for Windows Media Player.",
-	"stickyTip": "Sticky Keys is an accessibility feature to help Windows users with
-physical disabilities reducing the sort of movement associated with 
-repetitive strain injury.",
-	"homegroupTip": "HomeGroup is a feature which allows to share files
-on a home network using Windows Explorer.",
-	"superfetchTip": "Superfetch preloads commonly used apps to RAM, causing high disk usage,
-especially on HDDs.",
-	"compatTip": "Compatibility Assistant service detects known compatibility issues in older programs.",
-	"disableOneDriveTip": "Disables OneDrive cloud-storage integration.",
-	"oldMixerTip": "Restores the classic volume mixer control panel.",
-	"oldExplorerTip": "- Disables Quick Access history
-- Sets File Explorer default view to This PC
-- Disables recents files
-- Removes Search, Task and Weather from taskbar
-- Disables File History",
-	"adsTip": "Prevents advertisements from showing up in Start Menu.",
-	"uODTip": "Completely removes OneDrive cloud-storage integration.",
-	"peopleTip": "My People is a new feature showing recent contacts in taskbar.",
-	"longPathsTip": "Removes maximum path length limitation of 256 characters.",
-	"inkTip": "Windows Ink provides support for digital pens, to draw on screen.",
-	"spellTip": "Touch-keyboard only features like:
+- Corecții automate
+- Sugestii de text
+- Verificare a ortografiei",
+	"xboxTip": "Serviciile Xbox Live oferă streaming, înregistrare și funcții sociale pentru jocurile Xbox.",
+	"actionTip": "Centrul de notificări este un loc central pentru notificări și acțiuni rapide, cum ar fi Wi-Fi, Bluetooth etc.",
+	"autoUpdatesTip": "Dezactivează descărcarea și instalarea automată a actualizărilor Windows.
+În schimb, există o notificare când sunt disponibile noi actualizări.
+De asemenea, dezactivează serviciul de optimizare a livrării.",
+	"driversTip": "Util atunci când Windows Update înlocuiește în mod constant un driver corespunzător. Driver de lucru cu unul defect.",
+	"telemetryServicesTip": "Serviciile de telemetrie urmăresc și înregistrează datele de utilizare trimițând feedback
+pentru analiză către Microsoft.",
+	"privacyTip": "Ajustări suplimentare de confidențialitate care dezactivează următoarele:
 
-- Auto-correction
-- Text suggestions
-- Spell-check",
-	"xboxTip": "Xbox Live services offer streaming, recording and social features for Xbox games.",
-	"actionTip": "Notification Center is a central place for notifications and quick action tiles,
-like Wi-Fi, Bluetooth, etc.",
-	"autoUpdatesTip": "Disables automatic downloading and installation of Windows updates.
-Instead, there is a notification when new updates are available.
-It also disables Delivery Optimization service.",
-	"driversTip": "Useful when Windows Update constantly replaces a properly
-working driver with a faulty one.",
-	"telemetryServicesTip": "Telemetry services track and log usage data sending feedback
-for analysis to Microsoft.",
-	"privacyTip": "Extra privacy tweaks disabling the following:
+- Biometrie
+- Geolocație
+- Partajați aplicații pe dispozitive
+- Text loggerul
+- Diagnosticare",
+	"ccTip": "Cloud clipboardul partajează datele clipboard pe dispozitivele dvs. Acesta permite copierea pe un dispozitiv și lipirea pe altul.. Necesită conectare la contul Microsoft.",
+	"cortanaTip": "Cortana este un asistent virtual bazat pe AI.
 
-- Biometrics
-- Geolocation
-- Share apps across devices
-- Text logger
-- Diagnostics",
-	"ccTip": "Cloud Clipboard shares clipboard data across your devices.
-It allows to copy on one device and paste on another.
-Requires Microsoft account sign-in.",
-	"cortanaTip": "Cortana is a virtual AI-based assistant.
-
-- Disables Cortana.
-- Disables web search in Start Menu
-- Prevents from keeping search history",
-	"sensorTip": "Services that manage sensors' functionality,
-like auto-rotation, auto-brightness, etc.
-Useful only for tablets or devices with touch-screen.",
-	"castTip": "Removes right-click to share media content to Miracast devices.",
-	"gameBarTip": "Game Bar is a quick-access menu for Xbox gaming services.",
-	"insiderTip": "Windows Insider program allows you to test out latest features
-before they are released to public.
-It's considered an unnecessary service for users who don't wish to participate.",
-	"featuresTip": "Feature Updates are technically new versions of Windows, that require an upgrade.
-However, they are considered a risky procedure. They are usually semi-annual releases.",
-	"tpmTip": "Bypasses Secure Boot and TPM 2.0 requirements, allowing the upgrading to Windows 11.",
-	"leftTaskbarTip": "Aligns taskbar icons to the left.",
-	"snapAssistTip": "Disables Snap Assist Flyout when hovering maximize buttons.",
-	"widgetsTip": "Disables Widgets feature and removes Widgets icon from taskbar.",
-	"chatTip": "Removes Chat icon from taskbar.",
-	"smallerTaskbarTip": "Makes taskbar size and icons smaller.",
-	"classicRibbonTip": "Restores classic ribbon bar from Windows 10 in File Explorer.",
-	"classicContextTip": "Restores classic right-click menu, removing 'Show more options'.",
-	"trayUnlocker": "Mânerul fișierului"
+- Dezactiva Cortana.
+- Dezactivați căutarea pe web în meniul Start
+- Împiedică păstrarea istoricului de căutare",
+	"sensorTip": "Servicii care gestionează funcționalitatea senzorilor, cum ar fi rotația automată, luminozitatea automată etc. Util numai pentru tablete sau dispozitive cu ecran tactil.",
+	"castTip": "Elimină clic dreapta pentru a partaja conținutul media pe dispozitivele Miracast.",
+	"gameBarTip": "Bara de jocuri este un meniu cu acces rapid pentru serviciile de jocuri Xbox.",
+	"insiderTip": "Programul Windows Insider vă permite să testați cele mai recente caracteristici Înainte de a fi lansat în public.. Este considerat un serviciu inutil pentru utilizatorii care nu doresc să participe.",
+	"featuresTip": "Actualizările de caracteristici sunt versiuni noi din punct de vedere tehnic ale Windows care necesită un upgrade. Cu toate acestea ele sunt considerate o procedură riscantă. Acestea sunt, de obicei, eliberări semestriale.",
+	"tpmTip": "Ocolește cerințele Secure Boot și TPM 2.0, permițând upgrade-ul la Windows 11.",
+	"leftTaskbarTip": "Aliniază pictogramele barei de activități la stânga.",
+	"snapAssistTip": "Dezactivați asistență la snap Flyout când treceți cu mouse-ul pe butoanele de maximizare.",
+	"widgetsTip": "Dezactivează funcția Widgeturi și elimină pictograma Widgeturi din bara de activități.",
+	"chatTip": "Elimină pictograma Chat din bara de activități.",
+	"smallerTaskbarTip": "Face dimensiunea barei de activități și pictogramele mai mici.",
+	"classicRibbonTip": "Restabilește bara clasică de panglică din Windows 10 în Explorer.",
+	"classicContextTip": "Restabilește meniul clasic cu clic dreapta, eliminând 'arată mai multe opțiuni'.",
+	"gameModeSw": "Activează modul de joc",
+	"gameModeTip": "Activează modul Gaming în combinație cu programarea accelerată hardware a GPU-ului.",
+	"systemRestoreM": "Sunteți sigur că doriți să dezactivați restaura de sistem? Acest lucru va șterge imaginile de backup curente!",
+	"compactModeSw": "Activați Modul Compact în Explorer",
+	"compactModeTip": "Reduce spațiul suplimentar și umplutura între fișierele din File Explorer."
 }

+ 9 - 0
Optimizer/Utilities.cs

@@ -477,6 +477,15 @@ namespace Optimizer
             catch { }
         }
 
+        internal static void TryDeleteRegistryValueDefaultUsers(string path, string valueName)
+        {
+            try
+            {
+                Registry.Users.OpenSubKey(path, true).DeleteValue(valueName, false);
+            }
+            catch { }
+        }
+
         internal static void DisableProtectedService(string serviceName)
         {
             using (TokenPrivilege.TakeOwnership)

+ 6 - 5
README.md

@@ -3,7 +3,7 @@
 </p> 
 
 <p align="center">
-	<a href="https://github.com/hellzerg/optimizer/releases/download/13.5/Optimizer-13.5.exe" target="_blank">
+	<a href="https://github.com/hellzerg/optimizer/releases/download/13.6/Optimizer-13.6.exe" target="_blank">
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/download-button.png">
 		<br>
 		<img src="https://raw.githubusercontent.com/hellzerg/optimizer/master/flags.png">
@@ -16,7 +16,7 @@ Portable utility that helps you restore your privacy and increase your security.
 Optimizer is recommended after a fresh, clean installation of Windows to achieve maximum privacy and security.<br>
 Depending on your version of Windows, Optimizer will also allow you to perform some specific tweaks.
 
-* Full multilingual support (17 languages available)
+* Full multilingual support (18 languages available)
 * Speed up your system and network performance
 * Disable unnecessary Windows services
 * Disable Windows telemetry, Cortana and many more
@@ -88,9 +88,9 @@ https://github.com/hellzerg/optimizer/blob/master/LEGACY.md
 
 ### #️ Details: ###
 
-* Latest version: 13.5
-* Released: June 5, 2022
-* SHA256: 62A85018BE2AB21DDC41A4D7CCA43159BEC20EA0C9B7F60BD4A58C8E91957A7B
+* Latest version: 13.6
+* Released: June 12, 2022
+* SHA256: 0F65506AE84F5A4D358AF18BFE00A80565FDF3F7F787362BF17187C28CAE3029
 
 <hr>
 
@@ -122,5 +122,6 @@ Support my hard work by donating me through [PayPal](https://www.paypal.com/payp
 * https://github.com/VenusGirl - VenusGirl for Korean translation
 * https://github.com/Wilamaxin - Wilamaxin for Polish translation
 * https://github.com/MesterPerfect - MesterPerfect for Arabic translation
+* https://github.com/BeamingNG - BeamingNG for Romanian translation
 * Parwar Andam for Kurdish translation
 * Zan for Hungarian translation

+ 1 - 1
version.txt

@@ -1 +1 @@
-13.5
+13.6