Moved ChangelogHelper and MarkdownSharp.cs to Katteker Lib, polish up the Gui.
This commit is contained in:
18
Katteker.Gui/Properties/Resources.Designer.cs
generated
18
Katteker.Gui/Properties/Resources.Designer.cs
generated
@ -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>
|
||||
|
@ -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>
|
Reference in New Issue
Block a user