mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-24 12:47:32 +08:00
download formats db.
This commit is contained in:
27
GUI/Strings/guiStrings.Designer.cs
generated
27
GUI/Strings/guiStrings.Designer.cs
generated
@@ -663,6 +663,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Update download failed..
|
||||
/// </summary>
|
||||
public static string MsgDownloadFailed {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgDownloadFailed", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to archive is empty.
|
||||
/// </summary>
|
||||
@@ -882,6 +891,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Formats database updated..
|
||||
/// </summary>
|
||||
public static string MsgUpdateComplete {
|
||||
get {
|
||||
return ResourceManager.GetString("MsgUpdateComplete", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Update check failed..
|
||||
/// </summary>
|
||||
@@ -1210,6 +1228,15 @@ namespace GARbro.GUI.Strings {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Application update.
|
||||
/// </summary>
|
||||
public static string TextUpdateTitle {
|
||||
get {
|
||||
return ResourceManager.GetString("TextUpdateTitle", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Visit download page.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user