Translations Update

This commit is contained in:
Serge
2024-02-04 13:29:17 +01:00
parent e1ba87fa2b
commit b0e60d5d78
6 changed files with 229 additions and 2 deletions

View File

@@ -25,6 +25,14 @@ namespace GHelper
InitializeComponent();
InitTheme(true);
Text = Properties.Strings.AnimeMatrix;
labelZoomTitle.Text = Properties.Strings.Zoom;
labelScaling.Text = Properties.Strings.ScalingQuality;
labelRotation.Text = Properties.Strings.ImageRotation;
labelContrastTitle.Text = Properties.Strings.Contrast;
buttonPicture.Text = Properties.Strings.PictureGif;
buttonReset.Text = Properties.Strings.Reset;
Shown += Matrix_Shown;
FormClosing += Matrix_FormClosed;