You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
1.1 KiB
15 lines
1.1 KiB
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
|
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
|
xmlns:system="clr-namespace:System;assembly=mscorlib">
|
|
<system:String x:Key="textHamburgerPrivacy">Privacy & Telemetry</system:String>
|
|
<system:String x:Key="textHamburgerUi">UI & Personalization</system:String>
|
|
<system:String x:Key="textHamburgerOneDrive">OneDrive</system:String>
|
|
<system:String x:Key="textHamburgerSystem">System</system:String>
|
|
<system:String x:Key="textHamburgerStartMenu">Start Menu</system:String>
|
|
<system:String x:Key="textHamburgerUwp">UWP Apps</system:String>
|
|
<system:String x:Key="textHamburgerWinGame" xml:space="preserve">Windows Game
|
|
Recording</system:String>
|
|
<system:String x:Key="textHamburgerTaskScheduler">Task Scheduler</system:String>
|
|
<system:String x:Key="textHamburgerDefender">Microsoft Defender</system:String>
|
|
<system:String x:Key="textHamburgerContextMenu">Context Menu</system:String>
|
|
</ResourceDictionary>
|