add options to update and clear direct links
This commit is contained in:
@@ -78,6 +78,24 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Clear direct link ähnelt.
|
||||
/// </summary>
|
||||
internal static string ClearDirectLinkFeature {
|
||||
get {
|
||||
return ResourceManager.GetString("ClearDirectLinkFeature", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Clear direct links ähnelt.
|
||||
/// </summary>
|
||||
internal static string ClearDirectLinksFeature {
|
||||
get {
|
||||
return ResourceManager.GetString("ClearDirectLinksFeature", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die GitLab workspace ähnelt.
|
||||
/// </summary>
|
||||
@@ -96,6 +114,24 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Update direct link ähnelt.
|
||||
/// </summary>
|
||||
internal static string UpdateDirectLinkFeature {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateDirectLinkFeature", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Update direct links ähnelt.
|
||||
/// </summary>
|
||||
internal static string UpdateDirectLinksFeature {
|
||||
get {
|
||||
return ResourceManager.GetString("UpdateDirectLinksFeature", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Find updates ähnelt.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user