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

129 lines
4.2 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_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="SplashScreen_EmptyClipboard">
Emptying clipboard
</Entry>
<Entry key="SplashScreen_InitializeBrowser">
Initializing browser
</Entry>
<Entry key="SplashScreen_InitializeConfiguration">
Initializing application configuration
</Entry>
<Entry key="SplashScreen_InitializeProcessMonitoring">
Initializing process monitoring
</Entry>
<Entry key="SplashScreen_InitializeTaskbar">
Initializing taskbar
</Entry>
<Entry key="SplashScreen_InitializeWindowMonitoring">
Initializing window monitoring
</Entry>
<Entry key="SplashScreen_InitializeWorkingArea">
Initializing working area
</Entry>
<Entry key="SplashScreen_RestoreWorkingArea">
Restoring working area
</Entry>
<Entry key="SplashScreen_ShutdownProcedure">
Initiating shutdown procedure
</Entry>
<Entry key="SplashScreen_StartEventHandling">
Starting event handling
</Entry>
<Entry key="SplashScreen_StartKeyboardInterception">
Starting keyboard interception
</Entry>
<Entry key="SplashScreen_StartMouseInterception">
Starting mouse interception
</Entry>
<Entry key="SplashScreen_StartupProcedure">
Initiating startup procedure
</Entry>
<Entry key="SplashScreen_StopEventHandling">
Stopping event handling
</Entry>
<Entry key="SplashScreen_StopKeyboardInterception">
Stopping keyboard interception
</Entry>
<Entry key="SplashScreen_StopMouseInterception">
Stopping mouse interception
</Entry>
<Entry key="SplashScreen_StopProcessMonitoring">
Stopping process monitoring
</Entry>
<Entry key="SplashScreen_StopWindowMonitoring">
Stopping window monitoring
</Entry>
<Entry key="SplashScreen_TerminateBrowser">
Terminating browser
</Entry>
<Entry key="SplashScreen_TerminateTaskbar">
Terminating taskbar
</Entry>
<Entry key="SplashScreen_WaitExplorerStartup">
Waiting for Windows explorer to start up
</Entry>
<Entry key="SplashScreen_WaitExplorerTermination">
Waiting for Windows explorer to shut down
</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>