mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
CSM 33 Beta 3
This commit is contained in:
parent
e8d6d39660
commit
8817e2e43f
4 changed files with 31 additions and 9 deletions
|
|
@ -5,7 +5,30 @@
|
|||
<title>Conan Server Manager Version Feed</title>
|
||||
<subtitle>This is the Conan Server Manager beta version feed.</subtitle>
|
||||
<link href="http://servermanagers.freeforums.net/" />
|
||||
<updated>2020-05-01T01:00:00Z</updated>
|
||||
<updated>2020-05-03T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:543B4E10-9C82-4767-AA61-FAF5C4C6545F</id>
|
||||
<title>1.1.33 (1.1.33.3)</title>
|
||||
<summary>1.1.33.3</summary>
|
||||
<link href="" />
|
||||
<updated>2020-05-03T00:00:00Z</updated>
|
||||
<content type="xhtml">
|
||||
<div xmlns="http://www.w3.org/1999/xhtml" style="font-family: Arial, Verdana, Helvetica, Sans-Serif;font-size: .8em;">
|
||||
<p>
|
||||
<u style="font-size: .9em;">CHANGE</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Profile Sync Window - have changed the way this window works. You now open on the profile you want to copy from, and you can now select one or more profiles to copy to.</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:D04E7E26-D35B-4D28-92BE-5363FC2B6035</id>
|
||||
|
|
@ -19,7 +42,7 @@
|
|||
<u style="font-size: .9em;">NEW</u>
|
||||
<br/>
|
||||
<ul>
|
||||
<li>Global Settings - added new alert message for Outdated mods.</li>
|
||||
<li>Global Settings - added new alert message for Outdated mods to the discord plugin.</li>
|
||||
<li>Out of Date Mods - added new alert message that is sent when the server manager detects a mod is outdated.</li>
|
||||
</ul>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -216,21 +216,20 @@
|
|||
<sys:String x:Key="ProfileSyncWindow_ProfileTitle">Profile Sync - {0}</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Load_FailedTitle">Load Profile Sync Error</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_Title">Process Profile Sync</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_Label">You are about the overwrite the selected section settings of your current profile with those from the selected profile. You will not be able to undo, do you want to continue?</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_ConfirmLabel">You are about the overwrite the selected section settings of the selected profiles with those of the current profile. You will not be able to undo, do you want to continue?</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_FailedTitle">Process Profile Sync Error</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_NoProfileSelectedLabel">You have not selected a profile to copy from.</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_NoProfilesSelectedLabel">You have not selected any profiles to copy settings to.</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_NoSectionsSelectedLabel">You have not selected any sections to copy settings from.</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_Process_SuccessLabel">The settings from the selected sections have been successfully copied from the selected profile to your current profile.</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_SelectAllButtonLabel">Select All</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_UnselectAllButtonLabel">Unselect All</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_ProcessButtonLabel">Process</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_CancelButtonLabel">Cancel</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_CloseButtonLabel">Close</sys:String>
|
||||
|
||||
<sys:String x:Key="ProfileSyncWindow_InformationLabel">This form will copy the selected settings from the selected profile to the current profile.</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_ProfileFilterLabel">Profile to Copy From:</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_ProfileFilterTooltip">Select the profile to copy the settings from.</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_SyncInformationLabel">This form will copy the selected settings to the selected profiles.</sys:String>
|
||||
|
||||
<sys:String x:Key="ProfileSyncWindow_SelectedColumnLabel">Copy</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_ProfileNameColumnLabel">Profile</sys:String>
|
||||
<sys:String x:Key="ProfileSyncWindow_SectionNameColumnLabel">Section</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
1.1.33.2
|
||||
1.1.33.3
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue