mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 09:46:54 +02:00
<!-- 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 <img width="325" height="206" alt="image" src="https://github.com/user-attachments/assets/aab57a42-747d-4437-9326-2b9cfcdc8b80" /> <!-- Please review the items on the PR checklist before submitting--> ## PR Checklist - [] Closes: #xxx <!-- - [ ] Closes: #yyy (add separate lines for additional resolved issues) --> - [ ] **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
980 lines
46 KiB
XML
980 lines
46 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="AppName" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppNameDev" xml:space="preserve">
|
||
<value>Command Palette Dev</value>
|
||
<comment>{Locked} The dev build will never be seen in multiple languages</comment>
|
||
</data>
|
||
<data name="AppNameCan" xml:space="preserve">
|
||
<value>Command Palette Canary</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppNamePre" xml:space="preserve">
|
||
<value>Command Palette Preview</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppStoreName" xml:space="preserve">
|
||
<value>Windows Command Palette</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppStoreNameDev" xml:space="preserve">
|
||
<value>Windows Command Palette Dev</value>
|
||
<comment>{Locked} The dev build will never be seen in multiple languages</comment>
|
||
</data>
|
||
<data name="AppStoreNameCan" xml:space="preserve">
|
||
<value>Windows Command Palette Canary</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}. "Canary" in this context means an unstable or nightly build of a software product, not the bird.</comment>
|
||
</data>
|
||
<data name="AppStoreNamePre" xml:space="preserve">
|
||
<value>Windows Command Palette Preview</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppShortName" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppShortNameDev" xml:space="preserve">
|
||
<value>Command Palette Dev</value>
|
||
<comment>{Locked} The dev build will never be seen in multiple languages</comment>
|
||
</data>
|
||
<data name="AppShortNameCan" xml:space="preserve">
|
||
<value>Command Palette Canary</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppShortNamePre" xml:space="preserve">
|
||
<value>Command Palette Preview</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="AppDescription" xml:space="preserve">
|
||
<value>The Windows Command Palette</value>
|
||
</data>
|
||
<data name="AppDescriptionDev" xml:space="preserve">
|
||
<value>A dev build of the Command Palette</value>
|
||
<comment>{Locked} The dev build will never be seen in multiple languages</comment>
|
||
</data>
|
||
<data name="AppDescriptionCan" xml:space="preserve">
|
||
<value>The Windows Command Palette (Canary build)</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="AppDescriptionPre" xml:space="preserve">
|
||
<value>The Windows Command Palette (Preview build)</value>
|
||
</data>
|
||
<data name="StartupTaskName" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>{Locked=qps-ploc,qps-ploca,qps-plocm}</comment>
|
||
</data>
|
||
<data name="StartupTaskNameDev" xml:space="preserve">
|
||
<value>Command Palette Dev</value>
|
||
<comment>{Locked} The dev build will never be seen in multiple languages</comment>
|
||
</data>
|
||
<data name="Activation_Shortcut_Cancel" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="Activation_Shortcut_Description" xml:space="preserve">
|
||
<value>Press a combination of keys to change this shortcut</value>
|
||
</data>
|
||
<data name="Activation_Shortcut_With_Disable_Description" xml:space="preserve">
|
||
<value>Press a combination of keys to change this shortcut.
|
||
Right-click to remove the key combination, thereby deactivating the shortcut.</value>
|
||
</data>
|
||
<data name="Activation_Shortcut_Reset" xml:space="preserve">
|
||
<value>Reset</value>
|
||
</data>
|
||
<data name="Activation_Shortcut_Save" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="Activation_Shortcut_Title" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="InvalidShortcut.Title" xml:space="preserve">
|
||
<value>Invalid shortcut</value>
|
||
</data>
|
||
<data name="InvalidShortcutWarningLabel.Text" xml:space="preserve">
|
||
<value>Only shortcuts that start with **Windows key**, **Ctrl**, **Alt** or **Shift** are valid.</value>
|
||
<comment>The ** sequences are used for text formatting of the key names. Don't remove them on translation.</comment>
|
||
</data>
|
||
<data name="WarningShortcutAltGr.Title" xml:space="preserve">
|
||
<value>Possible shortcut interference with Alt Gr</value>
|
||
<comment>Alt Gr refers to the right alt key on some international keyboards</comment>
|
||
</data>
|
||
<data name="WarningShortcutAltGr.ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Shortcuts with **Ctrl** and **Alt** may remove functionality from some international keyboards, because **Ctrl** + **Alt** = **Alt Gr** in those keyboards.</value>
|
||
<comment>The ** sequences are used for text formatting of the key names. Don't remove them on translation.</comment>
|
||
</data>
|
||
<data name="CmdPalSettingsHeader.Text" xml:space="preserve">
|
||
<value>Command Palette settings</value>
|
||
<comment>A section header for app-wide settings. "Command Palette" is the name of the app.</comment>
|
||
</data>
|
||
<data name="AboutSettingsHeader.Text" xml:space="preserve">
|
||
<value>About</value>
|
||
<comment>A section header for information about the app</comment>
|
||
</data>
|
||
<data name="ExtensionAboutHeader.Text" xml:space="preserve">
|
||
<value>About</value>
|
||
<comment>A section header for information about the app</comment>
|
||
</data>
|
||
<data name="ExtensionSettingsHeader.Text" xml:space="preserve">
|
||
<value>Extension settings</value>
|
||
<comment>A section header for extension-specific settings.</comment>
|
||
</data>
|
||
<data name="ExtensionCommandsHeader.Text" xml:space="preserve">
|
||
<value>Commands</value>
|
||
<comment>A section header for information about the app</comment>
|
||
</data>
|
||
<data name="ExtensionFallbackCommandsHeader.Text" xml:space="preserve">
|
||
<value>Fallback commands</value>
|
||
<comment>A section header for information about the commands presented to the user when the search text doesn't exactly match the name of a command.</comment>
|
||
</data>
|
||
<data name="ExtensionDisabledHeader.Text" xml:space="preserve">
|
||
<value>This extension is disabled</value>
|
||
<comment>A header to inform the user that an extension is not currently active</comment>
|
||
</data>
|
||
<data name="ExtensionDisabledDetails.Text" xml:space="preserve">
|
||
<value>Enable this extension to view commands and settings</value>
|
||
<comment>Additional details for when an extension is disabled. Displayed under ExtensionDisabledHeader.Text</comment>
|
||
</data>
|
||
<data name="ExtensionDisabledText" xml:space="preserve">
|
||
<value>Disabled</value>
|
||
<comment>Displayed when an extension is disabled</comment>
|
||
</data>
|
||
<data name="ExtensionEnable.Text" xml:space="preserve">
|
||
<value>Enable</value>
|
||
<comment>Displayed on a toggle controlling the extension's enabled / disabled state</comment>
|
||
</data>
|
||
<data name="ExtensionEnableCard.Description" xml:space="preserve">
|
||
<value>Load commands and settings from this extension</value>
|
||
<comment>Displayed on a toggle controlling the extension's enabled / disabled state</comment>
|
||
</data>
|
||
<data name="SettingsWindowTitle" xml:space="preserve">
|
||
<value>Command Palette Settings</value>
|
||
<comment>The title of the settings window for the app</comment>
|
||
</data>
|
||
<data name="ToastWindowTitle" xml:space="preserve">
|
||
<value>Command Palette Toast</value>
|
||
<comment>The title of the toast window for the command palette</comment>
|
||
</data>
|
||
<data name="DefaultSearchPlaceholderText" xml:space="preserve">
|
||
<value>Type here to search...</value>
|
||
</data>
|
||
<data name="Run_PositionHeader.Header" xml:space="preserve">
|
||
<value>Preferred monitor position</value>
|
||
<comment>as in Show Command Palette on primary monitor</comment>
|
||
</data>
|
||
<data name="Run_PositionHeader.Description" xml:space="preserve">
|
||
<value>If multiple monitors are in use, Command Palette can be launched on the desired monitor</value>
|
||
<comment>as in Show Command Palette on primary monitor</comment>
|
||
</data>
|
||
<data name="Run_Radio_Position_Cursor.Content" xml:space="preserve">
|
||
<value>Monitor with mouse cursor</value>
|
||
</data>
|
||
<data name="Run_Radio_Position_Focus.Content" xml:space="preserve">
|
||
<value>Monitor with focused window</value>
|
||
</data>
|
||
<data name="Run_Radio_Position_Primary_Monitor.Content" xml:space="preserve">
|
||
<value>Primary monitor</value>
|
||
</data>
|
||
<data name="Run_Radio_Position_In_Place.Content" xml:space="preserve">
|
||
<value>Don't move</value>
|
||
</data>
|
||
<data name="ConfirmationDialog_ConfirmButtonText" xml:space="preserve">
|
||
<value>Confirm</value>
|
||
</data>
|
||
<data name="ConfirmationDialog_CancelButtonText" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_GlobalHotkey_SettingsCard.Header" xml:space="preserve">
|
||
<value>Global hotkey</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_GlobalHotkey_SettingsCard.Description" xml:space="preserve">
|
||
<value>Directly open Command Palette to this command.</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Alias_SettingsCard.Header" xml:space="preserve">
|
||
<value>Alias</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Alias_SettingsCard.Description" xml:space="preserve">
|
||
<value>A short keyword used to navigate to this command.</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_AliasActivation_SettingsCard.Header" xml:space="preserve">
|
||
<value>Alias activation</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_AliasActivation_SettingsCard.Description" xml:space="preserve">
|
||
<value>Choose when the alias runs. Direct runs as soon as you type the alias. Indirect runs after a trailing space.</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Builtin_SettingsCard.Header" xml:space="preserve">
|
||
<value>Built-in</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Builtin_SettingsCard.Description" xml:space="preserve">
|
||
<value>These commands are built-in to the Windows Command Palette.</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ActivationKey_SettingsExpander.Header" xml:space="preserve">
|
||
<value>Activation key</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ActivationKey_SettingsExpander.Description" xml:space="preserve">
|
||
<value>This key will open the Command Palette.</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_LowLevelHook_SettingsCard.Header" xml:space="preserve">
|
||
<value>Use low-level keyboard hook</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_LowLevelHook_SettingsCard.Description" xml:space="preserve">
|
||
<value>Try this if there are issues with the shortcut (Command Palette might not get focus when triggered from an elevated window)</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_IgnoreShortcutWhenFullscreen_SettingsCard.Header" xml:space="preserve">
|
||
<value>Ignore shortcut in fullscreen mode</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_IgnoreShortcutWhenFullscreen_SettingsCard.Description" xml:space="preserve">
|
||
<value>Preventing disruption of the program running in fullscreen by unintentional activation of shortcut</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_HighlightSearch_SettingsCard.Header" xml:space="preserve">
|
||
<value>Highlight search on activate</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_HighlightSearch_SettingsCard.Description" xml:space="preserve">
|
||
<value>Selects the previous search text at launch</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_KeepPreviousQuery_SettingsCard.Header" xml:space="preserve">
|
||
<value>Keep previous query</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_KeepPreviousQuery_SettingsCard.Description" xml:space="preserve">
|
||
<value>Preserves the last search text when Command Palette is reopened</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ShowAppDetails_SettingsCard.Header" xml:space="preserve">
|
||
<value>Show app details</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ShowAppDetails_SettingsCard.Description" xml:space="preserve">
|
||
<value>Controls if app details are automatically expanded or not.</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackspaceGoesBack_SettingsCard.Header" xml:space="preserve">
|
||
<value>Backspace goes back</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackspaceGoesBack_SettingsCard.Description" xml:space="preserve">
|
||
<value>If the search field is empty, backspace returns to the previous page</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_SingleClickActivation_SettingsCard.Header" xml:space="preserve">
|
||
<value>Single-click activation</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_SingleClickActivation_SettingsCard.Description" xml:space="preserve">
|
||
<value>Choose how to interact with list items: single-click to activate, or single-click to select and double-click to activate</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_About_SettingsExpander.Header" xml:space="preserve">
|
||
<value>Windows Command Palette</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_About_SettingsExpander.Description" xml:space="preserve">
|
||
<value>© 2026. All rights reserved.</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_About_GithubLink_Hyperlink.Content" xml:space="preserve">
|
||
<value>View GitHub repository</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_About_SDKDocs_Hyperlink.Content" xml:space="preserve">
|
||
<value>Extension SDK docs</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_SendFeedback_Hyperlink.Content" xml:space="preserve">
|
||
<value>Send feedback</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_NavigationViewItem_General.Content" xml:space="preserve">
|
||
<value>General</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_NavigationViewItem_Extensions.Content" xml:space="preserve">
|
||
<value>Extensions</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_NavigationViewItem_Dock.Content" xml:space="preserve">
|
||
<value>Dock (Preview)</value>
|
||
</data>
|
||
<data name="SettingsButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Open Command Palette settings</value>
|
||
</data>
|
||
<data name="ActivationSettingsHeader.Text" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="BehaviorSettingsHeader.Text" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="DockAppearanceSettingsHeader.Text" xml:space="preserve">
|
||
<value>Appearance</value>
|
||
</data>
|
||
<data name="DockBandsSettingsHeader.Text" xml:space="preserve">
|
||
<value>Bands</value>
|
||
</data>
|
||
<data name="ContextFilterBox.PlaceholderText" xml:space="preserve">
|
||
<value>Search commands...</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ShowSystemTrayIcon_SettingsCard.Header" xml:space="preserve">
|
||
<value>Show system tray icon</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ShowSystemTrayIcon_SettingsCard.Description" xml:space="preserve">
|
||
<value>Choose if Command Palette is visible in the system tray</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_DisableAnimations_SettingsCard.Header" xml:space="preserve">
|
||
<value>Disable animations</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_DisableAnimations_SettingsCard.Description" xml:space="preserve">
|
||
<value>Disable animations when switching between pages</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EnableDock_SettingsCard.Header" xml:space="preserve">
|
||
<value>Enable Dock</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EnableDock_SettingsCard.Description" xml:space="preserve">
|
||
<value>Enable a toolbar with quick access to commands</value>
|
||
</data>
|
||
<data name="BackButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Back</value>
|
||
</data>
|
||
<data name="BackButton.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Back (Alt + Left arrow)</value>
|
||
</data>
|
||
<data name="MoreCommandsButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>More</value>
|
||
</data>
|
||
<data name="Run_Radio_Position_LastPosition.Content" xml:space="preserve">
|
||
<value>Last position</value>
|
||
<comment>Reopen the window where it was last closed</comment>
|
||
</data>
|
||
<data name="TrayMenu_Settings" xml:space="preserve">
|
||
<value>Settings</value>
|
||
</data>
|
||
<data name="TrayMenu_Close" xml:space="preserve">
|
||
<value>Close</value>
|
||
<comment>Close as a verb, as in Close the application</comment>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Alias_DirectComboBox.Content" xml:space="preserve">
|
||
<value>Direct</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Alias_InDirectComboBox.Content" xml:space="preserve">
|
||
<value>Indirect</value>
|
||
</data>
|
||
<data name="Settings_ExtensionPage_Alias_PlaceholderText.PlaceholderText" xml:space="preserve">
|
||
<value>Enter alias</value>
|
||
</data>
|
||
<data name="StatusMessagesButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Show status messages</value>
|
||
</data>
|
||
<data name="StatusMessagesButton.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Show status messages</value>
|
||
</data>
|
||
<data name="NavigationPaneClosed" xml:space="preserve">
|
||
<value>Navigation pane closed</value>
|
||
</data>
|
||
<data name="NavigationPaneOpened" xml:space="preserve">
|
||
<value>Navigation page opened</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AllowExternalReload_SettingsCard.Header" xml:space="preserve">
|
||
<value>Enable external reload</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AllowExternalReload_SettingsCard.Description" xml:space="preserve">
|
||
<value>Trigger reload of the extension externally with the x-cmdpal://reload command</value>
|
||
</data>
|
||
<data name="ForDevelopersSettingsHeader.Text" xml:space="preserve">
|
||
<value>For developers</value>
|
||
</data>
|
||
<data name="UntitledPageTitle" xml:space="preserve">
|
||
<value>an untitled</value>
|
||
</data>
|
||
<data name="ScreenReader_Announcement_NavigatedToPage0" xml:space="preserve">
|
||
<value>Navigated to {0} page</value>
|
||
</data>
|
||
<data name="SettingsButton.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Settings (Ctrl+,)</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_NoResults_Primary.Text" xml:space="preserve">
|
||
<value>No extensions found</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_NoResults_Secondary.Text" xml:space="preserve">
|
||
<value>Try a different search term</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_More_Button.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>More options</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_More_Reload_MenuFlyoutItem.Text" xml:space="preserve">
|
||
<value>Reload extensions</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_Reloading_Text.Text" xml:space="preserve">
|
||
<value>Reloading extensions..</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_Banner_Header.Text" xml:space="preserve">
|
||
<value>Discover more extensions</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_Banner_Description.Text" xml:space="preserve">
|
||
<value>Find more extensions on the Microsoft Store or WinGet.</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_Banner_Hyperlink.Content" xml:space="preserve">
|
||
<value>Learn how to create your own extensions</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_FindExtensions_MicrosoftStore.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Find extensions on the Microsoft Store</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_FindExtensions_MicrosoftStore.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Microsoft Store</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_FindExtensions_WinGet.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Find extensions on WinGet</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_FindExtensions_WinGet.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Microsoft Store</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_SearchBox_Placeholder.PlaceholderText" xml:space="preserve">
|
||
<value>Search extensions</value>
|
||
</data>
|
||
<data name="GlobalErrorHandler_CrashMessageBox_Message" xml:space="preserve">
|
||
<value>Command Palette has encountered a fatal error and must close.</value>
|
||
</data>
|
||
<data name="GlobalErrorHandler_CrashMessageBox_Caption" xml:space="preserve">
|
||
<value>Command Palette - Fatal error</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_Never.Content" xml:space="preserve">
|
||
<value>Never</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_Immediately.Content" xml:space="preserve">
|
||
<value>Immediately</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After10Seconds.Content" xml:space="preserve">
|
||
<value>10 seconds</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After20Seconds.Content" xml:space="preserve">
|
||
<value>20 seconds</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After30Seconds.Content" xml:space="preserve">
|
||
<value>30 seconds</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After60Seconds.Content" xml:space="preserve">
|
||
<value>60 seconds</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After90Seconds.Content" xml:space="preserve">
|
||
<value>90 seconds</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After120Seconds.Content" xml:space="preserve">
|
||
<value>2 minutes</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_Item_After180Seconds.Content" xml:space="preserve">
|
||
<value>3 minutes</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_SettingsCard.Header" xml:space="preserve">
|
||
<value>Automatically return home</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AutoGoHome_SettingsCard.Description" xml:space="preserve">
|
||
<value>Automatically returns to home page after a period of inactivity when Command Palette is closed</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_NavigationViewItem_Appearance.Content" xml:space="preserve">
|
||
<value>Personalization</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_SettingsCard.Header" xml:space="preserve">
|
||
<value>App theme mode</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_SettingsCard.Description" xml:space="preserve">
|
||
<value>Select which app theme to display</value>
|
||
</data>
|
||
<data name="AppearanceSettingsHeader.Text" xml:space="preserve">
|
||
<value>Appearance</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_Mode_System.Text" xml:space="preserve">
|
||
<value>Use system settings</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_Mode_Light.Text" xml:space="preserve">
|
||
<value>Light</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_Mode_Dark.Text" xml:space="preserve">
|
||
<value>Dark</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundTint_SettingsCard.Header" xml:space="preserve">
|
||
<value>Color tint</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundTintIntensity_SettingsCard.Header" xml:space="preserve">
|
||
<value>Color intensity</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ImageTintIntensity_SettingsCard.Header" xml:space="preserve">
|
||
<value>Color intensity</value>
|
||
</data>
|
||
<data name="OptionalColorPickerButton_UnsetTextBlock.Text" xml:space="preserve">
|
||
<value>Choose color</value>
|
||
</data>
|
||
<data name="OptionalColorPickerButton_ResetButton.Content" xml:space="preserve">
|
||
<value>Use default</value>
|
||
</data>
|
||
<data name="OptionalColorPickerButton_TransparentColorButton.Content" xml:space="preserve">
|
||
<value>Use default color</value>
|
||
</data>
|
||
<data name="OptionalColorPickerButton_WindowsColorsSectionHeading.Text" xml:space="preserve">
|
||
<value>Windows colors</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImage_SettingsExpander.Header" xml:space="preserve">
|
||
<value>Background image</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImageOpacity_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image opacity</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImageFit_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image fit</value>
|
||
</data>
|
||
<data name="BackgroundImageFit_ComboBoxItem_Fill.Content" xml:space="preserve">
|
||
<value>Fill</value>
|
||
</data>
|
||
<data name="BackgroundImageFit_ComboBoxItem_Fit.Content" xml:space="preserve">
|
||
<value>Fit</value>
|
||
</data>
|
||
<data name="BackgroundImageFit_ComboBoxItem_Stretch.Content" xml:space="preserve">
|
||
<value>Stretch</value>
|
||
</data>
|
||
<data name="Settings_PageTitles_GeneralPage" xml:space="preserve">
|
||
<value>General</value>
|
||
</data>
|
||
<data name="Settings_PageTitles_AppearancePage" xml:space="preserve">
|
||
<value>Personalization</value>
|
||
</data>
|
||
<data name="Settings_PageTitles_ExtensionsPage" xml:space="preserve">
|
||
<value>Extensions</value>
|
||
</data>
|
||
<data name="Settings_PageTitles_DockPage" xml:space="preserve">
|
||
<value>Dock</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EscapeKeyBehavior_Option_DismissEmptySearchOrGoBack.Content" xml:space="preserve">
|
||
<value>Clear search first, then go back</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EscapeKeyBehavior_Option_AlwaysGoBack.Content" xml:space="preserve">
|
||
<value>Go back</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EscapeKeyBehavior_Option_AlwaysDismiss.Content" xml:space="preserve">
|
||
<value>Hide window and go home</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EscapeKeyBehavior_Option_AlwaysHide.Content" xml:space="preserve">
|
||
<value>Hide window</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EscapeKeyBehavior_SettingsCard.Header" xml:space="preserve">
|
||
<value>Escape key behavior</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_EscapeKeyBehavior_SettingsCard.Description" xml:space="preserve">
|
||
<value>Choose how Escape key behaves</value>
|
||
</data>
|
||
<data name="SettingsButtonTextBlock.Text" xml:space="preserve">
|
||
<value>Settings</value>
|
||
</data>
|
||
<data name="OptionalColorPickerButton_CustomColorsSectionHeading.Text" xml:space="preserve">
|
||
<value>Custom colors</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ColorizationMode_None.Content" xml:space="preserve">
|
||
<value>None</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ColorizationMode_CustomColor.Content" xml:space="preserve">
|
||
<value>Custom color</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ColorizationMode_WindowsAccent.Content" xml:space="preserve">
|
||
<value>Accent color</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_ColorizationMode_Image.Content" xml:space="preserve">
|
||
<value>Image</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImage_ChooseImageButton.Content" xml:space="preserve">
|
||
<value>Browse...</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImage_ResetImageButton.Content" xml:space="preserve">
|
||
<value>Remove image</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundColor_SettingsExpander.Header" xml:space="preserve">
|
||
<value>Background color</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundColor_SettingsExpander.Description" xml:space="preserve">
|
||
<value>Choose a custom background color or use the current accent color</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImage_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_NoBackground_DescriptionTextBlock.Text" xml:space="preserve">
|
||
<value>No additional settings are available.</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_Background_SettingsExpander.Header" xml:space="preserve">
|
||
<value>Background</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_Background_SettingsExpander.Description" xml:space="preserve">
|
||
<value>Choose a custom background color or image</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_Background_NotAvailable.Text" xml:space="preserve">
|
||
<value>Not available with Mica</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_WindowsAccentColor_SettingsCard.Header" xml:space="preserve">
|
||
<value>System accent color</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_WindowsAccentColor_OpenWindowsColorsLinkText.Text" xml:space="preserve">
|
||
<value>Personalization › Colors</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImageBlur_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image blur</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImageBrightness_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image brightness</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackgroundImage_ResetProperties_SettingsCard.Header" xml:space="preserve">
|
||
<value>Restore defaults</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_Background_ResetImagePropertiesButton.Content" xml:space="preserve">
|
||
<value>Reset image settings</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_WindowsAccentColor_SettingsCard_Description1.Text" xml:space="preserve">
|
||
<value>Change the system accent in Windows Settings:</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_Mode_Light_Automation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Light</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_Mode_Dark_Automation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Dark</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_AppTheme_Mode_System_Automation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Use system settings</value>
|
||
</data>
|
||
<data name="Settings_FallbacksPage_GlobalResults_SettingsCard.Header" xml:space="preserve">
|
||
<value>Include in the Global result</value>
|
||
</data>
|
||
<data name="Settings_FallbacksPage_GlobalResults_SettingsCard.Description" xml:space="preserve">
|
||
<value>Show results on queries without direct activation command</value>
|
||
</data>
|
||
<data name="ManageFallbackRankAutomation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Manage fallback order</value>
|
||
</data>
|
||
<data name="ManageFallbackRank.Text" xml:space="preserve">
|
||
<value>Manage fallback order</value>
|
||
</data>
|
||
<data name="ManageFallbackOrderDialogDescription.Text" xml:space="preserve">
|
||
<value>Drag items to set which fallback commands run first; commands at the top take priority.</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_More_ReorderFallbacks_MenuFlyoutItem.Text" xml:space="preserve">
|
||
<value>Manage fallback order</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_VersionNo" xml:space="preserve">
|
||
<value>Version {0}</value>
|
||
</data>
|
||
<data name="DockAppearance_AppTheme_SettingsCard.Header" xml:space="preserve">
|
||
<value>Theme mode</value>
|
||
</data>
|
||
<data name="DockAppearance_AppTheme_SettingsCard.Description" xml:space="preserve">
|
||
<value>Select which theme to display</value>
|
||
</data>
|
||
<data name="DockAppearance_Backdrop_SettingsCard.Header" xml:space="preserve">
|
||
<value>Material</value>
|
||
</data>
|
||
<data name="DockAppearance_Backdrop_SettingsCard.Description" xml:space="preserve">
|
||
<value>Select the visual material</value>
|
||
</data>
|
||
<data name="DockAppearance_Backdrop_Mica.Content" xml:space="preserve">
|
||
<value>Mica</value>
|
||
</data>
|
||
<data name="DockAppearance_Backdrop_Transparent.Content" xml:space="preserve">
|
||
<value>Transparent</value>
|
||
</data>
|
||
<data name="DockAppearance_Backdrop_Acrylic.Content" xml:space="preserve">
|
||
<value>Acrylic</value>
|
||
</data>
|
||
<data name="DockAppearance_Background_SettingsExpander.Header" xml:space="preserve">
|
||
<value>Background</value>
|
||
</data>
|
||
<data name="DockAppearance_Background_SettingsExpander.Description" xml:space="preserve">
|
||
<value>Choose a custom background color or image for the dock</value>
|
||
</data>
|
||
<data name="DockAppearance_ColorizationMode.Header" xml:space="preserve">
|
||
<value>Colorization mode</value>
|
||
</data>
|
||
<data name="DockAppearance_NoBackground_DescriptionTextBlock.Text" xml:space="preserve">
|
||
<value>No settings</value>
|
||
</data>
|
||
<data name="DockAppearance_WindowsAccentColor_SettingsCard.Header" xml:space="preserve">
|
||
<value>System accent color</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundImage_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundImageBrightness_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image brightness</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundImageBlur_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image blur</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundImageFit_SettingsCard.Header" xml:space="preserve">
|
||
<value>Background image fit</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundTint_SettingsCard.Header" xml:space="preserve">
|
||
<value>Color tint</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundTintIntensity_SettingsCard.Header" xml:space="preserve">
|
||
<value>Color intensity</value>
|
||
</data>
|
||
<data name="DockAppearance_BackgroundImage_ResetProperties_SettingsCard.Header" xml:space="preserve">
|
||
<value>Restore defaults</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropOpacity_SettingsCard.Header" xml:space="preserve">
|
||
<value>Opacity</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_SettingsCard.Header" xml:space="preserve">
|
||
<value>Material</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_SettingsCard.Description" xml:space="preserve">
|
||
<value>Select the visual material used for the window background</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_Acrylic.Content" xml:space="preserve">
|
||
<value>Acrylic (default)</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_Transparent.Content" xml:space="preserve">
|
||
<value>Transparent</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_Mica.Content" xml:space="preserve">
|
||
<value>Mica</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_AcrylicThin.Content" xml:space="preserve">
|
||
<value>Thin Acrylic</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_BackdropStyle_MicaAlt.Content" xml:space="preserve">
|
||
<value>Mica Alt</value>
|
||
</data>
|
||
<data name="Settings_GeneralPage_MicaBackdrop_DescriptionTextBlock.Text" xml:space="preserve">
|
||
<value>Mica automatically adapts to your desktop wallpaper. Custom backgrounds and opacity settings are not available for this material.</value>
|
||
</data>
|
||
<data name="Settings_AppearancePage_OpenCommandPaletteButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Open Command Palette</value>
|
||
<comment>Button to open the Command Palette window to preview appearance changes</comment>
|
||
</data>
|
||
<data name="Settings_AppearancePage_OpenCommandPaletteButton_Text.Text" xml:space="preserve">
|
||
<value>Open Command Palette</value>
|
||
</data>
|
||
<data name="Settings_AppearancePage_ResetAppearanceButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Reset appearance settings</value>
|
||
<comment>Button to reset all appearance settings to their default values</comment>
|
||
</data>
|
||
<data name="Settings_AppearancePage_ResetAppearanceButton_Text.Text" xml:space="preserve">
|
||
<value>Reset to defaults</value>
|
||
</data>
|
||
<data name="Settings_ExtensionsPage_More_Button.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>More options</value>
|
||
</data>
|
||
<data name="MoreCommandsButton_Label.Text" xml:space="preserve">
|
||
<value>More</value>
|
||
</data>
|
||
<data name="CommandBar_SecondaryButton_HotkeyCtrl.Text" xml:space="preserve">
|
||
<value>Ctrl</value>
|
||
<comment>Key modifier</comment>
|
||
</data>
|
||
<data name="CommandBar_MoreCommandsButtonButton_HotkeyCtrl.Text" xml:space="preserve">
|
||
<value>Ctrl</value>
|
||
<comment>Key modifier</comment>
|
||
</data>
|
||
<data name="MoreCommandsButton.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Ctrl+K</value>
|
||
</data>
|
||
<data name="CommandBar_MoreCommandsButtonButton_HotkeyCtrl2.Text" xml:space="preserve">
|
||
<value>K</value>
|
||
<comment>Keyboard key</comment>
|
||
</data>
|
||
<data name="ConfigureShortcut" xml:space="preserve">
|
||
<value>Configure shortcut</value>
|
||
</data>
|
||
<data name="ConfigureShortcutText.Text" xml:space="preserve">
|
||
<value>Assign shortcut</value>
|
||
</data>
|
||
<data name="DockAppearance_DockPosition_SettingsCard.Header" xml:space="preserve">
|
||
<value>Position</value>
|
||
</data>
|
||
<data name="DockAppearance_DockPosition_SettingsExpander.Description" xml:space="preserve">
|
||
<value>Choose where the Dock appears on your screen</value>
|
||
</data>
|
||
<data name="DockAppearance_DockPosition_Left.Content" xml:space="preserve">
|
||
<value>Left</value>
|
||
</data>
|
||
<data name="DockAppearance_DockPosition_Top.Content" xml:space="preserve">
|
||
<value>Top</value>
|
||
</data>
|
||
<data name="DockAppearance_DockPosition_Right.Content" xml:space="preserve">
|
||
<value>Right</value>
|
||
</data>
|
||
<data name="DockAppearance_DockPosition_Bottom.Content" xml:space="preserve">
|
||
<value>Bottom</value>
|
||
</data>
|
||
<data name="top_level_pin_command_name" xml:space="preserve">
|
||
<value>Pin to home</value>
|
||
<comment>Command name for pinning an item to the top level list of commands</comment>
|
||
</data>
|
||
<data name="top_level_unpin_command_name" xml:space="preserve">
|
||
<value>Unpin from home</value>
|
||
<comment>Command name for unpinning an item from the top level list of commands</comment>
|
||
</data>
|
||
<data name="dock_pin_command_name" xml:space="preserve">
|
||
<value>Pin to Dock</value>
|
||
<comment>Command name for pinning an item to the dock</comment>
|
||
</data>
|
||
<data name="dock_unpin_command_name" xml:space="preserve">
|
||
<value>Unpin from Dock</value>
|
||
<comment>Command name for unpinning an item from the dock</comment>
|
||
</data>
|
||
<data name="FiltersDropDown.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Filters</value>
|
||
</data>
|
||
<data name="FiltersDropDown.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Filters (Alt+F)</value>
|
||
</data>
|
||
<data name="FiltersDropDown_DefaultText" xml:space="preserve">
|
||
<value>Filters</value>
|
||
</data>
|
||
<data name="FilterSearchBox.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Search filters</value>
|
||
</data>
|
||
<data name="FilterSearchBox.PlaceholderText" xml:space="preserve">
|
||
<value>Search filters...</value>
|
||
</data>
|
||
<data name="FilterListView.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Filter options</value>
|
||
</data>
|
||
<data name="FiltersDropDown_NoResults.Text" xml:space="preserve">
|
||
<value>No results</value>
|
||
</data>
|
||
<data name="Dock_EditMode_Labels.Text" xml:space="preserve">
|
||
<value>Labels</value>
|
||
</data>
|
||
<data name="Dock_EditMode_ShowTitles.Text" xml:space="preserve">
|
||
<value>Show titles</value>
|
||
</data>
|
||
<data name="Dock_EditMode_ShowSubtitles.Text" xml:space="preserve">
|
||
<value>Show subtitles</value>
|
||
</data>
|
||
<data name="Dock_EditMode_Unpin.Text" xml:space="preserve">
|
||
<value>Unpin</value>
|
||
</data>
|
||
<data name="Dock_AddBand_NoCommandsAvailable.Text" xml:space="preserve">
|
||
<value>No commands available to pin</value>
|
||
</data>
|
||
<data name="Dock_AddBand_StartTooltip.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Add band to start</value>
|
||
</data>
|
||
<data name="Dock_AddBand_CenterTooltip.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Add band to center</value>
|
||
</data>
|
||
<data name="Dock_AddBand_EndTooltip.[using:Microsoft.UI.Xaml.Controls]ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Add band to end</value>
|
||
</data>
|
||
<data name="Dock_EditMode_Save.Content" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="Dock_EditMode_Discard.Content" xml:space="preserve">
|
||
<value>Discard</value>
|
||
</data>
|
||
<data name="CmdPal_LearnMore.Content" xml:space="preserve">
|
||
<value>Learn more about Command Palette</value>
|
||
</data>
|
||
<data name="CmdPalDock_LearnMore.Content" xml:space="preserve">
|
||
<value>Learn more about Command Palette Dock</value>
|
||
</data>
|
||
<data name="SettingsPage_NewInfoBadge.Text" xml:space="preserve">
|
||
<value>NEW</value>
|
||
<comment>Must be all caps</comment>
|
||
</data>
|
||
</root> |