mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
ASM 377 Beta 2
This commit is contained in:
parent
fcb09bd188
commit
fc795ad588
4 changed files with 38 additions and 2 deletions
|
|
@ -5,7 +5,32 @@
|
|||
<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>2020-06-03T00:00:00Z</updated>
|
||||
<updated>2020-06-05T00:00:00Z</updated>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:F85C8894-7264-42D2-807D-C80F04390123</id>
|
||||
<title>1.1.377 (1.1.377.2)</title>
|
||||
<summary>1.1.377.2</summary>
|
||||
<link href="" />
|
||||
<updated>2020-06-05T00: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>Globalisation - added some additional strings to the globalisation files.</li>
|
||||
<li>pt-BR Translation file updated. (thanks @bruno5011)</li>
|
||||
<li>ru-RU Translation file updated. (thanks @varlonec)</li>
|
||||
</ul>
|
||||
</p>
|
||||
</div>
|
||||
</content>
|
||||
<author>
|
||||
<name>bletch</name>
|
||||
<email>bletch1971@hotmail.com</email>
|
||||
</author>
|
||||
</entry>
|
||||
|
||||
<entry>
|
||||
<id>urn:uuid:A9E3940E-C53A-41D0-85D0-B5ABE3B78765</id>
|
||||
|
|
|
|||
|
|
@ -8,6 +8,8 @@
|
|||
>
|
||||
|
||||
<!--#region Generic -->
|
||||
<sys:String x:Key="Generic_TranslatedByLabel">Last Updated By:</sys:String>
|
||||
<sys:String x:Key="Generic_TranslatedBy">unknown</sys:String>
|
||||
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
|
|
@ -808,6 +810,7 @@
|
|||
<sys:String x:Key="ServerSettings_UpdateServer_FailedTitle">Updating Server Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BackupServer_Title">Backup Server</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BackupServer_FailedTitle">Backup Server Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BackupServer_SuccessfulLabel">The backup was successful.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ShutdownServer_FailedTitle">Shutdown Server Error</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ShutdownServer_CancelledTitle">Shutdown Server Cancelled</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ShutdownServer_AlreadyOpenLabel">The shutdown window is already open for this server.</sys:String>
|
||||
|
|
@ -5172,6 +5175,9 @@
|
|||
<!--#endregion-->
|
||||
|
||||
<!--#region Profile Validation -->
|
||||
<sys:String x:Key="ProfileValidation_Title">Profile Validation</sys:String>
|
||||
<sys:String x:Key="ProfileValidation_WarningLabel">The following validation problems were encountered.\r\n\r\n{validateMessage}\r\n\r\nDo you want to continue with the server start, this could cause problems?</sys:String>
|
||||
|
||||
<sys:String x:Key="ProfileValidation_ServerPort">The server 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>
|
||||
|
|
@ -5231,4 +5237,9 @@
|
|||
<sys:String x:Key="RestoreSaveFiles_MissingWorldSaveFile">The backup does not contain the world save file.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Update -->
|
||||
<sys:String x:Key="ServerUpdate_Title">Server Update</sys:String>
|
||||
<sys:String x:Key="ServerUpdate_WarningLabel">There was a problem while performing the server update. This may leave your server in a incomplete state.\r\n\r\nDo you want to continue with the server start, this could cause problems?</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
</Globalization:GlobalizationResourceDictionary>
|
||||
|
|
@ -1 +1 @@
|
|||
1.1.377.1
|
||||
1.1.377.2
|
||||
|
|
|
|||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue