ASM 385 Beta 2

This commit is contained in:
Brett Hewitson 2020-07-12 13:23:54 +10:00
parent 32e8a0b6c2
commit c70e71954b
4 changed files with 31 additions and 3 deletions

View file

@ -69,6 +69,9 @@
<sys:String x:Key="Application_DataDirectory_WithinInstallFolderErrorLabel">The directory you have chosen is within the server manager installation folder. This is not recommended, please choose another folder.</sys:String>
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
<sys:String x:Key="Application_NotifyIcon_ShowMainWindow">Show Main Window</sys:String>
<sys:String x:Key="Application_NotifyIcon_ShowServerMonitorWindow">Show Server Monitor</sys:String>
<!--#endregion-->
<!--#region Updater Window -->
@ -420,6 +423,7 @@
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
<sys:String x:Key="GlobalSettings_MinimizeToTrayLabel">Minimize To Tray</sys:String>
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
<sys:String x:Key="GlobalSettings_DataDirectoryLabel">Data Directory:</sys:String>
<sys:String x:Key="GlobalSettings_BackupDirectoryLabel">Backup Directory:</sys:String>