CSM 34 Beta 1

This commit is contained in:
Brett Hewitson 2020-05-20 13:53:36 +10:00
parent 4576f756d8
commit 8453231522
4 changed files with 18 additions and 146 deletions

View file

@ -131,6 +131,8 @@
<sys:String x:Key="ModDetails_Load_FailedLabel">An error occurred while retrieving the mod details.\r\n{0}</sys:String>
<sys:String x:Key="ModDetails_Purge_FailedTitle">Purge Unused Mods Error</sys:String>
<sys:String x:Key="ModDetails_Purge_Title">Purge Unused Mods</sys:String>
<sys:String x:Key="ModDetails_Purge_Label">You are about to purge ALL unused mods from your server's Mod folder. Do you want to continue?</sys:String>
<sys:String x:Key="ModDetails_Purge_SuccessLabel">Mod purge complete, a total of {folderCount} mod folder(s) and {fileCount} mod file(s) were purged.</sys:String>
<sys:String x:Key="ModDetails_Refresh_FailedTitle">Refresh Mod Details Error</sys:String>
<sys:String x:Key="ModDetails_Reload_FailedTitle">Reload Mod Details Error</sys:String>
<sys:String x:Key="ModDetails_Save_FailedTitle">Save Mods Error</sys:String>
@ -829,6 +831,14 @@
<sys:String x:Key="ServerSettings_RuntimeStatusUninstalledLabel">Uninstalled</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusUnknownLabel">Unknown</sys:String>
<sys:String x:Key="ServerSettings_RuntimeStatusUpdatingLabel">Updating</sys:String>
<sys:String x:Key="ServerSettings_ProfileValidateTitle">Profile Validation</sys:String>
<sys:String x:Key="ServerSettings_ProfileValidateSuccessLabel">The profile passed the basic validation.</sys:String>
<sys:String x:Key="ServerSettings_ProfileValidateErrorTitle">Profile Validation Error</sys:String>
<sys:String x:Key="ServerSettings_SupportZipTitle">Support ZipFile Creation</sys:String>
<sys:String x:Key="ServerSettings_SupportZipSuccessLabel">The support zip file has been created and saved to your desktop.\r\nThe filename is {filename}.</sys:String>
<sys:String x:Key="ServerSettings_SupportZipErrorTitle">Support ZipFile Creation Error</sys:String>
<!--#endregion-->
<!--#region Server Settings - General Buttons -->