This commit is contained in:
2022-04-12 14:52:40 -05:00
parent 082a4d77ec
commit ff5dcb4d05
2 changed files with 205 additions and 51 deletions

View File

@@ -7,16 +7,17 @@
<resources>
<stringTable>
<!-- Supported Operating Systems -->
<string id="SUPPORTED_WIN7_ONLY">Microsoft Windows 7</string>
<string id="SUPPORTED_WIN7_LATER">Microsoft Windows 7 or later</string>
<string id="SUPPORTED_WIN8_ONLY">Microsoft Windows 8</string>
<string id="SUPPORTED_WIN8_LATER">Microsoft Windows 8 or later</string>
<string id="SUPPORTED_WIN10_ONLY">Microsoft Windows 10</string>
<string id="SUPPORTED_WIN10_LATER">Microsoft Windows 10 or later</string>
<string id="SUPPORTED_WIN11_ONLY">Microsoft Windows 11</string>
<string id="SUPPORTED_WIN7-10_ONLY">Microsoft Windows 7, Microsoft Windows 8, Microsoft Windows 10</string>
<!-- Category Names -->
<string id="CWP_DisplayName">Custom Windows Preferences</string>
<string id="uwo_DisplayName">Universal Windows Preferences</string>
<string id="W10_DisplayName">Windows 10 Preferences</string>
<string id="W11_DisplayName">Windows 11 Preferences</string>
<!-- ClassicTaskbarMenuPosition -->
<string id="ClassicTaskbarMenuPosition_Display">Enable Classic Start Button Menu Position</string>
@@ -116,6 +117,46 @@ When set to "Disabled" the feature will be disabled.</string>
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
<!-- ItemCheckBoxes -->
<string id="ItemCheckBoxes_Display">Item Check Boxes</string>
<string id="ItemCheckBoxes_Explain">This configuration option enables/disables item check boxes
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
<!-- ItemCheckBoxesDefault -->
<string id="ItemCheckBoxesDefault_Display">Item Check Boxes Default Setting</string>
<string id="ItemCheckBoxesDefault_Explain">This configuration option enables/disables item check boxes by default.
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
<!-- SearchBoxSuggestions -->
<string id="SearchBoxSuggestions_Display">Search Box Suggestions</string>
<string id="SearchBoxSuggestions_Explain">This configuration option enables/disables the auto-suggest for search boxes.
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
<!-- BingSearch -->
<string id="BingSearch_Display">Bing Search</string>
<string id="BingSearch_Explain">This configuration option enables/disables the addition of Bing Search results in the search box.
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
<!-- SecondsInSystemClock -->
<string id="SecondsInSystemClock_Display">Show Seconds in System Clock</string>
<string id="SecondsInSystemClock_Explain">This configuration option enables/disables the display of seconds in the system clock.
When set to "Enabled" the feature will be enabled.
When set to "Disabled" the feature will be disabled.</string>
</stringTable>