Adds taskview option

This commit is contained in:
2022-04-12 13:19:27 -05:00
parent cf0818709c
commit 0d65784d35
2 changed files with 32 additions and 39 deletions

View File

@@ -7,9 +7,9 @@
<resources>
<stringTable>
<!-- Supported Operating Systems -->
<string id="SUPPORTED_WIN">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN7">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</string>
<string id="SUPPORTED_WIN10_11">Microsoft Windows 10 or later</string>
<string id="SUPPORTED_WIN10_LATER">Microsoft Windows 10 or later</string>
<string id="SUPPORTED_WIN11_ONLY">Microsoft Windows 11</string>
<!-- Category Names -->
<string id="CWP_DisplayName">Custom Windows Preferences</string>
@@ -22,25 +22,26 @@
When set to "Left" the start button and other icons will be moved to the left of the screen like traditional windows environments.
When set to "Center" the start menu and icons will be centered in the screen.
When set to "Disabled" the user is allowed to choose the start button placement.</string>
When set to "Center" the start menu and icons will be centered in the screen.</string>
<string id="ClassicTaskbarMenuPosition_Left">Left</string>
<string id="ClassicTaskbarMenuPosition_Center">Center</string>
<string id="ClassicTaskbarMenuPosition_Disabled">Disabled</string>
<!-- SearchBoxSize -->
<string id="SearchBoxSize_Display">Taskbar Searchbox Size/Visability</string>
<string id="SearchBoxSize_Explain">This configuration option determines the size/visability of the search icon on the taskbar.
When set to "Small" or "Large" the search icon is displayed on the taskbar.
When set to "Hidden" the search icon is not displayed on the taskbar.
When set to "Disabled" the user is allowed to choose the search size/visability.</string>
When set to "Hidden" the search icon is not displayed on the taskbar.</string>
<string id="SearchBoxSize_Large">Large</string>
<string id="SearchBoxSize_Small">Small</string>
<string id="SearchBoxSize_Hidden">Hidden</string>
<string id="SearchBoxSize_Disabled">Disabled</string>
<!-- ShowTaskView -->
<string id="ShowTaskView_Display">Taskview Visability</string>
<string id="ShowTaskView_Explain">This configuration options determines the visibility of the Taskview button on the taskbar.
When set to "Enabled" the Taskview button is displayed on the taskbar.
When set to "Disabled" the Taskview button is not displayed on the taskbar.</string>
</stringTable>
<!-- Presentation IDs -->
<presentationTable>