Files
PowerToys/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.WinGet/Properties/Resources.resx
Niels Laute e19520e675 [CmdPal] Extension string updates (#43269)
<!-- Enter a brief description/summary of your PR here. What does it
fix/what does it change/how was it tested (even manually, if necessary)?
-->
## Summary of the Pull Request

Feedback from the design team:
- Reduce any redundant or long text strings for better readability and
localization
- `Verb + noun` for most extensions
- Sentence casing according to the Windows Writing Guidelines


<!-- Please review the items on the PR checklist before submitting-->
## PR Checklist

- [ ] Closes: #xxx
- [ ] **Communication:** I've discussed this with core contributors
already. If the work hasn't been agreed, this work might be rejected
- [ ] **Tests:** Added/updated and all pass
- [ ] **Localization:** All end-user-facing strings can be localized
- [ ] **Dev docs:** Added/updated
- [ ] **New binaries:** Added on the required places
- [ ] [JSON for
signing](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ESRPSigning_core.json)
for new binaries
- [ ] [WXS for
installer](https://github.com/microsoft/PowerToys/blob/main/installer/PowerToysSetup/Product.wxs)
for new binaries and localization folder
- [ ] [YML for CI
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/ci/templates/build-powertoys-steps.yml)
for new test projects
- [ ] [YML for signed
pipeline](https://github.com/microsoft/PowerToys/blob/main/.pipelines/release.yml)
- [ ] **Documentation updated:** If checked, please file a pull request
on [our docs
repo](https://github.com/MicrosoftDocs/windows-uwp/tree/docs/hub/powertoys)
and link it here: #xxx

<!-- Provide a more detailed description of the PR, other things fixed,
or any additional comments/features here -->
## Detailed Description of the Pull Request / Additional comments

<!-- Describe how you validated the behavior. Add automated tests
wherever possible, but list manual validation steps taken as well -->
## Validation Steps Performed

---------

Co-authored-by: Michael Jolley <mike@baldbeardedbuilder.com>
Co-authored-by: Jiří Polášek <me@jiripolasek.com>
2025-11-05 19:29:04 -06:00

250 lines
10 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<root>
<!--
Microsoft ResX Schema
Version 2.0
The primary goals of this format is to allow a simple XML format
that is mostly human readable. The generation and parsing of the
various data types are done through the TypeConverter classes
associated with the data types.
Example:
... ado.net/XML headers & schema ...
<resheader name="resmimetype">text/microsoft-resx</resheader>
<resheader name="version">2.0</resheader>
<resheader name="reader">System.Resources.ResXResourceReader, System.Windows.Forms, ...</resheader>
<resheader name="writer">System.Resources.ResXResourceWriter, System.Windows.Forms, ...</resheader>
<data name="Name1"><value>this is my long string</value><comment>this is a comment</comment></data>
<data name="Color1" type="System.Drawing.Color, System.Drawing">Blue</data>
<data name="Bitmap1" mimetype="application/x-microsoft.net.object.binary.base64">
<value>[base64 mime encoded serialized .NET Framework object]</value>
</data>
<data name="Icon1" type="System.Drawing.Icon, System.Drawing" mimetype="application/x-microsoft.net.object.bytearray.base64">
<value>[base64 mime encoded string representing a byte array form of the .NET Framework object]</value>
<comment>This is a comment</comment>
</data>
There are any number of "resheader" rows that contain simple
name/value pairs.
Each data row contains a name, and value. The row also contains a
type or mimetype. Type corresponds to a .NET class that support
text/value conversion through the TypeConverter architecture.
Classes that don't support this are serialized and stored with the
mimetype set.
The mimetype is used for serialized objects, and tells the
ResXResourceReader how to depersist the object. This is currently not
extensible. For a given mimetype the value must be set accordingly:
Note - application/x-microsoft.net.object.binary.base64 is the format
that the ResXResourceWriter will generate, however the reader can
read any of the formats listed below.
mimetype: application/x-microsoft.net.object.binary.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Binary.BinaryFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.soap.base64
value : The object must be serialized with
: System.Runtime.Serialization.Formatters.Soap.SoapFormatter
: and then encoded with base64 encoding.
mimetype: application/x-microsoft.net.object.bytearray.base64
value : The object must be serialized into a byte array
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
</xsd:complexType>
</xsd:element>
</xsd:choice>
</xsd:complexType>
</xsd:element>
</xsd:schema>
<resheader name="resmimetype">
<value>text/microsoft-resx</value>
</resheader>
<resheader name="version">
<value>2.0</value>
</resheader>
<resheader name="reader">
<value>System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<resheader name="writer">
<value>System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</resheader>
<data name="winget_display_name" xml:space="preserve">
<value>WinGet</value>
<comment></comment>
</data>
<data name="winget_install_extensions_name" xml:space="preserve">
<value>Install Extensions</value>
<comment></comment>
</data>
<data name="winget_install_extensions_title" xml:space="preserve">
<value>Add Command Palette extensions from WinGet</value>
<comment></comment>
</data>
<data name="winget_search_store_title" xml:space="preserve">
<value>Add Command Palette extensions from the Microsoft Store</value>
<comment></comment>
</data>
<data name="winget_page_name" xml:space="preserve">
<value>Find apps on WinGet</value>
<comment></comment>
</data>
<data name="winget_create_catalog_error" xml:space="preserve">
<value>Error {0}. Are you connected to the internet?</value>
<comment></comment>
</data>
<data name="winget_uninstall_name" xml:space="preserve">
<value>Uninstall</value>
<comment></comment>
</data>
<data name="winget_install_name" xml:space="preserve">
<value>Install</value>
<comment></comment>
</data>
<data name="winget_update_name" xml:space="preserve">
<value>Update</value>
<comment></comment>
</data>
<data name="winget_uninstalling_package" xml:space="preserve">
<value>Uninstalling {0}...</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_installing_package" xml:space="preserve">
<value>Installing {0}...</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_install_package_finished" xml:space="preserve">
<value>Finished install for {0}</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_uninstall_package_finished" xml:space="preserve">
<value>Finished uninstall for {0}</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_downloading" xml:space="preserve">
<value>Downloading</value>
<comment></comment>
</data>
<data name="winget_queued_package_download" xml:space="preserve">
<value>Queued {0} for download...</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_download_progress" xml:space="preserve">
<value>Downloading. {0} of {1}</value>
<comment>{0} will be replaced with a number of bytes downloaded, and {1} will be replaced with the total number to download</comment>
</data>
<data name="winget_install_package_finishing" xml:space="preserve">
<value>Finishing install for {0}...</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_install_finished" xml:space="preserve">
<value>Finished install</value>
<comment></comment>
</data>
<data name="winget_queued_package_uninstall" xml:space="preserve">
<value>Queued {0} for uninstall...</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_uninstall_package_finishing" xml:space="preserve">
<value>Finishing uninstall for {0}...</value>
<comment>{0} will be replaced by the name of an app package</comment>
</data>
<data name="winget_uninstall_finished" xml:space="preserve">
<value>Finished uninstall.</value>
<comment></comment>
</data>
<data name="winget_author" xml:space="preserve">
<value>Author</value>
<comment></comment>
</data>
<data name="winget_publisher" xml:space="preserve">
<value>Publisher</value>
<comment></comment>
</data>
<data name="winget_copyright" xml:space="preserve">
<value>Copyright</value>
<comment></comment>
</data>
<data name="winget_license" xml:space="preserve">
<value>License</value>
<comment></comment>
</data>
<data name="winget_release_notes" xml:space="preserve">
<value>Release Notes</value>
<comment></comment>
</data>
<data name="winget_view_release_notes" xml:space="preserve">
<value>View Release Notes</value>
<comment></comment>
</data>
<data name="winget_view_online" xml:space="preserve">
<value>View online</value>
<comment></comment>
</data>
<data name="winget_publisher_support" xml:space="preserve">
<value>Publisher Support</value>
<comment></comment>
</data>
<data name="winget_placeholder_text" xml:space="preserve">
<value>Start typing to search for packages</value>
<comment></comment>
</data>
<data name="winget_no_packages_found" xml:space="preserve">
<value>No packages found</value>
<comment></comment>
</data>
<data name="winget_unexpected_error" xml:space="preserve">
<value>Unexpected error: {0}</value>
<comment>{0} will be replaced by an error code</comment>
</data>
</root>