mirror of
https://github.com/microsoft/PowerToys.git
synced 2024-12-15 03:59:15 +08:00
b96b4fcb0f
* [Updating] Refactor autoupdate mechanism to use Settings window buttons * [Updating] Don't use underscores in update_state (#11029) * [Updating] Rename action_runner to be consisent with accepted format * [Updating] Make UpdateState values explicit * [Setup] Set default bootstrapper log severity to debug * [BugReport] Include all found bootstrapper logs * [Setup] Use capital letter for ActionRunner * [Updating] Simple UI to test UpdateState * [Action Runner] cleanup and coding style * [BugReportTool] fix coding convension * [Auto-update][PT Settings] Updated general page in the Settings (#11227) * [Auto-update][PT Settings] File watcher monitoring UpdateState.json (#11282) * Handle button clicks (#11288) * [Updating] Document ActionRunner cmd flags * [Auto-update][PT Settings] Updated UI (#11335) * [Updating] Do not reset update state when msi cancellation detected * [Updating] Directly launch update_now PT action instead of using custom URI scheme * Checking for updates UI (#11354) * [Updating] Fix cannotDownload state in action runner * [Updating] Reset update state to CannotDownload if action runner encountered an error * [Updating][PT Settings] downloading label, disable button in error state * Changed error message * [Updating rename CannotDownload to ErrorDownloading * [Updating] Add trace logging for Check for updates callback * [Updating][PT Settings] simplify downloading checks * [Updating][PT Settings] Updated text labels * [Updating][PT Settings] Retry to load settings if failed * [Updating][PT Settings] Text fix * [Updating][PT Settings] Installed version links removed * [Updating][PT Settings] Error text updated * [Updating][PT Settings] Show label after version checked * [Updating][PT Settings] Text foreground fix * [Updating][PT Settings] Clean up * [Updating] Do not reset releasePageUrl in case of error/cancellation * [Updating][PT Settings] fixed missing string * [Updating][PT Settings] checked for updates state fix Co-authored-by: yuyoyuppe <a.yuyoyuppe@gmail.com> Co-authored-by: Andrey Nekrasov <yuyoyuppe@users.noreply.github.com> Co-authored-by: Enrico Giordani <enrico.giordani@gmail.com>
119 lines
5.2 KiB
XML
119 lines
5.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<root>
|
|
<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="BOOTSTRAPPER_PROGRESS_TITLE" xml:space="preserve">
|
|
<value>PowerToys Installer</value>
|
|
</data>
|
|
<data name="DOTNET_CORE_DOWNLOAD_FAILURE" xml:space="preserve">
|
|
<value>Couldn't download .NET Core Desktop Runtime 3.1, please install it manually.</value>
|
|
</data>
|
|
<data name="DOTNET_CORE_DOWNLOAD_FAILURE_TITLE" xml:space="preserve">
|
|
<value>PowerToys installation error</value>
|
|
</data>
|
|
<data name="GITHUB_NEW_VERSION_AVAILABLE" xml:space="preserve">
|
|
<value>An update to PowerToys is available.</value>
|
|
</data>
|
|
<data name="GITHUB_NEW_VERSION_UPDATE_NOW" xml:space="preserve">
|
|
<value>Update now</value>
|
|
</data>
|
|
<data name="UNINSTALLATION_UNKNOWN_ERROR" xml:space="preserve">
|
|
<value>Error: please uninstall the previous version of PowerToys manually.</value>
|
|
</data>
|
|
<data name="GITHUB_NEW_VERSION_AVAILABLE_OFFER_VISIT" xml:space="preserve">
|
|
<value>An update to PowerToys is available. Visit our GitHub page to update.</value>
|
|
</data>
|
|
<data name="GITHUB_NEW_VERSION_MORE_INFO" xml:space="preserve">
|
|
<value>More info...</value>
|
|
</data>
|
|
<data name="TOAST_TITLE" xml:space="preserve">
|
|
<value>PowerToys Update</value>
|
|
</data>
|
|
<data name="OFFER_UNINSTALL_MSI" xml:space="preserve">
|
|
<value>We've detected a previous installation of PowerToys. Would you like to remove it?</value>
|
|
</data>
|
|
<data name="OFFER_UNINSTALL_MSI_TITLE" xml:space="preserve">
|
|
<value>PowerToys: uninstall previous version?</value>
|
|
</data>
|
|
<data name="INSTALLER_EXTRACT_ERROR" xml:space="preserve">
|
|
<value>Couldn't extract MSI installer.</value>
|
|
</data>
|
|
<data name="EXTRACTING_INSTALLER" xml:space="preserve">
|
|
<value>Extracting PowerToys MSI...</value>
|
|
</data>
|
|
<data name="UNINSTALL_PREVIOUS_VERSION_ERROR" xml:space="preserve">
|
|
<value>Couldn't uninstall previous PowerToys version.</value>
|
|
</data>
|
|
<data name="DOWNLOADING_DOTNET" xml:space="preserve">
|
|
<value>Downloading .NET Core...</value>
|
|
</data>
|
|
<data name="DOTNET_INSTALL_ERROR" xml:space="preserve">
|
|
<value>Couldn't install .NET Core.</value>
|
|
</data>
|
|
<data name="NEW_VERSION_INSTALLATION_ERROR" xml:space="preserve">
|
|
<value>Couldn't install new PowerToys version.</value>
|
|
</data>
|
|
<data name="NEWER_VERSION_ERROR" xml:space="preserve">
|
|
<value>A newer version is already installed.</value>
|
|
</data>
|
|
<data name="OLD_WINDOWS_ERROR" xml:space="preserve">
|
|
<value>PowerToys requires Windows 10 version 1903 (May 2019 Update) or newer to run.</value>
|
|
</data>
|
|
</root>
|