wingetautoupdate/Policies/en-US/WAU.adml

53 lines
3.6 KiB
Plaintext
Raw Normal View History

2022-12-27 23:14:20 +00:00
<?xml version="1.0" encoding="utf-8"?>
<policyDefinitionResources revision="4.4" schemaVersion="1.0" >
<displayName/>
<description/>
<resources >
<stringTable >
<string id="WAU">Winget-AutoUpdate</string>
<string id="SUPPORTED_WAU_1_15_3">Winget-AutoUpdate version 1.15.3 or later</string>
2022-12-28 02:31:26 +00:00
<string id="ActivateGPOManagement_Name">Activate WAU GPO Management</string>
<string id="ActivateGPOManagement_Explain">This policy setting is an overriding toggle for GPO Management of Winget-AutoUpdate.</string>
2022-12-27 23:14:20 +00:00
<string id="BypassListForUsers_Name">Bypass Black/White list for User</string>
<string id="BypassListForUsers_Explain">This policy setting specifies whether to Bypass Black/White list when run in user context or not.</string>
<string id="DisableAutoUpdate_Name">Disable Winget-AutoUpdate update checking</string>
<string id="DisableAutoUpdate_Explain">This policy setting specifies whether to Disable Winget-AutoUpdate update checking or not. By default, WAU auto updates if new version is available on Github.</string>
<string id="DoNotRunOnMetered_Name">Do not run WAU on metered connection</string>
<string id="DoNotRunOnMetered_Explain">This policy setting specifies whether to Run WAU on metered connection or not. Default No.</string>
<string id="UpdatePrerelease_Name">Update WAU to PreRelease versions</string>
<string id="UpdatePrerelease_Explain">This policy setting specifies whether to update WAU (if enabled) to PreRelease versions or not. Default No.</string>
<string id="UseWhiteList_Name">Use WhiteList instead of BlackList</string>
<string id="UseWhiteList_Explain">This policy setting specifies whether to use a WhiteList or not. Default Blacklist.</string>
2022-12-28 00:47:04 +00:00
<string id="ListPath">Get Black/White List from external Path (URL/UNC/Local)</string>
<string id="ListPath_Explain">If this policy is enabled, you can set a (URL/UNC/Local) Path to external lists other than the default. If this policy is disabled or not configured, the default ListPath is used.</string>
<string id="ModsPath">Get Mods from external Path (URL/UNC/Local)</string>
<string id="ModsPath_Explain">If this policy is enabled, you can set a (URL/UNC/Local) Path to external mods other than the default. If this policy is disabled or not configured, the default ModsPath is used.</string>
2022-12-28 12:52:03 +00:00
<string id="NotificationLevel">Notification Level</string>
2022-12-28 15:07:18 +00:00
<string id="NotificationLevel_Explain">If this policy is enabled, you can configure the Notification Level:
1. Full (Default, displays all notifications)
2. SuccessOnly (Only displays notifications for success)
3. None (Does not display any notification)
If this policy is not configured or disabled, the Default displays all notifications (1. Full).</string>
2022-12-28 12:52:03 +00:00
<string id="NotificationLevel_Full">1. Full (Default, displays all notifications)</string>
<string id="NotificationLevel_SuccessOnly">2. SuccessOnly (Only displays notifications for success)</string>
<string id="NotificationLevel_None">3. None (Does not display any notification)</string>
2022-12-27 23:14:20 +00:00
</stringTable>
2022-12-28 00:47:04 +00:00
<presentationTable>
<presentation id="ListPath">
<textBox refId="ListPath">
<label>(URL/UNC/Local) Path:</label>
</textBox>
</presentation>
<presentation id="ModsPath">
<textBox refId="ModsPath">
<label>(URL/UNC/Local) Path:</label>
</textBox>
</presentation>
2022-12-28 12:52:03 +00:00
<presentation id="NotificationLevel">
<dropdownList refId="NotificationLevel"/>
</presentation>
2022-12-28 00:47:04 +00:00
</presentationTable>
2022-12-27 23:14:20 +00:00
</resources>
</policyDefinitionResources>