mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
redesigned About dialog box.
This commit is contained in:
30
Strings/guiStrings.Designer.cs
generated
30
Strings/guiStrings.Designer.cs
generated
@@ -675,6 +675,24 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Archives.
|
||||
/// </summary>
|
||||
public static string TextAboutArchives {
|
||||
get {
|
||||
return ResourceManager.GetString("TextAboutArchives", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Audio.
|
||||
/// </summary>
|
||||
public static string TextAboutAudio {
|
||||
get {
|
||||
return ResourceManager.GetString("TextAboutAudio", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to [builtin].
|
||||
/// </summary>
|
||||
@@ -685,20 +703,20 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Supported archives:.
|
||||
/// Looks up a localized string similar to Images.
|
||||
/// </summary>
|
||||
public static string TextAboutSupportedArchives {
|
||||
public static string TextAboutImages {
|
||||
get {
|
||||
return ResourceManager.GetString("TextAboutSupportedArchives", resourceCulture);
|
||||
return ResourceManager.GetString("TextAboutImages", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Supported image formats:.
|
||||
/// Looks up a localized string similar to License.
|
||||
/// </summary>
|
||||
public static string TextAboutSupportedImages {
|
||||
public static string TextAboutLicense {
|
||||
get {
|
||||
return ResourceManager.GetString("TextAboutSupportedImages", resourceCulture);
|
||||
return ResourceManager.GetString("TextAboutLicense", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user