download formats db.

This commit is contained in:
morkt
2017-02-14 13:11:57 +04:00
parent ccd4424b1b
commit 1d5d74ce93
10 changed files with 199 additions and 50 deletions

View File

@@ -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>