mirror of
https://github.com/sourcegit-scm/sourcegit
synced 2025-05-22 20:54:59 +00:00
feature: simple self-update implementation (#29)
This commit is contained in:
parent
86a1148148
commit
92e065feba
15 changed files with 494 additions and 7 deletions
72
src/SourceGit/Resources/Locales.Designer.cs
generated
72
src/SourceGit/Resources/Locales.Designer.cs
generated
|
@ -2301,6 +2301,15 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Check for updates on startup.
|
||||
/// </summary>
|
||||
public static string Text_Preference_General_Check4UpdatesOnStartup {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.Preference.General.Check4UpdatesOnStartup", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Language.
|
||||
/// </summary>
|
||||
|
@ -3255,6 +3264,69 @@ namespace SourceGit.Resources {
|
|||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Check for Updates ....
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to New version of this software is available: .
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate_Available {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate.Available", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Check for updates failed!.
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate_Error {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate.Error", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Download.
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate_GotoDownload {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate.GotoDownload", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Skip This Version.
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate_IgnoreThisVersion {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate.IgnoreThisVersion", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Software Update.
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate_Title {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate.Title", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to There are currently no updates available..
|
||||
/// </summary>
|
||||
public static string Text_SelfUpdate_UpToDate {
|
||||
get {
|
||||
return ResourceManager.GetString("Text.SelfUpdate.UpToDate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Looks up a localized string similar to Squash HEAD Into Parent.
|
||||
/// </summary>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue