add/edit/delete updates
This commit is contained in:
@@ -60,6 +60,24 @@ namespace ModpackUpdater.Apps.Manager.LangRes {
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Create update ähnelt.
|
||||
/// </summary>
|
||||
internal static string CreateUpdate {
|
||||
get {
|
||||
return ResourceManager.GetString("CreateUpdate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Edit update ähnelt.
|
||||
/// </summary>
|
||||
internal static string EditUpdate {
|
||||
get {
|
||||
return ResourceManager.GetString("EditUpdate", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
/// Sucht eine lokalisierte Zeichenfolge, die Setup GitLab workspace ähnelt.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user