mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 07:07:32 +00:00
ConanServerManager 1.1.80.6
This commit is contained in:
parent
207ec8af88
commit
52f61149b2
7 changed files with 48 additions and 5 deletions
|
|
@ -957,6 +957,11 @@
|
|||
<sys:String x:Key="GlobalSettings_TaskPriority_AutoShutdownLabel">Auto Shutdown/Restart Task Priority:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_TaskPriority_AutoStartLabel">Auto Start Task Priority:</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_TaskSchedulerUsernameLabel">Task Scheduler Username:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_TaskSchedulerUsernameTooltip">This username will be used for the Auto-Start server on Boot task.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_TaskSchedulerPasswordLabel">Task Scheduler Password:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_TaskSchedulerPasswordTooltip">This password will be used for the Auto-Start server on Boot task.</sys:String>
|
||||
|
||||
<sys:String x:Key="GlobalSettings_ResetSettings_ConfirmTitle">Confirm Settings Reset Action</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetSettings_ConfirmLabel">Click 'Yes' to confirm you want to perform the settings reset.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_ResetSettings_FailedTitle">Failed to Reset Settings</sys:String>
|
||||
|
|
@ -1237,8 +1242,12 @@
|
|||
<sys:String x:Key="ServerSettings_AutomaticManagementLabel">Automatic Management</sys:String>
|
||||
<sys:String x:Key="ServerSettings_NoAutoManagementButtonLabel">Why can't I use this?</sys:String>
|
||||
<sys:String x:Key="ServerSettings_ServerManagerSettingsLabel">Server Manager Settings</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartLabel">Auto-Start server on boot</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartTooltip">Automatically start the server when the machine starts.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartServerLabel">Auto-Start server</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartServerTooltip">Automatically start the server.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartServerOnBootLabel">on Boot</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartServerOnBootTooltip">Start the server when the machine starts.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartServerOnLoginLabel">on Login</sys:String>
|
||||
<sys:String x:Key="ServerSettings_AutoStartServerOnLoginTooltip">Start the server when the user logs in.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableAutoShutdownLabel">Shutdown server at</sys:String>
|
||||
<sys:String x:Key="ServerSettings_EnableAutoShutdownTooltip">The hour and minute of the day to force a server shutdown.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_RestartAfterShutdownLabel">then restart</sys:String>
|
||||
|
|
@ -1250,7 +1259,7 @@
|
|||
<sys:String x:Key="ServerSettings_PeriodicUpdatesLabel">Include server in the Auto-Update cycle</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PeriodicUpdatesTooltip">If enabled, the server will be periodically updated during the Auto-Update cycle. See the settings for Auto-Update options.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_RestartIfShutdownLabel">Restart server if shutdown</sys:String>
|
||||
<sys:String x:Key="ServerSettings_RestartIfShutdownTooltip">If enabled, the server will be restarted even if shutdown for Auto-Restarts and Auto-Updates.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_RestartIfShutdownTooltip">If enabled, the server will be restarted even if shutdown for Auto-Updates.</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - Discord Bot Details -->
|
||||
|
|
@ -1276,6 +1285,9 @@
|
|||
<!--#region Server Settings - Server Details -->
|
||||
<sys:String x:Key="ServerSettings_ServerDetailsLabel">Server Details</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_UseTestliveLabel">Use Testlive Dedicated Server Files</sys:String>
|
||||
<sys:String x:Key="ServerSettings_UseTestliveTooltip">If enabled, will use the testlive dedicated server files instead of the testlive branch. Leave the branch as default, do not set to Testlive.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerSettings_BranchLabel">Branch Details</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BranchNameLabel">Branch Name:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_BranchNameTooltip">The name of the branch to download (leave blank to use the release branch).</sys:String>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue