ArkServerManager 1.1.433.5

This commit is contained in:
Brett Hewitson 2022-06-22 01:15:25 +10:00
parent c84e121a00
commit d3ae697280
7 changed files with 48 additions and 2 deletions

View file

@ -854,6 +854,7 @@
<sys:String x:Key="MainWindow_OpenPluginsTooltip">Open Plugins</sys:String>
<sys:String x:Key="MainWindow_OpenHelpTooltip">Open Help</sys:String>
<sys:String x:Key="MainWindow_OpenServerMonitorTooltip">Open Server Monitor</sys:String>
<sys:String x:Key="MainWindow_JoinDiscordTooltip">Join the Discord Server</sys:String>
<sys:String x:Key="MainWindow_UpdateToLabelFormat">Upgrade to {0} now!</sys:String>
<sys:String x:Key="MainWindow_TaskStatusLabel">Task Status</sys:String>
<sys:String x:Key="MainWindow_TaskAdminErrorTitle">Requires Administration Permissions</sys:String>
@ -993,6 +994,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 +5744,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>