mirror of
https://github.com/tribufu/ServerManagers
synced 2026-06-01 09:42:39 +00:00
ASM 359 Beta 2
This commit is contained in:
parent
2a5ce6b97c
commit
c1d3f8ea04
4 changed files with 65 additions and 3 deletions
|
|
@ -334,6 +334,31 @@
|
|||
<sys:String x:Key="PluginsWindow_AddFilterExtension">*.dll</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Monitor Window -->
|
||||
<sys:String x:Key="ServerMonitor_Title">Server Monitor</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerMonitor_TotalCountLabel">Total Servers:</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_ServerColumnLabel">Server</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_MapColumnLabel">Map</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_ModsColumnLabel">Mods</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_VersionColumnLabel">Version</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_PlayersColumnLabel">Players</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_StatusColumnLabel">Status</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerMonitor_CreateShortcutButtonTooltip">Create a desktop shortcut to open this form directly.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_PlayerListButtonTooltip">Open the Player List window.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_RCONButtonTooltip">Open the RCON window.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_StartServerTooltip">Start the server.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_StopServerTooltip">Stop the server.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_InstallServerTooltip">Install the server.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_UpgradeServerTooltip">Update/Verify the server.</sys:String>
|
||||
|
||||
<sys:String x:Key="ServerMonitor_UpgradeServer_FailedTitle">Server Update Error</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_UpgradeServer_FailedLabel">Another server is being upgraded, wait until the upgrade has finished and try again.</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_CloseWindow_ConfirmTitle">Confirm Window Close</sys:String>
|
||||
<sys:String x:Key="ServerMonitor_CloseWindow_ConfirmLabel">You are currently perform a server update, closing the window with disconnect you from steamcmd. Do you want to continue closing the window?</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>
|
||||
|
|
@ -582,6 +607,7 @@
|
|||
<sys:String x:Key="MainWindow_OpenGameDataTooltip">Open Game Data</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_OpenServerMonitorTooltip">Open Server Monitor</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>
|
||||
|
|
@ -738,6 +764,7 @@
|
|||
<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_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>
|
||||
|
|
@ -2266,6 +2293,8 @@
|
|||
<sys:String x:Key="Ragnarok">Ragnarok</sys:String>
|
||||
<sys:String x:Key="Aberration_P">Aberration</sys:String>
|
||||
<sys:String x:Key="Extinction">Extinction</sys:String>
|
||||
<sys:String x:Key="Valguero_P">Valguero</sys:String>
|
||||
<sys:String x:Key="Genesis">Genesis</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Total Conversion Names -->
|
||||
|
|
@ -5073,5 +5102,7 @@
|
|||
<sys:String x:Key="DinoDropInventoryComponent_Kaiju_Forest_C">Boss Inventory - Forest Titan</sys:String>
|
||||
<sys:String x:Key="DinoDropInventoryComponent_Kaiju_Ice_C">Boss Inventory - Ice Titan</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#endregion-->
|
||||
|
||||
</Globalization:GlobalizationResourceDictionary>
|
||||
Loading…
Add table
Add a link
Reference in a new issue