seb-win-refactoring/SafeExamBrowser.Core/I18n/Text.xml

162 lines
5.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8" ?>
<Text>
<Entry key="Browser_ShowDeveloperConsole">
Open Console
</Entry>
<Entry key="LogWindow_Title">
Application Log
</Entry>
<Entry key="MessageBox_ConfigureClientSuccess">
The client configuration has been saved and will be used when you start the application the next time. Do you want to quit for now?
</Entry>
<Entry key="MessageBox_ConfigureClientSuccessTitle">
Configuration Successful
</Entry>
<Entry key="MessageBox_SessionStartError">
The application failed to start a new session. Please consult the application log for more information...
</Entry>
<Entry key="MessageBox_SessionStartErrorTitle">
Session Start Error
</Entry>
<Entry key="MessageBox_ShutdownError">
An unexpected error occurred during the shutdown procedure! Please consult the application log for more information...
</Entry>
<Entry key="MessageBox_ShutdownErrorTitle">
Shutdown Error
</Entry>
<Entry key="MessageBox_StartupError">
An unexpected error occurred during the startup procedure! Please consult the application log for more information...
</Entry>
<Entry key="MessageBox_StartupErrorTitle">
Startup Error
</Entry>
<Entry key="Notification_AboutTooltip">
About Safe Exam Browser
</Entry>
<Entry key="Notification_LogTooltip">
Application Log
</Entry>
<Entry key="ProgressIndicator_CloseServiceConnection">
Closing service connection
</Entry>
<Entry key="ProgressIndicator_EmptyClipboard">
Emptying clipboard
</Entry>
<Entry key="ProgressIndicator_InitializeBrowser">
Initializing browser
</Entry>
<Entry key="ProgressIndicator_InitializeConfiguration">
Initializing application configuration
</Entry>
<Entry key="ProgressIndicator_InitializeKioskMode">
Initializing kiosk mode
</Entry>
<Entry key="ProgressIndicator_InitializeProcessMonitoring">
Initializing process monitoring
</Entry>
<Entry key="ProgressIndicator_InitializeServiceConnection">
Initializing service connection
</Entry>
<Entry key="ProgressIndicator_InitializeTaskbar">
Initializing taskbar
</Entry>
<Entry key="ProgressIndicator_InitializeWindowMonitoring">
Initializing window monitoring
</Entry>
<Entry key="ProgressIndicator_InitializeWorkingArea">
Initializing working area
</Entry>
<Entry key="ProgressIndicator_RestartCommunicationHost">
Restarting communication host
</Entry>
<Entry key="ProgressIndicator_RestoreWorkingArea">
Restoring working area
</Entry>
<Entry key="ProgressIndicator_RevertKioskMode">
Reverting kiosk mode
</Entry>
<Entry key="ProgressIndicator_ShutdownProcedure">
Initiating shutdown procedure
</Entry>
<Entry key="ProgressIndicator_StartCommunicationHost">
Starting communication host
</Entry>
<Entry key="ProgressIndicator_StartEventHandling">
Starting event handling
</Entry>
<Entry key="ProgressIndicator_StartKeyboardInterception">
Starting keyboard interception
</Entry>
<Entry key="ProgressIndicator_StartMouseInterception">
Starting mouse interception
</Entry>
<Entry key="ProgressIndicator_StartSession">
Starting new session
</Entry>
<Entry key="ProgressIndicator_StopCommunicationHost">
Stopping communication host
</Entry>
<Entry key="ProgressIndicator_StopEventHandling">
Stopping event handling
</Entry>
<Entry key="ProgressIndicator_StopKeyboardInterception">
Stopping keyboard interception
</Entry>
<Entry key="ProgressIndicator_StopMouseInterception">
Stopping mouse interception
</Entry>
<Entry key="ProgressIndicator_StopProcessMonitoring">
Stopping process monitoring
</Entry>
<Entry key="ProgressIndicator_StopSession">
Stopping current session
</Entry>
<Entry key="ProgressIndicator_StopWindowMonitoring">
Stopping window monitoring
</Entry>
<Entry key="ProgressIndicator_TerminateBrowser">
Terminating browser
</Entry>
<Entry key="ProgressIndicator_TerminateTaskbar">
Terminating taskbar
</Entry>
<Entry key="ProgressIndicator_WaitExplorerStartup">
Waiting for Windows explorer to start up
</Entry>
<Entry key="ProgressIndicator_WaitExplorerTermination">
Waiting for Windows explorer to shut down
</Entry>
<Entry key="RuntimeWindow_ApplicationRunning">
The application is running.
</Entry>
<Entry key="SystemControl_BatteryCharging">
Plugged in, charging... (%%CHARGE%%%)
</Entry>
<Entry key="SystemControl_BatteryCharged">
Fully charged (%%CHARGE%%%)
</Entry>
<Entry key="SystemControl_BatteryChargeCriticalWarning">
The battery charge is critically low. Please connect your computer to a power supply!
</Entry>
<Entry key="SystemControl_BatteryChargeLowInfo">
The battery charge is getting low. Consider connecting your computer to a power supply in time...
</Entry>
<Entry key="SystemControl_BatteryRemainingCharge">
%%HOURS%%h %%MINUTES%%min remaining (%%CHARGE%%%)
</Entry>
<Entry key="SystemControl_KeyboardLayoutTooltip">
Click to choose a different keyboard layout...
</Entry>
<Entry key="SystemControl_WirelessConnected">
Connected to '%%NAME%%'
</Entry>
<Entry key="SystemControl_WirelessDisconnected">
Disconnected
</Entry>
<Entry key="SystemControl_WirelessNotAvailable">
No wireless network adapter available or turned on
</Entry>
<Entry key="Version">
Version
</Entry>
</Text>