From 1200a610f4b5b332ded6692ebbe36cda0c9ff0b9 Mon Sep 17 00:00:00 2001 From: morkt Date: Fri, 12 Jun 2015 22:46:11 +0400 Subject: [PATCH] added message. --- Strings/guiStrings.Designer.cs | 13 +++++++++++-- Strings/guiStrings.resx | 5 ++++- Strings/guiStrings.ru-RU.resx | 5 ++++- 3 files changed, 19 insertions(+), 4 deletions(-) diff --git a/Strings/guiStrings.Designer.cs b/Strings/guiStrings.Designer.cs index eafbaaf1..129feb44 100644 --- a/Strings/guiStrings.Designer.cs +++ b/Strings/guiStrings.Designer.cs @@ -648,12 +648,21 @@ namespace GARbro.GUI.Strings { } } + /// + /// Looks up a localized string similar to unable to interpret audio format. + /// + public static string MsgUnableInterpretAudio { + get { + return ResourceManager.GetString("MsgUnableInterpretAudio", resourceCulture); + } + } + /// /// Looks up a localized string similar to unable to interpret image format. /// - public static string MsgUnableInterpret { + public static string MsgUnableInterpretImage { get { - return ResourceManager.GetString("MsgUnableInterpret", resourceCulture); + return ResourceManager.GetString("MsgUnableInterpretImage", resourceCulture); } } diff --git a/Strings/guiStrings.resx b/Strings/guiStrings.resx index c10de9ce..b7bb9268 100644 --- a/Strings/guiStrings.resx +++ b/Strings/guiStrings.resx @@ -240,7 +240,7 @@ Ready - + unable to interpret image format @@ -414,4 +414,7 @@ Overwrite? License + + unable to interpret audio format + \ No newline at end of file diff --git a/Strings/guiStrings.ru-RU.resx b/Strings/guiStrings.ru-RU.resx index 61ab5d83..c2564e1d 100644 --- a/Strings/guiStrings.ru-RU.resx +++ b/Strings/guiStrings.ru-RU.resx @@ -234,7 +234,7 @@ Готов - + не удалось интерпретировать формат изображения @@ -432,4 +432,7 @@ звук + + не удалось интерпретировать формат аудио + \ No newline at end of file