mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
added message.
This commit is contained in:
13
Strings/guiStrings.Designer.cs
generated
13
Strings/guiStrings.Designer.cs
generated
@@ -648,12 +648,21 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to unable to interpret audio format.
|
||||
/// </summary>
|
||||
public static string MsgUnableInterpretAudio {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUnableInterpretAudio", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to unable to interpret image format.
|
||||
/// </summary>
|
||||
public static string MsgUnableInterpret {
|
||||
public static string MsgUnableInterpretImage {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUnableInterpret", resourceCulture);
|
||||
return ResourceManager.GetString("MsgUnableInterpretImage", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user