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