mirror of
https://github.com/tribufu/ServerManagers
synced 2026-05-18 09:35:48 +00:00
Setting Find Changes
- added a find window to find setting in the settings control.
This commit is contained in:
parent
174b5f14c9
commit
46997c6e71
18 changed files with 774 additions and 263 deletions
|
|
@ -993,6 +993,8 @@
|
|||
<!--#endregion-->
|
||||
|
||||
<!--#region Server Settings - General Buttons -->
|
||||
<sys:String x:Key="ServerSettings_SettingFindButtonLabel">Find</sys:String>
|
||||
<sys:String x:Key="ServerSettings_SettingFindButtonTooltip">Find Setting</sys:String>
|
||||
<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>
|
||||
|
|
@ -5741,5 +5743,13 @@
|
|||
<sys:String x:Key="DiscordBot_CountLabel">Count:</sys:String>
|
||||
<sys:String x:Key="DiscordBot_MapLabel">Map:</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
<!--#region Find Setting Window -->
|
||||
<sys:String x:Key="FindSettingWindow_Title">Find Settings</sys:String>
|
||||
|
||||
<sys:String x:Key="FindSettingWindow_NotFoundErrorLabel">The setting was not found: {0}</sys:String>
|
||||
|
||||
<sys:String x:Key="FindSettingWindow_FindButtonLabel">Find</sys:String>
|
||||
<!--#endregion-->
|
||||
|
||||
</Globalization:GlobalizationResourceDictionary>
|
||||
Loading…
Add table
Add a link
Reference in a new issue