ASM 379 Beta 8

This commit is contained in:
Brett Hewitson 2020-06-15 15:50:03 +10:00
parent 3c9bb56c2f
commit d8fd8fb54d
4 changed files with 28 additions and 15 deletions

View file

@ -130,10 +130,8 @@
<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 Tribe...</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>
@ -146,10 +144,8 @@
<sys:String x:Key="PlayerList_Menu_FilterOnline">Show Online</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 Mod Details Window -->
@ -2196,7 +2192,6 @@
<!--#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">Tribe Details</sys:String>
<sys:String x:Key="Profile_TribeMembersSectionLabel">Tribe Members</sys:String>
@ -2206,22 +2201,15 @@
<sys:String x:Key="Profile_OnlineLabel">Online:</sys:String>
<sys:String x:Key="Profile_CreatedLabel">Created:</sys:String>
<sys:String x:Key="Profile_UpdatedLabel">Last Updated:</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_WhitelistedLabel">Whitelisted:</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_PlatformNameColumnLabel">Player 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_CreatedColumnLabel">Created</sys:String>
<sys:String x:Key="Profile_UpdatedColumnLabel">Last Updated</sys:String>
<sys:String x:Key="Profile_NavigateSteamProfile">Click to open the steam profile in a browser</sys:String>
<sys:String x:Key="Profile_NavigateProfile">Click to view the profile file in explorer</sys:String>
<sys:String x:Key="Profile_WindowTitle_Player">Player Profile - {0}</sys:String>