2017-07-05 11:41:19 +02:00
|
|
|
|
/*
|
2019-01-09 11:25:21 +01:00
|
|
|
|
* Copyright (c) 2019 ETH Zürich, Educational Development and Technology (LET)
|
2017-07-05 11:41:19 +02:00
|
|
|
|
*
|
|
|
|
|
* 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
|
|
|
|
|
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
|
*/
|
|
|
|
|
|
2017-07-06 18:18:39 +02:00
|
|
|
|
namespace SafeExamBrowser.Contracts.I18n
|
2017-07-05 11:41:19 +02:00
|
|
|
|
{
|
2017-07-12 15:36:30 +02:00
|
|
|
|
/// <summary>
|
2018-10-03 15:42:50 +02:00
|
|
|
|
/// Defines all text elements of the user interface. Use the pattern "LogicalGroup_Description" to allow for a better overview over all
|
2018-03-06 11:38:12 +01:00
|
|
|
|
/// keys and their usage (where applicable).
|
2017-07-12 15:36:30 +02:00
|
|
|
|
/// </summary>
|
2017-08-03 15:35:22 +02:00
|
|
|
|
public enum TextKey
|
2017-07-05 11:41:19 +02:00
|
|
|
|
{
|
2019-05-22 11:42:31 +02:00
|
|
|
|
BrowserWindow_DeveloperConsoleMenuItem,
|
2019-01-18 16:11:33 +01:00
|
|
|
|
BrowserWindow_ZoomMenuItem,
|
2017-08-07 12:23:56 +02:00
|
|
|
|
LogWindow_Title,
|
2018-02-27 15:28:54 +01:00
|
|
|
|
MessageBox_ApplicationError,
|
|
|
|
|
MessageBox_ApplicationErrorTitle,
|
2019-03-22 12:17:14 +01:00
|
|
|
|
MessageBox_CancelButton,
|
2018-12-14 15:30:10 +01:00
|
|
|
|
MessageBox_ClientConfigurationError,
|
|
|
|
|
MessageBox_ClientConfigurationErrorTitle,
|
2018-03-08 15:27:12 +01:00
|
|
|
|
MessageBox_ClientConfigurationQuestion,
|
|
|
|
|
MessageBox_ClientConfigurationQuestionTitle,
|
2018-06-21 07:56:25 +02:00
|
|
|
|
MessageBox_ConfigurationDownloadError,
|
|
|
|
|
MessageBox_ConfigurationDownloadErrorTitle,
|
2018-11-08 09:39:52 +01:00
|
|
|
|
MessageBox_InvalidConfigurationData,
|
|
|
|
|
MessageBox_InvalidConfigurationDataTitle,
|
2018-12-11 16:06:10 +01:00
|
|
|
|
MessageBox_InvalidPasswordError,
|
|
|
|
|
MessageBox_InvalidPasswordErrorTitle,
|
2019-01-10 10:04:30 +01:00
|
|
|
|
MessageBox_InvalidQuitPassword,
|
|
|
|
|
MessageBox_InvalidQuitPasswordTitle,
|
2019-03-22 12:17:14 +01:00
|
|
|
|
MessageBox_NoButton,
|
2018-11-08 09:39:52 +01:00
|
|
|
|
MessageBox_NotSupportedConfigurationResource,
|
|
|
|
|
MessageBox_NotSupportedConfigurationResourceTitle,
|
2019-03-22 12:17:14 +01:00
|
|
|
|
MessageBox_OkButton,
|
2018-02-27 15:28:54 +01:00
|
|
|
|
MessageBox_Quit,
|
|
|
|
|
MessageBox_QuitTitle,
|
|
|
|
|
MessageBox_QuitError,
|
|
|
|
|
MessageBox_QuitErrorTitle,
|
2018-03-08 15:27:12 +01:00
|
|
|
|
MessageBox_ReconfigurationDenied,
|
|
|
|
|
MessageBox_ReconfigurationDeniedTitle,
|
|
|
|
|
MessageBox_ReconfigurationError,
|
|
|
|
|
MessageBox_ReconfigurationErrorTitle,
|
|
|
|
|
MessageBox_ReconfigurationQuestion,
|
|
|
|
|
MessageBox_ReconfigurationQuestionTitle,
|
2019-01-17 11:12:17 +01:00
|
|
|
|
MessageBox_ReloadConfirmation,
|
|
|
|
|
MessageBox_ReloadConfirmationTitle,
|
2019-06-11 09:53:33 +02:00
|
|
|
|
MessageBox_ServiceUnavailableError,
|
|
|
|
|
MessageBox_ServiceUnavailableErrorTitle,
|
|
|
|
|
MessageBox_ServiceUnavailableWarning,
|
|
|
|
|
MessageBox_ServiceUnavailableWarningTitle,
|
2019-03-22 15:41:25 +01:00
|
|
|
|
MessageBox_SessionStartError,
|
|
|
|
|
MessageBox_SessionStartErrorTitle,
|
2017-07-07 15:46:32 +02:00
|
|
|
|
MessageBox_ShutdownError,
|
|
|
|
|
MessageBox_ShutdownErrorTitle,
|
|
|
|
|
MessageBox_StartupError,
|
2017-07-14 10:28:59 +02:00
|
|
|
|
MessageBox_StartupErrorTitle,
|
2018-11-08 09:39:52 +01:00
|
|
|
|
MessageBox_UnexpectedConfigurationError,
|
|
|
|
|
MessageBox_UnexpectedConfigurationErrorTitle,
|
2019-03-22 12:17:14 +01:00
|
|
|
|
MessageBox_YesButton,
|
2017-07-17 16:59:50 +02:00
|
|
|
|
Notification_AboutTooltip,
|
2017-08-07 12:23:56 +02:00
|
|
|
|
Notification_LogTooltip,
|
2018-10-03 15:42:50 +02:00
|
|
|
|
OperationStatus_CloseRuntimeConnection,
|
|
|
|
|
OperationStatus_EmptyClipboard,
|
|
|
|
|
OperationStatus_FinalizeServiceSession,
|
|
|
|
|
OperationStatus_InitializeBrowser,
|
|
|
|
|
OperationStatus_InitializeConfiguration,
|
|
|
|
|
OperationStatus_InitializeKioskMode,
|
|
|
|
|
OperationStatus_InitializeProcessMonitoring,
|
|
|
|
|
OperationStatus_InitializeRuntimeConnection,
|
|
|
|
|
OperationStatus_InitializeServiceSession,
|
2019-03-08 15:56:38 +01:00
|
|
|
|
OperationStatus_InitializeShell,
|
2018-10-03 15:42:50 +02:00
|
|
|
|
OperationStatus_InitializeWindowMonitoring,
|
|
|
|
|
OperationStatus_InitializeWorkingArea,
|
|
|
|
|
OperationStatus_RestartCommunicationHost,
|
|
|
|
|
OperationStatus_RestoreWorkingArea,
|
|
|
|
|
OperationStatus_RevertKioskMode,
|
|
|
|
|
OperationStatus_StartClient,
|
|
|
|
|
OperationStatus_StartCommunicationHost,
|
|
|
|
|
OperationStatus_StartKeyboardInterception,
|
|
|
|
|
OperationStatus_StartMouseInterception,
|
|
|
|
|
OperationStatus_InitializeSession,
|
|
|
|
|
OperationStatus_StopClient,
|
|
|
|
|
OperationStatus_StopCommunicationHost,
|
|
|
|
|
OperationStatus_StopKeyboardInterception,
|
|
|
|
|
OperationStatus_StopMouseInterception,
|
|
|
|
|
OperationStatus_StopProcessMonitoring,
|
|
|
|
|
OperationStatus_StopWindowMonitoring,
|
|
|
|
|
OperationStatus_TerminateBrowser,
|
2019-03-08 15:56:38 +01:00
|
|
|
|
OperationStatus_TerminateShell,
|
2018-10-03 15:42:50 +02:00
|
|
|
|
OperationStatus_WaitExplorerStartup,
|
|
|
|
|
OperationStatus_WaitExplorerTermination,
|
|
|
|
|
OperationStatus_WaitRuntimeDisconnection,
|
2018-07-04 09:53:33 +02:00
|
|
|
|
PasswordDialog_Cancel,
|
|
|
|
|
PasswordDialog_Confirm,
|
2019-01-30 14:43:41 +01:00
|
|
|
|
PasswordDialog_LocalAdminPasswordRequired,
|
|
|
|
|
PasswordDialog_LocalAdminPasswordRequiredTitle,
|
|
|
|
|
PasswordDialog_LocalSettingsPasswordRequired,
|
|
|
|
|
PasswordDialog_LocalSettingsPasswordRequiredTitle,
|
2019-01-10 10:04:30 +01:00
|
|
|
|
PasswordDialog_QuitPasswordRequired,
|
|
|
|
|
PasswordDialog_QuitPasswordRequiredTitle,
|
2018-06-27 14:02:16 +02:00
|
|
|
|
PasswordDialog_SettingsPasswordRequired,
|
|
|
|
|
PasswordDialog_SettingsPasswordRequiredTitle,
|
2018-01-26 12:33:36 +01:00
|
|
|
|
RuntimeWindow_ApplicationRunning,
|
2019-03-15 11:38:59 +01:00
|
|
|
|
Shell_QuitButton,
|
2017-08-17 12:17:58 +02:00
|
|
|
|
SystemControl_BatteryCharged,
|
|
|
|
|
SystemControl_BatteryCharging,
|
|
|
|
|
SystemControl_BatteryChargeCriticalWarning,
|
|
|
|
|
SystemControl_BatteryChargeLowInfo,
|
|
|
|
|
SystemControl_BatteryRemainingCharge,
|
2017-09-13 08:33:12 +02:00
|
|
|
|
SystemControl_KeyboardLayoutTooltip,
|
2017-11-14 15:43:13 +01:00
|
|
|
|
SystemControl_WirelessConnected,
|
|
|
|
|
SystemControl_WirelessDisconnected,
|
|
|
|
|
SystemControl_WirelessNotAvailable,
|
2017-07-14 10:28:59 +02:00
|
|
|
|
Version
|
2017-07-05 11:41:19 +02:00
|
|
|
|
}
|
|
|
|
|
}
|