From c483e745d9848b39f328516b2b6c97c34d865622 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 3 Feb 2017 08:53:34 +0400 Subject: [PATCH] (GUI): added string resources. --- GUI/FileErrorDialog.xaml | 7 +++--- GUI/GarExtract.cs | 20 +++------------- GUI/Strings/guiStrings.Designer.cs | 36 +++++++++++++++++++++++++++++ GUI/Strings/guiStrings.ko-KR.resx | 18 ++++++++++++++- GUI/Strings/guiStrings.resx | 12 ++++++++++ GUI/Strings/guiStrings.ru-RU.resx | 14 ++++++++++- GUI/Strings/guiStrings.zh-Hans.resx | 16 +++++++++++++ 7 files changed, 101 insertions(+), 22 deletions(-) diff --git a/GUI/FileErrorDialog.xaml b/GUI/FileErrorDialog.xaml index 89fd9dc9..bed67536 100644 --- a/GUI/FileErrorDialog.xaml +++ b/GUI/FileErrorDialog.xaml @@ -2,6 +2,7 @@ xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" xmlns:w="clr-namespace:Rnd.Windows" + xmlns:s="clr-namespace:GARbro.GUI.Strings" Title="{Binding Title}" ShowInTaskbar="False" WindowStartupLocation="CenterOwner" ResizeMode="NoResize" SizeToContent="WidthAndHeight" ShowActivated="True" Background="{DynamicResource {x:Static SystemColors.ControlBrushKey}}"> @@ -9,9 +10,9 @@ - -