Restore SEBPatch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2024 ETH Zürich, IT Services
|
||||
* Copyright (c) 2025 ETH Zürich, IT Services
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2024 ETH Zürich, IT Services
|
||||
* Copyright (c) 2025 ETH Zürich, IT Services
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
|
@@ -8,7 +8,7 @@ using System.Runtime.InteropServices;
|
||||
[assembly: AssemblyDescription("Safe Exam Browser")]
|
||||
[assembly: AssemblyCompany("ETH Zürich")]
|
||||
[assembly: AssemblyProduct("SafeExamBrowser.I18n.Contracts")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2024 ETH Zürich, IT Services")]
|
||||
[assembly: AssemblyCopyright("Copyright © 2025 ETH Zürich, IT Services")]
|
||||
|
||||
// Setting ComVisible to false makes the types in this assembly not visible
|
||||
// to COM components. If you need to access a type in this assembly from
|
||||
|
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2024 ETH Zürich, IT Services
|
||||
* Copyright (c) 2025 ETH Zürich, IT Services
|
||||
*
|
||||
* This Source Code Form is subject to the terms of the Mozilla Public
|
||||
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
||||
@@ -138,6 +138,10 @@ namespace SafeExamBrowser.I18n.Contracts
|
||||
MessageBox_NotSupportedConfigurationResource,
|
||||
MessageBox_NotSupportedConfigurationResourceTitle,
|
||||
MessageBox_OkButton,
|
||||
MessageBox_PageLeaveConfirmation,
|
||||
MessageBox_PageLeaveConfirmationTitle,
|
||||
MessageBox_PageReloadConfirmation,
|
||||
MessageBox_PageReloadConfirmationTitle,
|
||||
MessageBox_Quit,
|
||||
MessageBox_QuitTitle,
|
||||
MessageBox_QuitError,
|
||||
@@ -146,8 +150,6 @@ namespace SafeExamBrowser.I18n.Contracts
|
||||
MessageBox_ReconfigurationDeniedTitle,
|
||||
MessageBox_ReconfigurationError,
|
||||
MessageBox_ReconfigurationErrorTitle,
|
||||
MessageBox_ReloadConfirmation,
|
||||
MessageBox_ReloadConfirmationTitle,
|
||||
MessageBox_RemoteSessionNotAllowed,
|
||||
MessageBox_RemoteSessionNotAllowedTitle,
|
||||
MessageBox_ScreenProctoringDisclaimer,
|
||||
@@ -242,12 +244,14 @@ namespace SafeExamBrowser.I18n.Contracts
|
||||
PasswordDialog_QuitPasswordRequiredTitle,
|
||||
PasswordDialog_SettingsPasswordRequired,
|
||||
PasswordDialog_SettingsPasswordRequiredTitle,
|
||||
ProctoringFinalizationDialog_Abort,
|
||||
ProctoringFinalizationDialog_Confirm,
|
||||
ProctoringFinalizationDialog_FailureMessage,
|
||||
ProctoringFinalizationDialog_InfoMessage,
|
||||
ProctoringFinalizationDialog_Status,
|
||||
ProctoringFinalizationDialog_StatusAndTime,
|
||||
ProctoringFinalizationDialog_StatusWaiting,
|
||||
ProctoringFinalizationDialog_StatusWaitingAndTime,
|
||||
ProctoringFinalizationDialog_Title,
|
||||
RuntimeWindow_ApplicationRunning,
|
||||
ServerFailureDialog_Abort,
|
||||
|
Reference in New Issue
Block a user