Data directory changes (#10)

* Data Directory Changes

1. Have implemented a new data directory selection window.
2. Have removed the data directory move button from global settings.

* Added restart message
This commit is contained in:
Brett Hewitson 2021-12-01 21:14:38 +10:00 committed by GitHub
parent d4b8b51362
commit b0bced67a7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
18 changed files with 626 additions and 123 deletions

View file

@ -165,6 +165,25 @@
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
<!--#endregion-->
<!--#region Data Directory Window -->
<sys:String x:Key="DataDirectory_Title">Data Folder Selection</sys:String>
<sys:String x:Key="DataDirectory_InformationLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile.</sys:String>
<sys:String x:Key="DataDirectory_SelectionLabel">Select the drive where the data folder should be located.</sys:String>
<sys:String x:Key="DataDirectory_FolderLabel">Data Folder Name:</sys:String>
<sys:String x:Key="DataDirectory_FolderTooltip">The name of the server manager data folder.</sys:String>
<sys:String x:Key="DataDirectory_LocalDiskLabel">Local Disk</sys:String>
<sys:String x:Key="DataDirectory_DriveLine2Label">{0} free of {1}</sys:String>
<sys:String x:Key="DataDirectory_OkButtonLabel">Ok</sys:String>
<sys:String x:Key="DataDirectory_CancelButtonLabel">Cancel</sys:String>
<sys:String x:Key="DataDirectory_RefreshButtonLabel">Refresh</sys:String>
<sys:String x:Key="DataDirectory_ErrorTitle">Data Directory Selection Error</sys:String>
<sys:String x:Key="DataDirectory_FolderErrorLabel">The data folder name you have entered is not valid.</sys:String>
<sys:String x:Key="DataDirectory_RestartTitle">Server Manager Restart Required</sys:String>
<sys:String x:Key="DataDirectory_RestartLabel">The data folder has been set, you must now restart the server manager to use the new settings.</sys:String>
<!--#endregion-->
<!--#region PlayerListWindow Window -->
<sys:String x:Key="PlayerList_CloseButtonLabel">Close</sys:String>