mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
ArkServerManager Beta 1.1.433.3
This commit is contained in:
parent
c0da911a18
commit
d7482772bf
4 changed files with 35 additions and 2 deletions
|
|
@ -5,7 +5,30 @@
|
||||||
<title>Ark Server Manager Version Feed</title>
|
<title>Ark Server Manager Version Feed</title>
|
||||||
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
<subtitle>This is the Ark Server Manager beta version feed.</subtitle>
|
||||||
<link href="http://arkservermanager.freeforums.net/" />
|
<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>
|
<entry>
|
||||||
<id>urn:uuid:1AE0925B-64EB-4177-B834-7A75FA46E807</id>
|
<id>urn:uuid:1AE0925B-64EB-4177-B834-7A75FA46E807</id>
|
||||||
|
|
|
||||||
|
|
@ -993,6 +993,8 @@
|
||||||
<!--#endregion-->
|
<!--#endregion-->
|
||||||
|
|
||||||
<!--#region Server Settings - General Buttons -->
|
<!--#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_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_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>
|
<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_CountLabel">Count:</sys:String>
|
||||||
<sys:String x:Key="DiscordBot_MapLabel">Map:</sys:String>
|
<sys:String x:Key="DiscordBot_MapLabel">Map:</sys:String>
|
||||||
<!--#endregion-->
|
<!--#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>
|
</Globalization:GlobalizationResourceDictionary>
|
||||||
|
|
@ -1 +1 @@
|
||||||
1.1.433.2
|
1.1.433.3
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue