SEBWIN-226: Removed unused text data.
This commit is contained in:
parent
204ba20242
commit
7ee5c3ac3e
2 changed files with 0 additions and 14 deletions
|
@ -47,8 +47,6 @@ namespace SafeExamBrowser.Contracts.I18n
|
||||||
MessageBox_ReloadConfirmationTitle,
|
MessageBox_ReloadConfirmationTitle,
|
||||||
MessageBox_ShutdownError,
|
MessageBox_ShutdownError,
|
||||||
MessageBox_ShutdownErrorTitle,
|
MessageBox_ShutdownErrorTitle,
|
||||||
MessageBox_SingleInstance,
|
|
||||||
MessageBox_SingleInstanceTitle,
|
|
||||||
MessageBox_StartupError,
|
MessageBox_StartupError,
|
||||||
MessageBox_StartupErrorTitle,
|
MessageBox_StartupErrorTitle,
|
||||||
MessageBox_UnexpectedConfigurationError,
|
MessageBox_UnexpectedConfigurationError,
|
||||||
|
@ -71,16 +69,13 @@ namespace SafeExamBrowser.Contracts.I18n
|
||||||
OperationStatus_RestartCommunicationHost,
|
OperationStatus_RestartCommunicationHost,
|
||||||
OperationStatus_RestoreWorkingArea,
|
OperationStatus_RestoreWorkingArea,
|
||||||
OperationStatus_RevertKioskMode,
|
OperationStatus_RevertKioskMode,
|
||||||
OperationStatus_ShutdownProcedure,
|
|
||||||
OperationStatus_StartClient,
|
OperationStatus_StartClient,
|
||||||
OperationStatus_StartCommunicationHost,
|
OperationStatus_StartCommunicationHost,
|
||||||
OperationStatus_StartEventHandling,
|
|
||||||
OperationStatus_StartKeyboardInterception,
|
OperationStatus_StartKeyboardInterception,
|
||||||
OperationStatus_StartMouseInterception,
|
OperationStatus_StartMouseInterception,
|
||||||
OperationStatus_InitializeSession,
|
OperationStatus_InitializeSession,
|
||||||
OperationStatus_StopClient,
|
OperationStatus_StopClient,
|
||||||
OperationStatus_StopCommunicationHost,
|
OperationStatus_StopCommunicationHost,
|
||||||
OperationStatus_StopEventHandling,
|
|
||||||
OperationStatus_StopKeyboardInterception,
|
OperationStatus_StopKeyboardInterception,
|
||||||
OperationStatus_StopMouseInterception,
|
OperationStatus_StopMouseInterception,
|
||||||
OperationStatus_StopProcessMonitoring,
|
OperationStatus_StopProcessMonitoring,
|
||||||
|
|
|
@ -168,18 +168,12 @@
|
||||||
<Entry key="OperationStatus_RevertKioskMode">
|
<Entry key="OperationStatus_RevertKioskMode">
|
||||||
Reverting kiosk mode
|
Reverting kiosk mode
|
||||||
</Entry>
|
</Entry>
|
||||||
<Entry key="OperationStatus_ShutdownProcedure">
|
|
||||||
Initiating shutdown procedure
|
|
||||||
</Entry>
|
|
||||||
<Entry key="OperationStatus_StartClient">
|
<Entry key="OperationStatus_StartClient">
|
||||||
Starting client
|
Starting client
|
||||||
</Entry>
|
</Entry>
|
||||||
<Entry key="OperationStatus_StartCommunicationHost">
|
<Entry key="OperationStatus_StartCommunicationHost">
|
||||||
Starting communication host
|
Starting communication host
|
||||||
</Entry>
|
</Entry>
|
||||||
<Entry key="OperationStatus_StartEventHandling">
|
|
||||||
Starting event handling
|
|
||||||
</Entry>
|
|
||||||
<Entry key="OperationStatus_StartKeyboardInterception">
|
<Entry key="OperationStatus_StartKeyboardInterception">
|
||||||
Starting keyboard interception
|
Starting keyboard interception
|
||||||
</Entry>
|
</Entry>
|
||||||
|
@ -192,9 +186,6 @@
|
||||||
<Entry key="OperationStatus_StopCommunicationHost">
|
<Entry key="OperationStatus_StopCommunicationHost">
|
||||||
Stopping communication host
|
Stopping communication host
|
||||||
</Entry>
|
</Entry>
|
||||||
<Entry key="OperationStatus_StopEventHandling">
|
|
||||||
Stopping event handling
|
|
||||||
</Entry>
|
|
||||||
<Entry key="OperationStatus_StopKeyboardInterception">
|
<Entry key="OperationStatus_StopKeyboardInterception">
|
||||||
Stopping keyboard interception
|
Stopping keyboard interception
|
||||||
</Entry>
|
</Entry>
|
||||||
|
|
Loading…
Reference in a new issue