@@ -59,8 +59,8 @@ public class GitNotificationContent : NotificationContentBase
new(CConst.CIs[1],NotificationType.Error,"Fehler beim Zusammenführen von lokalen Änderungen!")]);
Add(Error+0000090,[new(CConst.CIs[0],NotificationType.Error,"Error committing local changes to the remote repository!",true),
new(CConst.CIs[1],NotificationType.Error,"Fehler beim Übertragen lokaler Änderungen in das remote repository!")]);
Add(Error+0000100,[new(CConst.CIs[0],NotificationType.Error,"Errors in upstream synchronization (e.g. remoteoriginal -> remotefork)!",true),
new(CConst.CIs[1],NotificationType.Error,"Fehler bei der Upstream-Synchronisation (z.B. Remote-Original -> Remote-Fork)!")]);
Add(Error+0000100,[new(CConst.CIs[0],NotificationType.Error,"Error during upstream synchronization between remote-original- and remote-fork-branches!",true),
new(CConst.CIs[1],NotificationType.Error,"Fehler beim Upstream-Sync. zwischen Remote-Original und Remote-Fork-Branches!")]);