CSM 36 Beta 1

This commit is contained in:
Brett Hewitson 2020-06-03 13:38:42 +10:00
parent f0150ac4b6
commit fcb09bd188
4 changed files with 47 additions and 11 deletions

View file

@ -17,6 +17,14 @@
<sys:String x:Key="GameApplication_Unknown">Unknown</sys:String>
<!--#endregion-->
<!--#region Branch Names -->
<sys:String x:Key="live">Live</sys:String>
<!--#endregion-->
<!--#region Game Map Names -->
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
<!--#endregion-->
<!--#region Process Priority -->
<sys:String x:Key="Priority_low">Low</sys:String>
<sys:String x:Key="Priority_belownormal">Below Normal</sys:String>
@ -998,6 +1006,7 @@
<sys:String x:Key="ServerSettings_BranchNameTooltip">The name of the branch to download (leave blank to use the release branch).</sys:String>
<sys:String x:Key="ServerSettings_BranchPasswordLabel">Branch Password:</sys:String>
<sys:String x:Key="ServerSettings_BranchPasswordTooltip">The password that is used to access the branch download.</sys:String>
<sys:String x:Key="ServerSettings_BranchClearErrorTitle">Clear Branch Error</sys:String>
<sys:String x:Key="ServerSettings_CommandLineLabel">Command Line</sys:String>
<sys:String x:Key="ServerSettings_ProcessPriorityLabel">Priority:</sys:String>
@ -1039,6 +1048,8 @@
<!--#region Server Settings - Server File Details -->
<sys:String x:Key="ServerSettings_ServerFilesLabel">Server File Details</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesWarningLabel">NOTE: Any changes will require a server restart to take effect.</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesLoadErrorTitle">Load Error</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesSaveErrorTitle">Save Error</sys:String>
<sys:String x:Key="ServerSettings_ServerFilesBlacklistedLabel">Blacklisted</sys:String>
<sys:String x:Key="ServerSettings_AddBlacklistedPlayerTooltip">Add Blacklisted Player</sys:String>
@ -1065,12 +1076,37 @@
<sys:String x:Key="ServerSettings_OverlayMessage_SchedulesLabel">Checking Scheduled Tasks...</sys:String>
<!--#endregion-->
<!--#region Branch Names -->
<sys:String x:Key="live">Live</sys:String>
<!--#region Profile Validation -->
<sys:String x:Key="ProfileValidation_ServerPort">The server port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_ServerPeerPort">The server peer port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_QueryPort">The query port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_RconPort">The rcon port is outside the valid range ({PortMinimum}-{PortMaximum}).</sys:String>
<sys:String x:Key="ProfileValidation_MapNameBlank">The map name has not been entered.</sys:String>
<sys:String x:Key="ProfileValidation_ServerNotDownloaded">Server files have not been downloaded, server folder does not exist.</sys:String>
<sys:String x:Key="ProfileValidation_ServerExeNotDownloaded">Server files have not been downloaded properly, server executable file ({ServerExe}) does not exist.</sys:String>
<sys:String x:Key="ProfileValidation_ServerDifferentApplication">The server files are for a different application.</sys:String>
<sys:String x:Key="ProfileValidation_ModFileNotDownloaded">Mod {modId} has not been downloaded, mod file does not exist.</sys:String>
<sys:String x:Key="ProfileValidation_ModDifferentApplication">Mod {modId} is for a different application.</sys:String>
<sys:String x:Key="ProfileValidation_ModOutdated">Mod {modId} is outdated.</sys:String>
<sys:String x:Key="ProfileValidation_ModSteamError">Mod {modId} details could not be retrieved from steam.</sys:String>
<!--#endregion-->
<!--#region Game Map Names -->
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
<!--#region Profile Save -->
<sys:String x:Key="ProfileSave_Saving">Saving...</sys:String>
<sys:String x:Key="ProfileSave_SavingProfileFile">Saving Profile File...</sys:String>
<sys:String x:Key="ProfileSave_SavingConfigFiles">Saving Config Files...</sys:String>
<sys:String x:Key="ProfileSave_SavingLauncherFile">Saving Launcher File...</sys:String>
<sys:String x:Key="ProfileSave_CheckingDirectoryPermissions">Checking Directory Permissions...</sys:String>
<sys:String x:Key="ProfileSave_CheckingScheduledTasks">Checking Scheduled Tasks...</sys:String>
<!--#endregion-->
<!--#region Restore Save Files -->
<sys:String x:Key="RestoreSaveFiles_BackupFileNotFound">Backup file could not be found or does not exist.</sys:String>
<sys:String x:Key="RestoreSaveFiles_SaveFolderNotFound">The server save folder could not be found or does not exist.\r\n{saveFolder}</sys:String>
<sys:String x:Key="RestoreSaveFiles_MissingWorldSaveFile">The backup does not contain the world save file.</sys:String>
<!--#endregion-->
</Globalization:GlobalizationResourceDictionary>