Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1744,7 +1744,7 @@ Please specify one of them using the --source option to proceed.</value>
<comment>{Locked="winget pin","--include-pinned"} Error shown when we block an upgrade due to the package being pinned</comment>
</data>
<data name="UpgradePinnedByUserCount" xml:space="preserve">
<value>{0} package(s) have pins that prevent upgrade. Use the 'winget pin' command to view and edit pins. Using the --include-pinned argument may show more results.</value>
<value>{0} package(s) have pins that prevent upgrade. Use the 'winget pin' command to view and edit pins. Using the '--include-pinned' argument may show more results.</value>
<comment>{Locked="winget pin","--include-pinned"} {0} is a placeholder replaced by an integer number of packages</comment>
</data>
<data name="ConfigureCommandLongDescription" xml:space="preserve">
Expand Down Expand Up @@ -2909,6 +2909,7 @@ Please specify one of them using the --source option to proceed.</value>
</data>
<data name="SourceListExplicit" xml:space="preserve">
<value>Explicit</value>
<comment>Used as a header in a table that shows the properties of a "source". In this context, "explicit" means that the source needs to be explicitly specified or directly designated to be used, as opposed to being implicitly included.</comment>
</data>
<data name="SourceTrustLevelArgumentDescription" xml:space="preserve">
<value>Trust level of the source (none or trusted)</value>
Expand Down Expand Up @@ -3184,13 +3185,15 @@ Please specify one of them using the --source option to proceed.</value>
</data>
<data name="FontFamily" xml:space="preserve">
<value>Family</value>
<comment>"Family" represents the font family such as 'Arial' or 'Times New Roman'.</comment>
</data>
<data name="FontFaces" xml:space="preserve">
<value>Faces</value>
<comment>"Faces" represents the typeface of the font family such as 'Bold' or 'Italic'</comment>
</data>
<data name="FontFamilyNameArgumentDescription" xml:space="preserve">
<value>Filter results by family name</value>
<comment>"Family" represents the font family such as 'Arial' or 'Times New Roman'.</comment>
</data>
<data name="FontFace" xml:space="preserve">
<value>Face</value>
Expand Down