ArkServerManager Beta 1.1.433.3

This commit is contained in:
Brett Hewitson 2022-06-18 15:42:00 +10:00
parent c0da911a18
commit d7482772bf
4 changed files with 35 additions and 2 deletions

View file

@ -5,7 +5,30 @@
<title>Ark Server Manager Version Feed</title>
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
<link href="http://arkservermanager.freeforums.net/" />
<updated>2022-06-17T00:00:00Z</updated>
<updated>2022-06-18T00:00:00Z</updated>
<entry>
<id>urn:uuid:1AE0925B-64EB-4177-B834-7A75FA46E807</id>
<title>1.1.433 (1.1.433.3)</title>
<summary>1.1.433.3</summary>
<link href="" />
<updated>2022-06-18T00: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;">NEW</u>
<br/>
<ul>
<li>Server Settings - added new find button to find settings by name.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry>
<id>urn:uuid:1AE0925B-64EB-4177-B834-7A75FA46E807</id>

View file

@ -993,6 +993,8 @@
<!--#endregion-->
<!--#region Server Settings - General Buttons -->
<sys:String x:Key="ServerSettings_SettingFindButtonLabel">Find</sys:String>
<sys:String x:Key="ServerSettings_SettingFindButtonTooltip">Find Setting</sys:String>
<sys:String x:Key="ServerSettings_SupportZipButtonLabel">Create Support Zip</sys:String>
<sys:String x:Key="ServerSettings_SupportZipButtonTooltip">Create a zip file that contains all the files necessary for use by the server manager support team to diagnose a problem.</sys:String>
<sys:String x:Key="ServerSettings_SyncProfileButtonLabel">Sync</sys:String>
@ -5741,5 +5743,13 @@
<sys:String x:Key="DiscordBot_CountLabel">Count:</sys:String>
<sys:String x:Key="DiscordBot_MapLabel">Map:</sys:String>
<!--#endregion-->
<!--#region Find Setting Window -->
<sys:String x:Key="FindSettingWindow_Title">Find Settings</sys:String>
<sys:String x:Key="FindSettingWindow_NotFoundErrorLabel">The setting was not found: {0}</sys:String>
<sys:String x:Key="FindSettingWindow_FindButtonLabel">Find</sys:String>
<!--#endregion-->
</Globalization:GlobalizationResourceDictionary>

View file

@ -1 +1 @@
1.1.433.2
1.1.433.3

Binary file not shown.