SEBWIN-226: Removed unused text data.

This commit is contained in:
dbuechel 2019-01-23 10:38:17 +01:00
parent 204ba20242
commit 7ee5c3ac3e
2 changed files with 0 additions and 14 deletions

View file

@ -47,8 +47,6 @@ namespace SafeExamBrowser.Contracts.I18n
MessageBox_ReloadConfirmationTitle,
MessageBox_ShutdownError,
MessageBox_ShutdownErrorTitle,
MessageBox_SingleInstance,
MessageBox_SingleInstanceTitle,
MessageBox_StartupError,
MessageBox_StartupErrorTitle,
MessageBox_UnexpectedConfigurationError,
@ -71,16 +69,13 @@ namespace SafeExamBrowser.Contracts.I18n
OperationStatus_RestartCommunicationHost,
OperationStatus_RestoreWorkingArea,
OperationStatus_RevertKioskMode,
OperationStatus_ShutdownProcedure,
OperationStatus_StartClient,
OperationStatus_StartCommunicationHost,
OperationStatus_StartEventHandling,
OperationStatus_StartKeyboardInterception,
OperationStatus_StartMouseInterception,
OperationStatus_InitializeSession,
OperationStatus_StopClient,
OperationStatus_StopCommunicationHost,
OperationStatus_StopEventHandling,
OperationStatus_StopKeyboardInterception,
OperationStatus_StopMouseInterception,
OperationStatus_StopProcessMonitoring,

View file

@ -168,18 +168,12 @@
<Entry key="OperationStatus_RevertKioskMode">
Reverting kiosk mode
</Entry>
<Entry key="OperationStatus_ShutdownProcedure">
Initiating shutdown procedure
</Entry>
<Entry key="OperationStatus_StartClient">
Starting client
</Entry>
<Entry key="OperationStatus_StartCommunicationHost">
Starting communication host
</Entry>
<Entry key="OperationStatus_StartEventHandling">
Starting event handling
</Entry>
<Entry key="OperationStatus_StartKeyboardInterception">
Starting keyboard interception
</Entry>
@ -192,9 +186,6 @@
<Entry key="OperationStatus_StopCommunicationHost">
Stopping communication host
</Entry>
<Entry key="OperationStatus_StopEventHandling">
Stopping event handling
</Entry>
<Entry key="OperationStatus_StopKeyboardInterception">
Stopping keyboard interception
</Entry>