You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBLangEngine.GetMessage("msgFileHasChanged","The file '{0}' has been changed. Reload from the file system?|As in the opened file has been changed outside the software so do as if a reload should happen",fileSave.FileNameFull),
DBLangEngine.GetMessage("msgFileHasBeenDeleted","The file '{0}' has been deleted. Keep the file in the editor?|As in the opened file has been deleted from the file system and user is asked if to keep the deleted file in the editor",fileSave.FileNameFull),
DBLangEngine.GetMessage("msgFileHasReappeared","The file '{0}' has reappeared. Reload from the file system?|As in the file has reappeared to the file system and the software queries whether to reload it's contents from the file system",fileSave.FileNameFull),
0 commit comments