Language File Update

This commit is contained in:
Brett Hewitson 2021-12-12 18:47:01 +10:00
parent 51fd820f4e
commit f11924e9a9
6 changed files with 36 additions and 11 deletions

View file

@ -145,7 +145,6 @@
<Reference Include="System.IO.Compression" /> <Reference Include="System.IO.Compression" />
<Reference Include="System.IO.Compression.FileSystem" /> <Reference Include="System.IO.Compression.FileSystem" />
<Reference Include="System.Management" /> <Reference Include="System.Management" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Numerics" /> <Reference Include="System.Numerics" />
<Reference Include="System.Runtime.Serialization" /> <Reference Include="System.Runtime.Serialization" />
<Reference Include="System.ServiceModel" /> <Reference Include="System.ServiceModel" />

View file

@ -9,7 +9,7 @@
<!--#region Generic --> <!--#region Generic -->
<sys:String x:Key="Generic_TranslatedByLabel">Последнее обновление:</sys:String> <sys:String x:Key="Generic_TranslatedByLabel">Последнее обновление:</sys:String>
<sys:String x:Key="Generic_TranslatedBy">09.12.2021 от Varlonec, Эдван</sys:String> <sys:String x:Key="Generic_TranslatedBy">12.12.2021 от Varlonec, Эдван</sys:String>
<sys:String x:Key="Generic_ErrorLabel">Ошибка</sys:String> <sys:String x:Key="Generic_ErrorLabel">Ошибка</sys:String>
<!--#endregion--> <!--#endregion-->
@ -24,6 +24,7 @@
<sys:String x:Key="Map_Genesis">Genesis: Part 1</sys:String> <sys:String x:Key="Map_Genesis">Genesis: Part 1</sys:String>
<sys:String x:Key="Map_CrystalIsles">Crystal Isles</sys:String> <sys:String x:Key="Map_CrystalIsles">Crystal Isles</sys:String>
<sys:String x:Key="Map_Gen2">Genesis: Part 2</sys:String> <sys:String x:Key="Map_Gen2">Genesis: Part 2</sys:String>
<sys:String x:Key="Map_LostIsland">Lost Island</sys:String>
<!--#endregion--> <!--#endregion-->
<!--#region Total Conversion Names --> <!--#region Total Conversion Names -->
@ -56,6 +57,7 @@
<sys:String x:Key="Mod_Genesis">Genesis: Part 1</sys:String> <sys:String x:Key="Mod_Genesis">Genesis: Part 1</sys:String>
<sys:String x:Key="Mod_CrystalIsles">Crystal Isles</sys:String> <sys:String x:Key="Mod_CrystalIsles">Crystal Isles</sys:String>
<sys:String x:Key="Mod_Genesis2">Genesis: Part 2</sys:String> <sys:String x:Key="Mod_Genesis2">Genesis: Part 2</sys:String>
<sys:String x:Key="Mod_LostIsland">Lost Island</sys:String>
<sys:String x:Key="Mod_PGM">PGM</sys:String> <sys:String x:Key="Mod_PGM">PGM</sys:String>
<!--#endregion--> <!--#endregion-->

View file

