diff --git a/app/Fans.Designer.cs b/app/Fans.Designer.cs
index 30a6d9d4..81ca0239 100644
--- a/app/Fans.Designer.cs
+++ b/app/Fans.Designer.cs
@@ -61,8 +61,9 @@ namespace GHelper
comboBoost = new RComboBox();
panelSliders = new Panel();
panelAdvanced = new Panel();
- panelAdvancedApply = new Panel();
+ panelAdvancedAlways = new Panel();
checkApplyUV = new RCheckBox();
+ panelAdvancedApply = new Panel();
buttonApplyAdvanced = new RButton();
labelRisky = new Label();
panelUViGPU = new Panel();
@@ -141,6 +142,7 @@ namespace GHelper
panelApplyFans.SuspendLayout();
panelSliders.SuspendLayout();
panelAdvanced.SuspendLayout();
+ panelAdvancedAlways.SuspendLayout();
panelAdvancedApply.SuspendLayout();
panelUViGPU.SuspendLayout();
((System.ComponentModel.ISupportInitialize)trackUViGPU).BeginInit();
@@ -480,6 +482,7 @@ namespace GHelper
//
panelAdvanced.AutoSize = true;
panelAdvanced.AutoSizeMode = AutoSizeMode.GrowAndShrink;
+ panelAdvanced.Controls.Add(panelAdvancedAlways);
panelAdvanced.Controls.Add(panelAdvancedApply);
panelAdvanced.Controls.Add(labelRisky);
panelAdvanced.Controls.Add(panelUViGPU);
@@ -488,48 +491,62 @@ namespace GHelper
panelAdvanced.Controls.Add(panelTemperature);
panelAdvanced.Controls.Add(panelTitleTemp);
panelAdvanced.Dock = DockStyle.Top;
- panelAdvanced.Location = new Point(10, 1266);
+ panelAdvanced.Location = new Point(10, 1272);
panelAdvanced.Name = "panelAdvanced";
- panelAdvanced.Size = new Size(520, 840);
+ panelAdvanced.Size = new Size(520, 888);
panelAdvanced.TabIndex = 14;
panelAdvanced.Visible = false;
//
- // panelAdvancedApply
+ // panelAdvancedAlways
//
- panelAdvancedApply.Controls.Add(checkApplyUV);
- panelAdvancedApply.Controls.Add(buttonApplyAdvanced);
- panelAdvancedApply.Dock = DockStyle.Top;
- panelAdvancedApply.Location = new Point(0, 764);
- panelAdvancedApply.Name = "panelAdvancedApply";
- panelAdvancedApply.Size = new Size(520, 76);
- panelAdvancedApply.TabIndex = 47;
+ panelAdvancedAlways.AutoSize = true;
+ panelAdvancedAlways.Controls.Add(checkApplyUV);
+ panelAdvancedAlways.Dock = DockStyle.Top;
+ panelAdvancedAlways.Location = new Point(0, 827);
+ panelAdvancedAlways.Name = "panelAdvancedAlways";
+ panelAdvancedAlways.Padding = new Padding(16, 0, 16, 15);
+ panelAdvancedAlways.Size = new Size(520, 61);
+ panelAdvancedAlways.TabIndex = 46;
//
// checkApplyUV
//
checkApplyUV.BackColor = SystemColors.ControlLight;
+ checkApplyUV.Dock = DockStyle.Top;
checkApplyUV.Enabled = false;
- checkApplyUV.Location = new Point(255, 16);
- checkApplyUV.Margin = new Padding(0);
+ checkApplyUV.Location = new Point(16, 0);
+ checkApplyUV.Margin = new Padding(15, 15, 0, 0);
checkApplyUV.Name = "checkApplyUV";
checkApplyUV.Padding = new Padding(16, 6, 16, 6);
- checkApplyUV.Size = new Size(246, 46);
- checkApplyUV.TabIndex = 50;
+ checkApplyUV.Size = new Size(488, 46);
+ checkApplyUV.TabIndex = 51;
checkApplyUV.Text = "Auto Apply";
checkApplyUV.TextAlign = ContentAlignment.MiddleCenter;
checkApplyUV.UseVisualStyleBackColor = false;
//
+ // panelAdvancedApply
+ //
+ panelAdvancedApply.AutoSize = true;
+ panelAdvancedApply.Controls.Add(buttonApplyAdvanced);
+ panelAdvancedApply.Dock = DockStyle.Top;
+ panelAdvancedApply.Location = new Point(0, 747);
+ panelAdvancedApply.Name = "panelAdvancedApply";
+ panelAdvancedApply.Padding = new Padding(15);
+ panelAdvancedApply.Size = new Size(520, 80);
+ panelAdvancedApply.TabIndex = 47;
+ //
// buttonApplyAdvanced
//
buttonApplyAdvanced.Activated = false;
buttonApplyAdvanced.BackColor = SystemColors.ControlLight;
buttonApplyAdvanced.BorderColor = Color.Transparent;
buttonApplyAdvanced.BorderRadius = 2;
+ buttonApplyAdvanced.Dock = DockStyle.Top;
buttonApplyAdvanced.FlatStyle = FlatStyle.Flat;
- buttonApplyAdvanced.Location = new Point(10, 13);
- buttonApplyAdvanced.Margin = new Padding(4, 2, 4, 2);
+ buttonApplyAdvanced.Location = new Point(15, 15);
+ buttonApplyAdvanced.Margin = new Padding(4, 2, 15, 15);
buttonApplyAdvanced.Name = "buttonApplyAdvanced";
buttonApplyAdvanced.Secondary = true;
- buttonApplyAdvanced.Size = new Size(224, 50);
+ buttonApplyAdvanced.Size = new Size(490, 50);
buttonApplyAdvanced.TabIndex = 49;
buttonApplyAdvanced.Text = "Apply";
buttonApplyAdvanced.TextImageRelation = TextImageRelation.ImageBeforeText;
@@ -544,7 +561,7 @@ namespace GHelper
labelRisky.Margin = new Padding(0);
labelRisky.Name = "labelRisky";
labelRisky.Padding = new Padding(10, 10, 10, 5);
- labelRisky.Size = new Size(520, 260);
+ labelRisky.Size = new Size(520, 243);
labelRisky.TabIndex = 46;
labelRisky.Text = resources.GetString("labelRisky.Text");
//
@@ -773,26 +790,29 @@ namespace GHelper
panelPower.Location = new Point(10, 640);
panelPower.Margin = new Padding(4);
panelPower.Name = "panelPower";
- panelPower.Size = new Size(520, 626);
+ panelPower.Size = new Size(520, 632);
panelPower.TabIndex = 43;
//
// panelApplyPower
//
+ panelApplyPower.AutoSize = true;
panelApplyPower.Controls.Add(checkApplyPower);
panelApplyPower.Dock = DockStyle.Top;
panelApplyPower.Location = new Point(0, 556);
panelApplyPower.Name = "panelApplyPower";
- panelApplyPower.Size = new Size(520, 70);
+ panelApplyPower.Padding = new Padding(15);
+ panelApplyPower.Size = new Size(520, 76);
panelApplyPower.TabIndex = 47;
//
// checkApplyPower
//
checkApplyPower.BackColor = SystemColors.ControlLight;
- checkApplyPower.Location = new Point(13, 13);
+ checkApplyPower.Dock = DockStyle.Top;
+ checkApplyPower.Location = new Point(15, 15);
checkApplyPower.Margin = new Padding(0);
checkApplyPower.Name = "checkApplyPower";
checkApplyPower.Padding = new Padding(16, 6, 16, 6);
- checkApplyPower.Size = new Size(489, 46);
+ checkApplyPower.Size = new Size(490, 46);
checkApplyPower.TabIndex = 45;
checkApplyPower.Text = "Apply Power Limits";
checkApplyPower.UseVisualStyleBackColor = false;
@@ -1396,6 +1416,7 @@ namespace GHelper
panelSliders.PerformLayout();
panelAdvanced.ResumeLayout(false);
panelAdvanced.PerformLayout();
+ panelAdvancedAlways.ResumeLayout(false);
panelAdvancedApply.ResumeLayout(false);
panelUViGPU.ResumeLayout(false);
panelUViGPU.PerformLayout();
@@ -1502,7 +1523,6 @@ namespace GHelper
private RCheckBox checkApplyFans;
private RButton buttonReset;
private Label labelBoost;
- private RCheckBox checkApplyUV;
private RComboBox comboBoost;
private PictureBox picturePerf;
private Label labelFans;
@@ -1546,5 +1566,7 @@ namespace GHelper
private Label labelTemp;
private Label labelLeftTemp;
private TrackBar trackTemp;
+ private Panel panelAdvancedAlways;
+ private RCheckBox checkApplyUV;
}
}
\ No newline at end of file
diff --git a/app/Properties/Strings.de-DE.resx b/app/Properties/Strings.de-DE.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.de-DE.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.es-ES.resx b/app/Properties/Strings.es-ES.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.es-ES.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.fr-FR.resx b/app/Properties/Strings.fr-FR.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.fr-FR.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.it-IT.resx b/app/Properties/Strings.it-IT.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.it-IT.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.ko-KR.resx b/app/Properties/Strings.ko-KR.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.ko-KR.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.pl-PL.resx b/app/Properties/Strings.pl-PL.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.pl-PL.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.pt-BR.resx b/app/Properties/Strings.pt-BR.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.pt-BR.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.tr-TR.resx b/app/Properties/Strings.tr-TR.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.tr-TR.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.uk-UA.resx b/app/Properties/Strings.uk-UA.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.uk-UA.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file
diff --git a/app/Properties/Strings.vi-VN.resx b/app/Properties/Strings.vi-VN.resx
deleted file mode 100644
index 8e4be386..00000000
--- a/app/Properties/Strings.vi-VN.resx
+++ /dev/null
@@ -1,536 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- text/microsoft-resx
-
-
- 2.0
-
-
- System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
-
-
- Can't connect to ASUS ACPI. Application can't function without it. Try to install Asus System Control Interface
-
-
- Looks like GPU is in heavy use, disable it?
-
-
- Eco Mode
-
-
- Switching off Ultimate Mode requires restart
-
-
- Ultimate Mode requires restart
-
-
- Reboot now?
-
-
- Animation Speed
-
-
- Anime Matrix
-
-
- App already running
-
-
- G-Helper is already running. Check system tray for an icon.
-
-
- Apply
-
-
- Apply Custom Fan Curve
-
-
- Apply Power Limits
-
-
- Auto adjust Windows Power Modes
-
-
- Asus Services Running
-
-
- Breathe
-
-
- Color Cycle
-
-
- Fast
-
-
- Normal
-
-
- Rainbow
-
-
- Slow
-
-
- Static
-
-
- Strobe
-
-
- Auto Apply
-
-
- Auto
-
-
- Sets 60Hz to save battery, and back when plugged
-
-
- Awake
-
-
- Backlight timeout on battery
-
-
- Backlight timeout when plugged in (0 - always on)
-
-
- Balanced
-
-
- Battery Charge Limit
-
-
- BIOS and Driver Updates
-
-
- Boot
-
-
- Brightness
-
-
- Brightness Down
-
-
- Brightness Up
-
-
- Color
-
-
- CPU Boost
-
-
- Custom
-
-
- Default
-
-
- Disable screen overdrive
-
-
- Discharging
-
-
- Download Update
-
-
- Drivers and Software
-
-
- Disables dGPU to save battery
-
-
- Eco
-
-
- Disabling the dGPU by going into Eco mode while Display Mode in NVIDIA Control Panel is not set to Optimus might cause problems with brightness controls until after the next reboot.
-
-Do you still want to continue?
-
-
- NVIDIA Display Mode is not set to Optimus
-
-
- Extra
-
-
- Extra Settings
-
-
- Factory Defaults
-
-
- Fan Curves
-
-
- CPU Fan Profile
-
-
- GPU Fan Profile
-
-
- Mid Fan Profile
-
-
- Fan Profiles
-
-
- Fans and Power
-
-
- Fan:
-
-
- Fans + Power
-
-
- Process Fn+F hotkeys without Fn
-
-
- Dynamic Boost
-
-
- Changing
-
-
- Core Clock Offset
-
-
- Memory Clock Offset
-
-
- GPU Mode
-
-
- iGPU only
-
-
- iGPU + dGPU
-
-
- dGPU exclusive
-
-
- GPU Settings
-
-
- Temperature Target
-
-
- Key Bindings
-
-
- Keyboard
-
-
- Lower backlight brightness on battery and back when plugged
-
-
- Stop all apps using GPU when switching to Eco
-
-
- Laptop Backlight
-
-
- Laptop Keyboard
-
-
- Laptop Screen
-
-
- Lid
-
-
- Lightbar
-
-
- Logo
-
-
- Audio Visualizer
-
-
- Binary Banner
-
-
- Bright
-
-
- Clock
-
-
- Dim
-
-
- Rog Logo
-
-
- Medium
-
-
- Off
-
-
- Picture
-
-
- Max refresh rate for lower latency
-
-
- 60Hz refresh rate to save battery
-
-
- Multizone
-
-
- Mute Mic
-
-
- New updates
-
-
- No new updates
-
-
- Open G-Helper window
-
-
- Optimized
-
-
- Switch to Eco on battery and to Standard when plugged
-
-
- Keep GPU disabled on USB-C charger in Optimized mode
-
-
- Other
-
-
- Overdrive
-
-
- Mode
-
-
- Picture / Gif
-
-
- Play / Pause
-
-
- Power Limits
-
-
- Power Limits is an experimental feature. Use carefully and at your own risk!
-
-
- PrintScreen
-
-
- Quit
-
-
- Something is using dGPU and preventing Eco mode. Restart dGPU in device manager? * Please proceed at your own risk.
-
-
- RPM
-
-
- Run on Startup
-
-
- Shutdown
-
-
- Silent
-
-
- Sleep
-
-
- Enables dGPU for standard use
-
-
- Standard
-
-
- Start
-
-
- Starting Services
-
-
- Startup Error
-
-
- Stop
-
-
- Stop GPU Applications
-
-
- Stopping Services
-
-
- Toggle Aura
-
-
- Toggle Fn-Lock
-
-
- Toggle Miniled (if supported)
-
-
- Toggle Screen
-
-
- Turbo
-
-
- Turned off
-
-
- Turn off on battery
-
-
- Routes laptop screen to dGPU, maximizing FPS
-
-
- Ultimate
-
-
- Undervolting is an experimental and risky feature. If applied values are too low for your hardware, it can become unstable, shut down or cause data corruption. If you want to try - start from small values first, click Apply and test what works for you.
-
-
- Updates
-
-
- Version
-
-
- Volume Down
-
-
- Volume Mute
-
-
- Volume Up
-
-
- Keep app window always on top
-
-
\ No newline at end of file