mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
Add files via upload
This commit is contained in:
parent
789784c6a0
commit
5e3d9f7a4c
17 changed files with 246 additions and 9 deletions
|
|
@ -154,6 +154,7 @@
|
|||
<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>
|
||||
|
|
@ -343,6 +344,11 @@
|
|||
<sys:String x:Key="GlobalSettings_CustomOverrideSOTFLabel">Enable SotF Settings</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_CustomOverrideSOTFTooltip">If enabled, the SotF settings will be managed by ASM.</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_CustomOverrideOptionsWarningLabel">WARNING: While any of these options are disabled, ASM will not read or write the associated overrides settings. Re-enabling any of these options will cause ALL existing associated overrides to be removed from the config file.</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 more 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_CustomLevelXPIncreasePlayerLabel">Player Level Increase:</sys:String>
|
||||
<sys:String x:Key="GlobalSettings_CustomLevelXPIncreasePlayerTooltip">The amount of XP to be increased when adding a new custom level.</sys:String>
|
||||
|
|
@ -566,6 +572,11 @@
|
|||
<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>
|
||||
|
|
@ -1411,7 +1422,7 @@
|
|||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleLabel">Max Structures Visible:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxStructuresVisibleTooltip">The maximum number of structures which will be visible to the player. Lower values may help with server speed.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierLabel">Per-Platform Structures Multiplier:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierTooltip">Specifies the scaling factor for the maximum number of structures allowed on a single platform/saddle.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_PerPlatformStructuresMultiplierTooltip">Specifies the scaling factor for the maximum number of structures allowed on a single platform/saddle/raft.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxPlatformSaddleStructuresLabel">Max Platform Saddle Structures:</sys:String>
|
||||
<sys:String x:Key="ServerSettings_MaxPlatformSaddleStructuresTooltip">The maximum number of platformed creatures or rafts allowed on the entire server.</sys:String>
|
||||
<sys:String x:Key="ServerSettings_OverrideStructurePlatformPreventionLabel">Override Structure Platform Prevention</sys:String>
|
||||
|
|
@ -2098,6 +2109,16 @@
|
|||
<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 Open RCON window -->
|
||||
|
|
@ -2117,10 +2138,6 @@
|
|||
<sys:String x:Key="Settings_Title">Settings</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="Branch_live">Live</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Game Map Names -->
|
||||
<sys:String x:Key="TheIsland">The Island</sys:String>
|
||||
<sys:String x:Key="TheCenter">The Center</sys:String>
|
||||
|
|
@ -2133,6 +2150,12 @@
|
|||
<sys:String x:Key="111111111">Primitive Plus</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Branch Names -->
|
||||
<sys:String x:Key="live">Live</sys:String>
|
||||
<sys:String x:Key="halloween">Halloween Event</sys:String>
|
||||
<sys:String x:Key="holidayevent">Christmas Event</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Dino/Creature -->
|
||||
|
||||
<!--#region Dino/Creature Class Names -->
|
||||
|
|
@ -4647,8 +4670,12 @@
|
|||
<sys:String x:Key="DinoDropInventoryComponent_BossManticore_Medium_C">Boss Inventory - Manticore (Medium)</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossManticore_Hard_C">Boss Inventory - Manticore (Hard)</sys:String>
|
||||
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossSpider_TheCenter_C">Boss Inventory - Broodmother</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossGorilla_TheCenter_C">Boss Inventory - Megapithecus</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossSpider_TheCenter_C">Boss Inventory - Broodmother (Easy)</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossSpider_TheCenter_Medium_C">Boss Inventory - Broodmother (Medium)</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossSpider_TheCenter_Hard_C">Boss Inventory - Broodmother (Hard)</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossGorilla_TheCenter_C">Boss Inventory - Megapithecus (Easy)</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossGorilla_TheCenter_Medium_C">Boss Inventory - Megapithecus (Medium)</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_BossGorilla_TheCenter_Hard_C">Boss Inventory - Megapithecus (Hard)</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
</Globalization:GlobalizationResourceDictionary>
|
||||
Loading…
Add table
Add a link
Reference in a new issue