diff --git a/app/Fans.Designer.cs b/app/Fans.Designer.cs index 1edc24e7..46b5ea45 100644 --- a/app/Fans.Designer.cs +++ b/app/Fans.Designer.cs @@ -435,7 +435,7 @@ namespace GHelper ShowIcon = false; ShowInTaskbar = false; StartPosition = FormStartPosition.CenterScreen; - Text = "Fans and Power"; + Text = Properties.Strings.FansAndPower; panelFans.ResumeLayout(false); panelFans.PerformLayout(); ((System.ComponentModel.ISupportInitialize)picturePerf).EndInit(); diff --git a/app/Program.cs b/app/Program.cs index 35caa9b8..196807fb 100644 --- a/app/Program.cs +++ b/app/Program.cs @@ -34,7 +34,7 @@ namespace GHelper Thread.CurrentThread.CurrentCulture = CultureInfo.CurrentCulture; Thread.CurrentThread.CurrentUICulture = CultureInfo.CurrentUICulture; - //Thread.CurrentThread.CurrentUICulture = CultureInfo.CreateSpecificCulture("zh"); + Thread.CurrentThread.CurrentUICulture = CultureInfo.CreateSpecificCulture("es"); if (Process.GetProcesses().Count(p => p.ProcessName == "GHelper") > 1) { diff --git a/app/Properties/Strings.it.resx b/app/Properties/Strings.it.resx new file mode 100644 index 00000000..32da890a --- /dev/null +++ b/app/Properties/Strings.it.resx @@ -0,0 +1,349 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 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 Custom Fan Curve + + + Apply Power Limits + + + Breathe + + + Color Cycle + + + Fast + + + Normal + + + Rainbow + + + Slow + + + Static + + + Strobe + + + Auto + + + Sets 60Hz to save battery, and back when plugged + + + Awake + + + Balanced + + + Battery Charge Limit + + + Boot + + + Color + + + CPU Boost + + + Custom + + + Default + + + Disable screen overdrive + + + Discharging + + + Download Update + + + Disables dGPU for battery savings + + + Eco + + + Extra + + + Extra Settings + + + Factory Defaults + + + Fan Curves + + + CPU Fan Profile + + + GPU Fan Profile + + + Mid Fan Profile + + + Fan Profiles + + + Fans and Power + + + Fans + Power + + + Changing + + + GPU Mode + + + iGPU only + + + iGPU + dGPU + + + dGPU exclusive + + + Key Bindings + + + Keyboard + + + Lower backlight brightness on battery and back when plugged + + + Keyboard Backlight + + + Laptop Keyboard + + + Laptop Screen + + + Binary Banner + + + Bright + + + Clock + + + Dim + + + Rog Logo + + + Medium + + + Off + + + Picture + + + Max refresh rate for lower latency + + + 60Hz refresh rate to save battery + + + Multizone + + + Open G-Helper window + + + Optimized + + + Switch to Eco on battery and to Standard when plugged + + + Other + + + Overdrive + + + Performance Mode + + + Picture / Gif + + + Play / Pause + + + Power Limits (PPT) + + + Power Limits (PPT) is experimental feature. Use carefully and on your own risk! + + + PrintScreen + + + Quit + + + RPM + + + Run on Startup + + + Shutdown + + + Silent + + + Sleep + + + Enables dGPU for standard use + + + Standard + + + Startup Error + + + Toggle Aura + + + Turbo + + + Turned off + + + Turn off on battery + + + Routes laptop screen to dGPU, maximizing FPS + + + Ultimate + + + Version + + + Volume Mute + + + Keep app window always on top + + \ No newline at end of file