mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-06 15:17:34 +00:00
983 lines
No EOL
89 KiB
XML
983 lines
No EOL
89 KiB
XML
<Globalization:GlobalizationResourceDictionary
|
|
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:sys="clr-namespace:System;assembly=mscorlib"
|
|
xmlns:Globalization="clr-namespace:WPFSharp.Globalizer;assembly=WPFSharp.Globalizer"
|
|
Name="en-US"
|
|
LinkedStyle="en-US-style"
|
|
>
|
|
|
|
<!--#region Generic -->
|
|
<sys:String x:Key="Generic_ErrorLabel">Error</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region GameApplication enum -->
|
|
<sys:String x:Key="GameApplication_All">All</sys:String>
|
|
<sys:String x:Key="GameApplication_Conan">Conan</sys:String>
|
|
<sys:String x:Key="GameApplication_Unknown">Unknown</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Process Priority -->
|
|
<sys:String x:Key="Priority_low">Low</sys:String>
|
|
<sys:String x:Key="Priority_belownormal">Below Normal</sys:String>
|
|
<sys:String x:Key="Priority_normal">Normal</sys:String>
|
|
<sys:String x:Key="Priority_abovenormal">Above Normal</sys:String>
|
|
<sys:String x:Key="Priority_high">High</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Processor Afinity -->
|
|
<sys:String x:Key="ProcessorAffinity_Invalid">invalid</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_All">All</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Unit strings -->
|
|
<sys:String x:Key="SliderUnits_Multiplier">x</sys:String>
|
|
<sys:String x:Key="SliderUnits_Percentage">%</sys:String>
|
|
<sys:String x:Key="SliderUnits_Seconds">seconds</sys:String>
|
|
<sys:String x:Key="SliderUnits_Minutes">minutes</sys:String>
|
|
<sys:String x:Key="SliderUnits_Hours">hours</sys:String>
|
|
<sys:String x:Key="SliderUnits_Days">days</sys:String>
|
|
<sys:String x:Key="SliderUnits_Items">items</sys:String>
|
|
<sys:String x:Key="SliderUnits_XP">xp</sys:String>
|
|
<sys:String x:Key="SliderUnits_Players">players</sys:String>
|
|
<sys:String x:Key="SliderUnits_Tribes">tribes</sys:String>
|
|
<sys:String x:Key="SliderUnits_Levels">levels</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Application -->
|
|
<sys:String x:Key="Application_RunAsAdministratorTitle">Run as Administrator</sys:String>
|
|
<sys:String x:Key="Application_RunAsAdministratorLabel">This application requires administration priviledges to access ALL functionality. Would you like to Run as Administrator?</sys:String>
|
|
<sys:String x:Key="Application_RunAsAdministrator_FailedTitle">Run as Administrator Failed</sys:String>
|
|
<sys:String x:Key="Application_RunAsAdministrator_FailedLabel">Sorry, this application could not be Run as Administrator, reverting back to user priviledges.</sys:String>
|
|
<sys:String x:Key="Application_SingleInstanceTitle">Application Already Running</sys:String>
|
|
<sys:String x:Key="Application_SingleInstanceLabel">Another instance of the application is already running. Do you want to switch to that instance?</sys:String>
|
|
<sys:String x:Key="Application_SingleInstance_FailedTitle">Application Switch Failed</sys:String>
|
|
<sys:String x:Key="Application_SingleInstance_FailedLabel">Failed to switch to the other application instance. Starting new application instance.</sys:String>
|
|
|
|
<sys:String x:Key="Application_DataDirectoryTitle">Select Data Directory</sys:String>
|
|
<sys:String x:Key="Application_DataDirectoryLabel">It appears you do not have a data directory set. The data directory is where your profiles and SteamCMD will be stored. It is not the same as the server installation directory, which you can choose for each profile. You will now be asked to select the location where the server manager's data directory is located. You may later change this in the Settings window.</sys:String>
|
|
<sys:String x:Key="Application_DataDirectory_DialogTitle">Select a Data Directory</sys:String>
|
|
<sys:String x:Key="Application_DataDirectory_ConfirmTitle">Confirm location</sys:String>
|
|
<sys:String x:Key="Application_DataDirectory_ConfirmLabel">The Server Manager will store profiles and SteamCMD in the following directories:\r\n\r\nProfiles: {0}\r\nSteamCMD: {1}\r\n\r\nIs this ok?</sys:String>
|
|
<sys:String x:Key="Application_Profile_SaveFailedTitle">Failed to save profile</sys:String>
|
|
<sys:String x:Key="Application_Profile_SaveFailedLabel">Failed to save profile {0}. {1}\n{2}</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Updater Window -->
|
|
<sys:String x:Key="AutoUpdater_Title">Server Manager - Updating...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status">Status</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_CleaningSteamCmd">Cleaning up SteamCMD...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_DownloadingSteamCmd">Downloading SteamCMD...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_UnzippingSteamCmd">Unzipping SteamCMD...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_RunningSteamCmd">Authorizing SteamCMD...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_InstallSteamCmdComplete">SteamCMD installed</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_CheckForNewServerVersion">Checking for new server version...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_DownloadNewServerVersion">Downloading new server version...</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_DownloadNewServerComplete">Server download complete</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_Complete">Complete</sys:String>
|
|
<sys:String x:Key="AutoUpdater_Status_Cancelled">Cancelled</sys:String>
|
|
<sys:String x:Key="AutoUpdater_CancelButtonLabel">Cancel</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Progress Window -->
|
|
<sys:String x:Key="Progress_Title">Progress</sys:String>
|
|
<sys:String x:Key="Progress_UpgradeServer_WindowTitle">Update Progress - {0}</sys:String>
|
|
<sys:String x:Key="Progress_ReinstallSteamCmd_WindowTitle">SteamCMD Progress</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Version Feed Window -->
|
|
<sys:String x:Key="VersionFeedWindow_Title">Server Manager Version Details</sys:String>
|
|
<sys:String x:Key="VersionFeedWindow_Load_FailedTitle">Load Feed Error</sys:String>
|
|
|
|
<sys:String x:Key="VersionFeedWindow_VersionFilterLabel">Version:</sys:String>
|
|
<sys:String x:Key="VersionFeedWindow_VersionFilterTooltip">Select the version to view details.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region CommandLine Window -->
|
|
<sys:String x:Key="CommandLine_Title">Command Line</sys:String>
|
|
<sys:String x:Key="CommandLine_CopyButtonLabel">Copy to clipboard</sys:String>
|
|
<sys:String x:Key="CommandLine_CopyButton_ConfirmTitle">Copied to clipboard</sys:String>
|
|
<sys:String x:Key="CommandLine_CopyButton_ConfirmLabel">Done!</sys:String>
|
|
<sys:String x:Key="CommandLine_CopyButton_ErrorTitle">Copy to clipboard failed.</sys:String>
|
|
<sys:String x:Key="CommandLine_CopyButton_ErrorLabel">Clipboard could not be opened. Another application may be using it. Please try closing other applications and trying again.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region AddSteamUserWindow Window -->
|
|
<sys:String x:Key="AddSteamUser_Title">Add Steam Users</sys:String>
|
|
<sys:String x:Key="AddSteamUser_InstructionLabel">Enter one or more SteamIds. Each id must be on a new line.</sys:String>
|
|
<sys:String x:Key="AddSteamUser_ProcessButtonLabel">OK</sys:String>
|
|
<sys:String x:Key="AddSteamUser_CancelButtonLabel">Cancel</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region ProcessorAffinity Window -->
|
|
<sys:String x:Key="ProcessorAffinity_Title">Processor Affinity</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_ProfileTitle">Processor Affinity - {0}</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_InstructionLabel">Which processors are allowed to run the server?</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_AllCpuLabel">All Processors</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_AllCpuTooltip">Is enabled, will default to use all processors, otherwise selecte the specific processors.</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_SelectAllButtonLabel">All</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_UnselectAllButtonLabel">None</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_ProcessButtonLabel">OK</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_CancelButtonLabel">Cancel</sys:String>
|
|
|
|
<sys:String x:Key="ProcessorAffinity_SelectedColumnLabel">Selected</sys:String>
|
|
<sys:String x:Key="ProcessorAffinity_DescriptionColumnLabel">Processor</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Mod Details Window -->
|
|
<sys:String x:Key="ModDetails_Title">Mod Details</sys:String>
|
|
<sys:String x:Key="ModDetails_ProfileTitle">Mod Details - {0}</sys:String>
|
|
<sys:String x:Key="ModDetails_Load_FailedTitle">Load Mod Details Error</sys:String>
|
|
<sys:String x:Key="ModDetails_Load_FailedLabel">An error occurred while retrieving the mod details.\r\n{0}</sys:String>
|
|
<sys:String x:Key="ModDetails_Purge_FailedTitle">Purge Unused Mods Error</sys:String>
|
|
<sys:String x:Key="ModDetails_Purge_Title">Purge Unused Mods</sys:String>
|
|
<sys:String x:Key="ModDetails_Refresh_FailedTitle">Refresh Mod Details Error</sys:String>
|
|
<sys:String x:Key="ModDetails_Reload_FailedTitle">Reload Mod Details Error</sys:String>
|
|
<sys:String x:Key="ModDetails_Save_FailedTitle">Save Mods Error</sys:String>
|
|
<sys:String x:Key="ModDetails_Save_UnknownTitle">Unknown Mod Types</sys:String>
|
|
<sys:String x:Key="ModDetails_Save_UnknownLabel">There are one or more mods that have not been downloaded, this could prevent the map mods and total conversion mods being detected properly. Do you want to continue?</sys:String>
|
|
<sys:String x:Key="ModDetails_Unsaved_Title">Unsaved Changed</sys:String>
|
|
<sys:String x:Key="ModDetails_Unsaved_Label">You have made changes that have not been saved to the profile, if you continue your changes will be discarded. Do you want to continue?</sys:String>
|
|
<sys:String x:Key="ModDetails_WriteTimestamp_ConfirmTitle">Write Timestamp Confirmation</sys:String>
|
|
<sys:String x:Key="ModDetails_WriteTimestamp_ConfirmLabel">You are about to update the mod version in the ASM last updated file. Do you want to continue?</sys:String>
|
|
<sys:String x:Key="ModDetails_WriteTimestamp_FailedTitle">Write Timestamp Error</sys:String>
|
|
<sys:String x:Key="ModDetails_WriteTimestamp_FailedLabel">The mod folder could not be found or does not exist. Try downloading the mod and trying again.</sys:String>
|
|
<sys:String x:Key="ModDetails_ModDetailFetchFailed_Label">Mod Details could not be fetched from steam.</sys:String>
|
|
|
|
<sys:String x:Key="ModDetails_TotalCountLabel">Total Count:</sys:String>
|
|
<sys:String x:Key="ModDetails_FilterLabel">Filter:</sys:String>
|
|
|
|
<sys:String x:Key="ModDetails_IndexColumnLabel">#</sys:String>
|
|
<sys:String x:Key="ModDetails_ModIdColumnLabel">Mod ID</sys:String>
|
|
<sys:String x:Key="ModDetails_TitleColumnLabel">Name</sys:String>
|
|
<sys:String x:Key="ModDetails_TypeColumnLabel">Mod Type</sys:String>
|
|
<sys:String x:Key="ModDetails_LastUpdatedColumnLabel">Last Downloaded</sys:String>
|
|
<sys:String x:Key="ModDetails_TimeUpdatedColumnLabel">Last Updated (Author)</sys:String>
|
|
<sys:String x:Key="ModDetails_TimestampColumnLabel">Timestamp</sys:String>
|
|
<sys:String x:Key="ModDetails_FolderSizeColumnLabel">Folder Size</sys:String>
|
|
|
|
<sys:String x:Key="ModDetails_AddModsTooltip">Add mods to the list.</sys:String>
|
|
<sys:String x:Key="ModDetails_LoadModsTooltip">Load mod list from server mods folder.</sys:String>
|
|
<sys:String x:Key="ModDetails_MoveModUpTooltip">Move mod up in the list.</sys:String>
|
|
<sys:String x:Key="ModDetails_MoveModDownTooltip">Move mod down in the list.</sys:String>
|
|
<sys:String x:Key="ModDetails_PurgeModsFolderTooltip">Purge unused mods from Mods folder.</sys:String>
|
|
<sys:String x:Key="ModDetails_RefreshModsTooltip">Refresh mod list information.</sys:String>
|
|
<sys:String x:Key="ModDetails_ReloadModsTooltip">Reload mod list from profile.</sys:String>
|
|
<sys:String x:Key="ModDetails_RemoveModTooltip">Remove mod from the list.</sys:String>
|
|
<sys:String x:Key="ModDetails_WriteTimestampModTooltip">Write timestamp to LastUpdatedASM.txt file. Only use this if you manually update the mod.</sys:String>
|
|
<sys:String x:Key="ModDetails_RemoveAllModsTooltip">Remove all mods from the list.</sys:String>
|
|
<sys:String x:Key="ModDetails_SaveModsTooltip">Save mods back to the profile.</sys:String>
|
|
<sys:String x:Key="ModDetails_SaveModDetailsTooltip">Save formatted mod details.</sys:String>
|
|
<sys:String x:Key="ModDetails_Clipboard_SaveTitle">Mod Details</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Workshop Files Window -->
|
|
<sys:String x:Key="WorkshopFiles_Title">Workshop Details</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_ProfileTitle">Workshop Details - {0}</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_Load_FailedTitle">Load Workshop Items Error</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_Refresh_FailedTitle">Refresh Workshop Items Error</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_Refresh_FailedLabel">Loading workshop information from Steam failed, populating with the local cache instead.</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_TotalCountLabel">Count:</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_LastRefreshedLabel">Last Refreshed:</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_FilterLabel">Filter:</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_FilterExistingLabel">Filter out existing mods</sys:String>
|
|
|
|
<sys:String x:Key="WorkshopFiles_SelectedColumnLabel">Selected</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_ModIdColumnLabel">Mod ID</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_TitleColumnLabel">Name</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_CreatedDateColumnLabel">Created</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_UpdatedDateColumnLabel">Last Updated</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_SubscriptionsColumnLabel">Subs</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_FileSizeColumnLabel">File Size (b)</sys:String>
|
|
|
|
<sys:String x:Key="WorkshopFiles_AddTooltip">Add mod</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_AddSelectedTooltip">Add selected mods</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_ReloadTooltip">Reload workshop information</sys:String>
|
|
<sys:String x:Key="WorkshopFiles_UnselectTooltip">Unselect all</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region WorldSave Restore Window -->
|
|
<sys:String x:Key="WorldSaveRestore_Title">Restore</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_ProfileTitle">Restore - {0}</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_Load_FailedTitle">Load Backup Files Error</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_Refresh_FailedTitle">Refresh Backup Files Error</sys:String>
|
|
|
|
<sys:String x:Key="WorldSaveRestore_NameColumnLabel">Name</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_CreatedDateColumnLabel">Created</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_UpdatedDateColumnLabel">Last Updated</sys:String>
|
|
|
|
<sys:String x:Key="WorldSaveRestore_DeleteTooltip">Delete backup file</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_ReloadTooltip">Reload backup files</sys:String>
|
|
<sys:String x:Key="WorldSaveRestore_RestoreTooltip">Restore backup</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Profile Sync Window -->
|
|
<sys:String x:Key="ProfileSyncWindow_Title">Profile Sync</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_ProfileTitle">Profile Sync - {0}</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Load_FailedTitle">Load Profile Sync Error</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Process_Title">Process Profile Sync</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Process_Label">You are about the overwrite the selected section settings of your current profile with those from the selected profile. You will not be able to undo, do you want to continue?</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Process_FailedTitle">Process Profile Sync Error</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Process_NoProfileSelectedLabel">You have not selected a profile to copy from.</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Process_NoSectionsSelectedLabel">You have not selected any sections to copy settings from.</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_Process_SuccessLabel">The settings from the selected sections have been successfully copied from the selected profile to your current profile.</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_SelectAllButtonLabel">Select All</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_UnselectAllButtonLabel">Unselect All</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_ProcessButtonLabel">Process</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_CancelButtonLabel">Cancel</sys:String>
|
|
|
|
<sys:String x:Key="ProfileSyncWindow_InformationLabel">This form will copy the selected settings from the selected profile to the current profile.</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_ProfileFilterLabel">Profile to Copy From:</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_ProfileFilterTooltip">Select the profile to copy the settings from.</sys:String>
|
|
|
|
<sys:String x:Key="ProfileSyncWindow_SelectedColumnLabel">Copy</sys:String>
|
|
<sys:String x:Key="ProfileSyncWindow_SectionNameColumnLabel">Section</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Plugins Window -->
|
|
<sys:String x:Key="PluginsWindow_Title">Plugins</sys:String>
|
|
|
|
<sys:String x:Key="PluginsWindow_AddPluginTooltip">Add Plugin</sys:String>
|
|
<sys:String x:Key="PluginsWindow_ClearPluginsTooltip">Delete All Plugins</sys:String>
|
|
<sys:String x:Key="PluginsWindow_ConfigPluginTooltip">Open Plugin Configuration</sys:String>
|
|
<sys:String x:Key="PluginsWindow_OpenPluginsFolderTooltip">Open Plugins Folder</sys:String>
|
|
<sys:String x:Key="PluginsWindow_PluginsForumTooltip">Open Plugins Forum</sys:String>
|
|
<sys:String x:Key="PluginsWindow_RemovePluginTooltip">Delete Plugin</sys:String>
|
|
|
|
<sys:String x:Key="PluginsWindow_NameColumnLabel">Name</sys:String>
|
|
<sys:String x:Key="PluginsWindow_TypeColumnLabel">Type</sys:String>
|
|
<sys:String x:Key="PluginsWindow_VersionColumnLabel">Version</sys:String>
|
|
|
|
<sys:String x:Key="PluginsWindow_AddErrorTitle">Add Action Error</sys:String>
|
|
<sys:String x:Key="PluginsWindow_AddErrorLabel">An error occurred while reading the selected file.</sys:String>
|
|
<sys:String x:Key="PluginsWindow_ClearTitle">Confirm Clear Action</sys:String>
|
|
<sys:String x:Key="PluginsWindow_ClearLabel">Click 'Yes' to confirm you want to clear all.</sys:String>
|
|
<sys:String x:Key="PluginsWindow_ClearErrorTitle">Clear Action Error</sys:String>
|
|
<sys:String x:Key="PluginsWindow_ConfigErrorTitle">Plugin Configuration Error</sys:String>
|
|
<sys:String x:Key="PluginsWindow_DeleteTitle">Confirm Delete Action</sys:String>
|
|
<sys:String x:Key="PluginsWindow_DeleteLabel">Click 'Yes' to confirm you want to perform the delete.</sys:String>
|
|
<sys:String x:Key="PluginsWindow_DeleteErrorTitle">Delete Action Error</sys:String>
|
|
<sys:String x:Key="PluginsWindow_OpenErrorTitle">Open Folder Error</sys:String>
|
|
|
|
<sys:String x:Key="PluginsWindow_AddDialogTitle">Select plugin file</sys:String>
|
|
<sys:String x:Key="PluginsWindow_PluginDefaultExtension">dll</sys:String>
|
|
<sys:String x:Key="PluginsWindow_AddFilterLabel">Plugin Files</sys:String>
|
|
<sys:String x:Key="PluginsWindow_AddFilterExtension">*.dll</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Shutdown Window -->
|
|
<sys:String x:Key="ShutdownWindow_Title">Server Shutdown</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ProfileTitle">Server Shutdown - {0}</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownRestartOptionsLabel">Shutdown/Restart Options</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownIntervalLabel">Countdown Length</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownIntervalTooltip">The number of minutes to countdown before the server will shutdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_RestartServerLabel">Restart server after shutdown</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_RestartServerTooltip">If enabled, the server will be immediately restarted after it is shutdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_UpdateServerLabel">Update server after shutdown</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_UpdateServerTooltip">If enabled, the server will be updated after it is shutdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_BackupWorldFileLabel">Backup world file after shutdown</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_BackupWorldFileTooltip">If enabled, the world file will be backed up after shutdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownReasonLabel">Reason (optional):</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownReasonTooltip">An optional message to be broadcast to the server when performing the server shutdown. Leave blank for no message.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownButtonLabel">Shutdown</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_ShutdownButtonTooltip">Perform a server shutdown with countdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_RestartButtonLabel">Restart</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_RestartButtonTooltip">Perform a server restart with countdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_CancelShutdownButtonLabel">Cancel Shutdown</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_CancelShutdownButtonTooltip">Cancel the server shutdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_StopButtonLabel">Stop</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_StopButtonTooltip">Stop the server immediately, without a countdown.</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_CloseButtonLabel">Close</sys:String>
|
|
<sys:String x:Key="ShutdownWindow_CloseButtonTooltip">Close the window and cancel the server shutdown.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region RCON window -->
|
|
<sys:String x:Key="RCON_Menu_File">_File</sys:String>
|
|
<sys:String x:Key="RCON_Menu_ViewLogs">View Logs...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_ClearLogs">Clear Logs</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Confirm">Confirm</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Console">_Console</sys:String>
|
|
<sys:String x:Key="RCON_Menu_AutoScroll">Auto-scroll</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Server">_Server</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Players">_Players</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Sort">Sort</sys:String>
|
|
<sys:String x:Key="RCON_Menu_SortOnline">By Online</sys:String>
|
|
<sys:String x:Key="RCON_Menu_SortName">By Name</sys:String>
|
|
<sys:String x:Key="RCON_Menu_SortTribe">By Clan</sys:String>
|
|
<sys:String x:Key="RCON_Menu_SortLastOnline">By Last Online</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Filter">_Filter</sys:String>
|
|
<sys:String x:Key="RCON_Menu_FilterOnline">Show Online</sys:String>
|
|
<sys:String x:Key="RCON_Menu_FilterOffline">Show Offline</sys:String>
|
|
<sys:String x:Key="RCON_Menu_FilterAdmin">Show Admin</sys:String>
|
|
<sys:String x:Key="RCON_Menu_FilterBanned">Show Banned</sys:String>
|
|
<sys:String x:Key="RCON_Menu_FilterWhitelisted">Show Whitelisted</sys:String>
|
|
<sys:String x:Key="RCON_Menu_FilterInvalid">Show Invalid</sys:String>
|
|
<sys:String x:Key="RCON_Menu_ShowAvatars">Show Player Avatars</sys:String>
|
|
|
|
<sys:String x:Key="RCON_Menu_ChatPlayer">Chat to Player...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_RenamePlayer">Rename Player...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_RenameTribe">Rename Clan...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Kick">Kick</sys:String>
|
|
<sys:String x:Key="RCON_Menu_Banned">Banned</sys:String>
|
|
<sys:String x:Key="RCON_Menu_ViewSteamProfile">View Steam Profile...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_ViewProfile">View Profile...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_ViewTribe">View Clan...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_CopySteamId">Copy Steam ID...</sys:String>
|
|
<sys:String x:Key="RCON_Menu_CopyPlayerId">Copy Player ID...</sys:String>
|
|
|
|
<sys:String x:Key="RCON_StatusLabel">Status:</sys:String>
|
|
<sys:String x:Key="RCON_PlayersLabel">Players:</sys:String>
|
|
<sys:String x:Key="RCON_PlayersSeparatorLabel">/</sys:String>
|
|
<sys:String x:Key="RCON_ModeLabel">Mode:</sys:String>
|
|
<sys:String x:Key="RCON_FilterLabel">Filter:</sys:String>
|
|
<sys:String x:Key="RCON_ProfileCountLabel">Profiles:</sys:String>
|
|
<sys:String x:Key="RCON_ProfileInvalidCountLabel">Invalid:</sys:String>
|
|
|
|
<sys:String x:Key="RCON_Button_OK">OK</sys:String>
|
|
<sys:String x:Key="RCON_Button_Cancel">Cancel</sys:String>
|
|
<sys:String x:Key="RCON_Button_Change">Change</sys:String>
|
|
<sys:String x:Key="RCON_Button_Send">Send</sys:String>
|
|
|
|
<sys:String x:Key="RCON_TitleLabel">Rcon: {0}</sys:String>
|
|
<sys:String x:Key="RCON_UnnamedLabel">unnamed</sys:String>
|
|
|
|
<sys:String x:Key="RCON_ConnectionEstablishedLabel">Connection established.</sys:String>
|
|
<sys:String x:Key="RCON_ConnectionLostLabel">Connection lost.</sys:String>
|
|
<sys:String x:Key="RCON_NoCommandResponseLabel">Command returned no data</sys:String>
|
|
|
|
<sys:String x:Key="RCON_ChatPlayerLabel">Send a chat message to :</sys:String>
|
|
<sys:String x:Key="RCON_RenamePlayerLabel">Rename player from :</sys:String>
|
|
<sys:String x:Key="RCON_RenameTribeLabel">Rename clan from :</sys:String>
|
|
<sys:String x:Key="RCON_CopySteamIdLabel">Steam ID copied to the clipboard for :</sys:String>
|
|
<sys:String x:Key="RCON_CopySteamIdTitle">Steam ID copied</sys:String>
|
|
<sys:String x:Key="RCON_CopyPlayerIdLabel">Player ID copied to the clipboard for :</sys:String>
|
|
<sys:String x:Key="RCON_CopyPlayerIdTitle">Player ID copied</sys:String>
|
|
<sys:String x:Key="RCON_ClipboardErrorLabel">Clipboard could not be opened. Another application may be using it. Please try closing other applications and trying again.</sys:String>
|
|
<sys:String x:Key="RCON_ClipboardErrorTitle">Copy to clipboard failed.</sys:String>
|
|
|
|
<sys:String x:Key="RCON_Comments_Line1">Enter commands or chat into the box at the bottom.</sys:String>
|
|
<sys:String x:Key="RCON_Comments_Line2">In Command mode, everything you enter will be a normal admin command.</sys:String>
|
|
<sys:String x:Key="RCON_Comments_Line3">In Broadcast mode, everything you enter will be a global broadcast.</sys:String>
|
|
<sys:String x:Key="RCON_Comments_Line4">You may always prefix a command with / to be treated as a command and not chat.</sys:String>
|
|
<sys:String x:Key="RCON_Comments_Line5">Right click on players in the list to access player commands.</sys:String>
|
|
<sys:String x:Key="RCON_Comments_Line6">Type {0} to get help.</sys:String>
|
|
|
|
<sys:String x:Key="RCON_Help_Keyword">/help</sys:String>
|
|
|
|
<sys:String x:Key="RCON_ClearLogs_Title">Logs deleted</sys:String>
|
|
<sys:String x:Key="RCON_ClearLogs_Label">Logs in {0} deleted.</sys:String>
|
|
<sys:String x:Key="RCON_ViewLogs_ErrorTitle">Can't open logs</sys:String>
|
|
<sys:String x:Key="RCON_ViewLogs_ErrorLabel">Unable to open the logs directory at {0}. Please make sure this directory exists and that you have permission to access it.\nException: {1}</sys:String>
|
|
|
|
<sys:String x:Key="InputMode_Command">Command</sys:String>
|
|
<sys:String x:Key="InputMode_Global">Global</sys:String>
|
|
<sys:String x:Key="InputMode_Broadcast">Broadcast</sys:String>
|
|
|
|
<sys:String x:Key="ConsoleStatus_Disconnected">Disconnected</sys:String>
|
|
<sys:String x:Key="ConsoleStatus_Connected">Connected</sys:String>
|
|
|
|
<sys:String x:Key="Player_Join">Player '{0}' joined the game.</sys:String>
|
|
<sys:String x:Key="Player_Leave">Player '{0}' left the game.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region PlayerListWindow Window -->
|
|
<sys:String x:Key="PlayerList_CloseButtonLabel">Close</sys:String>
|
|
|
|
<sys:String x:Key="PlayerList_TitleLabel">Player List: {0}</sys:String>
|
|
<sys:String x:Key="PlayerList_FilterLabel">Filter:</sys:String>
|
|
<sys:String x:Key="PlayerList_ProfileCountLabel">Profiles:</sys:String>
|
|
<sys:String x:Key="PlayerList_ProfileInvalidCountLabel">Invalid:</sys:String>
|
|
|
|
<sys:String x:Key="PlayerList_Menu_ViewSteamProfile">View Steam Profile...</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_ViewProfile">View Profile...</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_ViewTribe">View Clan...</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_CopySteamId">Copy Steam ID...</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_CopyPlayerId">Copy Player ID...</sys:String>
|
|
|
|
<sys:String x:Key="PlayerList_Menu_Players">_Players</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_Sort">Sort</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_SortName">By Name</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_SortTribe">By Clan</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_SortLastOnline">By Last Online</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_Filter">_Filter</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_FilterOffline">Show All</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_FilterAdmin">Show Admin</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_FilterBanned">Show Banned</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_FilterWhitelisted">Show Whitelisted</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_FilterInvalid">Show Invalid</sys:String>
|
|
<sys:String x:Key="PlayerList_Menu_ShowAvatars">Show Player Avatars</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Player/Tribe Profile Window -->
|
|
<sys:String x:Key="Profile_SteamSectionLabel">Steam Details</sys:String>
|
|
<sys:String x:Key="Profile_PlayerSectionLabel">Player Details</sys:String>
|
|
<sys:String x:Key="Profile_TribeSectionLabel">Clan Details</sys:String>
|
|
<sys:String x:Key="Profile_TribeMembersSectionLabel">Clan Members</sys:String>
|
|
|
|
<sys:String x:Key="Profile_IdLabel">Id:</sys:String>
|
|
<sys:String x:Key="Profile_NameLabel">Name:</sys:String>
|
|
<sys:String x:Key="Profile_OnlineLabel">Online:</sys:String>
|
|
<sys:String x:Key="Profile_LastOnlineLabel">Last Online:</sys:String>
|
|
<sys:String x:Key="Profile_BannedCommunityLabel">Community Banned:</sys:String>
|
|
<sys:String x:Key="Profile_BannedVACLabel">VAC Banned:</sys:String>
|
|
<sys:String x:Key="Profile_BannedVACCountLabel">Number of VAC Bans:</sys:String>
|
|
<sys:String x:Key="Profile_BannedVACDaysLabel">Days Since Last Ban:</sys:String>
|
|
<sys:String x:Key="Profile_LevelLabel">Level:</sys:String>
|
|
<sys:String x:Key="Profile_BannedLabel">Banned:</sys:String>
|
|
<sys:String x:Key="Profile_BannedGameCountLabel">Number of Game Bans:</sys:String>
|
|
<sys:String x:Key="Profile_TribeOwnerLabel">Owner:</sys:String>
|
|
<sys:String x:Key="Profile_SteamNameColumnLabel">Steam Name</sys:String>
|
|
<sys:String x:Key="Profile_CharacterNameColumnLabel">Character Name</sys:String>
|
|
<sys:String x:Key="Profile_LevelColumnLabel">Level</sys:String>
|
|
<sys:String x:Key="Profile_OnlineColumnLabel">Online</sys:String>
|
|
<sys:String x:Key="Profile_LastOnlineColumnLabel">Last Online</sys:String>
|
|
<sys:String x:Key="Profile_NavigateSteamProfile">Click to open the steam profile in a browser</sys:String>
|
|
|
|
<sys:String x:Key="Profile_WindowTitle_Player">Player Profile - {0}</sys:String>
|
|
<sys:String x:Key="Profile_WindowTitle_Tribe">Clan Profile - {0}</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Main Window -->
|
|
<sys:String x:Key="MainWindow_Title">Conan Server Manager</sys:String>
|
|
<sys:String x:Key="MainWindow_TitleWithAdmin">Conan Server Manager (Administrator)</sys:String>
|
|
<sys:String x:Key="MainWindow_Label">Conan Server Manager</sys:String>
|
|
<sys:String x:Key="MainWindow_NewProfileTooltip">Create a new server profile.</sys:String>
|
|
<sys:String x:Key="MainWindow_CloseProfileTooltip">Delete the server profile.</sys:String>
|
|
<sys:String x:Key="MainWindow_VersionLabel">Version:</sys:String>
|
|
<sys:String x:Key="MainWindow_BetaVersionLabel">Beta Version:</sys:String>
|
|
<sys:String x:Key="MainWindow_MyIpLabel">My Public IP:</sys:String>
|
|
<sys:String x:Key="MainWindow_MyIpTooltip">The IP address players use to connect to your server.</sys:String>
|
|
<sys:String x:Key="MainWindow_MyIpError">Invalid IP address or hostname</sys:String>
|
|
<sys:String x:Key="MainWindow_RefreshMyIpTooltip">Attempt to determine your current public IP</sys:String>
|
|
<sys:String x:Key="MainWindow_DoesServerManagerUserExistLabel">Server Manager User Exists:</sys:String>
|
|
<sys:String x:Key="MainWindow_ServerManagerMissingTooltip">Why is the Server Manager User Missing?</sys:String>
|
|
<sys:String x:Key="MainWindow_ServerManagerMissing_ErrorTitle">Server Manager User Missing</sys:String>
|
|
<sys:String x:Key="MainWindow_ServerManagerMissing_ErrorLabel">The server manager requires it's own windows user to run SteamCMD. To create the Server Manager user, open the Global Settings.</sys:String>
|
|
<sys:String x:Key="MainWindow_DonateTooltip">Like what you see and want to show your appreciation? Donate here!</sys:String>
|
|
<sys:String x:Key="MainWindow_SteamCMDTooltip">Reinstall SteamCMD from the internet.</sys:String>
|
|
<sys:String x:Key="MainWindow_OpenRCONTooltip">Open remote console</sys:String>
|
|
<sys:String x:Key="MainWindow_OpenLogFolderTooltip">Open Server Manager logs folder</sys:String>
|
|
<sys:String x:Key="MainWindow_OpenSettingsTooltip">Open Global Settings</sys:String>
|
|
<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_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>
|
|
<sys:String x:Key="MainWindow_TaskAdminErrorLabel">This function cannot be performed as it requires administration permissions.</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskLabel">Auto-Backup:</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskRunLabel">Run</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskRunTooltip">Start the auto-backup scheduled task</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskDisableLabel">Disable</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskDisableTooltip">Disable the auto-backup scheduled task</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskEnableLabel">Enable</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoBackupTaskEnableTooltip">Enable the auto-backup scheduled task</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskLabel">Auto-Update:</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskRunLabel">Run</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskRunTooltip">Start the auto-update scheduled task</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskDisableLabel">Disable</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskDisableTooltip">Disable the auto-update scheduled task</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskEnableLabel">Enable</sys:String>
|
|
<sys:String x:Key="MainWindow_AutoUpdateTaskEnableTooltip">Enable the auto-update scheduled task</sys:String>
|
|
<sys:String x:Key="MainWindow_TaskRunTimeLabel">Next Run Time:</sys:String>
|
|
|
|
<sys:String x:Key="MainWindow_TaskStateUnknownLabel">Unknown</sys:String>
|
|
<sys:String x:Key="MainWindow_TaskStateDisabledLabel">Disabled</sys:String>
|
|
<sys:String x:Key="MainWindow_TaskStateQueuedLabel">Queued</sys:String>
|
|
<sys:String x:Key="MainWindow_TaskStateReadyLabel">Ready</sys:String>
|
|
<sys:String x:Key="MainWindow_TaskStateRunningLabel">Running</sys:String>
|
|
|
|
<sys:String x:Key="MainWindow_ProfileLoad_FailedTitle">Profile failed to load</sys:String>
|
|
<sys:String x:Key="MainWindow_ProfileLoad_FailedLabel">The profile at {0} failed to load. The error was: {1}\r\n{2}</sys:String>
|
|
<sys:String x:Key="MainWindow_ProfileDelete_Title">Delete Profile {0}?</sys:String>
|
|
<sys:String x:Key="MainWindow_ProfileDelete_Label">Are you sure you want to delete this profile?\r\n\r\nNOTE: This will only delete the profile, not the installation directory, save games or settings files contained therein.</sys:String>
|
|
<sys:String x:Key="MainWindow_Donate_Title">Make a donation?</sys:String>
|
|
<sys:String x:Key="MainWindow_Donate_Label">The Server Manager is an open-source project, provided completely free of charge. You can still donate if you would like; however you are under no obligation. If you wish to donate, your browser will open to PayPal's website where you may donate as little or as much as you like. Would you like to donate now?</sys:String>
|
|
<sys:String x:Key="MainWindow_Upgrade_Title">Upgrade available</sys:String>
|
|
<sys:String x:Key="MainWindow_Upgrade_Label">Version {0} is now available. To upgrade the application must close. Close and upgrade now?</sys:String>
|
|
<sys:String x:Key="MainWindow_OverlayMessage_UpgradeLabel">Starting Upgrade...</sys:String>
|
|
<sys:String x:Key="MainWindow_Upgrade_FailedTitle">Upgrade failed!</sys:String>
|
|
<sys:String x:Key="MainWindow_Upgrade_FailedLabel">Unable to run the update process. Please report this.\r\nException: {0}\r\nStacktrace: {1}</sys:String>
|
|
<sys:String x:Key="MainWindow_SteamCmd_Title">Reinstall SteamCMD</sys:String>
|
|
<sys:String x:Key="MainWindow_SteamCmd_Label">If you proceed the entire SteamCMD folder will be removed including all mod cache downloads.\r\nAre you sure you want to reinstall SteamCMD?</sys:String>
|
|
<sys:String x:Key="MainWindow_SteamCmd_FailedTitle">Reinstall SteamCMD Error</sys:String>
|
|
<sys:String x:Key="MainWindow_SteamCmd_FailedLabel">An error occured while trying to reinstall SteamCMD. This has left SteamCmd in an unstable state, try reinstalling again or please report this.\r\nException: {0}</sys:String>
|
|
|
|
<sys:String x:Key="MainWindow_ServerStatus_StartServerActionTitle">Start Server Confirmation</sys:String>
|
|
<sys:String x:Key="MainWindow_ServerStatus_StartServerActionLabel">You are about to start the server, do you want to continue?</sys:String>
|
|
<sys:String x:Key="MainWindow_ServerStatus_ShutdownServerActionTitle">Shutdown Server Confirmation</sys:String>
|
|
<sys:String x:Key="MainWindow_ServerStatus_ShutdownServerActionLabel">You are about to shutdown the server, do you want to continue?</sys:String>
|
|
|
|
<sys:String x:Key="Updater_ProgressMessage_DownloadLabel">Downloading latest version file...</sys:String>
|
|
<sys:String x:Key="Updater_ProgressMessage_PrepareLabel">Preparing downloadeded file...</sys:String>
|
|
<sys:String x:Key="Updater_ProgressMessage_ExtractLabel">Extracting latest version to staging area...</sys:String>
|
|
<sys:String x:Key="Updater_ProgressMessage_UpgradeLabel">Starting upgrade...</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Settings window -->
|
|
<sys:String x:Key="Settings_Title">Settings</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region GlobalSettings Control -->
|
|
<sys:String x:Key="GlobalSettings_Title">Conan Server Manager</sys:String>
|
|
<sys:String x:Key="GlobalSettings_VersionLabel">Version:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ResetButtonLabel">Reset</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ResetButtonTooltip">This will reset ALL the user global settings for the server manager. The server manager will be closed if successful.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DoesServerManagerUserExistLabel">Server Manager User Exists:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_RunAsAdministratorLabel">Enable Run as Administrator Prompt on Startup</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ManageFirewallLabel">Manage firewall settings automatically</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DataDirectoryLabel">Data Directory:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupDirectoryLabel">Backup Directory:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamAPIKeyLabel">Steam WebApi Key:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SaveManagerPasswordButtonLabel">Save Manager Password...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CreateManagerUserButtonLabel">Create Manager User...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DeleteManagerUserButtonLabel">Delete Manager User...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SetLocationButtonLabel">...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ClearButtonLabel">Clear</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SetSteamFileButtonLabel">...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheDirectoryButtonLabel">...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamAPIKeyButtonLabel">Get WebApi Key...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamAPIKeyHelpButtonLabel">Help...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_LanguageSelectionLabel">Language</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ServerStatusLabel">Server Status Options</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EnableServerStatusActionsLabel">Enable Server Status Actions</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EnableServerStatusActionsTooltip">If enabled, clicking the server status icons may perform one or mroe actions.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShowServerStatusActionConfirmationLabel">Show Server Status Action Confirmation</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShowServerStatusActionConfirmationTooltip">If enabled, a dialogue will be shown to confirmation the server status action.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ServerStartupLabel">Server Startup Options</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ValidateProfileOnServerStartLabel">Validate profile on server start</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ValidateProfileOnServerStartTooltip">If enabled, when you manually start the server, a basic validation is performed on the server and mod files.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ServerUpdateOnServerStartLabel">Perform server and mod update on server start</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ServerUpdateOnServerStartTooltip">If enabled, when you manually start the server, the server and mod files will be updated to the latest version.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_SteamSettingsLabel">Steam Settings</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdRemoveQuitLabel">Stop SteamCMD closing (use for debugging only)</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdRemoveQuitTooltip">If enabled, the Steamcmd window will not be closed when finished. You will need to manually close it or type quit. Note: does not affect auto-update.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdUsernameLabel">Username:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdUsernameTooltip">The user name associated with the steam account.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdPasswordLabel">Password:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdPasswordTooltip">The password associated with the steam account.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCMDAuthenticateButtonLabel">Authenticate...</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdRedirectOutputLabel">Output SteamCMD to the progress window</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdRedirectOutputTooltip">If enabled, the SteamCMD output will be shown in the progress window instead of the command window. NOTE: if enabled, this could cause your server and mods updates to fail.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdCredentialsLabel">Use Anonymous Credentials with SteamCMD</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCmdCredentialsTooltip">Controls whether the anonymous user is used to download from SteamCMD.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_UpdateModSettingsLabel">Mod Update Settings</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UpdateModWithServerLabel">Update mods when updating server</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UpdateModWithServerTooltip">If enabled, the mods will be updated when the server is updated.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ForceUpdateModsLabel">Force mod file downloads</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ForceUpdateModsTooltip">If enabled, the mods will be downloaded from steam even if the server has the latest version. Enabling can fix mod corruption issues.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ForceCopyModsLabel">Force mod file copying</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ForceCopyModsTooltip">If enabled, the mod files will be copied to the server folder even if the server has the latest version. Enabling can fix mod corruption issues.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ForceUpdateModsIfNoSteamInfoLabel">Force mod file downloads when no steam information available</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ForceUpdateModsIfNoSteamInfoTooltip">If enabled, the mods will be downloaded from steam even when no steam information is available.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_WorkshopCacheExpiredHoursLabel">Workshop Cache Expiry</sys:String>
|
|
<sys:String x:Key="GlobalSettings_WorkshopCacheExpiredHoursTooltip">The number of hours since the last refresh the workshop cache will be considered old and will auto refresh.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_AutoBackupLabel">Enable Auto Backup</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupIntervalLabel">Backup Interval:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupIntervalTooltip">How often to perform the server backup, in hours and minutes (hh:mm). Set to 00:00 to disable.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DeleteOldFilesLabel">Delete Old Backup Files</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DeleteIntervalLabel">Older Than:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DeleteIntervalTooltip">How old the backup file must be to be deleted in days.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupWorldSaveLabel">WorldSave Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupWorldSaveTooltip">This message will be displayed upon backup when the world is about to be saved.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_AutoUpdateLabel">Enable Auto Update</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheDirectoryLabel">Cache Directory:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheDirectoryTooltip">This is where the automatic updater will cache copies of the server files.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UpdateIntervalLabel">Update Interval:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UpdateIntervalTooltip">How often to check Steam for server updates, in hours and minutes (hh:mm). Set to 00:00 to disable.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ValidateServerFilesLabel">Validate Server Files</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ValidateServerFilesTooltip">If enabled, when the automatic updater runs, it will validate the server files before updating. This will slow down the update process but will ensure that your server files are not corrupted.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UseSmartCopyLabel">Use smart cache copy</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UseSmartCopyTooltip">If enabled, when the automatic updater copies files from the cache folder to the server folder, it will check the file time. This will speed up the copy as it will only copy changed files.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_RetryOnFailLabel">Attempt retry on fail</sys:String>
|
|
<sys:String x:Key="GlobalSettings_RetryOnFailTooltip">If enabled, when the server or mod fails to download a retry attempt will be made.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShowUpdateReasonLabel">Show Update Reason in Shutdown Messages</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShowUpdateReasonTooltip">If enabled, when the auto-update is performed the broadcast message will include what (server or mods) is being updated.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UpdateReasonPrefixLabel">Update Reason Prefix:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UpdateReasonPrefixTooltip">This text is shown at the start of the Auto-Update reason message.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_OverrideServerStartupLabel">Override server restart after auto-update</sys:String>
|
|
<sys:String x:Key="GlobalSettings_OverrideServerStartupTooltip">If enabled, when the auto-update is performed the server WILL NOT be restarted, regardless of if it was online before the auto-update.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ParallelUpdateLabel">Update servers in parallel</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ParallelUpdateTooltip">If enabled, when the auto-update is performed all servers will be updated at the same time, otherwise each server will be updated one after the other (this will take more time to complete).</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodLabel">Delay between each server update</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SequencialDelayPeriodTooltip">The amount of time to wait in between each server update, only available if Parallel Update is disabled.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_ShutdownLabel">Shutdown Options</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalLabel">Grace Period:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownGraceIntervalTooltip">The amount of time in minutes to broadcast messages about the upgrade before shutting down and upgrading the server.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownMessage1Label">Message 1:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownMessage1Tooltip">This message will be displayed upon shutdown when there is 2 or more minutes left.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownMessage2Label">Message 2:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownMessage2Tooltip">This message will be displayed upon shutdown when there is 1 minute left.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownMessage3Label">Message 3:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownMessage3Tooltip">This message will be displayed when the server is about to shutdown.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownWorldSaveLabel">WorldSave Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownWorldSaveTooltip">This message will be displayed upon shutdown when the world is about to be saved.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownCancelLabel">Cancel Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownCancelTooltip">This message will be displayed when the server shutdown has been cancelled.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownAllMessagesShowReasonLabel">Show shutdown reason with ALL shutdown messages</sys:String>
|
|
<sys:String x:Key="GlobalSettings_ShutdownAllMessagesShowReasonTooltip">If enabled, the shutdown reason will be shown with all shutdown message; otherwise it will only be shown at the start of the server shutdown.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_EmailSettingsLabel">SMTP Email Settings</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailHostLabel">Host:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailHostTooltip">The name or IP address of the host used for SMTP transmissions.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailPortLabel">Port:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailPortTooltip">The port used for SMTP transmissions.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailUseSSLLabel">Use SSL</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailUseSSLTooltip">Whether to use Secure Sockets Layer (SSL) to encrypt the connection.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailUseDefaultCredentialsLabel">Use Default Credentials</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailUseDefaultCredentialsTooltip">Controls whether the DefaultCredentials are sent with requests.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailUsernameLabel">Username:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailUsernameTooltip">The user name associated with the host account.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailPasswordLabel">Password:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailPasswordTooltip">The password associated with the host account.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailFromLabel">From:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailFromTooltip">The from address for the e-mail message.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailToLabel">To:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailToTooltip">The address collection that contains the recipients of the e-mail message. Separate multiple email addresses with a comma (,).</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailTestButtonLabel">Send Test Email</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotifySettingsLabel">Email Notify Settings</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_AutoBackupLabel">Auto-Backup</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_AutoBackupTooltip">If enabled, an email will be sent if the server is backed up during the auto-backup process.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_AutoUpdateLabel">Auto-Update</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_AutoUpdateTooltip">If enabled, an email will be sent if the server is updated during the auto-update process.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_AutoRestartLabel">Auto-Shutdown</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_AutoRestartTooltip">If enabled, an email will be sent when the server is shutdown/restarted during the auto-shutdown process.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_ShutdownRestartLabel">Shutdown/Restart</sys:String>
|
|
<sys:String x:Key="GlobalSettings_EmailNotify_ShutdownRestartTooltip">If enabled, an email will be sent when the server is shutdown or restarted.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_AdvancedSettingsLabel">Advanced Settings</sys:String>
|
|
<sys:String x:Key="GlobalSettings_AdvancedSettingsInformationLabel">Do not touch these settings unless you know what you are doing, or have been instructed to change them by support staff.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UseShutdownCommandLabel">Use Server Shutdown Command</sys:String>
|
|
<sys:String x:Key="GlobalSettings_UseShutdownCommandTooltip">If enabled, the shutdown command will be used first to shutdown the server. If it fails or is disabled, then the ctrl+c method is used instead.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CloseShutdownWindowWhenFinishedLabel">Close Shutdown Window When Finished</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CloseShutdownWindowWhenFinishedTooltip">If enabled, the server shutdown window will close after it is finished; otherwise it will stay open.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_WorldSaveDelayLabel">WorldSave Delay:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_WorldSaveDelayTooltip">The number of seconds to wait for the worldsave command to complete before the server is shutdown.</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>
|
|
<sys:String x:Key="GlobalSettings_ResetSettings_FailedLabel">There was an error while resetting the settings. The application will now close.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DataDirectoryChange_ConfirmTitle">Confirm changing data directory</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DataDirectoryChange_ConfirmLabel">Changing the data directory will move any existing profiles to the new location, but it will not move any server installations. Do you still want to change this directory?</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DataDirectoryChange_FailedTitle">Failed to change data directory</sys:String>
|
|
<sys:String x:Key="GlobalSettings_DataDirectoryChange_FailedLabel">There was an error changing the data directory: {0}\r\nPlease correct the error and try again, or contact technical support for assistance.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_DataDirectoryTitle">Select Backup Directory</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheDirectoryTitle">Select Cache Directory</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheDirectory_ErrorTitle">Invalid cache directory</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheDirectory_ErrorLabel">The cache directory must specify a valid location or the cache update period must be 0.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheTaskUpdate_ErrorTitle">Update task failed</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheTaskUpdate_ErrorLabel">Failed to update the cache task. Ensure you have administrative rights and try again.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheUpdate_EnabledTitle">Updates enabled</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheUpdate_EnabledLabel">Server cache will update every {0} minutes.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheUpdate_DisabledTitle">Updates disabled</sys:String>
|
|
<sys:String x:Key="GlobalSettings_CacheUpdate_DisabledLabel">Server cache updating disabled.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupTaskUpdate_ErrorTitle">Update task failed</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupTaskUpdate_ErrorLabel">Failed to update the server backup task. Ensure you have administrative rights and try again.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupTaskUpdate_EnabledTitle">Backups enabled</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupTaskUpdate_EnabledLabel">Server backups will run every {0} minutes.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupTaskUpdate_DisabledTitle">Backups disabled</sys:String>
|
|
<sys:String x:Key="GlobalSettings_BackupTaskUpdate_DisabledLabel">Server backups are disabled.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCMDAuthentication_DisabledTitle">SteamCmd Authentication Disabled</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCMDAuthentication_DisabledLabel">You have chosen to redirect the steamcmd output to the progress window. You are not able to use your steam credentials, you must use anonymous credentials.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_SteamCMDAuthentication_DisabledTooltip">To use your steam credentials with SteamCMD you must turn off the Output SteamCMD to the progress window option.</sys:String>
|
|
|
|
<sys:String x:Key="GlobalSettings_AlertsLabel">Alert Options</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerStopMessageLabel">Server Stop Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerStopMessageTooltip">This message will be displayed when the server is being stopped.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerShutdownMessageLabel">Server Shutdown Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerShutdownMessageTooltip">This message will be displayed when the server is being shutdown.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerStartedMessageLabel">Server Started Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerStartedMessageTooltip">This message will be displayed when the server is being started.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_BackupProcessErrorLabel">Backup Process Error:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_BackupProcessErrorTooltip">This message will be displayed when the auto-backup process encountered an error.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ShutdownProcessErrorLabel">Shutdown Process Error:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ShutdownProcessErrorTooltip">This message will be displayed when the auto-shutdown process encountered an error.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_RestartProcessErrorLabel">Restart Process Error:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_RestartProcessErrorTooltip">This message will be displayed when the auto-restart process encountered an error.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_UpdateProcessErrorLabel">Update Process Error:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_UpdateProcessErrorTooltip">This message will be displayed when the auto-update process encountered an error.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_UpdateResultsLabel">Update Results:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_UpdateResultsTooltip">This message will be displayed when the auto-update process finds something to update.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerUpdateLabel">Server Update Message:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerUpdateTooltip">This message will be displayed when the game server has been updated.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerStatusChangeLabel">Server Status Change:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ServerStatusChangeTooltip">This message will be displayed when the status of the server changes.</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosLabel">Force Respawn Creatures Warning:</sys:String>
|
|
<sys:String x:Key="GlobalSettings_Alerts_ForceRespawnDinosTooltip">This message will be displayed when the server is being started and a wild creature wipe is scheduled.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Server Settings Control-->
|
|
<!--#region Server Settings - General -->
|
|
<sys:String x:Key="ServerSettings_ProfileLabel">Profile:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProfileTooltip">The name for the server profile. This is not the public name users will see in the game. For that, set the 'Server Name' field.</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstalledVersionLabel">Installed Version:</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstalledVersionTooltip">The version of the server that is currently downloaded (NOTE: will not update until the server is started).</sys:String>
|
|
<sys:String x:Key="ServerSettings_OutOfDateModsLabel">Outdated Mods:</sys:String>
|
|
<sys:String x:Key="ServerSettings_OutOfDateModsTooltip">The number of mod that are currently out of date.</sys:String>
|
|
<sys:String x:Key="ServerSettings_OutOfDateModsButtonTooltip">Perform a mod check.</sys:String>
|
|
<sys:String x:Key="ServerSettings_PatchNotesTooltip">View the Patch Notes.</sys:String>
|
|
<sys:String x:Key="ServerSettings_OpenLogFolderTooltip">Open the server's logs folder.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ValidateProfileTooltip">Performs a basic profile validation on the server and mod files.</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstallLocationLabel">Installation Location:</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstallLocationTooltip">The folder that contains the server game and configuration files.</sys:String>
|
|
<sys:String x:Key="ServerSettings_OpenServerFolderTooltip">Open the server's installation folder.</sys:String>
|
|
<sys:String x:Key="ServerSettings_StatusLabel">Status:</sys:String>
|
|
<sys:String x:Key="ServerSettings_StatusTooltip">The status of the server on your local network.</sys:String>
|
|
<sys:String x:Key="ServerSettings_AvailabilityLabel">Availability:</sys:String>
|
|
<sys:String x:Key="ServerSettings_AvailabilityTooltip">The status of the server on Steam.</sys:String>
|
|
<sys:String x:Key="ServerSettings_Availability_Unknown">Unknown</sys:String>
|
|
<sys:String x:Key="ServerSettings_Availability_SetPublicIP">Set Public IP</sys:String>
|
|
<sys:String x:Key="ServerSettings_Availability_Unavailable">Unavailable</sys:String>
|
|
<sys:String x:Key="ServerSettings_Availability_Waiting">Waiting for publication</sys:String>
|
|
<sys:String x:Key="ServerSettings_Availability_Available">Available</sys:String>
|
|
<sys:String x:Key="ServerSettings_PlayersLabel">Players:</sys:String>
|
|
<sys:String x:Key="ServerSettings_PlayersTooltip">The current number of players connected to the server.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusInitializingLabel">Initializing</sys:String>
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusRunningLabel">Running</sys:String>
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusStoppedLabel">Stopped</sys:String>
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusStoppingLabel">Stopping</sys:String>
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusUninstalledLabel">Uninstalled</sys:String>
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusUnknownLabel">Unknown</sys:String>
|
|
<sys:String x:Key="ServerSettings_RuntimeStatusUpdatingLabel">Updating</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Server Settings - General Buttons -->
|
|
<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>
|
|
<sys:String x:Key="ServerSettings_SyncProfileTooltip">Copy settings from another profile to this profile.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ImportButtonLabel">Import</sys:String>
|
|
<sys:String x:Key="ServerSettings_ImportButtonTooltip">Load an existing profile, or import one directly from an existing server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_SaveButtonLabel">Save</sys:String>
|
|
<sys:String x:Key="ServerSettings_SaveButtonTooltip">Save the current profile and write the .INI files for the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_StopButtonLabel">Stop</sys:String>
|
|
<sys:String x:Key="ServerSettings_StopButtonTooltip">Stop the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartButtonLabel">Start</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartButtonTooltip">Start the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconButtonLabel">RCON</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconButtonTooltip">Open the RCON window.</sys:String>
|
|
<sys:String x:Key="ServerSettings_PlayerListButtonLabel">Players</sys:String>
|
|
<sys:String x:Key="ServerSettings_PlayerListButtonTooltip">Open the Player List window.</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpgradeButtonLabel">Upgrade / Verify</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpgradeButtonTooltip">Upgrade to the latest version of the server that is currently available to download. If there is no update then it will verify your server files</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstallButtonLabel">Install</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstallButtonTooltip">Install the latest version of the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_CancelUpgradeButtonLabel">Cancel</sys:String>
|
|
<sys:String x:Key="ServerSettings_CancelUpgradeButtonTooltip">Cancel the server upgrade.</sys:String>
|
|
<sys:String x:Key="ServerSettings_SetLocationButtonLabel">Set Location...</sys:String>
|
|
<sys:String x:Key="ServerSettings_SetLocationButtonTooltip">Update the folder that contains the server game and configuration files.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ValidateButtonLabel">Validate</sys:String>
|
|
<sys:String x:Key="ServerSettings_ValidateButtonTooltip">Verify the server content against the Steam version.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ResetSectionTooltip">Resets the section back to defaults.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_AdminRequired_ErrorTitle">Needs Administrator Access</sys:String>
|
|
<sys:String x:Key="ServerSettings_AdminRequired_ErrorLabel">Automatic Management features of the Server Manager use administrator features of Windows to schedule tasks that will run even if the server manager is not running, without installing any separate processes or services. To do this, the Server Manager must run with administrator privileges. Restart the Server Manager and 'Run As Administrator' and you will be able to utilize these features.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerAutoSettings_ErrorTitle">Conan Auto Settings</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerAutoSettings_ErrorLabel">The Conan automatic settings and the server manager automatic settings cannot be enabled at the same time. They are similar features that cause problems for the other and if the server manager automatic features are enabled, the Conan features are disabled.</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpgradeServer_RunningTitle">Server running</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpgradeServer_RunningLabel">The server must be stopped to upgrade. Do you wish to proceed?</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpgradeServer_FailedTitle">Server Update Error</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpgradeServer_MutexFailedLabel">Could not lock the server, another process is using the server. Update process was cancelled.</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartServer_StartingTitle">Stop the server?</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartServer_StartingLabel">This will shut down the server. Do you wish to proceed?</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartServer_RunningTitle">Stop the server?</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartServer_RunningLabel">This will shut down the server. Do you wish to proceed?\r\n\r\nClick Yes to shutdown with a timer.\r\nClick No to shutdown now.\r\nClick Cancel to cancel shutdown.</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartServer_FailedTitle">Starting Server Error</sys:String>
|
|
<sys:String x:Key="ServerSettings_StartServer_MutexFailedLabel">Could not lock the server, another process is using the server. Server start was cancelled.</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpdateServer_FailedTitle">Updating Server Error</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpdateServer_NoSteamCredentialsLabel">The server update failed as the steam username or password has not been setup in the Global Settings.</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_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>
|
|
<sys:String x:Key="ServerSettings_StopServer_FailedTitle">Stopping Server Error</sys:String>
|
|
<sys:String x:Key="ServerSettings_InstallServer_Title">Select Install Directory</sys:String>
|
|
<sys:String x:Key="ServerSettings_LoadConfig_Title">Load Server Profile or Game Server config file</sys:String>
|
|
<sys:String x:Key="ServerSettings_LoadConfig_ErrorTitle">Profile failed to load</sys:String>
|
|
<sys:String x:Key="ServerSettings_LoadConfig_ErrorLabel">The profile at {0} failed to load. The error was: {1}\r\n{2}</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_ServerCache_ErrorTitle">Server cache not configured</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_ServerCache_ErrorLabel1">Auto-updates is enabled but the Server Cache update is not yet configured. The server cache downloads server updates in the background automatically to enable faster server updates, particularly when there are multiple servers. You must first configure the cache, then you may enable automatic updating. Would you like to configure the cache now?</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_ServerCache_ErrorLabel2">The server cache was not configured. Disabling auto-updates.</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_AutoRestart_SotF_ErrorTitle">SotF Not Compatible</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_AutoRestart_SotF_ErrorLabel">Auto-restarts are enabled but is not compatible with SotF. Disabling auto-restarts.</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_AutoUpdate_SotF_ErrorTitle">SotF Not Compatible</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_AutoUpdate_SotF_ErrorLabel">Auto-updates are enabled but is not compatible with SotF. Disabling auto-updates.</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_UpdatePermissions_ErrorTitle">Update directory permissions</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_UpdatePermissions_ErrorLabel">Failed to update directory permissions. Ensure you have administrator rights on this machine and try again. If the problem persists, please report this as a bug.</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_UpdateSchedule_ErrorTitle">Update schedule failed</sys:String>
|
|
<sys:String x:Key="ServerSettings_Save_UpdateSchedule_ErrorLabel">Failed to update scheduled tasks. Ensure you have administrator rights on this machine and try again. If the problem persists, please report this as a bug.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ResetTitle">Confirm Reset Action</sys:String>
|
|
<sys:String x:Key="ServerSettings_ResetLabel">Click 'Yes' to confirm you want to perform the reset.</sys:String>
|
|
<sys:String x:Key="ServerSettings_LoadCustomConfig_Title">Load Ini File.</sys:String>
|
|
<sys:String x:Key="ServerSettings_LoadCustomConfig_Label">The ini file was successfully loaded.</sys:String>
|
|
<sys:String x:Key="ServerSettings_LoadCustomConfig_ErrorTitle">Ini File Load Error</sys:String>
|
|
<sys:String x:Key="ServerSettings_ClearTitle">Confirm Clear Action</sys:String>
|
|
<sys:String x:Key="ServerSettings_ClearLabel">Click 'Yes' to confirm you want to clear all.</sys:String>
|
|
<sys:String x:Key="ServerSettings_DeleteTitle">Confirm Delete Action</sys:String>
|
|
<sys:String x:Key="ServerSettings_DeleteLabel">Click 'Yes' to confirm you want to perform the delete.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Server Settings - Administration -->
|
|
<sys:String x:Key="ServerSettings_AdministrationSectionLabel">Administration</sys:String>
|
|
<sys:String x:Key="ServerSettings_NameAndPasswordsLabel">Name and Passwords</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerNameLabel">Server Name:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerNameTooltip">The public name of the server, as seen in Steam and in the game.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerNameLengthLabel">Length:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerPasswordLabel">Server Password:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerPasswordTooltip">The password users must enter in order to access the server. If this is set, only people who know the password can access your server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_AdminPasswordLabel">Admin Password:</sys:String>
|
|
<sys:String x:Key="ServerSettings_AdminPasswordTooltip">The password users must enter to execute admin/cheat commands on the server. If this is not set, anyone can use cheats.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_HidePasswordText">Hidden - Click to Show</sys:String>
|
|
<sys:String x:Key="ServerSettings_HidePasswordTooltip">When selected the hidden text will show, to hide the text unselect the field.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_NetworkingLabel">Networking</sys:String>
|
|
<sys:String x:Key="ServerSettings_LocalIPLabel">Local IP:</sys:String>
|
|
<sys:String x:Key="ServerSettings_LocalIPTooltip">Sets the local (private) IP the server will listen on. This should be your primary network card which routes to the public internet.</sys:String>
|
|
<sys:String x:Key="ServerSettings_LocalIPGameChooseLabel">Let the game choose</sys:String>
|
|
<sys:String x:Key="ServerSettings_LocalIPRecommendedLabel">(Recommended)</sys:String>
|
|
<sys:String x:Key="ServerSettings_RefreshLocalIPTooltip">Refresh the available local IPs.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerPortLabel">Server Port:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerPortTooltip">The port users will use to connect to your game server. Default is 7777.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerPeerPortLabel">Peer Port:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerPeerPortTooltip">The peer port used by the game server. Default is 7778.</sys:String>
|
|
<sys:String x:Key="ServerSettings_QueryPortLabel">Query Port:</sys:String>
|
|
<sys:String x:Key="ServerSettings_QueryPortTooltip">The port Steam uses to communicate with your game server. Default is 27015.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_LocalIP_ErrorTitle">Local IP invalid</sys:String>
|
|
<sys:String x:Key="ServerSettings_LocalIP_ErrorLabel">Your Local IP address {0} is no longer available. Please review the available IP addresses and select a valid one. If you have a server running on the original IP, you will need to stop it first.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_RconEnabledLabel">Enable Rcon</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconEnabledTooltip">If enabled, the Rcon feature will be enabled.</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconPortLabel">Rcon Port:</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconPortTooltip">The port that Rcon will use on your server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconPasswordLabel">Rcon Password:</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconPasswordTooltip">The password used to access the Rcon feature.</sys:String>
|
|
<sys:String x:Key="ServerSettings_RconResetTooltip">Resets the Rcon Window settings back to defaults.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_MapsAndModsLabel">Maps and Mods</sys:String>
|
|
<sys:String x:Key="ServerSettings_MapPathLabel">Map Name:</sys:String>
|
|
<sys:String x:Key="ServerSettings_MapPathTooltip">The standard map name.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ModIdsLabel">Mod IDs:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ModIdsTooltip">A comma-separated list of mod ids, in the order in which they should be applied.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ModDetailsTooltip">View the mod details.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ModUpgradeTooltip">Upgrade to the latest version of the mods that is currently available to download.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_SavesLabel">Saves</sys:String>
|
|
<sys:String x:Key="ServerSettings_AutoSavesPeriodLabel">Auto Save Period:</sys:String>
|
|
<sys:String x:Key="ServerSettings_AutoSavesPeriodTooltip">The time between server auto-saves.</sys:String>
|
|
<sys:String x:Key="ServerSettings_AutoSavesPeriodUnits">minutes</sys:String>
|
|
<sys:String x:Key="ServerSettings_SaveBackupButtonLabel">Backup Now</sys:String>
|
|
<sys:String x:Key="ServerSettings_SaveBackupButtonTooltip">Perform a manual world save.</sys:String>
|
|
<sys:String x:Key="ServerSettings_SaveRestoreButtonLabel">Restore...</sys:String>
|
|
<sys:String x:Key="ServerSettings_SaveRestoreButtonTooltip">Restore a previous world save.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_MOTDLabel">Message of the Day</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDTooltip">The Message of the Day displayed to users when they connect to the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDLineCountLabel">Lines:</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDLengthLabel">Length:</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDIntervalEnabledLabel">Enable Interval:</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDIntervalEnabledTooltip">If enabled, the message of the day will be shown at set intervals.</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDIntervalTooltip">The interval when the Message of the Day will be shown.</sys:String>
|
|
<sys:String x:Key="ServerSettings_MOTDIntervalUnits">minutes</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_ServerOptionsLabel">Server Options</sys:String>
|
|
<sys:String x:Key="ServerSettings_ResetServerOptionsTooltip">Reset all server options to defaults.</sys:String>
|
|
<sys:String x:Key="ServerSettings_UseBattlEyeLabel">Use BattlEye</sys:String>
|
|
<sys:String x:Key="ServerSettings_UseBattlEyeTooltip">If enabled, will enable BattlEye protection for your game server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_MaxPlayersLabel">Max Players:</sys:String>
|
|
<sys:String x:Key="ServerSettings_MaxPlayersTooltip">Sets the maximum number of players which can join this server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_KickIdlePlayersPercentageLabel">Kick AFK Percentage:</sys:String>
|
|
<sys:String x:Key="ServerSettings_KickIdlePlayersPercentageTooltip">The percentage controls how many players need to be logged on before the system starts to kick people. If set to 0, the system should be off. If set to 80 then you need 80% of max players logged in before it will start to kick anybody.</sys:String>
|
|
<sys:String x:Key="ServerSettings_KickIdlePlayersPeriodLabel">Kick AFK Time:</sys:String>
|
|
<sys:String x:Key="ServerSettings_KickIdlePlayersPeriodTooltip">Set the amount of AFK time before a character is kicked.</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>
|
|
<sys:String x:Key="ServerSettings_BranchPasswordLabel">Branch Password:</sys:String>
|
|
<sys:String x:Key="ServerSettings_BranchPasswordTooltip">The password that is used to access the branch download.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_CommandLineLabel">Command Line</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProcessPriorityLabel">Priority:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProcessPriorityTooltip">Set the application priority when starting the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProcessorAffinityLabel">Affinity - CPU:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProcessorAffinityTooltip">Specifies the processor affinity as a hexadecimal number. The process is restricted to running on these processors.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProcessorAffinityButtonLabel">...</sys:String>
|
|
<sys:String x:Key="ServerSettings_ProcessorAffinityButtonTooltip">Open the Affinity selection window.</sys:String>
|
|
<sys:String x:Key="ServerSettings_LauncherArgsLabel">Launcher Args:</sys:String>
|
|
<sys:String x:Key="ServerSettings_LauncherArgsTooltip">Additional command-line args for the server launcher. Use this with caution! For more information search 'Microsoft Start Command' on the internet.</sys:String>
|
|
<sys:String x:Key="ServerSettings_LauncherArgsOverrideLabel">Override Launcher</sys:String>
|
|
<sys:String x:Key="ServerSettings_LauncherArgsOverrideTooltip">If enabled, the RunServer.cmd file will only contain what is included in the Launcher Args field.</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerArgsLabel">Server Args:</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerArgsTooltip">Additional command-line args for the server. If you specify this, add the args which start with ?'s first, followed by any other args. For example: ?MaxPlayers=5?QueryPort=9999 -nosteamclient</sys:String>
|
|
<sys:String x:Key="ServerSettings_ShowCommandButtonLabel">Show Command...</sys:String>
|
|
<sys:String x:Key="ServerSettings_ShowCommandButtonTooltip">View the command line start command for the server.</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Server Settings - Automatic Management -->
|
|
<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_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>
|
|
<sys:String x:Key="ServerSettings_RestartAfterShutdownTooltip">If enabled, will restart the server after the shutdown</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpdateAfterShutdownLabel">perform update</sys:String>
|
|
<sys:String x:Key="ServerSettings_UpdateAfterShutdownTooltip">If enabled, will update the server after the shutdown</sys:String>
|
|
<sys:String x:Key="ServerSettings_PeriodicBackupsLabel">Include server in the Auto-Backup cycle</sys:String>
|
|
<sys:String x:Key="ServerSettings_PeriodicBackupsTooltip">If enabled, the server will be periodically backed up during the Auto-Backup cycle. See the settings for Auto-Backup options.</sys:String>
|
|
<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>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Server Settings - Server File Details -->
|
|
<sys:String x:Key="ServerSettings_ServerFilesLabel">Server File Details</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerFilesWarningLabel">NOTE: Any changes will require a server restart to take effect.</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_ServerFilesBlacklistedLabel">Blacklisted</sys:String>
|
|
<sys:String x:Key="ServerSettings_AddBlacklistedPlayerTooltip">Add Blacklisted Player</sys:String>
|
|
<sys:String x:Key="ServerSettings_ClearBlacklistedPlayerTooltip">Clear Blacklisted Players</sys:String>
|
|
<sys:String x:Key="ServerSettings_ReloadBlacklistedPlayerTooltip">Reload from File</sys:String>
|
|
<sys:String x:Key="ServerSettings_RemoveBlacklistedPlayerTooltip">Delete Blacklisted Player</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerFilesBlacklistedIdColumnLabel">Steam ID</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerFilesBlacklistedNameColumnLabel">Steam Name</sys:String>
|
|
|
|
<sys:String x:Key="ServerSettings_ServerFilesWhitelistedLabel">Enable Whitelist</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerFilesWhitelistedTooltip">If enabled, only whitelised players will be able to join the server.</sys:String>
|
|
<sys:String x:Key="ServerSettings_AddWhitelistedPlayerTooltip">Add Whitelisted Player</sys:String>
|
|
<sys:String x:Key="ServerSettings_ClearWhitelistedPlayerTooltip">Clear Whitelisted Players</sys:String>
|
|
<sys:String x:Key="ServerSettings_ReloadWhitelistedPlayerTooltip">Reload from File</sys:String>
|
|
<sys:String x:Key="ServerSettings_RemoveWhitelistedPlayerTooltip">Delete Whitelisted Player</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerFilesWhitelistedIdColumnLabel">Steam ID</sys:String>
|
|
<sys:String x:Key="ServerSettings_ServerFilesWhitelistedNameColumnLabel">Steam Name</sys:String>
|
|
<!--#endregion-->
|
|
<!--#endregion-->
|
|
|
|
<!--#region Server Settings - Overlay -->
|
|
<sys:String x:Key="ServerSettings_OverlayMessage_SavingLabel">Saving...</sys:String>
|
|
<sys:String x:Key="ServerSettings_OverlayMessage_PermissionsLabel">Checking Directory Permissions...</sys:String>
|
|
<sys:String x:Key="ServerSettings_OverlayMessage_SchedulesLabel">Checking Scheduled Tasks...</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Branch Names -->
|
|
<sys:String x:Key="live">Live</sys:String>
|
|
<!--#endregion-->
|
|
|
|
<!--#region Game Map Names -->
|
|
<sys:String x:Key="ConanSandbox">The Exiled Lands</sys:String>
|
|
<!--#endregion-->
|
|
|
|
</Globalization:GlobalizationResourceDictionary> |