@ -5762,9 +5762,9 @@ namespace ServerManagerTool.Lib
this.SetValue(AutoSavePeriodMinutesProperty, sourceProfile.AutoSavePeriodMinutes); this.SetValue(AutoSavePeriodMinutesProperty, sourceProfile.AutoSavePeriodMinutes);
this.SetValue(MOTDProperty, sourceProfile.MOTD); //this.SetValue(MOTDProperty, sourceProfile.MOTD);
this.SetValue(MOTDDurationProperty, sourceProfile.MOTDDuration); //this.SetValue(MOTDDurationProperty, sourceProfile.MOTDDuration);
this.SetNullableValue(MOTDIntervalProperty, sourceProfile.MOTDInterval); //this.SetNullableValue(MOTDIntervalProperty, sourceProfile.MOTDInterval);
this.SetValue(EnableExtinctionEventProperty, sourceProfile.EnableExtinctionEvent); this.SetValue(EnableExtinctionEventProperty, sourceProfile.EnableExtinctionEvent);
this.SetValue(ExtinctionEventTimeIntervalProperty, sourceProfile.ExtinctionEventTimeInterval); this.SetValue(ExtinctionEventTimeIntervalProperty, sourceProfile.ExtinctionEventTimeInterval);
@ -5802,7 +5802,7 @@ namespace ServerManagerTool.Lib
this.SetValue(CrossplayProperty, sourceProfile.Crossplay); this.SetValue(CrossplayProperty, sourceProfile.Crossplay);
this.SetValue(EpicOnlyProperty, sourceProfile.EpicOnly); this.SetValue(EpicOnlyProperty, sourceProfile.EpicOnly);
this.SetValue(EnablePublicIPForEpicProperty, sourceProfile.EnablePublicIPForEpic); this.SetValue(EnablePublicIPForEpicProperty, sourceProfile.EnablePublicIPForEpic);
this.SetValue(AltSaveDirectoryNameProperty, sourceProfile.AltSaveDirectoryName); //this.SetValue(AltSaveDirectoryNameProperty, sourceProfile.AltSaveDirectoryName);
this.SetValue(CrossArkClusterIdProperty, sourceProfile.CrossArkClusterId); this.SetValue(CrossArkClusterIdProperty, sourceProfile.CrossArkClusterId);
this.SetValue(ClusterDirOverrideProperty, sourceProfile.ClusterDirOverride); this.SetValue(ClusterDirOverrideProperty, sourceProfile.ClusterDirOverride);

View file

@ -9,8 +9,8 @@
<entry> <entry>
<id>urn:uuid:DBAFCE91-2235-4B6C-AE9B-5E4EF9FEC8F5</id> <id>urn:uuid:DBAFCE91-2235-4B6C-AE9B-5E4EF9FEC8F5</id>
<title>1.1.411 (1.1.411.6)</title> <title>1.1.411 (1.1.411.8)</title>
<summary>1.1.411.6</summary> <summary>1.1.411.8</summary>
<link href="" /> <link href="" />
<updated>2021-12-12T00:00:00Z</updated> <updated>2021-12-12T00:00:00Z</updated>
<content type="xhtml"> <content type="xhtml">
@ -35,6 +35,7 @@
<ul> <ul>
<li>Global Settings - Added reset button to the Data Directory Location.</li> <li>Global Settings - Added reset button to the Data Directory Location.</li>
<li>Server Monitor window now stores it's location.</li> <li>Server Monitor window now stores it's location.</li>
<li>Removed MOTD and Alternate Save Directory from the Administration section of the Sync.</li>
<li>fr-FR Translation file updated.</li> <li>fr-FR Translation file updated.</li>
<li>pt-BR Translation file updated.</li> <li>pt-BR Translation file updated.</li>
<li>ru-RU Translation file updated.</li> <li>ru-RU Translation file updated.</li>

View file

@ -7,6 +7,30 @@
<link href="http://arkservermanager.freeforums.net/" /> <link href="http://arkservermanager.freeforums.net/" />
<updated>2021-12-12T00:00:00Z</updated> <updated>2021-12-12T00:00:00Z</updated>
<entry>
<id>urn:uuid:76247C33-53B1-4947-8A4B-F4B933E8AE82</id>
<title>1.1.411 (1.1.411.8)</title>
<summary>1.1.411.8</summary>
<link href="" />
<updated>2021-12-12T00: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>Removed MOTD and Alternate Save Directory from the Administration section of the Sync.</li>
<li>ru-RU Translation file updated.</li>
</ul>
</p>
</div>
</content>
<author>
<name>bletch</name>
<email>bletch1971@hotmail.com</email>
</author>
</entry>
<entry> <entry>
<id>urn:uuid:C02D44F9-E3AA-4CA0-BF2F-110F8C83CC21</id> <id>urn:uuid:C02D44F9-E3AA-4CA0-BF2F-110F8C83CC21</id>
<title>1.1.411 (1.1.411.7)</title> <title>1.1.411 (1.1.411.7)</title>

View file

@ -147,7 +147,6 @@
<Reference Include="System.Core" /> <Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" /> <Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" /> <Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xaml"> <Reference Include="System.Xaml">
<RequiredTargetFramework>4.0</RequiredTargetFramework> <RequiredTargetFramework>4.0</RequiredTargetFramework>
</Reference> </Reference>