mirror of
https://github.com/ChrisTitusTech/winutil
synced 2026-04-05 22:28:31 +00:00
* cleaned up typo, fixes, grammatical and other related fixes (#2) * typo in Lightshot app name * remove trailing comma in applications.json * consistent capitalization of Windows, WinGet - only user-facing text - includes update to devdocs-generator.ps1, so docs for tweaks modifying registry will have `Windows settings` rather than `windows settings` * various fixes for typos, style, punctuation and capitalization * capitalize 'AM' * Update README.md change formatting for GitHub UI interaction form code format (` `) to bold md Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com> * typos and wording in docs --------- Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com>
85 lines
2.6 KiB
JSON
85 lines
2.6 KiB
JSON
{
|
|
"WPFInstall": {
|
|
"Content": "Install/Upgrade Applications",
|
|
"Category": "____Actions",
|
|
"Type": "Button",
|
|
"Order": "1",
|
|
"Description": "Install or upgrade the selected applications"
|
|
},
|
|
"WPFUninstall": {
|
|
"Content": "Uninstall Applications",
|
|
"Category": "____Actions",
|
|
"Type": "Button",
|
|
"Order": "2",
|
|
"Description": "Uninstall the selected applications"
|
|
},
|
|
"WPFInstallUpgrade": {
|
|
"Content": "Upgrade all Applications",
|
|
"Category": "____Actions",
|
|
"Type": "Button",
|
|
"Order": "3",
|
|
"Description": "Upgrade all applications to the latest version"
|
|
},
|
|
"WingetRadioButton": {
|
|
"Content": "WinGet",
|
|
"Category": "__Package Manager",
|
|
"Type": "RadioButton",
|
|
"GroupName": "PackageManagerGroup",
|
|
"Checked": true,
|
|
"Order": "1",
|
|
"Description": "Use WinGet for package management"
|
|
},
|
|
"ChocoRadioButton": {
|
|
"Content": "Chocolatey",
|
|
"Category": "__Package Manager",
|
|
"Type": "RadioButton",
|
|
"GroupName": "PackageManagerGroup",
|
|
"Checked": false,
|
|
"Order": "2",
|
|
"Description": "Use Chocolatey for package management"
|
|
},
|
|
"WPFCollapseAllCategories": {
|
|
"Content": "Collapse All Categories",
|
|
"Category": "__Selection",
|
|
"Type": "Button",
|
|
"Order": "1",
|
|
"Description": "Collapse all application categories"
|
|
},
|
|
"WPFExpandAllCategories": {
|
|
"Content": "Expand All Categories",
|
|
"Category": "__Selection",
|
|
"Type": "Button",
|
|
"Order": "2",
|
|
"Description": "Expand all application categories"
|
|
},
|
|
"WPFClearInstallSelection": {
|
|
"Content": "Clear Selection",
|
|
"Category": "__Selection",
|
|
"Type": "Button",
|
|
"Order": "3",
|
|
"Description": "Clear the selection of applications"
|
|
},
|
|
"WPFGetInstalled": {
|
|
"Content": "Show Installed Apps",
|
|
"Category": "__Selection",
|
|
"Type": "Button",
|
|
"Order": "4",
|
|
"Description": "Show installed applications"
|
|
},
|
|
"WPFselectedAppsButton": {
|
|
"Content": "Selected Apps: 0",
|
|
"Category": "__Selection",
|
|
"Type": "Button",
|
|
"Order": "5",
|
|
"Description": "Show the selected applications"
|
|
},
|
|
"WPFToggleFOSSHighlight": {
|
|
"Content": "Highlight FOSS",
|
|
"Category": "__Selection",
|
|
"Type": "Toggle",
|
|
"Checked": true,
|
|
"Order": "6",
|
|
"Description": "Toggle the green highlight for FOSS applications"
|
|
}
|
|
}
|