Moved ChangelogHelper and MarkdownSharp.cs to Katteker Lib, polish up the Gui.

This commit is contained in:
2018-03-23 14:07:24 +01:00
parent 6fafdd3090
commit 54979f9a69
14 changed files with 128 additions and 173 deletions

View File

@ -60,6 +60,15 @@ namespace Katteker.Gui.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Could not update your application..
/// </summary>
internal static string CouldNotUpdateYourApplication {
get {
return ResourceManager.GetString("CouldNotUpdateYourApplication", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Installed new Version! Would you like to restart the Application?.
/// </summary>
@ -123,6 +132,15 @@ namespace Katteker.Gui.Properties {
}
}
/// <summary>
/// Looks up a localized string similar to Updater.
/// </summary>
internal static string Updater {
get {
return ResourceManager.GetString("Updater", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to You can update to Version: .
/// </summary>

View File

@ -144,4 +144,10 @@
<data name="SquirrelWrapper_CheckForUpdate_AskYourLocalDistributor" xml:space="preserve">
<value> Ask your local distributor.</value>
</data>
<data name="Updater" xml:space="preserve">
<value>Updater</value>
</data>
<data name="CouldNotUpdateYourApplication" xml:space="preserve">
<value>Could not update your application.</value>
</data>
</root>