mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-03 01:36:31 +02:00
## Running the Project **Option 1: Test via runner** 1. Check out branch `niels9001/kbm-ux-consolidation` 2. Build PowerToys project 3. Manually build `Modules/KeyboardManagerEditorUI` project separately 4. Run `runner` project 5. Ensure experimental features are enabled in general settings (should be on by default) 6. Launch keyboard manager via settings app **Option 2: Test via installer** 1. Install PowerToys via installer on azure pipeline 1. Launch keyboard manager ## Validation For each page (Text, Remappings, Programs, URLs): * Create shortcuts with variable options and ensure they run as expected * Delete shortcuts and ensure they no longer execute * Try to create invalid shortcuts to check for proper validation * Ensure created shortcuts appear in Power Toys Settings Keyboard manager page * Try toggling shortcuts * Try deleting shortcuts while toggled off ### UI * Any feedback on UI design appreciated as well <img width="1071" height="671" alt="image" src="https://github.com/user-attachments/assets/d2e81de0-6d92-4189-9a33-32e94cce74f7" /> <img width="2142" height="1341" alt="image" src="https://github.com/user-attachments/assets/0e4e5685-fdf1-4dfd-ba52-a2e5bc9a66db" /> Closes: #15870 Closes: #31902 Closes: #45302 Closes: #36227 Closes: #16093 Closes: #13409 Closes: #9919 Closes: #9482 Closes: #8798 Closes: #7054 Closes: #2733 Closes: #2027 Closes: #30167 --------- Co-authored-by: Hao Liu <liuhao3418@gmail.com> Co-authored-by: chenmy77 <162882040+chenmy77@users.noreply.github.com> Co-authored-by: Niels Laute <niels.laute@live.nl> Co-authored-by: Jay <65828559+Jay-o-Way@users.noreply.github.com> Co-authored-by: Jaylyn Barbee <51131738+Jaylyn-Barbee@users.noreply.github.com> Co-authored-by: Dustin L. Howett <duhowett@microsoft.com>
5897 lines
273 KiB
XML
5897 lines
273 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="Attribution_Rooler.Text" xml:space="preserve">
|
||
<value>Inspired by Rooler</value>
|
||
<comment>Rooler is a name of the tool.</comment>
|
||
</data>
|
||
<data name="Shell_MeasureTool.Content" xml:space="preserve">
|
||
<value>Screen Ruler</value>
|
||
<comment>Product name: Navigation view item name for Screen Ruler</comment>
|
||
</data>
|
||
<data name="MeasureTool.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="MeasureTool.ModuleDescription" xml:space="preserve">
|
||
<value>Screen Ruler is a quick and easy way to measure pixels on your screen.</value>
|
||
<comment>"Screen Ruler" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MeasureTool.ModuleTitle" xml:space="preserve">
|
||
<value>Screen Ruler</value>
|
||
<comment>"Screen Ruler" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MeasureTool_ActivationSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="MeasureTool_Settings.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
<comment>"Screen Ruler" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MeasureTool_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="MeasureTool_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut to bring up the command bar</value>
|
||
<comment>"Screen Ruler" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Shell_SearchBox.PlaceholderText" xml:space="preserve">
|
||
<value>Search for settings</value>
|
||
<comment>Placeholder in settings search box</comment>
|
||
</data>
|
||
<data name="Shell_Search_NoResults" xml:space="preserve">
|
||
<value>No results for</value>
|
||
<comment>Prefix used in the no-results row; the query is appended in code, e.g., "No results for 'abc'"</comment>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle.Header" xml:space="preserve">
|
||
<value>Default mode</value>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle.Description" xml:space="preserve">
|
||
<value>The measuring mode that is used when activated</value>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle_None.Content" xml:space="preserve">
|
||
<value>None</value>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle_Bounds.Content" xml:space="preserve">
|
||
<value>Bounds</value>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle_Spacing.Content" xml:space="preserve">
|
||
<value>Spacing</value>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle_Horizontal_Spacing.Content" xml:space="preserve">
|
||
<value>Horizontal spacing</value>
|
||
</data>
|
||
<data name="MeasureTool_DefaultMeasureStyle_Vertical_Spacing.Content" xml:space="preserve">
|
||
<value>Vertical spacing</value>
|
||
</data>
|
||
<data name="MeasureTool_UnitsOfMeasure.Header" xml:space="preserve">
|
||
<value>Extra units of measurement</value>
|
||
</data>
|
||
<data name="MeasureTool_UnitsOfMeasure_Pixels.Content" xml:space="preserve">
|
||
<value>Show only pixels</value>
|
||
</data>
|
||
<data name="MeasureTool_UnitsOfMeasure_Inches.Content" xml:space="preserve">
|
||
<value>Inches</value>
|
||
</data>
|
||
<data name="MeasureTool_UnitsOfMeasure_Centimeters.Content" xml:space="preserve">
|
||
<value>Centimeters</value>
|
||
</data>
|
||
<data name="MeasureTool_UnitsOfMeasure_Millimeters.Content" xml:space="preserve">
|
||
<value>Millimeters</value>
|
||
</data>
|
||
<data name="MeasureTool_PixelTolerance.Header" xml:space="preserve">
|
||
<value>Pixel tolerance for edge detection</value>
|
||
</data>
|
||
<data name="MeasureTool_MeasureCrossColor.Header" xml:space="preserve">
|
||
<value>Line color</value>
|
||
</data>
|
||
<data name="MeasureTool_ContinuousCapture.Header" xml:space="preserve">
|
||
<value>Capture screen continuously during measuring</value>
|
||
</data>
|
||
<data name="MeasureTool_ContinuousCapture.Description" xml:space="preserve">
|
||
<value>Refresh screen contexts in real-time instead of making a screenshot once</value>
|
||
</data>
|
||
<data name="MeasureTool_PerColorChannelEdgeDetection.Header" xml:space="preserve">
|
||
<value>Per color channel edge detection</value>
|
||
</data>
|
||
<data name="MeasureTool_PerColorChannelEdgeDetection.Description" xml:space="preserve">
|
||
<value>If enabled, test that all color channels are within a tolerance distance from each other. Otherwise, check that the sum of all color channels differences is smaller than the tolerance.</value>
|
||
</data>
|
||
<data name="MeasureTool_DrawFeetOnCross.Header" xml:space="preserve">
|
||
<value>Draw feet on cross</value>
|
||
</data>
|
||
<data name="MeasureTool_DrawFeetOnCross.Description" xml:space="preserve">
|
||
<value>Adds feet to the end of cross lines</value>
|
||
</data>
|
||
<data name="MeasureTool_EnableMeasureTool.Header" xml:space="preserve">
|
||
<value>Screen Ruler</value>
|
||
<comment>"Screen Ruler" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ActivationSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DeviceLayoutSettings.Header" xml:space="preserve">
|
||
<value>Device layout</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DeviceLayoutSettings.Description" xml:space="preserve">
|
||
<value>Drag and drop a machine to rearrange the order.</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_CannotDragDropAsAdmin.Title" xml:space="preserve">
|
||
<value>It is not possible to use drag and drop while running PowerToys elevated. As a workaround, please restart PowerToys without elevation to edit the device layout.</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_KeySettings.Header" xml:space="preserve">
|
||
<value>Encryption key</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SecurityKey.Header" xml:space="preserve">
|
||
<value>Security key</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SecurityKey.Description" xml:space="preserve">
|
||
<value>To set up, generate the key on one machine, and enter it manually on other machines</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_NewKey.Content" xml:space="preserve">
|
||
<value>New key</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_CopyMachineName.Text" xml:space="preserve">
|
||
<value>Copy to clipboard</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ReconnectButton.Text" xml:space="preserve">
|
||
<value>Refresh connections</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ReconnectTooltip.Text" xml:space="preserve">
|
||
<value>Reestablishes connections with other devices if issues occur</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ThisMachineNameLabel.Header" xml:space="preserve">
|
||
<value>Host name of this device</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_Connect.Content" xml:space="preserve">
|
||
<value>Connect</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_UninstallService.Header" xml:space="preserve">
|
||
<value>Uninstall service</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_UninstallService.Description" xml:space="preserve">
|
||
<value>Removes the service from the computer; administrator access is required</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_Settings.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_TroubleShooting.Header" xml:space="preserve">
|
||
<value>Troubleshooting</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_AddFirewallRuleButtonControl.Header" xml:space="preserve">
|
||
<value>Add a firewall rule for Mouse Without Borders</value>
|
||
<comment>"Mouse Without Borders" is a product name</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_AddFirewallRuleButtonControl.Description" xml:space="preserve">
|
||
<value>Adding a firewall rule might help solve connection issues</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_RunAsAdminText.Title" xml:space="preserve">
|
||
<value>This setting can only be changed when running as administrator</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ServiceUserUninstallWarning.Title" xml:space="preserve">
|
||
<value>If PowerToys is installed as a user, uninstalling/upgrading may require the Mouse Without Borders service to be removed manually later.</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ServiceSettings.Header" xml:space="preserve">
|
||
<value>Service</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_Toggle_Enable.Header" xml:space="preserve">
|
||
<value>Mouse Without Borders</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders.ModuleDescription" xml:space="preserve">
|
||
<value>Mouse Without Borders is a quick and easy way to move your cursor across multiple devices.</value>
|
||
<comment>"Mouse Without Borders" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders.ModuleTitle" xml:space="preserve">
|
||
<value>Mouse Without Borders</value>
|
||
<comment>"Mouse Without Borders" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_UseService.Header" xml:space="preserve">
|
||
<value>Use Service</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_UseService.Description" xml:space="preserve">
|
||
<value>Runs in service mode, allowing MWB to control locked remote machines and system or administrator applications</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_MatrixOneRow.Header" xml:space="preserve">
|
||
<value>Devices in a single row</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_MatrixOneRow.Description" xml:space="preserve">
|
||
<value>Sets whether the devices are aligned on a single row. A two by two matrix is considered otherwise</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_WrapMouse.Content" xml:space="preserve">
|
||
<value>Move the mouse back to the first machine when it passes the last one</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ShareClipboard.Header" xml:space="preserve">
|
||
<value>Share clipboard</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_TransferFile.Content" xml:space="preserve">
|
||
<value>Transfer copied files to the remote machine’s clipboard (up to 100 MB)</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_HideMouseAtScreenEdge.Header" xml:space="preserve">
|
||
<value>Hide mouse at the screen edge</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DrawMouseCursor.Header" xml:space="preserve">
|
||
<value>Draw mouse cursor</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_MouseBehavior.Header" xml:space="preserve">
|
||
<value>Mouse behavior</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ValidateRemoteMachineIP.Header" xml:space="preserve">
|
||
<value>Validate remote machine IP</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SameSubnetOnly.Header" xml:space="preserve">
|
||
<value>Same subnet only</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_BlockScreenSaverOnOtherMachines.Header" xml:space="preserve">
|
||
<value>Block screen saver on other machines</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_MoveMouseRelatively.Header" xml:space="preserve">
|
||
<value>Move mouse relatively</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_BlockMouseAtScreenCorners.Content" xml:space="preserve">
|
||
<value>Block mouse at screen corners to avoid accident machine-switch at screen corners</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ShowClipboardAndNetworkStatusMessages.Header" xml:space="preserve">
|
||
<value>Show clipboard and network status messages</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ShowOriginalUI.Header" xml:space="preserve">
|
||
<value>Show the original Mouse Without Borders UI</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ShowOriginalUI.Description" xml:space="preserve">
|
||
<value>This is accessible from the system tray and requires a restart</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ShareClipboard.Description" xml:space="preserve">
|
||
<value>If share clipboard stops working, Ctrl+Alt+Del then Esc may solve the problem</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_HideMouseAtScreenEdge.Description" xml:space="preserve">
|
||
<value>Hide the cursor at the top edge when switching to another machine, and take focus from full-screen apps to ensure keyboard input is redirected</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DrawMouseCursor.Description" xml:space="preserve">
|
||
<value>The mouse cursor may not appear on Windows 10 and later if no physical mouse is connected</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ValidateRemoteMachineIP.Description" xml:space="preserve">
|
||
<value>Reverse DNS lookup to validate machine IP address</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SameSubnetOnly.Description" xml:space="preserve">
|
||
<value>Only connect to machines in the same intranet NNN.NNN.*.* (only works when both machines have IPv4 enabled)</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_IPAddressMapping_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>Example: MyLaptop 192.168.0.24</value>
|
||
<comment>Don't translate MyLaptop</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_IPAddressMapping.Header" xml:space="preserve">
|
||
<value>IP address mapping</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_IPAddressMapping.Description" xml:space="preserve">
|
||
<value>Resolve machine's IP address using manually entered mappings below</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_BlockScreenSaverOnOtherMachines.Description" xml:space="preserve">
|
||
<value>Prevent screen saver from starting on other machines when user is actively working on this machine</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_MoveMouseRelatively.Description" xml:space="preserve">
|
||
<value>Use this option when remote machine's monitor settings are different, or remote machine has multiple monitors</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ShowClipboardAndNetworkStatusMessages.Description" xml:space="preserve">
|
||
<value>Show clipboard activities and network status in system tray notifications</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_KeyboardShortcuts_Group.Header" xml:space="preserve">
|
||
<value>Keyboard shortcuts</value>
|
||
<comment>keyboard is the hardware peripheral</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_AdvancedSettings_Group.Header" xml:space="preserve">
|
||
<value>Advanced settings</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseSettings_Group.Header" xml:space="preserve">
|
||
<value>Easy Mouse</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseOption.Header" xml:space="preserve">
|
||
<value>Easy Mouse: move between machines by moving the mouse pointer to the screen edges</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseOption.Description" xml:space="preserve">
|
||
<value>Can also be set to move only when pressing Shift or Ctrl</value>
|
||
<comment>Shift and Ctrl are the keyboard keys</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseOption_Disabled.Content" xml:space="preserve">
|
||
<value>Disabled</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseOption_Enabled.Content" xml:space="preserve">
|
||
<value>Enabled</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseOption_Ctrl.Content" xml:space="preserve">
|
||
<value>Ctrl</value>
|
||
<comment>This is the Ctrl keyboard key</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_EasyMouseOption_Shift.Content" xml:space="preserve">
|
||
<value>Shift</value>
|
||
<comment>This is the Shift keyboard key</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DisableEasyMouseWhenForegroundWindowIsFullscreen.Header" xml:space="preserve">
|
||
<value>Disable Easy Mouse when an application is running in full screen</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DisableEasyMouseWhenForegroundWindowIsFullscreen.Description" xml:space="preserve">
|
||
<value>Prevent Easy Mouse from moving to another machine when an application is in full-screen mode</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_CanOnlyStopEasyMouseIfMovingFromHostMachine.Title" xml:space="preserve">
|
||
<value>Disabling Easy Mouse in full-screen mode only affects the host PC and does not prevent the mouse from moving away from remote machines</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DisableEasyMouseWhenForegroundWindowIsFullscreen_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>msedge.exe
|
||
firefox.exe
|
||
opera.exe</value>
|
||
<comment>Allow easy mouse when chrome is in fullscreen mode.</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DisableEasyMouseWhenForegroundWindowIsFullscreen_Expander.Header" xml:space="preserve">
|
||
<value>Ignored fullscreen applications</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_DisableEasyMouseWhenForegroundWindowIsFullscreen_Expander.Description" xml:space="preserve">
|
||
<value>Allow Easy Mouse to move between machines even if one of these applications is running in full screen, separate each executable with a new line.</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_LockMachinesShortcut.Header" xml:space="preserve">
|
||
<value>Lock all machines</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_LockMachinesShortcut.Description" xml:space="preserve">
|
||
<value>Press this hotkey twice to lock all machines, noting that only machines with the same shortcut configured will be locked</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_Shortcuts.Header" xml:space="preserve">
|
||
<value>Shortcuts</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_Shortcuts.Description" xml:space="preserve">
|
||
<value>Configure shortcuts to quickly control features</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ToggleEasyMouseShortcut.Header" xml:space="preserve">
|
||
<value>Turn Easy Mouse on or off</value>
|
||
<comment>Ctrl and Alt are the keyboard keys</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ToggleEasyMouseShortcut.Description" xml:space="preserve">
|
||
<value>Only works if EasyMouse is set to Enabled or Disabled</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SwitchBetweenMachineShortcut.Header" xml:space="preserve">
|
||
<value>Switching between machines</value>
|
||
<comment>Ctrl and Alt are the keyboard keys</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SwitchBetweenMachineShortcut.Description" xml:space="preserve">
|
||
<value> Ctrl+Alt+:</value>
|
||
<comment>Ctrl and Alt are the keyboard keys</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SwitchBetweenMachineShortcut_F1.Content" xml:space="preserve">
|
||
<value>F1, F2, F3, F4</value>
|
||
<comment>Don't localize. These are keyboard keys</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_SwitchBetweenMachineShortcut_1.Content" xml:space="preserve">
|
||
<value>1, 2, 3, 4</value>
|
||
<comment>Don't localize. These are keyboard keys</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_ReconnectShortcut.Header" xml:space="preserve">
|
||
<value>Try reconnecting when connection is lost</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_Switch2AllPcShortcut.Header" xml:space="preserve">
|
||
<value>Control all computes are once</value>
|
||
</data>
|
||
<data name="Shell_General.Content" xml:space="preserve">
|
||
<value>General</value>
|
||
<comment>Navigation view item name for General</comment>
|
||
</data>
|
||
<data name="Shell_Awake.Content" xml:space="preserve">
|
||
<value>Awake</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="Shell_PowerLauncher.Content" xml:space="preserve">
|
||
<value>PowerToys Run</value>
|
||
<comment>Product name: Navigation view item name for PowerToys Run</comment>
|
||
</data>
|
||
<data name="Shell_PowerRename.Content" xml:space="preserve">
|
||
<value>PowerRename</value>
|
||
<comment>Product name: Navigation view item name for PowerRename</comment>
|
||
</data>
|
||
<data name="Shell_ShortcutGuide.Content" xml:space="preserve">
|
||
<value>Shortcut Guide</value>
|
||
<comment>Product name: Navigation view item name for Shortcut Guide</comment>
|
||
</data>
|
||
<data name="Shell_PowerPreview.Content" xml:space="preserve">
|
||
<value>File Explorer Add-ons</value>
|
||
<comment>Product name: Navigation view item name for File Explorer. Please use File Explorer as in the context of File Explorer in Windows</comment>
|
||
</data>
|
||
<data name="Shell_FancyZones.Content" xml:space="preserve">
|
||
<value>FancyZones</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="Shell_ImageResizer.Content" xml:space="preserve">
|
||
<value>Image Resizer</value>
|
||
<comment>Product name: Navigation view item name for Image Resizer</comment>
|
||
</data>
|
||
<data name="Shell_ColorPicker.Content" xml:space="preserve">
|
||
<value>Color Picker</value>
|
||
<comment>Product name: Navigation view item name for Color Picker</comment>
|
||
</data>
|
||
<data name="Shell_PowerDisplay.Content" xml:space="preserve">
|
||
<value>Power Display</value>
|
||
<comment>Product name: Navigation view item name for Power Display</comment>
|
||
</data>
|
||
<data name="Shell_KeyboardManager.Content" xml:space="preserve">
|
||
<value>Keyboard Manager</value>
|
||
<comment>Product name: Navigation view item name for Keyboard Manager</comment>
|
||
</data>
|
||
<data name="Shell_MouseWithoutBorders.Content" xml:space="preserve">
|
||
<value>Mouse Without Borders</value>
|
||
<comment>Product name: Navigation view item name for Mouse Without Borders</comment>
|
||
</data>
|
||
<data name="Shell_MouseUtilities.Content" xml:space="preserve">
|
||
<value>Mouse Utilities</value>
|
||
<comment>Product name: Navigation view item name for Mouse utilities</comment>
|
||
</data>
|
||
<data name="Shell_NavigationMenu_Announce_Collapse" xml:space="preserve">
|
||
<value>Navigation closed</value>
|
||
<comment>Accessibility announcement when the navigation pane collapses</comment>
|
||
</data>
|
||
<data name="Shell_NavigationMenu_Announce_Open" xml:space="preserve">
|
||
<value>Navigation opened</value>
|
||
<comment>Accessibility announcement when the navigation pane opens</comment>
|
||
</data>
|
||
<data name="KeyboardManager.ModuleDescription" xml:space="preserve">
|
||
<value>Reconfigure your keyboard by remapping keys and shortcuts</value>
|
||
<comment>Keyboard Manager page description</comment>
|
||
</data>
|
||
<data name="KeyboardManager_EnableToggle.Header" xml:space="preserve">
|
||
<value>Keyboard Manager</value>
|
||
<comment>Keyboard Manager enable toggle header. Do not loc the Product name. Do you want this feature on / off</comment>
|
||
</data>
|
||
<data name="KeyboardManager_RemapKeyboardButton.Header" xml:space="preserve">
|
||
<value>Remap a key</value>
|
||
<comment>Keyboard Manager remap keyboard button content</comment>
|
||
</data>
|
||
<data name="KeyboardManager_Editor.Header" xml:space="preserve">
|
||
<value>Editor</value>
|
||
<comment>Keyboard Manager new editor header</comment>
|
||
</data>
|
||
<data name="KeyboardManager_Keys.Header" xml:space="preserve">
|
||
<value>Keys</value>
|
||
<comment>Keyboard Manager remap keyboard header</comment>
|
||
</data>
|
||
<data name="KeyboardManager_RemapShortcutsButton.Header" xml:space="preserve">
|
||
<value>Remap a shortcut</value>
|
||
<comment>Keyboard Manager remap shortcuts button</comment>
|
||
</data>
|
||
<data name="KeyboardManager_Shortcuts.Header" xml:space="preserve">
|
||
<value>Shortcuts</value>
|
||
<comment>Keyboard Manager remap keyboard header</comment>
|
||
</data>
|
||
<data name="KeyboardManager_All_Apps_Description" xml:space="preserve">
|
||
<value>All apps</value>
|
||
<comment>Should be the same as EditShortcuts_AllApps from keyboard manager editor</comment>
|
||
</data>
|
||
<data name="KeyboardManager_TryNewExperience.Header" xml:space="preserve">
|
||
<value>Try the new editor</value>
|
||
<comment>Keyboard Manager toggle to switch to the new unified editor</comment>
|
||
</data>
|
||
<data name="KeyboardManager_TryNewExperience.Description" xml:space="preserve">
|
||
<value>Switch to the new editor. You can switch back at any time.</value>
|
||
<comment>Description for the new experience toggle</comment>
|
||
</data>
|
||
<data name="KeyboardManager_OpenNewEditor.Header" xml:space="preserve">
|
||
<value>Editor</value>
|
||
<comment>Keyboard Manager button to open the new unified editor</comment>
|
||
</data>
|
||
<data name="KeyboardManager_OpenNewEditor.Description" xml:space="preserve">
|
||
<value>Set and manage your remappings</value>
|
||
<comment>Description for the new editor button</comment>
|
||
</data>
|
||
<data name="KeyboardManager_GoBackClassic.Content" xml:space="preserve">
|
||
<value>Switch back to the classic editor</value>
|
||
<comment>Keyboard Manager link to switch back to the classic editor UI</comment>
|
||
</data>
|
||
<data name="Shortcut.Header" xml:space="preserve">
|
||
<value>Shortcut</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableAISettingsCard.Header" xml:space="preserve">
|
||
<value>Paste with AI</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnablePasteAIModerationToggle.Header" xml:space="preserve">
|
||
<value>OpenAI content moderation</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableAdvancedAIDescription.Text" xml:space="preserve">
|
||
<value>Use built-in functions to handle complex tasks. Token consumption may increase.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Clipboard_History_Enabled_SettingsCard.Header" xml:space="preserve">
|
||
<value>Access Clipboard History</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Clipboard_History_Enabled_SettingsCard.Description" xml:space="preserve">
|
||
<value>View and select previously copied items</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Direct_Access_Hotkeys_GroupSettings.Header" xml:space="preserve">
|
||
<value>Actions</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Additional_Actions_GroupSettings.Header" xml:space="preserve">
|
||
<value>Custom actions</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FoundryLocal_LegalDescription" xml:space="preserve">
|
||
<value>You're running local models directly on your device. Their behavior may vary or be unpredictable.</value>
|
||
</data>
|
||
<data name="FoundryLocal_RestartRequiredNote.Text" xml:space="preserve">
|
||
<value>Note: After installing the Foundry Local CLI, restart PowerToys to use it.</value>
|
||
<comment>Message informing users that PowerToys needs to be restarted after installing Foundry Local CLI</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_LocalModel_LegalDescription" xml:space="preserve">
|
||
<value>You're running local models directly on your device. Their behavior may vary or be unpredictable.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_OpenAI_LegalDescription" xml:space="preserve">
|
||
<value>Your API key connects directly to OpenAI services. By setting up this provider, you agree to comply with OpenAI's usage policies and data handling practices.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_OpenAI_TermsLabel" xml:space="preserve">
|
||
<value>Terms of Use</value>
|
||
</data>
|
||
<data name="AdvancedPaste_OpenAI_PrivacyLabel" xml:space="preserve">
|
||
<value>Privacy Policy</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AzureOpenAI_LegalDescription" xml:space="preserve">
|
||
<value>Your API key connects directly to Microsoft Azure services. By setting up this provider, you agree to comply with Microsoft Azure's usage policies and data handling practices.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AzureOpenAI_TermsLabel" xml:space="preserve">
|
||
<value>Microsoft Azure Terms of Service</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AzureOpenAI_PrivacyLabel" xml:space="preserve">
|
||
<value>Microsoft Privacy Statement</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AzureAIInference_LegalDescription" xml:space="preserve">
|
||
<value>Your API key connects directly to Microsoft Azure services. By setting up this provider, you agree to comply with Microsoft Azure's usage policies and data handling practices.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AzureAIInference_TermsLabel" xml:space="preserve">
|
||
<value>Microsoft Azure Terms of Service</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AzureAIInference_PrivacyLabel" xml:space="preserve">
|
||
<value>Microsoft Privacy Statement</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Google_LegalDescription" xml:space="preserve">
|
||
<value>Your API key connects directly to Google services. By setting up this provider, you agree to comply with Google's usage policies and data handling practices.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Google_TermsLabel" xml:space="preserve">
|
||
<value>Google Terms of Service</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Google_PrivacyLabel" xml:space="preserve">
|
||
<value>Google Privacy Policy</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Mistral_LegalDescription" xml:space="preserve">
|
||
<value>Your API key connects directly to Mistral services. By setting up this provider, you agree to comply with Mistral's usage policies and data handling practices.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Mistral_TermsLabel" xml:space="preserve">
|
||
<value>Mistral Terms of Use</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Mistral_PrivacyLabel" xml:space="preserve">
|
||
<value>Mistral Privacy Policy</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Ollama_TermsLabel" xml:space="preserve">
|
||
<value>Ollama Terms of Service</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Ollama_PrivacyLabel" xml:space="preserve">
|
||
<value>Ollama Privacy Policy</value>
|
||
</data>
|
||
<data name="RemapKeysList.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Current key remappings</value>
|
||
</data>
|
||
<data name="RemapShortcutsList.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Current shortcut remappings</value>
|
||
</data>
|
||
<data name="KeyboardManager_RemappedKeysListItem.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Key remapping</value>
|
||
<comment>key as in keyboard key</comment>
|
||
</data>
|
||
<data name="KeyboardManager_RemappedShortcutsListItem.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Shortcut remapping</value>
|
||
</data>
|
||
<data name="KeyboardManager_RemappedTo.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Remapped to</value>
|
||
</data>
|
||
<data name="ColorPicker.ModuleDescription" xml:space="preserve">
|
||
<value>Quick and simple system-wide color picker.</value>
|
||
</data>
|
||
<data name="ColorPicker_EnableColorPicker.Header" xml:space="preserve">
|
||
<value>Color Picker</value>
|
||
<comment>do not loc the Product name. Do you want this feature on / off</comment>
|
||
</data>
|
||
<data name="ColorPicker_ChangeCursor.Content" xml:space="preserve">
|
||
<value>Change cursor when picking a color</value>
|
||
</data>
|
||
<data name="PowerLauncher.ModuleDescription" xml:space="preserve">
|
||
<value>A quick launcher that has additional capabilities without sacrificing performance.</value>
|
||
</data>
|
||
<data name="PowerLauncher_EnablePowerLauncher.Header" xml:space="preserve">
|
||
<value>PowerToys Run</value>
|
||
<comment>do not loc the Product name. Do you want this feature on / off</comment>
|
||
</data>
|
||
<data name="PowerLauncher_SearchResults.Header" xml:space="preserve">
|
||
<value>Search & results</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchResultPreference.Header" xml:space="preserve">
|
||
<value>Search result preference</value>
|
||
</data>
|
||
<data name="PowerLauncher_UsePinyin.Header" xml:space="preserve">
|
||
<value>Use Pinyin</value>
|
||
</data>
|
||
<data name="PowerLauncher_UsePinyin.Description" xml:space="preserve">
|
||
<value>Experimental: Use Pinyin on the search query. May not work for every plugin.</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchResultPreference_MostRecentlyUsed" xml:space="preserve">
|
||
<value>Most recently used</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchResultPreference_AlphabeticalOrder" xml:space="preserve">
|
||
<value>Alphabetical order</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchResultPreference_RunningProcessesOpenApplications" xml:space="preserve">
|
||
<value>Running processes/open applications</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchTypePreference.Header" xml:space="preserve">
|
||
<value>Search type preference</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchTypePreference_ApplicationName" xml:space="preserve">
|
||
<value>Application name</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchTypePreference_StringInApplication" xml:space="preserve">
|
||
<value>A string that is contained in the application</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchTypePreference_ExecutableName" xml:space="preserve">
|
||
<value>Executable name</value>
|
||
</data>
|
||
<data name="PowerLauncher_MaximumNumberOfResults.Header" xml:space="preserve">
|
||
<value>Number of results shown before scrolling</value>
|
||
</data>
|
||
<data name="PowerLauncher_OpenPowerLauncher.Header" xml:space="preserve">
|
||
<value>Open PowerToys Run</value>
|
||
</data>
|
||
<data name="PowerLauncher_OpenFileLocation.Header" xml:space="preserve">
|
||
<value>Open file location</value>
|
||
</data>
|
||
<data name="PowerLauncher_CopyPathLocation.Header" xml:space="preserve">
|
||
<value>Copy path location</value>
|
||
</data>
|
||
<data name="PowerLauncher_OpenConsole.Header" xml:space="preserve">
|
||
<value>Open console</value>
|
||
<comment>console refers to Windows command prompt</comment>
|
||
</data>
|
||
<data name="PowerLauncher_OverrideWinRKey.Content" xml:space="preserve">
|
||
<value>Override Win+R shortcut</value>
|
||
</data>
|
||
<data name="PowerLauncher_OverrideWinSKey.Content" xml:space="preserve">
|
||
<value>Override Win+S shortcut</value>
|
||
</data>
|
||
<data name="PowerLauncher_IgnoreHotkeysInFullScreen.Content" xml:space="preserve">
|
||
<value>Ignore shortcuts in fullscreen mode</value>
|
||
</data>
|
||
<data name="PowerLauncher_UseCentralizedKeyboardHook.Header" xml:space="preserve">
|
||
<value>Use centralized keyboard hook</value>
|
||
</data>
|
||
<data name="PowerLauncher_UseCentralizedKeyboardHook.Description" xml:space="preserve">
|
||
<value>Try this if there are issues with the shortcut (PowerToys Run might not get focus when triggered from an elevated window)</value>
|
||
</data>
|
||
<data name="PowerLauncher_ClearInputOnLaunch.Content" xml:space="preserve">
|
||
<value>Clear the previous query on launch</value>
|
||
</data>
|
||
<data name="PowerLauncher_TabSelectsContextButtons.Header" xml:space="preserve">
|
||
<value>Tab through context buttons</value>
|
||
</data>
|
||
<data name="PowerLauncher_TabSelectsContextButtons.Description" xml:space="preserve">
|
||
<value>Pressing tab will first select through the available context buttons of the current selection before moving onto the next result</value>
|
||
</data>
|
||
<data name="PowerLauncher_GenerateThumbnailsFromFiles.Header" xml:space="preserve">
|
||
<value>Generate thumbnails from files</value>
|
||
</data>
|
||
<data name="PowerLauncher_GenerateThumbnailsFromFiles.Description" xml:space="preserve">
|
||
<value>Results will try to generate thumbnails for files. Disabling this setting may increase stability and speed</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchQueryResultsWithDelay.Header" xml:space="preserve">
|
||
<value>Input Smoothing</value>
|
||
<comment>This is about adding a delay to wait for more input before executing a search</comment>
|
||
</data>
|
||
<data name="PowerLauncher_SearchQueryResultsWithDelay.Description" xml:space="preserve">
|
||
<value>Wait for more input before searching. This reduces interface jumpiness and system load.</value>
|
||
</data>
|
||
<data name="PowerLauncher_FastSearchInputDelayMs.Header" xml:space="preserve">
|
||
<value>Immediate plugins</value>
|
||
</data>
|
||
<data name="PowerLauncher_FastSearchInputDelayMs.Description" xml:space="preserve">
|
||
<value>Affects the plugins that make the UI wait for their results by this amount. Recommended: 30-50 ms.</value>
|
||
</data>
|
||
<data name="PowerLauncher_SlowSearchInputDelayMs.Header" xml:space="preserve">
|
||
<value>Background execution plugins</value>
|
||
</data>
|
||
<data name="PowerLauncher_SlowSearchInputDelayMs.Description" xml:space="preserve">
|
||
<value>Affects the plugins that execute in the background by this amount. Recommended: 100-150 ms.</value>
|
||
</data>
|
||
<data name="FancyZones.ModuleDescription" xml:space="preserve">
|
||
<value>Create window layouts to help make multi-tasking easy.</value>
|
||
<comment>windows refers to application windows</comment>
|
||
</data>
|
||
<data name="FancyZones_DisplayOrWorkAreaChangeMoveWindowsCheckBoxControl.Content" xml:space="preserve">
|
||
<value>Keep windows in their zones when the screen resolution or work area changes</value>
|
||
<comment>windows refers to application windows</comment>
|
||
</data>
|
||
<data name="FancyZones_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>FancyZones</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="FancyZones_ExcludeApps.Header" xml:space="preserve">
|
||
<value>Excluded apps</value>
|
||
</data>
|
||
<data name="FancyZones_ExcludeApps.Description" xml:space="preserve">
|
||
<value>Excludes an application from snapping to zones and will only react to Windows Snap - add one application name per line</value>
|
||
</data>
|
||
<data name="FancyZones_HighlightOpacity.Header" xml:space="preserve">
|
||
<value>Opacity (%)</value>
|
||
</data>
|
||
<data name="FancyZones_WindowSwitching_GroupSettings.Header" xml:space="preserve">
|
||
<value>Switch between windows in the current zone</value>
|
||
</data>
|
||
<data name="FancyZones_HotkeyNextTabControl.Header" xml:space="preserve">
|
||
<value>Next window</value>
|
||
</data>
|
||
<data name="FancyZones_HotkeyPrevTabControl.Header" xml:space="preserve">
|
||
<value>Previous window</value>
|
||
</data>
|
||
<data name="FancyZones_LaunchEditorButtonControl.Header" xml:space="preserve">
|
||
<value>Open layout editor</value>
|
||
<comment>launches the FancyZones layout editor application</comment>
|
||
</data>
|
||
<data name="FancyZones_LaunchEditorButtonControl.Description" xml:space="preserve">
|
||
<value>Set and manage your layouts</value>
|
||
<comment>launches the FancyZones layout editor application</comment>
|
||
</data>
|
||
<data name="FancyZones_MakeDraggedWindowTransparentCheckBoxControl.Content" xml:space="preserve">
|
||
<value>Make the dragged window transparent</value>
|
||
</data>
|
||
<data name="FancyZones_MouseDragCheckBoxControl_Header.Content" xml:space="preserve">
|
||
<value>Use a non-primary mouse button to toggle zone activation</value>
|
||
</data>
|
||
<data name="FancyZones_MouseMiddleClickSpanningMultipleZonesCheckBoxControl_Header.Content" xml:space="preserve">
|
||
<value>Use middle-click mouse button to toggle multiple zones spanning</value>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowsAcrossAllMonitorsCheckBoxControl.Content" xml:space="preserve">
|
||
<value>Move windows between zones across all monitors</value>
|
||
</data>
|
||
<data name="FancyZones_OverrideSnapHotkeys.Header" xml:space="preserve">
|
||
<value>Override Windows Snap</value>
|
||
</data>
|
||
<data name="FancyZones_OverrideSnapHotkeys.Description" xml:space="preserve">
|
||
<value>This overrides the Windows Snap shortcut (Win + arrow) to move windows between zones</value>
|
||
</data>
|
||
<data name="FancyZones_ShiftDragCheckBoxControl_Header.Content" xml:space="preserve">
|
||
<value>Hold Shift key to activate zones while dragging a window</value>
|
||
</data>
|
||
<data name="FancyZones_ActivationShiftDrag" xml:space="preserve">
|
||
<value>Hold Shift key</value>
|
||
</data>
|
||
<data name="FancyZones_ActivationNoShiftDrag" xml:space="preserve">
|
||
<value>Drag a window</value>
|
||
</data>
|
||
<data name="FancyZones_ShowZonesOnAllMonitorsCheckBoxControl.Content" xml:space="preserve">
|
||
<value>Show zones on all monitors while dragging a window</value>
|
||
</data>
|
||
<data name="FancyZones_AppLastZoneMoveWindows.Content" xml:space="preserve">
|
||
<value>Move newly created windows to their last known zone</value>
|
||
<comment>windows refers to application windows</comment>
|
||
</data>
|
||
<data name="FancyZones_OpenWindowOnActiveMonitor.Content" xml:space="preserve">
|
||
<value>Move newly created windows to the current active monitor (Experimental)</value>
|
||
</data>
|
||
<data name="FancyZones_UseCursorPosEditorStartupScreen.Header" xml:space="preserve">
|
||
<value>Launch editor on the display</value>
|
||
</data>
|
||
<data name="FancyZones_UseCursorPosEditorStartupScreen.Description" xml:space="preserve">
|
||
<value>When using multiple displays</value>
|
||
</data>
|
||
<data name="FancyZones_LaunchPositionMouse.Content" xml:space="preserve">
|
||
<value>Where the mouse pointer is</value>
|
||
</data>
|
||
<data name="FancyZones_LaunchPositionScreen.Content" xml:space="preserve">
|
||
<value>With active focus</value>
|
||
</data>
|
||
<data name="FancyZones_ZoneBehavior_GroupSettings.Header" xml:space="preserve">
|
||
<value>Zone behavior</value>
|
||
</data>
|
||
<data name="FancyZones_ZoneBehavior_GroupSettings.Description" xml:space="preserve">
|
||
<value>Manage how zones behave when using FancyZones</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="FancyZones_Zones.Header" xml:space="preserve">
|
||
<value>Zones</value>
|
||
</data>
|
||
<data name="FancyZones_ZoneHighlightColor.Header" xml:space="preserve">
|
||
<value>Highlight color</value>
|
||
</data>
|
||
<data name="FancyZones_ZoneSetChangeMoveWindows.Content" xml:space="preserve">
|
||
<value>During zone layout changes, windows assigned to a zone will match new size/positions</value>
|
||
</data>
|
||
<data name="General.ModuleTitle" xml:space="preserve">
|
||
<value>General</value>
|
||
</data>
|
||
<data name="GeneralPage_CheckForUpdates.Content" xml:space="preserve">
|
||
<value>Check for updates</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestoreLocationText.Header" xml:space="preserve">
|
||
<value>Location</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_ButtonBackup.Content" xml:space="preserve">
|
||
<value>Back up</value>
|
||
</data>
|
||
<data name="General_SettingsBackupInfo_FileNameHeader.Text" xml:space="preserve">
|
||
<value>File name:</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_LinkRefresh.Text" xml:space="preserve">
|
||
<value>Refresh</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_ButtonRestore.Content" xml:space="preserve">
|
||
<value>Restore</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_ButtonSelectFolder.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Select folder</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_ButtonSelectLocation.Text" xml:space="preserve">
|
||
<value>Select folder</value>
|
||
</data>
|
||
<data name="GeneralPage_PrivacyStatement_URL.Text" xml:space="preserve">
|
||
<value>Privacy statement</value>
|
||
</data>
|
||
<data name="GeneralPage_ReportAbug.Text" xml:space="preserve">
|
||
<value>Report a bug</value>
|
||
<comment>Report an issue inside powertoys</comment>
|
||
</data>
|
||
<data name="GeneralPage_RequestAFeature_URL.Text" xml:space="preserve">
|
||
<value>Request a feature</value>
|
||
<comment>Tell our team what we should build</comment>
|
||
</data>
|
||
<data name="GeneralPage_RestartAsAdmin_Button.Content" xml:space="preserve">
|
||
<value>Restart PowerToys as administrator</value>
|
||
<comment>running PowerToys as a higher level user, account is typically referred to as an admin / administrator</comment>
|
||
</data>
|
||
<data name="GeneralPage_RunAtStartUp.Header" xml:space="preserve">
|
||
<value>Run at startup</value>
|
||
</data>
|
||
<data name="GeneralPage_RunAtStartUp.Description" xml:space="preserve">
|
||
<value>PowerToys will launch automatically</value>
|
||
</data>
|
||
<data name="GeneralPage_WarningsElevatedApps.Content" xml:space="preserve">
|
||
<value>Show a warning for functionality issues when running alongside elevated applications</value>
|
||
</data>
|
||
<data name="PowerRename.ModuleDescription" xml:space="preserve">
|
||
<value>A Windows Shell extension for more advanced bulk renaming using search & replace or regular expressions.</value>
|
||
</data>
|
||
<data name="PowerRename_ShellIntegration.Header" xml:space="preserve">
|
||
<value>Shell integration</value>
|
||
<comment>This refers to directly integrating in with Windows</comment>
|
||
</data>
|
||
<data name="PowerRename_Toggle_Enable.Header" xml:space="preserve">
|
||
<value>PowerRename</value>
|
||
<comment>do not loc the Product name. Do you want this feature on / off</comment>
|
||
</data>
|
||
<data name="PowerRename_Toggle_HideIcon.Content" xml:space="preserve">
|
||
<value>Hide icon in context menu</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_ContextMenu.Header" xml:space="preserve">
|
||
<value>Show PowerRename in</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_StandardContextMenu.Content" xml:space="preserve">
|
||
<value>Default and extended context menu</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_ExtendedContextMenu.Content" xml:space="preserve">
|
||
<value>Extended context menu only</value>
|
||
</data>
|
||
<data name="ExtendedContextMenuInfo.Title" xml:space="preserve">
|
||
<value>Press Shift + right-click on files to open the extended context menu</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_MaxDispListNum.Header" xml:space="preserve">
|
||
<value>Maximum number of items</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_RestoreFlagsOnLaunch.Header" xml:space="preserve">
|
||
<value>Show recently used strings</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_MD.Header" xml:space="preserve">
|
||
<value>Markdown</value>
|
||
<comment>File type, do not translate</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_MD.Description" xml:space="preserve">
|
||
<value>.md, .markdown, .mdown, .mkdn, .mkd, .mdwn, .mdtxt, .mdtext</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_Monaco.Header" xml:space="preserve">
|
||
<value>Source code files (Monaco)</value>
|
||
<comment>File type, do not translate</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_Monaco.Description" xml:space="preserve">
|
||
<value>.txt, .cpp, .py, .json, .xml, .csproj, ...</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_SVG.Header" xml:space="preserve">
|
||
<value>Scalable Vector Graphics</value>
|
||
<comment>File type, do not translate</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_SVG.Description" xml:space="preserve">
|
||
<value>.svg</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Color_Mode.Header" xml:space="preserve">
|
||
<value>Color mode</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Color_Mode_Default.Content" xml:space="preserve">
|
||
<value>Windows default</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Color_Solid_Color.Content" xml:space="preserve">
|
||
<value>Solid color</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Checkered_Shade.Content" xml:space="preserve">
|
||
<value>Checkered pattern</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Background_Color.Header" xml:space="preserve">
|
||
<value>Color</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Checkered_Shade_Mode.Header" xml:space="preserve">
|
||
<value>Checkered shade</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Checkered_Shade_1.Content" xml:space="preserve">
|
||
<value>Light</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Checkered_Shade_2.Content" xml:space="preserve">
|
||
<value>Medium</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Preview_SVG_Checkered_Shade_3.Content" xml:space="preserve">
|
||
<value>Dark</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_PDF.Header" xml:space="preserve">
|
||
<value>Portable Document Format</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_PDF.Description" xml:space="preserve">
|
||
<value>.pdf</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_SVG.Header" xml:space="preserve">
|
||
<value>Scalable Vector Graphics</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_SVG.Description" xml:space="preserve">
|
||
<value>.svg</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_STL.Header" xml:space="preserve">
|
||
<value>Stereolithography</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_STL.Description" xml:space="preserve">
|
||
<value>.stl</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_Color_Thumbnail_STL.Header" xml:space="preserve">
|
||
<value>Color</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_QOI.Header" xml:space="preserve">
|
||
<value>Quite Ok Image</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_QOI.Description" xml:space="preserve">
|
||
<value>.qoi</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_QOI.Header" xml:space="preserve">
|
||
<value>Quite OK Image</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_QOI.Description" xml:space="preserve">
|
||
<value>.qoi</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_PDF.Header" xml:space="preserve">
|
||
<value>Portable Document Format</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_PDF.Description" xml:space="preserve">
|
||
<value>.pdf</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview.ModuleDescription" xml:space="preserve">
|
||
<value>These settings allow you to manage your Windows File Explorer custom preview handlers.</value>
|
||
</data>
|
||
<data name="PowerRename_AutoCompleteHeader.Header" xml:space="preserve">
|
||
<value>Auto-complete</value>
|
||
</data>
|
||
<data name="OpenSource_Notice.Text" xml:space="preserve">
|
||
<value>Open-source notice</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_AutoComplete.Header" xml:space="preserve">
|
||
<value>Enable auto-complete for the search & replace fields</value>
|
||
</data>
|
||
<data name="FancyZones_BorderColor.Header" xml:space="preserve">
|
||
<value>Border color</value>
|
||
</data>
|
||
<data name="FancyZones_InActiveColor.Header" xml:space="preserve">
|
||
<value>Inactive color</value>
|
||
</data>
|
||
<data name="ShortcutGuide.ModuleDescription" xml:space="preserve">
|
||
<value>Shows a help overlay with Windows shortcuts.</value>
|
||
</data>
|
||
<data name="ShortcutGuide_PressTimeForGlobalWindowsShortcuts.Header" xml:space="preserve">
|
||
<value>Press duration before showing global Windows shortcuts (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="ShortcutGuide_ActivationMethod.Header" xml:space="preserve">
|
||
<value>Activation method</value>
|
||
</data>
|
||
<data name="ShortcutGuide_ActivationMethod.Description" xml:space="preserve">
|
||
<value>Use a shortcut or press the Windows key for some time to activate</value>
|
||
</data>
|
||
<data name="Radio_ShortcutGuide_ActivationMethod_CustomizedShortcut.Content" xml:space="preserve">
|
||
<value>Custom shortcut</value>
|
||
</data>
|
||
<data name="Radio_ShortcutGuide_ActivationMethod_LongPressWindowsKey.Content" xml:space="preserve">
|
||
<value>Hold down Windows key</value>
|
||
</data>
|
||
<data name="ShortcutGuide_PressWinKeyWarning.Title" xml:space="preserve">
|
||
<value>In some edge cases Shortcut Guide might not function correctly when using this activation method</value>
|
||
</data>
|
||
<data name="Appearance_Behavior.Header" xml:space="preserve">
|
||
<value>Appearance & behavior</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestoreTitle.Header" xml:space="preserve">
|
||
<value>Back up & restore</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore.Header" xml:space="preserve">
|
||
<value>Back up and restore your settings</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore.Description" xml:space="preserve">
|
||
<value>PowerToys will restart automatically if needed</value>
|
||
</data>
|
||
<data name="ShortcutGuide_Enable.Header" xml:space="preserve">
|
||
<value>Shortcut Guide</value>
|
||
<comment>do not loc the Product name. Do you want this feature on / off</comment>
|
||
</data>
|
||
<data name="ShortcutGuide_OverlayOpacity.Header" xml:space="preserve">
|
||
<value>Background opacity (%)</value>
|
||
</data>
|
||
<data name="ShortcutGuide_DisabledApps.Header" xml:space="preserve">
|
||
<value>Exclude apps</value>
|
||
</data>
|
||
<data name="ShortcutGuide_DisabledApps.Description" xml:space="preserve">
|
||
<value>Turns off Shortcut Guide when these applications have focus - add one application name per line</value>
|
||
</data>
|
||
<data name="ShortcutGuide_DisabledApps_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>Example: outlook.exe</value>
|
||
<comment>Don't translate outlook.exe</comment>
|
||
</data>
|
||
<data name="ImageResizer_CustomSizes.Header" xml:space="preserve">
|
||
<value>Image sizes</value>
|
||
</data>
|
||
<data name="ImageResizer_Presets.Header" xml:space="preserve">
|
||
<value>Presets</value>
|
||
</data>
|
||
<data name="ImageResizer_Presets.Description" xml:space="preserve">
|
||
<value>Manage preset sizes that can be used in the editor</value>
|
||
</data>
|
||
<data name="ImageResizer_FilenameFormatHeader.Description" xml:space="preserve">
|
||
<value>This format is used as the filename for resized images</value>
|
||
</data>
|
||
<data name="ImageResizer.ModuleDescription" xml:space="preserve">
|
||
<value>Lets you resize images by right-clicking.</value>
|
||
</data>
|
||
<data name="ImageResizer_EnableToggle.Header" xml:space="preserve">
|
||
<value>Image Resizer</value>
|
||
<comment>do not loc the Product name. Do you want this feature on / off</comment>
|
||
</data>
|
||
<data name="ImagesSizesListView.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Image Size</value>
|
||
</data>
|
||
<data name="ImageResizer_Name.Header" xml:space="preserve">
|
||
<value>Name</value>
|
||
</data>
|
||
<data name="ImageResizer_Fit.Header" xml:space="preserve">
|
||
<value>Fit</value>
|
||
</data>
|
||
<data name="ImageResizer_Width.Header" xml:space="preserve">
|
||
<value>Width</value>
|
||
</data>
|
||
<data name="ImageResizer_Height.Header" xml:space="preserve">
|
||
<value>Height</value>
|
||
</data>
|
||
<data name="ImageResizer_Size.Header" xml:space="preserve">
|
||
<value>Unit</value>
|
||
</data>
|
||
<data name="RemoveItem.Text" xml:space="preserve">
|
||
<value>Delete</value>
|
||
</data>
|
||
<data name="ImageResizer_AddSizeButton.Content" xml:space="preserve">
|
||
<value>Add new size</value>
|
||
</data>
|
||
<data name="ImageResizer_Encoding.Header" xml:space="preserve">
|
||
<value>JPEG quality level (%)</value>
|
||
<comment>{Locked="JPEG"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_PNGInterlacing.Header" xml:space="preserve">
|
||
<value>PNG interlacing</value>
|
||
<comment>{Locked="PNG"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_TIFFCompression.Header" xml:space="preserve">
|
||
<value>TIFF compression</value>
|
||
<comment>{Locked="TIFF"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_AutoText" xml:space="preserve">
|
||
<value>(auto)</value>
|
||
<comment>Displayed on the preset card when the Width or Height property is zero. The same as "Input_Auto" in the ImageResizerUI project's resources.</comment>
|
||
</data>
|
||
<data name="File.Header" xml:space="preserve">
|
||
<value>File</value>
|
||
<comment>as in a computer file</comment>
|
||
</data>
|
||
<data name="Default.Content" xml:space="preserve">
|
||
<value>Default</value>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_CCITT3.Content" xml:space="preserve">
|
||
<value>CCITT3</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_CCITT4.Content" xml:space="preserve">
|
||
<value>CCITT4</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_Default.Content" xml:space="preserve">
|
||
<value>Default</value>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_LZW.Content" xml:space="preserve">
|
||
<value>LZW</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_None.Content" xml:space="preserve">
|
||
<value>None</value>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_RLE.Content" xml:space="preserve">
|
||
<value>RLE</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="ImageResizer_ENCODER_TIFF_Zip.Content" xml:space="preserve">
|
||
<value>Zip</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FallbackEncoder_BMP.Content" xml:space="preserve">
|
||
<value>BMP encoder</value>
|
||
<comment>{Locked="BMP"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FallbackEncoder_GIF.Content" xml:space="preserve">
|
||
<value>GIF encoder</value>
|
||
<comment>{Locked="GIF"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FallbackEncoder_JPEG.Content" xml:space="preserve">
|
||
<value>JPEG encoder</value>
|
||
<comment>{Locked="JPEG"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FallbackEncoder_PNG.Content" xml:space="preserve">
|
||
<value>PNG encoder</value>
|
||
<comment>{Locked="PNG"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FallbackEncoder_TIFF.Content" xml:space="preserve">
|
||
<value>TIFF encoder</value>
|
||
<comment>{Locked="TIFF"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FallbackEncoder_WMPhoto.Content" xml:space="preserve">
|
||
<value>WMPhoto encoder</value>
|
||
<comment>{Locked="WMPhoto"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Fit_Fill.Content" xml:space="preserve">
|
||
<value>Fill</value>
|
||
<comment>Refers to filling an image into a certain size. It could overflow</comment>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Fit_Fit.Content" xml:space="preserve">
|
||
<value>Fit</value>
|
||
<comment>Refers to fitting an image into a certain size. It won't overflow</comment>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Fit_Stretch.Content" xml:space="preserve">
|
||
<value>Stretch</value>
|
||
<comment>Refers to stretching an image into a certain size. Won't overflow but could distort.</comment>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Units_CM.Content" xml:space="preserve">
|
||
<value>Centimeters</value>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Units_Inches.Content" xml:space="preserve">
|
||
<value>Inches</value>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Units_Percent.Content" xml:space="preserve">
|
||
<value>Percent</value>
|
||
</data>
|
||
<data name="ImageResizer_Sizes_Units_Pixels.Content" xml:space="preserve">
|
||
<value>Pixels</value>
|
||
</data>
|
||
<data name="Off.Content" xml:space="preserve">
|
||
<value>Off</value>
|
||
</data>
|
||
<data name="On.Content" xml:space="preserve">
|
||
<value>On</value>
|
||
</data>
|
||
<data name="GeneralPage_ToggleSwitch_AlwaysRunElevated_Link.Content" xml:space="preserve">
|
||
<value>Learn more about administrator mode</value>
|
||
</data>
|
||
<data name="GeneralPage_AutoDownloadAndInstallUpdates.Header" xml:space="preserve">
|
||
<value>Download and install updates automatically</value>
|
||
</data>
|
||
<data name="GeneralPage_AutoDownloadAndInstallUpdates.Description" xml:space="preserve">
|
||
<value>Except on metered connections</value>
|
||
</data>
|
||
<data name="GeneralSettings_AlwaysRunAsAdminText.Header" xml:space="preserve">
|
||
<value>Always run as administrator</value>
|
||
</data>
|
||
<data name="GeneralSettings_AlwaysRunAsAdminText.Description" xml:space="preserve">
|
||
<value>This setting can only be changed when running as administrator</value>
|
||
</data>
|
||
<data name="GeneralSettings_RunningAsUserText" xml:space="preserve">
|
||
<value>Running as user</value>
|
||
</data>
|
||
<data name="GeneralSettings_RunningAsAdminText" xml:space="preserve">
|
||
<value>Running as administrator</value>
|
||
</data>
|
||
<data name="FancyZones.ModuleTitle" xml:space="preserve">
|
||
<value>FancyZones</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview.ModuleTitle" xml:space="preserve">
|
||
<value>File Explorer</value>
|
||
</data>
|
||
<data name="ImageResizer.ModuleTitle" xml:space="preserve">
|
||
<value>Image Resizer</value>
|
||
</data>
|
||
<data name="KeyboardManager.ModuleTitle" xml:space="preserve">
|
||
<value>Keyboard Manager</value>
|
||
</data>
|
||
<data name="ColorPicker.ModuleTitle" xml:space="preserve">
|
||
<value>Color Picker</value>
|
||
</data>
|
||
<data name="PowerLauncher.ModuleTitle" xml:space="preserve">
|
||
<value>PowerToys Run</value>
|
||
</data>
|
||
<data name="PowerRename.ModuleTitle" xml:space="preserve">
|
||
<value>PowerRename</value>
|
||
<comment>do not loc the product name</comment>
|
||
</data>
|
||
<data name="ShortcutGuide.ModuleTitle" xml:space="preserve">
|
||
<value>Shortcut Guide</value>
|
||
</data>
|
||
<data name="General_Repository.Text" xml:space="preserve">
|
||
<value>GitHub repository</value>
|
||
</data>
|
||
<data name="General_VersionAndUpdate.Header" xml:space="preserve">
|
||
<value>Version & updates</value>
|
||
</data>
|
||
<data name="General_VersionLastChecked.Text" xml:space="preserve">
|
||
<value>Last checked: </value>
|
||
</data>
|
||
<data name="General_SettingsBackupInfo_DateHeader.Text" xml:space="preserve">
|
||
<value>Created at:</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestoreStatusInfo.Header" xml:space="preserve">
|
||
<value>Backup information</value>
|
||
</data>
|
||
<data name="General_SettingsBackupInfo_SourceHeader.Text" xml:space="preserve">
|
||
<value>Source machine:</value>
|
||
</data>
|
||
<data name="General_SettingsBackupInfo_StatusHeader.Text" xml:space="preserve">
|
||
<value>Status:</value>
|
||
</data>
|
||
<data name="General_VersionAndUpdate.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Version and updates</value>
|
||
</data>
|
||
<data name="FancyZones_RestoreSize.Content" xml:space="preserve">
|
||
<value>Restore the original size of windows when unsnapping</value>
|
||
</data>
|
||
<data name="ImageResizer_FallBackEncoderText.Header" xml:space="preserve">
|
||
<value>Fallback encoder</value>
|
||
</data>
|
||
<data name="ImageResizer_FallBackEncoderText.Description" xml:space="preserve">
|
||
<value>Used when missing encoder for original format</value>
|
||
</data>
|
||
<data name="ImageResizer_FileFormatDescription.Text" xml:space="preserve">
|
||
<value>The following parameters can be used:</value>
|
||
</data>
|
||
<data name="ImageResizer_FilenameFormatHeader.Header" xml:space="preserve">
|
||
<value>Filename format</value>
|
||
</data>
|
||
<data name="ImageResizer_FileModifiedDate.Header" xml:space="preserve">
|
||
<value>File modified timestamp</value>
|
||
</data>
|
||
<data name="ImageResizer_FileModifiedDate.Description" xml:space="preserve">
|
||
<value>Used as the 'modified timestamp' in the file properties</value>
|
||
</data>
|
||
<data name="ImageResizer_UseOriginalDate.Content" xml:space="preserve">
|
||
<value>Original file timestamp</value>
|
||
</data>
|
||
<data name="ImageResizer_UseResizeDate.Content" xml:space="preserve">
|
||
<value>Timestamp of resize action</value>
|
||
</data>
|
||
<data name="Encoding.Header" xml:space="preserve">
|
||
<value>Encoding</value>
|
||
</data>
|
||
<data name="KeyboardManager_RemapKeyboardButton.Description" xml:space="preserve">
|
||
<value>Remap keys to other keys, shortcuts or text snippets</value>
|
||
</data>
|
||
<data name="KeyboardManager_RemapShortcutsButton.Description" xml:space="preserve">
|
||
<value>Remap shortcuts to other shortcuts, keys or text snippets for all or specific applications</value>
|
||
</data>
|
||
<data name="General.ModuleDescription" xml:space="preserve">
|
||
<value>Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
|
||
Made with 💗 by Microsoft and the PowerToys community.</value>
|
||
<comment>Windows refers to the OS</comment>
|
||
</data>
|
||
<data name="FancyZones_SpanZonesAcrossMonitors.Header" xml:space="preserve">
|
||
<value>Allow zones to span across monitors</value>
|
||
</data>
|
||
<data name="ImageResizer_Formatting_ActualHeight.Text" xml:space="preserve">
|
||
<value>Actual height</value>
|
||
</data>
|
||
<data name="ImageResizer_Formatting_ActualWidth.Text" xml:space="preserve">
|
||
<value>Actual width</value>
|
||
</data>
|
||
<data name="ImageResizer_Formatting_Filename.Text" xml:space="preserve">
|
||
<value>Original filename</value>
|
||
</data>
|
||
<data name="ImageResizer_Formatting_SelectedHeight.Text" xml:space="preserve">
|
||
<value>Selected height</value>
|
||
</data>
|
||
<data name="ImageResizer_Formatting_SelectedWidth.Text" xml:space="preserve">
|
||
<value>Selected width</value>
|
||
</data>
|
||
<data name="ImageResizer_Formatting_Sizename.Text" xml:space="preserve">
|
||
<value>Size name</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_IconThumbnail_GroupSettings.Header" xml:space="preserve">
|
||
<value>Thumbnail icon Preview</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_IconThumbnail_GroupSettings.Description" xml:space="preserve">
|
||
<value>Select the file types for which thumbnail previews must be rendered.</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_PreviewPane.Header" xml:space="preserve">
|
||
<value>Preview Pane</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_PreviewPane.Description" xml:space="preserve">
|
||
<value>Select the file types which must be rendered in the Preview Pane. Ensure that Preview Pane is open by toggling the view with Alt + P in File Explorer.</value>
|
||
<comment>Preview Pane and File Explorer are app/feature names in Windows. 'Alt + P' is a shortcut</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_RebootRequired.Title" xml:space="preserve">
|
||
<value>A reboot may be required for changes to these settings to take effect</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_PreviewHandlerOutlookIncompatibility.Title" xml:space="preserve">
|
||
<value>Enabling the preview handlers will override other preview handlers already installed - there have been reports of incompatibility between Outlook and the PDF Preview Handler.</value>
|
||
<comment>Outlook is the name of a Microsoft product</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ThumbnailsMightNotAppearOnRemoteFolders.Title" xml:space="preserve">
|
||
<value>Thumbnails might not appear on paths managed by cloud storage solutions like OneDrive, since these solutions may get their thumbnails from the cloud instead of generating them locally.</value>
|
||
<comment>OneDrive is the name of a Microsoft product</comment>
|
||
</data>
|
||
<data name="FancyZones_ExcludeApps_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>Example: outlook.exe</value>
|
||
<comment>{Locked="outlook.exe"}</comment>
|
||
</data>
|
||
<data name="ImageResizer_FilenameFormatPlaceholder.PlaceholderText" xml:space="preserve">
|
||
<value>Example: %1 (%2)</value>
|
||
</data>
|
||
<data name="ImageResizer_FilenameParameters.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Filename parameters</value>
|
||
</data>
|
||
<data name="Radio_Theme_Dark.Content" xml:space="preserve">
|
||
<value>Dark</value>
|
||
<comment>Dark refers to color, not weight</comment>
|
||
</data>
|
||
<data name="Radio_Theme_Light.Content" xml:space="preserve">
|
||
<value>Light</value>
|
||
<comment>Light refers to color, not weight</comment>
|
||
</data>
|
||
<data name="Radio_Theme_Default.Content" xml:space="preserve">
|
||
<value>Windows default</value>
|
||
<comment>Windows refers to the Operating system</comment>
|
||
</data>
|
||
<data name="Windows_Color_Settings.Content" xml:space="preserve">
|
||
<value>Windows color settings</value>
|
||
<comment>Windows refers to the Operating system</comment>
|
||
</data>
|
||
<data name="ColorPicker_CopiedColorRepresentation.Header" xml:space="preserve">
|
||
<value>Default color format</value>
|
||
</data>
|
||
<data name="ColorPicker_ActivationAction.Header" xml:space="preserve">
|
||
<value>Activation behavior</value>
|
||
</data>
|
||
<data name="ColorPicker_OpenEditor.Content" xml:space="preserve">
|
||
<value>Open editor</value>
|
||
</data>
|
||
<data name="ColorPicker_PickColor.Content" xml:space="preserve">
|
||
<value>Pick a color first</value>
|
||
</data>
|
||
<data name="ColorPicker_MouseActions.Header" xml:space="preserve">
|
||
<value>Mouse actions</value>
|
||
</data>
|
||
<data name="ColorPicker_MouseActions.Description" xml:space="preserve">
|
||
<value>Customize the function of each mouse button</value>
|
||
</data>
|
||
<data name="ColorPicker_PrimaryClick.Header" xml:space="preserve">
|
||
<value>Primary click</value>
|
||
</data>
|
||
<data name="ColorPicker_MiddleClick.Header" xml:space="preserve">
|
||
<value>Middle click</value>
|
||
</data>
|
||
<data name="ColorPicker_SecondaryClick.Header" xml:space="preserve">
|
||
<value>Secondary click</value>
|
||
</data>
|
||
<data name="ColorPicker_PickColorThenEditor.Content" xml:space="preserve">
|
||
<value>Pick a color and open editor</value>
|
||
</data>
|
||
<data name="ColorPicker_PickColorAndClose.Content" xml:space="preserve">
|
||
<value>Pick a color and close</value>
|
||
</data>
|
||
<data name="ColorPicker_Close.Content" xml:space="preserve">
|
||
<value>Close</value>
|
||
</data>
|
||
<data name="ColorFormats.Header" xml:space="preserve">
|
||
<value>Picker behavior</value>
|
||
</data>
|
||
<data name="ColorPicker_CopiedColorRepresentation.Description" xml:space="preserve">
|
||
<value>Format will be copied to your clipboard</value>
|
||
</data>
|
||
<data name="KBM_KeysCannotBeRemapped.Text" xml:space="preserve">
|
||
<value>Learn more about remapping limitations</value>
|
||
<comment>This is a link that will discuss what is and is not possible for Keyboard manager to remap</comment>
|
||
</data>
|
||
<data name="FancyZones_Editor_GroupSettings.Header" xml:space="preserve">
|
||
<value>Editor</value>
|
||
<comment>refers to the FancyZones editor</comment>
|
||
</data>
|
||
<data name="FancyZones_WindowBehavior_GroupSettings.Header" xml:space="preserve">
|
||
<value>Window behavior</value>
|
||
</data>
|
||
<data name="FancyZones_WindowBehavior_GroupSettings.Description" xml:space="preserve">
|
||
<value>Manage how windows behave when using FancyZones</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="FancyZones_Windows.Header" xml:space="preserve">
|
||
<value>Windows</value>
|
||
<comment>Refers to a set of application windows, not the product name</comment>
|
||
</data>
|
||
<data name="PowerRename_BehaviorHeader.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="PowerRename_Toggle_UseBoostLib.Header" xml:space="preserve">
|
||
<value>Use Boost library</value>
|
||
<comment>Boost is a product name, should not be translated</comment>
|
||
</data>
|
||
<data name="PowerRename_Toggle_UseBoostLib.Description" xml:space="preserve">
|
||
<value>Provides extended features but may use different regex syntax</value>
|
||
<comment>Boost is a product name, should not be translated</comment>
|
||
</data>
|
||
<data name="PowerRename_ExtensionsHeader.Header" xml:space="preserve">
|
||
<value>Extensions</value>
|
||
</data>
|
||
<data name="PowerRename_HeifExtension.Header" xml:space="preserve">
|
||
<value>HEIF image metadata extraction</value>
|
||
</data>
|
||
<data name="PowerRename_HeifExtension.Description" xml:space="preserve">
|
||
<value>Requires HEIF Image Extensions from Microsoft Store to extract metadata from HEIC/HEIF files</value>
|
||
<comment>HEIF is a file format name, do not translate</comment>
|
||
</data>
|
||
<data name="PowerRename_HeifExtension_Install.Content" xml:space="preserve">
|
||
<value>Install from Microsoft Store</value>
|
||
</data>
|
||
<data name="PowerRename_HeifExtension_Installed.Text" xml:space="preserve">
|
||
<value>Installed</value>
|
||
</data>
|
||
<data name="PowerRename_AvifExtension.Header" xml:space="preserve">
|
||
<value>AVIF image metadata extraction</value>
|
||
</data>
|
||
<data name="PowerRename_AvifExtension.Description" xml:space="preserve">
|
||
<value>Requires AV1 Video Extension from Microsoft Store to extract metadata from AVIF files</value>
|
||
<comment>AVIF is a file format name, do not translate</comment>
|
||
</data>
|
||
<data name="PowerRename_AvifExtension_Install.Content" xml:space="preserve">
|
||
<value>Install from Microsoft Store</value>
|
||
</data>
|
||
<data name="PowerRename_AvifExtension_Installed.Text" xml:space="preserve">
|
||
<value>Installed</value>
|
||
</data>
|
||
<data name="ColorPicker_ColorFormats.Header" xml:space="preserve">
|
||
<value>Color formats</value>
|
||
</data>
|
||
<data name="ColorPicker_ColorFormats.Description" xml:space="preserve">
|
||
<value>Configure the color formats (edit, delete, hide, reorder them)</value>
|
||
</data>
|
||
<data name="MoveUp.Text" xml:space="preserve">
|
||
<value>Move up</value>
|
||
</data>
|
||
<data name="MoveDown.Text" xml:space="preserve">
|
||
<value>Move down</value>
|
||
</data>
|
||
<data name="ColorPickerAddNewFormat.Content" xml:space="preserve">
|
||
<value>Add new format</value>
|
||
</data>
|
||
<data name="NewColorFormat.Header" xml:space="preserve">
|
||
<value>Format</value>
|
||
</data>
|
||
<data name="NewColorName.Header" xml:space="preserve">
|
||
<value>Name</value>
|
||
</data>
|
||
<data name="AddCustomColorFormat" xml:space="preserve">
|
||
<value>Add custom color format</value>
|
||
</data>
|
||
<data name="ColorFormatSave" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="EditCustomColorFormat" xml:space="preserve">
|
||
<value>Edit custom color format</value>
|
||
</data>
|
||
<data name="ColorFormatUpdate" xml:space="preserve">
|
||
<value>Update</value>
|
||
</data>
|
||
<data name="CustomColorFormatDefaultName" xml:space="preserve">
|
||
<value>My Format</value>
|
||
</data>
|
||
<data name="ColorFormatDialog.SecondaryButtonText" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="ColorFormatEditorHelpline1.Text" xml:space="preserve">
|
||
<value>The following parameters can be used:</value>
|
||
</data>
|
||
<data name="Help_red" xml:space="preserve">
|
||
<value>red</value>
|
||
</data>
|
||
<data name="Help_green" xml:space="preserve">
|
||
<value>green</value>
|
||
</data>
|
||
<data name="Help_blue" xml:space="preserve">
|
||
<value>blue</value>
|
||
</data>
|
||
<data name="Help_alpha" xml:space="preserve">
|
||
<value>alpha</value>
|
||
</data>
|
||
<data name="Help_cyan" xml:space="preserve">
|
||
<value>cyan</value>
|
||
</data>
|
||
<data name="Help_magenta" xml:space="preserve">
|
||
<value>magenta</value>
|
||
</data>
|
||
<data name="Help_yellow" xml:space="preserve">
|
||
<value>yellow</value>
|
||
</data>
|
||
<data name="Help_black_key" xml:space="preserve">
|
||
<value>black key</value>
|
||
</data>
|
||
<data name="Help_hue" xml:space="preserve">
|
||
<value>hue</value>
|
||
</data>
|
||
<data name="Help_hueNat" xml:space="preserve">
|
||
<value>hue (natural)</value>
|
||
</data>
|
||
<data name="Help_saturationI" xml:space="preserve">
|
||
<value>saturation (HSI)</value>
|
||
</data>
|
||
<data name="Help_saturationL" xml:space="preserve">
|
||
<value>saturation (HSL)</value>
|
||
</data>
|
||
<data name="Help_saturationB" xml:space="preserve">
|
||
<value>saturation (HSB)</value>
|
||
</data>
|
||
<data name="Help_brightness" xml:space="preserve">
|
||
<value>brightness</value>
|
||
</data>
|
||
<data name="Help_intensity" xml:space="preserve">
|
||
<value>intensity</value>
|
||
</data>
|
||
<data name="Help_lightnessNat" xml:space="preserve">
|
||
<value>lightness (nat)</value>
|
||
</data>
|
||
<data name="Help_lightnessCIE" xml:space="preserve">
|
||
<value>lightness (CIE)</value>
|
||
</data>
|
||
<data name="Help_value" xml:space="preserve">
|
||
<value>value</value>
|
||
</data>
|
||
<data name="Help_whiteness" xml:space="preserve">
|
||
<value>whiteness</value>
|
||
</data>
|
||
<data name="Help_blackness" xml:space="preserve">
|
||
<value>blackness</value>
|
||
</data>
|
||
<data name="Help_chromaticityACIE" xml:space="preserve">
|
||
<value>chromaticity A (CIE Lab)</value>
|
||
</data>
|
||
<data name="Help_chromaticityBCIE" xml:space="preserve">
|
||
<value>chromaticity B (CIE Lab)</value>
|
||
</data>
|
||
<data name="Help_X_value" xml:space="preserve">
|
||
<value>X value</value>
|
||
</data>
|
||
<data name="Help_Y_value" xml:space="preserve">
|
||
<value>Y value</value>
|
||
</data>
|
||
<data name="Help_Z_value" xml:space="preserve">
|
||
<value>Z value</value>
|
||
</data>
|
||
<data name="Help_decimal_value_RGB" xml:space="preserve">
|
||
<value>decimal value (RGB)</value>
|
||
</data>
|
||
<data name="Help_decimal_value_BGR" xml:space="preserve">
|
||
<value>decimal value (BGR)</value>
|
||
</data>
|
||
<data name="Help_color_name" xml:space="preserve">
|
||
<value>color name</value>
|
||
</data>
|
||
<data name="ColorFormatEditorHelpline2.Text" xml:space="preserve">
|
||
<value>The red, green, blue and alpha values can be formatted to the following formats:</value>
|
||
</data>
|
||
<data name="Help_byte" xml:space="preserve">
|
||
<value>byte value (default)</value>
|
||
</data>
|
||
<data name="Help_hexL1" xml:space="preserve">
|
||
<value>hex lowercase one digit</value>
|
||
</data>
|
||
<data name="Help_hexU1" xml:space="preserve">
|
||
<value>hex uppercase one digit</value>
|
||
</data>
|
||
<data name="Help_hexL2" xml:space="preserve">
|
||
<value>hex lowercase two digits</value>
|
||
</data>
|
||
<data name="Help_hexU2" xml:space="preserve">
|
||
<value>hex uppercase two digits</value>
|
||
</data>
|
||
<data name="Help_floatWith" xml:space="preserve">
|
||
<value>float with leading zero</value>
|
||
</data>
|
||
<data name="Help_floatWithout" xml:space="preserve">
|
||
<value>float without leading zero</value>
|
||
</data>
|
||
<data name="ColorFormatEditorHelpline3.Text" xml:space="preserve">
|
||
<value>The lightness (CIE), chromaticity A (CIE Lab) and chromaticity B (CIE Lab) values can be formatted to the following formats:</value>
|
||
</data>
|
||
<data name="Help_integer" xml:space="preserve">
|
||
<value>rounded to the nearest integer</value>
|
||
</data>
|
||
<data name="ColorFormatEditorHelpline4.Text" xml:space="preserve">
|
||
<value>Example: %ReX means red value in hex uppercase two digits format.</value>
|
||
</data>
|
||
<data name="ColorPicker_ShowColorName.Header" xml:space="preserve">
|
||
<value>Show color name</value>
|
||
</data>
|
||
<data name="ColorPicker_ShowColorName.Description" xml:space="preserve">
|
||
<value>Displays the color name while picking a color</value>
|
||
</data>
|
||
<data name="ImageResizer_DefaultSize_Large" xml:space="preserve">
|
||
<value>Large</value>
|
||
<comment>The size of the image</comment>
|
||
</data>
|
||
<data name="ImageResizer_DefaultSize_Medium" xml:space="preserve">
|
||
<value>Medium</value>
|
||
<comment>The size of the image</comment>
|
||
</data>
|
||
<data name="ImageResizer_DefaultSize_Phone" xml:space="preserve">
|
||
<value>Phone</value>
|
||
<comment>The size of the image referring to a Mobile Phone typical image size</comment>
|
||
</data>
|
||
<data name="ImageResizer_DefaultSize_Small" xml:space="preserve">
|
||
<value>Small</value>
|
||
<comment>The size of the image</comment>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowBasedOnRelativePosition_Accessible.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Windows key + Up, down, left or right arrow key to move windows based on relative position</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowLeftRightBasedOnZoneIndex_Accessible.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Windows key + Left or right arrow keys to move windows based on zone index</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowBasedOnRelativePosition_Description.Text" xml:space="preserve">
|
||
<value>Windows key + or </value>
|
||
<comment>{Locked="Windows key + ",""}</comment>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowLeftRightBasedOnZoneIndex_Description.Text" xml:space="preserve">
|
||
<value>Windows key + or </value>
|
||
<comment>{Locked="Windows key + ",""}</comment>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowBasedOnRelativePosition.Text" xml:space="preserve">
|
||
<value>Relative position</value>
|
||
</data>
|
||
<data name="FancyZones_MoveWindow.Header" xml:space="preserve">
|
||
<value>Move windows based on</value>
|
||
</data>
|
||
<data name="FancyZones_MoveWindowLeftRightBasedOnZoneIndex.Text" xml:space="preserve">
|
||
<value>Zone index</value>
|
||
</data>
|
||
<data name="ColorPicker_Editor.Header" xml:space="preserve">
|
||
<value>Color formats</value>
|
||
</data>
|
||
<data name="FancyZones_OverlappingZonesClosestCenter.Content" xml:space="preserve">
|
||
<value>Activate the zone whose center is closest to the cursor</value>
|
||
</data>
|
||
<data name="FancyZones_OverlappingZonesLargest.Content" xml:space="preserve">
|
||
<value>Activate the largest zone by area</value>
|
||
</data>
|
||
<data name="FancyZones_OverlappingZonesPositional.Content" xml:space="preserve">
|
||
<value>Split the overlapped area into multiple activation targets</value>
|
||
</data>
|
||
<data name="FancyZones_OverlappingZonesSmallest.Content" xml:space="preserve">
|
||
<value>Activate the smallest zone by area</value>
|
||
</data>
|
||
<data name="FancyZones_OverlappingZones.Header" xml:space="preserve">
|
||
<value>When multiple zones overlap</value>
|
||
</data>
|
||
<data name="PowerLauncher_Plugins.Header" xml:space="preserve">
|
||
<value>Plugins</value>
|
||
</data>
|
||
<data name="PowerLauncher_ActionKeyword.Header" xml:space="preserve">
|
||
<value>Direct activation command</value>
|
||
</data>
|
||
<data name="PowerLauncher_AuthoredBy.Text" xml:space="preserve">
|
||
<value>Authored by</value>
|
||
<comment>example: Authored by Microsoft</comment>
|
||
</data>
|
||
<data name="PowerLauncher_IncludeInGlobalResultTitle.Text" xml:space="preserve">
|
||
<value>Include in global result</value>
|
||
</data>
|
||
<data name="PowerLauncher_IncludeInGlobalResultDescription.Text" xml:space="preserve">
|
||
<value>Show results on queries without direct activation command</value>
|
||
</data>
|
||
<data name="PowerLauncher_EnablePluginToggle.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Enable plugin</value>
|
||
</data>
|
||
<data name="PowerLauncher_EnablePluginToggle.OnContent" xml:space="preserve">
|
||
<value>On</value>
|
||
</data>
|
||
<data name="PowerLauncher_EnablePluginToggle.OffContent" xml:space="preserve">
|
||
<value>Off</value>
|
||
</data>
|
||
<data name="Run_NotAccessibleWarning.Title" xml:space="preserve">
|
||
<value>Please define an activation command or allow this plugin to be used in the global results.</value>
|
||
</data>
|
||
<data name="Run_AllPluginsDisabled.Title" xml:space="preserve">
|
||
<value>PowerToys Run can't provide any results without plugins</value>
|
||
</data>
|
||
<data name="Run_AllPluginsDisabled.Message" xml:space="preserve">
|
||
<value>Enable at least one plugin to get started</value>
|
||
</data>
|
||
<data name="Run_PluginUse.Header" xml:space="preserve">
|
||
<value>Plugins</value>
|
||
</data>
|
||
<data name="Run_PluginUseDescription.Text" xml:space="preserve">
|
||
<value>Include or remove plugins from the global results, change the direct activation phrase and configure additional options</value>
|
||
</data>
|
||
<data name="Run_PositionAppearance_GroupSettings.Header" xml:space="preserve">
|
||
<value>Position & appearance</value>
|
||
</data>
|
||
<data name="Run_PositionHeader.Header" xml:space="preserve">
|
||
<value>Preferred monitor position</value>
|
||
<comment>as in Show PowerToys Run on primary monitor</comment>
|
||
</data>
|
||
<data name="Run_PositionHeader.Description" xml:space="preserve">
|
||
<value>If multiple monitors are in use, PowerToys Run can be launched on the desired monitor</value>
|
||
<comment>as in Show PowerToys Run 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_PluginsLoading.Text" xml:space="preserve">
|
||
<value>Plugins are loading...</value>
|
||
</data>
|
||
<data name="FancyZones_FlashZonesOnQuickSwitch.Content" xml:space="preserve">
|
||
<value>Flash zones when switching layout</value>
|
||
</data>
|
||
<data name="FancyZones_Layouts.Header" xml:space="preserve">
|
||
<value>Layouts</value>
|
||
</data>
|
||
<data name="FancyZones_QuickLayoutSwitch.Header" xml:space="preserve">
|
||
<value>Enable quick layout switch</value>
|
||
</data>
|
||
<data name="FancyZones_QuickLayoutSwitch.Description" xml:space="preserve">
|
||
<value>Layout-specific shortcuts can be configured in the editor</value>
|
||
</data>
|
||
<data name="Activation_Shortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="Activation_Shortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut to activate this module</value>
|
||
</data>
|
||
<data name="KeyboardManager_Toggle_Shortcut.Header" xml:space="preserve">
|
||
<value>Shortcut</value>
|
||
</data>
|
||
<data name="KeyboardManager_Toggle_Shortcut.Description" xml:space="preserve">
|
||
<value>Enable or disable this module (Note: the Settings UI will not update)</value>
|
||
</data>
|
||
<data name="KeyboardManager_Editor_Shortcut.Header" xml:space="preserve">
|
||
<value>Editor shortcut</value>
|
||
</data>
|
||
<data name="KeyboardManager_Editor_Open_Shortcut.Header" xml:space="preserve">
|
||
<value>Open editor shortcut</value>
|
||
</data>
|
||
<data name="KeyboardManager_Editor_Open_Shortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut to open the Keyboard Manager editor</value>
|
||
</data>
|
||
<data name="KeyboardManager_LaunchEditor_Button.Content" xml:space="preserve">
|
||
<value>Open editor</value>
|
||
</data>
|
||
<data name="PasteAsPlainText_Shortcut.Header" xml:space="preserve">
|
||
<value>Paste as plain text directly</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_Actions.Header" xml:space="preserve">
|
||
<value>Actions</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_Actions.Description" xml:space="preserve">
|
||
<value>Create and manage advanced paste custom actions.
|
||
(Requires Paste with AI to be enabled)</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_AddCustomActionButton.Content" xml:space="preserve">
|
||
<value>Add custom action</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_Shortcut.Header" xml:space="preserve">
|
||
<value>Open Advanced Paste window</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_NewCustomActionPrefix" xml:space="preserve">
|
||
<value>New custom action</value>
|
||
<comment>First part of the default name of new custom action that can be added in PT's settings ui.</comment>
|
||
</data>
|
||
<data name="AdvancedPasteUI_CustomAction_Name.Header" xml:space="preserve">
|
||
<value>Name</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_CustomAction_Description.Header" xml:space="preserve">
|
||
<value>Description</value>
|
||
</data>
|
||
<data name="AdvancedPasteUI_CustomAction_Prompt.Header" xml:space="preserve">
|
||
<value>Prompt</value>
|
||
</data>
|
||
<data name="CustomActionDialog.SecondaryButtonText" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="AddCustomAction" xml:space="preserve">
|
||
<value>Add custom action</value>
|
||
</data>
|
||
<data name="CustomActionSave" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="EditCustomAction" xml:space="preserve">
|
||
<value>Edit custom action</value>
|
||
</data>
|
||
<data name="CustomActionUpdate" xml:space="preserve">
|
||
<value>Update</value>
|
||
</data>
|
||
<data name="PasteAsMarkdown_Shortcut.Header" xml:space="preserve">
|
||
<value>Paste as Markdown directly</value>
|
||
</data>
|
||
<data name="PasteAsJson_Shortcut.Header" xml:space="preserve">
|
||
<value>Paste as JSON directly</value>
|
||
</data>
|
||
<data name="ImageToText.Header" xml:space="preserve">
|
||
<value>Image to text</value>
|
||
</data>
|
||
<data name="PasteAsFile.Header" xml:space="preserve">
|
||
<value>Paste as file</value>
|
||
</data>
|
||
<data name="PasteAsTxtFile.Header" xml:space="preserve">
|
||
<value>Paste as .txt file</value>
|
||
</data>
|
||
<data name="PasteAsPngFile.Header" xml:space="preserve">
|
||
<value>Paste as .png file</value>
|
||
</data>
|
||
<data name="PasteAsHtmlFile.Header" xml:space="preserve">
|
||
<value>Paste as .html file</value>
|
||
</data>
|
||
<data name="Transcode.Header" xml:space="preserve">
|
||
<value>Transcode audio / video</value>
|
||
</data>
|
||
<data name="TranscodeToMp3.Header" xml:space="preserve">
|
||
<value>Transcode to .mp3</value>
|
||
</data>
|
||
<data name="TranscodeToMp4.Header" xml:space="preserve">
|
||
<value>Transcode to .mp4 (H.264/AAC)</value>
|
||
</data>
|
||
<data name="Launch_ColorPicker.Content" xml:space="preserve">
|
||
<value>Open Color Picker</value>
|
||
</data>
|
||
<data name="Oobe_ColorPicker.Description" xml:space="preserve">
|
||
<value>Color Picker is a system-wide color selection tool for Windows that enables you to pick colors from any currently running application and automatically copies it in a configurable format to your clipboard.</value>
|
||
</data>
|
||
<data name="Oobe_FancyZones.Description" xml:space="preserve">
|
||
<value>FancyZones is a window manager that makes it easy to create complex window layouts and quickly position windows into those layouts.</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="Oobe_FileLocksmith.Description" xml:space="preserve">
|
||
<value>File Locksmith lists which processes are using the selected files or directories and allows closing those processes.</value>
|
||
</data>
|
||
<data name="Oobe_FileExplorer.Description" xml:space="preserve">
|
||
<value>PowerToys introduces add-ons to the Windows File Explorer that will enable files like Markdown (.md), PDF (.pdf), SVG (.svg), STL (.stl), G-code (.gcode), Binary G-code (.bgcode), and developer files to be viewed in the preview pane. It introduces File Explorer thumbnail support for a number of these file types as well.</value>
|
||
</data>
|
||
<data name="Oobe_ImageResizer.Description" xml:space="preserve">
|
||
<value>Image Resizer is a Windows shell extension for simple bulk image-resizing.</value>
|
||
</data>
|
||
<data name="Oobe_KBM.Description" xml:space="preserve">
|
||
<value>Keyboard Manager allows you to customize the keyboard to be more productive by remapping keys and creating your own keyboard shortcuts.</value>
|
||
</data>
|
||
<data name="Oobe_MouseWithoutBorders.Description" xml:space="preserve">
|
||
<value>Mouse Without Borders enables using the mouse pointer, keyboard, clipboard and drag and drop between machines in the same local network.</value>
|
||
</data>
|
||
<data name="Oobe_PowerRename.Description" xml:space="preserve">
|
||
<value>PowerRename enables you to perform simple bulk renaming, searching and replacing file names.</value>
|
||
</data>
|
||
<data name="Oobe_Workspaces.Description" xml:space="preserve">
|
||
<value>The Workspaces utility enables you to launch a set of applications to a custom layout and configuration all at once.</value>
|
||
</data>
|
||
<data name="Oobe_Run.Description" xml:space="preserve">
|
||
<value>PowerToys Run is a quick launcher for power users that contains some additional features without sacrificing performance.</value>
|
||
</data>
|
||
<data name="Oobe_MeasureTool.Description" xml:space="preserve">
|
||
<value>Screen Ruler is a quick and easy way to measure pixels on your screen.</value>
|
||
</data>
|
||
<data name="Oobe_ShortcutGuide.Description" xml:space="preserve">
|
||
<value>Shortcut Guide presents the user with a listing of available shortcuts for the current state of the desktop.</value>
|
||
</data>
|
||
<data name="Oobe_MouseUtils.Description" xml:space="preserve">
|
||
<value>A collection of utilities to enhance your mouse.</value>
|
||
<comment>Mouse as in the hardware peripheral</comment>
|
||
</data>
|
||
<data name="Oobe_Overview.Description" xml:space="preserve">
|
||
<value>Microsoft PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity.
|
||
|
||
Take a moment to preview the various utilities listed or view our comprehensive documentation.</value>
|
||
</data>
|
||
<data name="Oobe_Overview_DescriptionLinkText.Text" xml:space="preserve">
|
||
<value>Documentation on Microsoft Learn</value>
|
||
</data>
|
||
<data name="Oobe_Overview_Telemetry_Title.Text" xml:space="preserve">
|
||
<value>Help us make PowerToys better</value>
|
||
</data>
|
||
<data name="Oobe_Overview_Telemetry_Desc.Text" xml:space="preserve">
|
||
<value>Diagnostics & feedback helps us to improve PowerToys and keep it secure, up to date, and working as expected.</value>
|
||
</data>
|
||
<data name="Oobe_Overview_Hotkey_Conflict_Title.Text" xml:space="preserve">
|
||
<value>Shortcut conflict detection</value>
|
||
</data>
|
||
<data name="Oobe_Overview_Hotkey_Conflict_Card_Description.Header" xml:space="preserve">
|
||
<value>Shortcuts configured by PowerToys are conflicting</value>
|
||
</data>
|
||
<data name="Oobe_Overview_DiagnosticsAndFeedback_Settings_Link.Content" xml:space="preserve">
|
||
<value>View more diagnostic data settings</value>
|
||
</data>
|
||
<data name="ReleaseNotes.Content" xml:space="preserve">
|
||
<value>Release notes</value>
|
||
</data>
|
||
<data name="Oobe_ColorPicker_HowToUse.Text" xml:space="preserve">
|
||
<value>to open Color Picker.</value>
|
||
</data>
|
||
<data name="Oobe_ColorPicker_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>To select a color with more precision, **scroll the mouse wheel** to zoom in.</value>
|
||
</data>
|
||
<data name="Oobe_FancyZones_HowToUse.Text" xml:space="preserve">
|
||
<value>**Shift** + **drag the window** to snap a window to a zone, and release the window in the desired zone.</value>
|
||
</data>
|
||
<data name="Oobe_FancyZones_HowToUse_Shortcut.Text" xml:space="preserve">
|
||
<value>to open the FancyZones editor.</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="Oobe_FancyZones_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Snap a window to multiple zones by holding the **Ctrl** key (while also holding **Shift**) when dragging a window.</value>
|
||
</data>
|
||
<data name="Oobe_FileLocksmith_HowToUse.Text" xml:space="preserve">
|
||
<value>In File Explorer, right-click one or more selected files and select **Unlock with File Locksmith** from the context menu.</value>
|
||
</data>
|
||
<data name="Oobe_FileLocksmith_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Press the **Restart as administrator** button from the File Locksmith UI to also get information on elevated processes that might be using the files.</value>
|
||
</data>
|
||
<data name="Oobe_FileExplorer_HowToEnable.Text" xml:space="preserve">
|
||
<value>Select **View** which is located at the top of File Explorer, followed by **Show**, and then **Preview pane**.
|
||
From there, simply click on one of the supported files in the File Explorer and observe the content on the preview pane!</value>
|
||
</data>
|
||
<data name="Oobe_HowToCreateMappings.Text" xml:space="preserve">
|
||
<value>How to create mappings</value>
|
||
</data>
|
||
<data name="Oobe_HowToEnable.Text" xml:space="preserve">
|
||
<value>How to enable</value>
|
||
</data>
|
||
<data name="Oobe_HowToLaunch.Text" xml:space="preserve">
|
||
<value>How to launch</value>
|
||
</data>
|
||
<data name="Oobe_HowToUse.Text" xml:space="preserve">
|
||
<value>How to use</value>
|
||
</data>
|
||
<data name="Oobe_ImageResizer_HowToLaunch.Text" xml:space="preserve">
|
||
<value>In File Explorer, right-click one or more image files and select **Resize with Image Resizer** from the context menu.</value>
|
||
</data>
|
||
<data name="Oobe_ImageResizer_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Want a custom size? You can add them in the PowerToys Settings!</value>
|
||
</data>
|
||
<data name="Oobe_KBM_HowToCreateMappings.Text" xml:space="preserve">
|
||
<value>Open **PowerToys Settings**, navigate to the Keyboard Manager menu, and select either **Remap a key** or **Remap a shortcut**.</value>
|
||
</data>
|
||
<data name="Oobe_KBM_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Want to only have a shortcut work for a single application? Use the Target App field when creating the shortcut remapping.</value>
|
||
</data>
|
||
<data name="Oobe_MouseWithoutBorders_HowToUse.Text" xml:space="preserve">
|
||
<value>Use the Settings screen on each machine to connect to the other machines using the same key. If a connection is not working, it may be necessary to add an exception to the Windows Firewall.</value>
|
||
</data>
|
||
<data name="Oobe_MouseWithoutBorders_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Use the service option in Settings to install a service enabling Mouse Without Borders to function even in the lock screen.</value>
|
||
</data>
|
||
<data name="Oobe_PowerRename_HowToUse.Text" xml:space="preserve">
|
||
<value>In File Explorer, right-click one or more selected files and select **Rename with PowerRename** from the context menu.</value>
|
||
</data>
|
||
<data name="Oobe_Workspaces_HowToUse_Shortcut.Text" xml:space="preserve">
|
||
<value>to open the Workspaces Editor.</value>
|
||
<comment>{Locked="Workspaces"}</comment>
|
||
</data>
|
||
<data name="Oobe_Workspaces_HowToUse.Text" xml:space="preserve">
|
||
<value>In the Workspaces Editor window create Workspaces - a set of applications arranged in a custom layout. You can launch Workspaces from the Workspaces Editor or by shortcuts created in the Workspaces Editor.</value>
|
||
</data>
|
||
<data name="Oobe_Workspaces_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Customize the configuration of your apps on launch by adding CLI arguments to each app in the Workspaces Editor.</value>
|
||
</data>
|
||
<data name="Oobe_PowerRename_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>PowerRename supports searching for files using regular expressions to enable more advanced renaming functionalities.</value>
|
||
</data>
|
||
<data name="Oobe_Run_HowToLaunch.Text" xml:space="preserve">
|
||
<value>to open Run and just start typing.</value>
|
||
</data>
|
||
<data name="Oobe_Run_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>PowerToys Run supports various action keys to funnel search queries for a specific subset of results. Typing `<` searches for running processes only, `?` will search only for file, or `.` for installed applications! See PowerToys documentation for the complete set of 'Action Keys' available.</value>
|
||
</data>
|
||
<data name="Oobe_ShortcutGuide_HowToLaunch.Text" xml:space="preserve">
|
||
<value>to open Shortcut Guide, press it again to close or press **Esc**.</value>
|
||
</data>
|
||
<data name="Oobe_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Tips & tricks</value>
|
||
</data>
|
||
<data name="Oobe_MeasureTool_Activation.Text" xml:space="preserve">
|
||
<value>to bring up the Screen Ruler command bar.</value>
|
||
</data>
|
||
<data name="Oobe_MeasureTool_HowToLaunch.Text" xml:space="preserve">
|
||
<value>The Bounds mode lets you select a specific area to measure. You can also shift-drag an area to persist in on screen. The various Spacing modes allows tracing similar pixels along horizontal and vertical axes with a customizable pixel tolerance threshold (use settings or mouse wheel to adjust it).</value>
|
||
</data>
|
||
<data name="Oobe_MeasureTool.Title" xml:space="preserve">
|
||
<value>Screen Ruler</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_ColorPicker.Title" xml:space="preserve">
|
||
<value>Color Picker</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_FancyZones.Title" xml:space="preserve">
|
||
<value>FancyZones</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="Oobe_FileLocksmith.Title" xml:space="preserve">
|
||
<value>File Locksmith</value>
|
||
</data>
|
||
<data name="Oobe_ImageResizer.Title" xml:space="preserve">
|
||
<value>Image Resizer</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_KBM.Title" xml:space="preserve">
|
||
<value>Keyboard Manager</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_MouseWithoutBorders.Title" xml:space="preserve">
|
||
<value>Mouse Without Borders</value>
|
||
<comment>Product name. Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_PowerRename.Title" xml:space="preserve">
|
||
<value>PowerRename</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_Workspaces.Title" xml:space="preserve">
|
||
<value>Workspaces</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_Run.Title" xml:space="preserve">
|
||
<value>PowerToys Run</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_ShortcutGuide.Title" xml:space="preserve">
|
||
<value>Shortcut Guide</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_Overview.Title" xml:space="preserve">
|
||
<value>Welcome</value>
|
||
</data>
|
||
<data name="Oobe_WhatsNew_LoadingError.Title" xml:space="preserve">
|
||
<value>Couldn't load the release notes.</value>
|
||
</data>
|
||
<data name="Oobe_WhatsNew_LoadingError.Message" xml:space="preserve">
|
||
<value>Please check your internet connection.</value>
|
||
</data>
|
||
<data name="OOBE_Settings.Content" xml:space="preserve">
|
||
<value>Open Settings</value>
|
||
</data>
|
||
<data name="WhatIsNew_NavViewItem.Content" xml:space="preserve">
|
||
<value>What's new</value>
|
||
</data>
|
||
<data name="Feedback_NavViewItem.Content" xml:space="preserve">
|
||
<value>Give feedback</value>
|
||
</data>
|
||
<data name="OobeWindow_Title" xml:space="preserve">
|
||
<value>Welcome to PowerToys</value>
|
||
</data>
|
||
<data name="OobeWindow_TitleTxt.Title" xml:space="preserve">
|
||
<value>Welcome to PowerToys</value>
|
||
</data>
|
||
<data name="ScoobeWindow_Title" xml:space="preserve">
|
||
<value>What's new in PowerToys</value>
|
||
</data>
|
||
<data name="ScoobeWindow_TitleTxt.Title" xml:space="preserve">
|
||
<value>What's new in PowerToys</value>
|
||
</data>
|
||
<data name="Scoobe_OpenSettings.Content" xml:space="preserve">
|
||
<value>Settings</value>
|
||
</data>
|
||
<data name="ScoobeReleaseNotes_ViewOnGitHub" xml:space="preserve">
|
||
<value>View on GitHub</value>
|
||
</data>
|
||
<data name="SettingsWindow_Title" xml:space="preserve">
|
||
<value>PowerToys Settings</value>
|
||
<comment>Title of the settings window when running as user</comment>
|
||
</data>
|
||
<data name="Awake.ModuleTitle" xml:space="preserve">
|
||
<value>Awake</value>
|
||
<comment>Awake is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="Awake.ModuleDescription" xml:space="preserve">
|
||
<value>A convenient way to keep your PC awake on-demand.</value>
|
||
</data>
|
||
<data name="Awake_EnableSettingsCard.Header" xml:space="preserve">
|
||
<value>Awake</value>
|
||
<comment>Awake is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Awake_NoKeepAwakeSelector.Content" xml:space="preserve">
|
||
<value>Keep using the selected power plan</value>
|
||
</data>
|
||
<data name="Awake_IndefiniteKeepAwakeSelector.Content" xml:space="preserve">
|
||
<value>Keep awake indefinitely</value>
|
||
</data>
|
||
<data name="Awake_TemporaryKeepAwakeSelector.Content" xml:space="preserve">
|
||
<value>Keep awake for a time interval</value>
|
||
</data>
|
||
<data name="Awake_ExpirableKeepAwakeSelector.Content" xml:space="preserve">
|
||
<value>Keep awake until expiration</value>
|
||
</data>
|
||
<data name="Awake_DisplaySettingsCard.Header" xml:space="preserve">
|
||
<value>Keep screen on</value>
|
||
</data>
|
||
<data name="Awake_DisplaySettingsCard.Description" xml:space="preserve">
|
||
<value>This setting is only available when keeping the PC awake</value>
|
||
</data>
|
||
<data name="Awake_ExpirationSettingsExpander.Description" xml:space="preserve">
|
||
<value>Keep custom awake state until a specific date and time</value>
|
||
</data>
|
||
<data name="Awake_ModeSettingsCard.Header" xml:space="preserve">
|
||
<value>Mode</value>
|
||
</data>
|
||
<data name="Awake_BehaviorSettingsGroup.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="Awake_IntervalHoursInput.Header" xml:space="preserve">
|
||
<value>Hours</value>
|
||
</data>
|
||
<data name="Awake_IntervalMinutesInput.Header" xml:space="preserve">
|
||
<value>Minutes</value>
|
||
</data>
|
||
<data name="Awake_ExpirationSettingsExpander_Date.Header" xml:space="preserve">
|
||
<value>End date</value>
|
||
</data>
|
||
<data name="Awake_ExpirationSettingsExpander_Time.Header" xml:space="preserve">
|
||
<value>End time</value>
|
||
</data>
|
||
<data name="Oobe_Awake.Title" xml:space="preserve">
|
||
<value>Awake</value>
|
||
<comment>Module name, do not loc</comment>
|
||
</data>
|
||
<data name="Oobe_Awake.Description" xml:space="preserve">
|
||
<value>Awake is a Windows tool designed to keep your PC awake on-demand without having to manage its power settings. This behavior can be helpful when running time-consuming tasks while ensuring that your PC does not go to sleep or turn off its screens.</value>
|
||
<comment>Awake is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="Oobe_Awake_HowToUse.Text" xml:space="preserve">
|
||
<value>Open **PowerToys Settings** and enable Awake</value>
|
||
<comment>Awake is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="Oobe_Awake_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>You can always change modes quickly by **right-clicking the Awake icon** in the system tray.</value>
|
||
<comment>Awake is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="General_FailedToDownloadTheNewVersion.Title" xml:space="preserve">
|
||
<value>An error occurred trying to install this update:</value>
|
||
</data>
|
||
<data name="General_InstallNow.Content" xml:space="preserve">
|
||
<value>Install now</value>
|
||
</data>
|
||
<data name="General_NewVersionAvailable.Title" xml:space="preserve">
|
||
<value>An update is available:</value>
|
||
</data>
|
||
<data name="General_Downloading.Text" xml:space="preserve">
|
||
<value>Downloading...</value>
|
||
</data>
|
||
<data name="General_TryAgainToDownloadAndInstall.Content" xml:space="preserve">
|
||
<value>Try again to download and install</value>
|
||
</data>
|
||
<data name="General_CheckingForUpdates.Text" xml:space="preserve">
|
||
<value>Checking for updates...</value>
|
||
</data>
|
||
<data name="General_NewVersionReadyToInstall.Title" xml:space="preserve">
|
||
<value>An update is ready to install:</value>
|
||
</data>
|
||
<data name="General_UpToDate.Title" xml:space="preserve">
|
||
<value>PowerToys is up to date</value>
|
||
</data>
|
||
<data name="General_CantCheck.Title" xml:space="preserve">
|
||
<value>Network error. Please try again later</value>
|
||
</data>
|
||
<data name="General_DownloadAndInstall.Content" xml:space="preserve">
|
||
<value>Download & install</value>
|
||
</data>
|
||
<data name="ImageResizer_Fit_Fill_ThirdPersonSingular" xml:space="preserve">
|
||
<value>Fills</value>
|
||
</data>
|
||
<data name="ImageResizer_Fit_Fit_ThirdPersonSingular" xml:space="preserve">
|
||
<value>Fits within</value>
|
||
</data>
|
||
<data name="ImageResizer_Fit_Stretch_ThirdPersonSingular" xml:space="preserve">
|
||
<value>Stretches to</value>
|
||
</data>
|
||
<data name="ImageResizer_Unit_Centimeter" xml:space="preserve">
|
||
<value>Centimeters</value>
|
||
</data>
|
||
<data name="ImageResizer_Unit_Inch" xml:space="preserve">
|
||
<value>Inches</value>
|
||
</data>
|
||
<data name="ImageResizer_Unit_Percent" xml:space="preserve">
|
||
<value>Percent</value>
|
||
</data>
|
||
<data name="ImageResizer_Unit_Pixel" xml:space="preserve">
|
||
<value>Pixels</value>
|
||
</data>
|
||
<data name="ImageResizer_EditButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Edit</value>
|
||
</data>
|
||
<data name="ImageResizer_EditSize.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Edit size</value>
|
||
</data>
|
||
<data name="ImageResizer_Presets.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>ImageResizer presets</value>
|
||
</data>
|
||
<data name="ImageResizer_AddSizeButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Add a new preset</value>
|
||
</data>
|
||
<data name="ImageResizer_RemoveButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Remove</value>
|
||
</data>
|
||
<data name="ImageResizer_EditButton_Accessibility_Name" xml:space="preserve">
|
||
<value>Edit the {0} preset</value>
|
||
<comment>Expands to the AutomationProperties.Name value for the Edit button. Example: "Edit the Small preset".</comment>
|
||
</data>
|
||
<data name="ImageResizer_RemoveButton_Accessibility_Name" xml:space="preserve">
|
||
<value>Remove the {0} preset</value>
|
||
<comment>Expands to the AutomationProperties.Name value for the Remove button. Example: "Remove the Large preset".</comment>
|
||
</data>
|
||
<data name="No" xml:space="preserve">
|
||
<value>No</value>
|
||
<comment>Label of a cancel button</comment>
|
||
</data>
|
||
<data name="Delete_Dialog_Description" xml:space="preserve">
|
||
<value>Are you sure you want to delete this item?</value>
|
||
</data>
|
||
<data name="Yes" xml:space="preserve">
|
||
<value>Yes</value>
|
||
<comment>Label of a confirmation button</comment>
|
||
</data>
|
||
<data name="SeeWhatsNew.Content" xml:space="preserve">
|
||
<value>See what's new</value>
|
||
</data>
|
||
<data name="Awake_ModeSettingsCard.Description" xml:space="preserve">
|
||
<value>Manage the state of your device when Awake is active</value>
|
||
<comment>Awake is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="ExcludedApps.Header" xml:space="preserve">
|
||
<value>Excluded apps</value>
|
||
</data>
|
||
<data name="Enable_ColorFormat.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Enable colorformat</value>
|
||
</data>
|
||
<data name="More_Options_Button.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>More options</value>
|
||
</data>
|
||
<data name="More_Options_ButtonTooltip.Text" xml:space="preserve">
|
||
<value>More options</value>
|
||
</data>
|
||
<data name="To.Text" xml:space="preserve">
|
||
<value>to</value>
|
||
<comment>as in: from x to y</comment>
|
||
</data>
|
||
<data name="Starts.Text" xml:space="preserve">
|
||
<value>starts</value>
|
||
<comment>as in: doing x will start y</comment>
|
||
</data>
|
||
<data name="LearnMore_Awake.Text" xml:space="preserve">
|
||
<value>Learn more about Awake</value>
|
||
<comment>Awake is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_CmdNotFound.Text" xml:space="preserve">
|
||
<value>Learn more about Command Not Found</value>
|
||
<comment> Command Not Found is the name of the module. </comment>
|
||
</data>
|
||
<data name="SecondaryLink_Awake.Text" xml:space="preserve">
|
||
<value>Den Delimarsky's work on creating Awake</value>
|
||
<comment>Awake is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_ColorPicker.Text" xml:space="preserve">
|
||
<value>Learn more about Color Picker</value>
|
||
<comment>Color Picker is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_FancyZones.Text" xml:space="preserve">
|
||
<value>Learn more about FancyZones</value>
|
||
<comment>{Locked="FancyZones"}</comment>
|
||
</data>
|
||
<data name="LearnMore_FileLocksmith.Text" xml:space="preserve">
|
||
<value>Learn more about File Locksmith</value>
|
||
</data>
|
||
<data name="LearnMore_ImageResizer.Text" xml:space="preserve">
|
||
<value>Learn more about Image Resizer</value>
|
||
<comment>Image Resizer is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_KBM.Text" xml:space="preserve">
|
||
<value>Learn more about Keyboard Manager</value>
|
||
<comment>Keyboard Manager is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_MouseUtils.Text" xml:space="preserve">
|
||
<value>Learn more about Mouse utilities</value>
|
||
<comment>Mouse utilities is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_AdvancedPaste.Text" xml:space="preserve">
|
||
<value>Learn more about Advanced Paste</value>
|
||
<comment> Advanced Paste is the name of the module. </comment>
|
||
</data>
|
||
<data name="LearnMore_MouseWithoutBorders.Text" xml:space="preserve">
|
||
<value>Learn more about Mouse Without Borders</value>
|
||
<comment>Mouse Without Borders is the name of the module. </comment>
|
||
</data>
|
||
<data name="LearnMore_PowerPreview.Text" xml:space="preserve">
|
||
<value>Learn more about File Explorer add-ons</value>
|
||
<comment>File Explorer is a product name, localize as Windows does</comment>
|
||
</data>
|
||
<data name="LearnMore_Peek.Text" xml:space="preserve">
|
||
<value>Learn more about Peek</value>
|
||
<comment>Peek is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_PowerRename.Text" xml:space="preserve">
|
||
<value>Learn more about PowerRename</value>
|
||
<comment>PowerRename is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_Run.Text" xml:space="preserve">
|
||
<value>Learn more about PowerToys Run</value>
|
||
<comment>PowerToys Run is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_MeasureTool.Text" xml:space="preserve">
|
||
<value>Learn more about Screen Ruler</value>
|
||
<comment>Screen Ruler is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_ShortcutGuide.Text" xml:space="preserve">
|
||
<value>Learn more about Shortcut Guide</value>
|
||
<comment>Shortcut Guide is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Oobe_FileExplorer.Title" xml:space="preserve">
|
||
<value>File Explorer add-ons</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils.Title" xml:space="preserve">
|
||
<value>Mouse utilities</value>
|
||
<comment>Mouse as in the hardware peripheral</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_FindMyMouse.Text" xml:space="preserve">
|
||
<value>Find My Mouse</value>
|
||
<comment>Mouse as in the hardware peripheral</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_FindMyMouse_Description.Text" xml:space="preserve">
|
||
<value>Focus the mouse pointer pressing the Ctrl key twice, using a custom shortcut or shaking the mouse.</value>
|
||
<comment>Mouse as in the hardware peripheral. Key as in a keyboard key</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_MouseHighlighter.Text" xml:space="preserve">
|
||
<value>Mouse Highlighter</value>
|
||
<comment>Mouse as in the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_MouseHighlighter_Description.Text" xml:space="preserve">
|
||
<value>Use a keyboard shortcut to highlight left and right mouse clicks.</value>
|
||
<comment>Mouse as in the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="MouseUtils_Enable_CursorWrap.Header" xml:space="preserve">
|
||
<value>CursorWrap</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap.Header" xml:space="preserve">
|
||
<value>CursorWrap</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap.Description" xml:space="preserve">
|
||
<value>Wrap the mouse cursor between monitor edges</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation and behavior</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_DisableWrapDuringDrag.Content" xml:space="preserve">
|
||
<value>Disable wrapping while dragging</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_DisableOnSingleMonitor.Content" xml:space="preserve">
|
||
<value>Disable wrapping when using a single monitor</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_WrapMode.Header" xml:space="preserve">
|
||
<value>Wrap mode</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_WrapMode_VerticalOnly.Content" xml:space="preserve">
|
||
<value>Vertical only</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_WrapMode_HorizontalOnly.Content" xml:space="preserve">
|
||
<value>Horizontal only</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_WrapMode_Both.Content" xml:space="preserve">
|
||
<value>Vertical and horizontal</value>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_ActivationMode.Header" xml:space="preserve">
|
||
<value>Wrapping activation</value>
|
||
<comment>CursorWrap: Label for activation mode dropdown</comment>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_ActivationMode.Description" xml:space="preserve">
|
||
<value>Control when cursor wrapping occurs as the pointer reaches the screen edge.</value>
|
||
<comment>CursorWrap: Description for activation mode dropdown</comment>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_ActivationMode_Always.Content" xml:space="preserve">
|
||
<value>Always</value>
|
||
<comment>CursorWrap: Activation mode - always wrap</comment>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_ActivationMode_HoldingCtrl.Content" xml:space="preserve">
|
||
<value>Holding Ctrl</value>
|
||
<comment>CursorWrap: Activation mode - disable wrap when Ctrl held</comment>
|
||
</data>
|
||
<data name="MouseUtils_CursorWrap_ActivationMode_HoldingShift.Content" xml:space="preserve">
|
||
<value>Holding Shift</value>
|
||
<comment>CursorWrap: Activation mode - disable wrap when Shift held</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_MousePointerCrosshairs.Text" xml:space="preserve">
|
||
<value>Mouse Pointer Crosshairs</value>
|
||
<comment>Mouse as in the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_MousePointerCrosshairs_Description.Text" xml:space="preserve">
|
||
<value>Draw crosshairs centered around the mouse pointer.</value>
|
||
<comment>Mouse as in the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_MouseJump.Text" xml:space="preserve">
|
||
<value>Mouse Jump</value>
|
||
<comment>Mouse as in the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="Oobe_MouseUtils_MouseJump_Description.Text" xml:space="preserve">
|
||
<value>Jump the mouse pointer quickly to anywhere on your desktop.</value>
|
||
<comment>Mouse as in the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="Launch_Run.Content" xml:space="preserve">
|
||
<value>Open PowerToys Run</value>
|
||
</data>
|
||
<data name="Launch_ShortcutGuide.Content" xml:space="preserve">
|
||
<value>Open Shortcut Guide</value>
|
||
</data>
|
||
<data name="GeneralPage_Documentation.Text" xml:space="preserve">
|
||
<value>Documentation</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchList.PlaceholderText" xml:space="preserve">
|
||
<value>Search this list</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchList.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Search this list</value>
|
||
</data>
|
||
<data name="Awake.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="ColorPicker.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="General.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Related information</value>
|
||
</data>
|
||
<data name="ImageResizer.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="MouseUtils.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="PowerLauncher.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="PowerRename.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="EditTooltip.Text" xml:space="preserve">
|
||
<value>Edit</value>
|
||
</data>
|
||
<data name="RemoveTooltip.Text" xml:space="preserve">
|
||
<value>Remove</value>
|
||
</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_Save" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="Activation_Shortcut_Title" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="InvalidShortcut.Message" xml:space="preserve">
|
||
<value>Invalid shortcut</value>
|
||
</data>
|
||
<data name="InvalidShortcutWarningLabel.Text" xml:space="preserve">
|
||
<value>A shortcut should start with **Windows key**, **Ctrl**, **Alt** or **Shift**.</value>
|
||
<comment>The ** sequences are used for text formatting of the key names. Don't remove them on translation.</comment>
|
||
</data>
|
||
<data name="WarningShortcutAltGr.Message" 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="WarningPotentialShortcutConflict.Message" xml:space="preserve">
|
||
<value>This shortcut has a potential conflict, but the warning is ignored.</value>
|
||
</data>
|
||
<data name="FancyZones_SpanZonesAcrossMonitors.Description" xml:space="preserve">
|
||
<value>All monitors must have the same DPI scaling and will be treated as one large combined rectangle which contains all monitors</value>
|
||
</data>
|
||
<data name="ImageResizer_DefaultSize_NewSizePrefix" xml:space="preserve">
|
||
<value>New size</value>
|
||
<comment>First part of the default name of new sizes that can be added in PT's settings ui.</comment>
|
||
</data>
|
||
<data name="Awake_IntervalSettingsCard.Header" xml:space="preserve">
|
||
<value>Interval before returning to the previous awake state</value>
|
||
</data>
|
||
<data name="Awake_ExpirationSettingsExpander.Header" xml:space="preserve">
|
||
<value>End date and time</value>
|
||
</data>
|
||
<data name="MouseUtils.ModuleTitle" xml:space="preserve">
|
||
<value>Mouse utilities</value>
|
||
</data>
|
||
<data name="MouseUtils.ModuleDescription" xml:space="preserve">
|
||
<value>A collection of mouse utilities.</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse.Header" xml:space="preserve">
|
||
<value>Find My Mouse</value>
|
||
<comment>Refers to the utility name</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse.Description" xml:space="preserve">
|
||
<value>Highlight the position of the cursor when pressing the Ctrl key twice, using a custom shortcut or when shaking the mouse.</value>
|
||
<comment>"Ctrl" is a keyboard key. "Find My Mouse" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MouseUtils_Enable_FindMyMouse.Header" xml:space="preserve">
|
||
<value>Find My Mouse</value>
|
||
<comment>"Find My Mouse" is the name of the utility.</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationMethod.Header" xml:space="preserve">
|
||
<value>Activation method</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationDoubleControlPress.Content" xml:space="preserve">
|
||
<value>Press Left Control twice</value>
|
||
<comment>Left control is the physical key on the keyboard.</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationShakeMouse.Content" xml:space="preserve">
|
||
<value>Shake mouse</value>
|
||
<comment>Mouse is the hardware peripheral.</comment>
|
||
</data>
|
||
<data name="MouseUtils_Include_Win_Key.Content" xml:space="preserve">
|
||
<value>Only activate while holding the Windows key</value>
|
||
<comment>Specifies that the 'Find My Mouse' will only activate if the Windows key is held down while pressing the Ctrl key twice.</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ExcludedApps.Description" xml:space="preserve">
|
||
<value>Prevents module activation when an excluded application is the foreground application</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ExcludedApps.Header" xml:space="preserve">
|
||
<value>Excluded apps</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ExcludedApps_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>Example: outlook.exe</value>
|
||
</data>
|
||
<data name="MouseUtils_Prevent_Activation_On_Game_Mode.Content" xml:space="preserve">
|
||
<value>Do not activate when Game Mode is on</value>
|
||
<comment>"Game mode" is the Windows feature to prevent notification when playing a game.</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_BackgroundColor.Header" xml:space="preserve">
|
||
<value>Background color</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_SpotlightColor.Header" xml:space="preserve">
|
||
<value>Spotlight color</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_SpotlightRadius.Header" xml:space="preserve">
|
||
<value>Spotlight radius (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_SpotlightInitialZoom.Header" xml:space="preserve">
|
||
<value>Spotlight initial zoom</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_SpotlightInitialZoom.Description" xml:space="preserve">
|
||
<value>Spotlight zoom factor at the start of the animation</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_AnimationDurationMs.Header" xml:space="preserve">
|
||
<value>Animation duration (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_AnimationDurationMs.Description" xml:space="preserve">
|
||
<value>Time before the spotlight appears (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_AnimationDurationMs_Disabled.Title" xml:space="preserve">
|
||
<value>Animations are disabled in your system settings.</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ShakingMinimumDistance.Header" xml:space="preserve">
|
||
<value>Minimum shake distance</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ShakingMinimumDistance.Description" xml:space="preserve">
|
||
<value>The minimum distance the mouse must move to be considered a shake. Lower values increase sensitivity.</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ShakingIntervalMs.Header" xml:space="preserve">
|
||
<value>Shake detection interval (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ShakingIntervalMs.Description" xml:space="preserve">
|
||
<value>Time window used to monitor mouse movement for shake detection. Shorter intervals may detect quicker shakes.</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ShakingFactor.Header" xml:space="preserve">
|
||
<value>Shake sensitivity factor (percent)</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ShakingFactor.Description" xml:space="preserve">
|
||
<value>Determines how far the pointer must move, relative to the screen diagonal, to count as a shake. Lower values make it more sensitive.</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter.Header" xml:space="preserve">
|
||
<value>Mouse Highlighter</value>
|
||
<comment>Refers to the utility name</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter.Description" xml:space="preserve">
|
||
<value>Highlight mouse clicks.</value>
|
||
<comment>"Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse.</comment>
|
||
</data>
|
||
<data name="MouseUtils_Enable_MouseHighlighter.Header" xml:space="preserve">
|
||
<value>Mouse Highlighter</value>
|
||
<comment>"Find My Mouse" is the name of the utility.</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut used to turn this mode on or off</value>
|
||
<comment>"Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse.</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_PrimaryButtonClickColor.Header" xml:space="preserve">
|
||
<value>Primary button highlight color</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_SecondaryButtonClickColor.Header" xml:space="preserve">
|
||
<value>Secondary button highlight color</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_HighlightRadius.Header" xml:space="preserve">
|
||
<value>Radius (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_FadeDelayMs.Header" xml:space="preserve">
|
||
<value>Fade delay (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_FadeDelayMs.Description" xml:space="preserve">
|
||
<value>Time before the highlight begins to fade (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_FadeDurationMs.Header" xml:space="preserve">
|
||
<value>Fade duration (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_FadeDurationMs.Description" xml:space="preserve">
|
||
<value>Duration of the disappear animation (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs.Header" xml:space="preserve">
|
||
<value>Mouse Pointer Crosshairs</value>
|
||
<comment>Refers to the utility name</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs.Description" xml:space="preserve">
|
||
<value>Draw crosshairs centered on the mouse pointer.</value>
|
||
<comment>"Mouse Pointer Crosshairs" is the name of the utility. Mouse is the hardware mouse.</comment>
|
||
</data>
|
||
<data name="MouseUtils_Enable_MousePointerCrosshairs.Header" xml:space="preserve">
|
||
<value>Mouse Pointer Crosshairs</value>
|
||
<comment>"Mouse Pointer Crosshairs" is the name of the utility.</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut to show/hide the crosshairs</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsColor.Header" xml:space="preserve">
|
||
<value>Crosshairs color</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOpacity.Header" xml:space="preserve">
|
||
<value>Crosshairs opacity (%)</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsRadius.Header" xml:space="preserve">
|
||
<value>Crosshairs center radius (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsThickness.Header" xml:space="preserve">
|
||
<value>Crosshairs thickness (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsBorderColor.Header" xml:space="preserve">
|
||
<value>Crosshairs border color</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsBorderSize.Header" xml:space="preserve">
|
||
<value>Crosshairs border size (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_IsCrosshairsFixedLengthEnabled.Header" xml:space="preserve">
|
||
<value>Fix crosshairs length</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsFixedLength.Header" xml:space="preserve">
|
||
<value>Crosshairs fixed length (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation.Header" xml:space="preserve">
|
||
<value>Crosshairs orientation</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation_Both.Content" xml:space="preserve">
|
||
<value>Vertical and horizontal lines</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation_Vertical.Content" xml:space="preserve">
|
||
<value>Vertical only</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsOrientation_Horizontal.Content" xml:space="preserve">
|
||
<value>Horizontal only</value>
|
||
</data>
|
||
<data name="MouseUtils_GlidingCursor.Header" xml:space="preserve">
|
||
<value>Gliding cursor</value>
|
||
</data>
|
||
<data name="MouseUtils_GlidingCursor.Description" xml:space="preserve">
|
||
<value>An accessibility feature that lets you control the mouse with a single button using guided horizontal and vertical lines</value>
|
||
</data>
|
||
<data name="MouseUtils_GlidingCursor_InitialSpeed.Header" xml:space="preserve">
|
||
<value>Initial line speed</value>
|
||
</data>
|
||
<data name="MouseUtils_GlidingCursor_InitialSpeed.Description" xml:space="preserve">
|
||
<value>Speed of the horizontal or vertical line when it begins moving</value>
|
||
</data>
|
||
<data name="MouseUtils_GlidingCursor_DelaySpeed.Header" xml:space="preserve">
|
||
<value>Reduced line speed</value>
|
||
</data>
|
||
<data name="MouseUtils_GlidingCursor_DelaySpeed.Description" xml:space="preserve">
|
||
<value>Speed after slowing down the line with a second shortcut press</value>
|
||
</data>
|
||
<data name="FancyZones_Radio_Custom_Colors.Content" xml:space="preserve">
|
||
<value>Custom colors</value>
|
||
</data>
|
||
<data name="FancyZones_Radio_Default_Theme.Content" xml:space="preserve">
|
||
<value>Windows default</value>
|
||
</data>
|
||
<data name="ColorModeHeader.Header" xml:space="preserve">
|
||
<value>Theme</value>
|
||
</data>
|
||
<data name="FancyZones_Zone_Appearance.Description" xml:space="preserve">
|
||
<value>Customize the way zones look</value>
|
||
</data>
|
||
<data name="FancyZones_Zone_Appearance.Header" xml:space="preserve">
|
||
<value>Zone appearance</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_GCODE.Header" xml:space="preserve">
|
||
<value>Geometric Code</value>
|
||
<comment>File type, do not translate</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_GCODE.Description" xml:space="preserve">
|
||
<value>Only .gcode files with embedded thumbnails are supported</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_GCODE.Header" xml:space="preserve">
|
||
<value>Geometric Code</value>
|
||
<comment>File type, do not translate</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_GCODE.Description" xml:space="preserve">
|
||
<value>Only .gcode files with embedded thumbnails are supported</value>
|
||
</data>
|
||
<data name="FancyZones_NumberColor.Header" xml:space="preserve">
|
||
<value>Number color</value>
|
||
</data>
|
||
<data name="FancyZones_ShowZoneNumberCheckBoxControl.Content" xml:space="preserve">
|
||
<value>Show zone number</value>
|
||
</data>
|
||
<data name="ToggleSwitch.OffContent" xml:space="preserve">
|
||
<value>Off</value>
|
||
<comment>The state of a ToggleSwitch when it's off</comment>
|
||
</data>
|
||
<data name="ToggleSwitch.OnContent" xml:space="preserve">
|
||
<value>On</value>
|
||
<comment>The state of a ToggleSwitch when it's on</comment>
|
||
</data>
|
||
<data name="CropAndLock.ModuleDescription" xml:space="preserve">
|
||
<value>Crop And Lock allows you to crop a current application into a smaller window or just create a thumbnail. Focus the target window and press the shortcut to start cropping.</value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="CropAndLock.ModuleTitle" xml:space="preserve">
|
||
<value>Crop And Lock </value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="CropAndLock_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="CropAndLock_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Crop And Lock</value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Shell_CropAndLock.Content" xml:space="preserve">
|
||
<value>Crop And Lock</value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="LearnMore_CropAndLock.Text" xml:space="preserve">
|
||
<value>Learn more about Crop And Lock</value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="CropAndLock_ReparentActivation_Shortcut.Header" xml:space="preserve">
|
||
<value>Reparent shortcut</value>
|
||
</data>
|
||
<data name="CropAndLock_ReparentActivation_Shortcut.Description" xml:space="preserve">
|
||
<value>Creates a cropped version of an application’s window by embedding the original app into a new window. This is experimental and may cause issues due to the reparenting behavior.</value>
|
||
</data>
|
||
<data name="CropAndLock_ThumbnailActivation_Shortcut.Header" xml:space="preserve">
|
||
<value>Thumbnail shortcut</value>
|
||
</data>
|
||
<data name="CropAndLock_ThumbnailActivation_Shortcut.Description" xml:space="preserve">
|
||
<value>Creates a cropped, non-interactive thumbnail of another window. Improves app compatibility.</value>
|
||
</data>
|
||
<data name="CropAndLock_ScreenshotActivation_Shortcut.Header" xml:space="preserve">
|
||
<value>Screenshot shortcut</value>
|
||
</data>
|
||
<data name="CropAndLock_ScreenshotActivation_Shortcut.Description" xml:space="preserve">
|
||
<value>Creates a cropped, static screenshot of another window. The screenshot won't update with the original window's content.</value>
|
||
</data>
|
||
<data name="CropAndLock.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="Oobe_CropAndLock.Title" xml:space="preserve">
|
||
<value>Crop And Lock</value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Oobe_CropAndLock.Description" xml:space="preserve">
|
||
<value>Crop And Lock allows you to crop a current application into a smaller window or just create a thumbnail. Focus the target window and press the shortcut to start cropping.</value>
|
||
<comment>"Crop And Lock" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Oobe_CropAndLock_HowToUse_Thumbnail.Text" xml:space="preserve">
|
||
<value>to crop and create a thumbnail of another window. The application isn't controllable through the thumbnail but it'll have less compatibility issues.</value>
|
||
</data>
|
||
<data name="Oobe_CropAndLock_HowToUse_Reparent.Text" xml:space="preserve">
|
||
<value>to crop an application's window into a cropped window. This is experimental and can cause issues with some applications, since the cropped window will contain the original application window.</value>
|
||
</data>
|
||
<data name="Oobe_CropAndLock_HowToUse_Screenshot.Text" xml:space="preserve">
|
||
<value>to crop an application's window into a screenshot window. The screenshot won't update with the original window's content.</value>
|
||
</data>
|
||
<data name="AlwaysOnTop.ModuleDescription" xml:space="preserve">
|
||
<value>Always On Top is a quick and easy way to pin windows on top.</value>
|
||
</data>
|
||
<data name="AlwaysOnTop.ModuleTitle" xml:space="preserve">
|
||
<value>Always On Top</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="Peek_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Always On Top</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ExcludedApps.Description" xml:space="preserve">
|
||
<value>Excludes an application from pinning on top</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ExcludedApps.Header" xml:space="preserve">
|
||
<value>Excluded apps</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ExcludedApps_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>Example: outlook.exe</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_FrameColor.Header" xml:space="preserve">
|
||
<value>Color</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_FrameEnabled.Header" xml:space="preserve">
|
||
<value>Show a border around the pinned window</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_FrameThickness.Header" xml:space="preserve">
|
||
<value>Thickness (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="AlwaysOnTop_Behavior_GroupSettings.Header" xml:space="preserve">
|
||
<value>Appearance & behavior</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ContextMenuEnabled.Header" xml:space="preserve">
|
||
<value>Show Always on Top in the title bar context menu</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ContextMenuEnabled.Description" xml:space="preserve">
|
||
<value>Lets you turn Always on Top mode on or off from the window's title bar right-click menu</value>
|
||
</data>
|
||
<data name="Shell_AlwaysOnTop.Content" xml:space="preserve">
|
||
<value>Always On Top</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="AlwaysOnTop_GameMode.Content" xml:space="preserve">
|
||
<value>Do not activate when Game Mode is on</value>
|
||
<comment>Game Mode is a Windows feature</comment>
|
||
</data>
|
||
<data name="LearnMore_AlwaysOnTop.Text" xml:space="preserve">
|
||
<value>Learn more about Always On Top</value>
|
||
<comment>{Locked="Always On Top"}</comment>
|
||
</data>
|
||
<data name="AlwaysOnTop_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut to pin or unpin an app window</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_IncreaseOpacity" xml:space="preserve">
|
||
<value>Press **{0}** to increase the opacity of the window</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_DecreaseOpacity" xml:space="preserve">
|
||
<value>Press **{0}** to decrease the opacity of the window</value>
|
||
</data>
|
||
<data name="Oobe_AlwaysOnTop.Title" xml:space="preserve">
|
||
<value>Always On Top</value>
|
||
<comment>{Locked}</comment>
|
||
</data>
|
||
<data name="Oobe_AlwaysOnTop.Description" xml:space="preserve">
|
||
<value>Always On Top improves your multitasking workflow by pinning an application window so it's always in front - even when focus changes to another window after that.</value>
|
||
</data>
|
||
<data name="Oobe_AlwaysOnTop_HowToUse.Text" xml:space="preserve">
|
||
<value>to pin or unpin the selected window so it's always on top of all other windows.</value>
|
||
</data>
|
||
<data name="Oobe_AlwaysOnTop_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>You can tweak the visual outline of the pinned windows in PowerToys settings.</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_FrameColor_Mode.Header" xml:space="preserve">
|
||
<value>Color mode</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_Radio_Custom_Color.Content" xml:space="preserve">
|
||
<value>Custom color</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_Radio_Windows_Default.Content" xml:space="preserve">
|
||
<value>Windows default</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Monaco_Wrap_Text.Content" xml:space="preserve">
|
||
<value>Wrap text</value>
|
||
<comment>Feature on or off</comment>
|
||
</data>
|
||
<data name="FancyZones_AllowChildWindowSnap.Content" xml:space="preserve">
|
||
<value>Allow child windows snapping</value>
|
||
</data>
|
||
<data name="Shell_WhatsNew.Content" xml:space="preserve">
|
||
<value>What's new</value>
|
||
</data>
|
||
<data name="Shell_Peek.Content" xml:space="preserve">
|
||
<value>Peek</value>
|
||
<comment>Product name: Navigation view item name for Peek</comment>
|
||
</data>
|
||
<data name="Peek.ModuleTitle" xml:space="preserve">
|
||
<value>Peek</value>
|
||
</data>
|
||
<data name="Peek.ModuleDescription" xml:space="preserve">
|
||
<value>Peek is a quick and easy way to preview files. Select a file in File Explorer and press the shortcut to open the file preview.</value>
|
||
</data>
|
||
<data name="Peek_EnablePeek.Header" xml:space="preserve">
|
||
<value>Peek</value>
|
||
<comment>Peek is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Peek_BehaviorHeader.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="Peek_AlwaysRunNotElevated.Header" xml:space="preserve">
|
||
<value>Always run without elevation (even if PowerToys is elevated)</value>
|
||
</data>
|
||
<data name="Peek_AlwaysRunNotElevated.Description" xml:space="preserve">
|
||
<value>Runs Peek without admin permissions to improve access to network shares. To apply this change, you must disable and re-enable Peek.</value>
|
||
<comment>Peek is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Peek_CloseAfterLosingFocus.Header" xml:space="preserve">
|
||
<value>Automatically close the Peek window after it loses focus</value>
|
||
<comment>Peek is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Peek_ConfirmFileDelete.Header" xml:space="preserve">
|
||
<value>Confirm before deleting files</value>
|
||
</data>
|
||
<data name="Peek_ConfirmFileDelete.Description" xml:space="preserve">
|
||
<value>You'll be asked to confirm before files are moved to the Recycle Bin</value>
|
||
</data>
|
||
<data name="Peek_ActivationMethod.Header" xml:space="preserve">
|
||
<value>Activation method</value>
|
||
</data>
|
||
<data name="Peek_ActivationMethod.Description" xml:space="preserve">
|
||
<value>Use a shortcut or press the Spacebar when a file is selected</value>
|
||
<comment>Spacebar is a physical keyboard key</comment>
|
||
</data>
|
||
<data name="Peek_ActivationMethod_CustomizedShortcut.Content" xml:space="preserve">
|
||
<value>Custom shortcut</value>
|
||
</data>
|
||
<data name="Peek_ActivationMethod_SpaceBar.Content" xml:space="preserve">
|
||
<value>Spacebar</value>
|
||
</data>
|
||
<data name="FancyZones_DisableRoundCornersOnWindowSnap.Content" xml:space="preserve">
|
||
<value>Disable rounded corners when a window is snapped</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchQueryTuningEnabled.Description" xml:space="preserve">
|
||
<value>Fine tune results ordering</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchQueryTuningEnabled.Header" xml:space="preserve">
|
||
<value>Results order tuning</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchClickedItemWeight.Description" xml:space="preserve">
|
||
<value>Use a higher number to get selected results to rise faster. The default is 5, 0 to disable.</value>
|
||
</data>
|
||
<data name="PowerLauncher_SearchClickedItemWeight.Header" xml:space="preserve">
|
||
<value>Selected item weight</value>
|
||
</data>
|
||
<data name="PowerLauncher_WaitForSlowResults.Description" xml:space="preserve">
|
||
<value>Selecting this can help preselect the top, more relevant result, but at the risk of jumpiness</value>
|
||
</data>
|
||
<data name="PowerLauncher_WaitForSlowResults.Header" xml:space="preserve">
|
||
<value>Wait on slower plugin results before selecting top item in results</value>
|
||
</data>
|
||
<data name="PowerLauncher_ShowPluginKeywords.Header" xml:space="preserve">
|
||
<value>Plugin hints</value>
|
||
</data>
|
||
<data name="PowerLauncher_ShowPluginKeywords.Description" xml:space="preserve">
|
||
<value>Choose which plugin keywords to be shown when the searchbox is empty</value>
|
||
</data>
|
||
<data name="PowerLauncher_PluginWeightBoost.Description" xml:space="preserve">
|
||
<value>Use a higher number to have this plugin's result show higher in the global results. Default is 0.</value>
|
||
</data>
|
||
<data name="PowerLauncher_PluginWeightBoost.Header" xml:space="preserve">
|
||
<value>Global sort order score modifier</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_RoundCorners.Content" xml:space="preserve">
|
||
<value>Enable rounded corners</value>
|
||
</data>
|
||
<data name="LearnMore_QuickAccent.Text" xml:space="preserve">
|
||
<value>Learn more about Quick Accent</value>
|
||
<comment>Quick Accent is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="QuickAccent_EnableQuickAccent.Header" xml:space="preserve">
|
||
<value>Quick Accent</value>
|
||
</data>
|
||
<data name="Shell_QuickAccent.Content" xml:space="preserve">
|
||
<value>Quick Accent</value>
|
||
</data>
|
||
<data name="Shell_Workspaces.Content" xml:space="preserve">
|
||
<value>Workspaces</value>
|
||
</data>
|
||
<data name="Workspaces_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Workspaces</value>
|
||
<comment>"Workspaces" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Workspaces_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="Workspaces_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut to launch the Workspaces Editor</value>
|
||
</data>
|
||
<data name="Workspaces_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="Workspaces_LaunchEditorButtonControl.Description" xml:space="preserve">
|
||
<value>Create and manage Workspaces</value>
|
||
</data>
|
||
<data name="Workspaces_LaunchEditorButtonControl.Header" xml:space="preserve">
|
||
<value>Open editor</value>
|
||
</data>
|
||
<data name="LearnMore_Workspaces.Text" xml:space="preserve">
|
||
<value>Learn more about the Workspaces utility</value>
|
||
<comment> Workspaces is the name of the module. </comment>
|
||
</data>
|
||
<data name="QuickAccent.ModuleDescription" xml:space="preserve">
|
||
<value>Quick Accent is an alternative way to type accented characters, useful for when a keyboard doesn't support that specific accent.
|
||
|
||
Activate by holding the key for the character you want to add an accent to, then press the activation key (space, left or right arrow keys) and an overlay to select accented characters will appear!</value>
|
||
<comment>key refers to a physical key on a keyboard</comment>
|
||
</data>
|
||
<data name="QuickAccent.ModuleTitle" xml:space="preserve">
|
||
<value>Quick Accent</value>
|
||
</data>
|
||
<data name="QuickAccent.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_ShortDescription" xml:space="preserve">
|
||
<value>Pin a window</value>
|
||
</data>
|
||
<data name="LightSwitch_ThemeToggle_Shortcut.Header" xml:space="preserve">
|
||
<value>Theme toggle shortcut</value>
|
||
</data>
|
||
<data name="LightSwitch_ThemeToggle_Shortcut.Description" xml:space="preserve">
|
||
<value>Switch between light and dark mode</value>
|
||
</data>
|
||
<data name="LightSwitch_ForceDarkMode" xml:space="preserve">
|
||
<value>Toggle theme</value>
|
||
</data>
|
||
<data name="ColorPicker_ShortDescription" xml:space="preserve">
|
||
<value>Pick a color</value>
|
||
</data>
|
||
<data name="CropAndLock_Thumbnail" xml:space="preserve">
|
||
<value>Crop and create a thumbnail</value>
|
||
</data>
|
||
<data name="CropAndLock_Reparent" xml:space="preserve">
|
||
<value>Crop an app's window into a cropped window</value>
|
||
</data>
|
||
<data name="CropAndLock_Screenshot" xml:space="preserve">
|
||
<value>Crop an app into a screenshot window</value>
|
||
</data>
|
||
<data name="FancyZones_OpenEditor" xml:space="preserve">
|
||
<value>Open editor</value>
|
||
</data>
|
||
<data name="FindMyMouse_ShortDescription" xml:space="preserve">
|
||
<value>Find the mouse</value>
|
||
</data>
|
||
<data name="MouseHighlighter_ShortDescription" xml:space="preserve">
|
||
<value>Turn on clicks highlighter</value>
|
||
</data>
|
||
<data name="MouseJump_ShortDescription" xml:space="preserve">
|
||
<value>Quickly move the mouse pointer</value>
|
||
</data>
|
||
<data name="MouseCrosshairs_ShortDescription" xml:space="preserve">
|
||
<value>Draw crosshairs centered on the mouse pointer</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableAISettingsCardDescription.Text" xml:space="preserve">
|
||
<value>Transform your clipboard content with the power of AI. A cloud or local endpoint is required.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableAISettingsCardDescriptionLearnMore.Content" xml:space="preserve">
|
||
<value>Learn more</value>
|
||
</data>
|
||
<data name="Peek_ShortDescription" xml:space="preserve">
|
||
<value>Preview file</value>
|
||
</data>
|
||
<data name="Run_ShortDescription" xml:space="preserve">
|
||
<value>Open Run</value>
|
||
</data>
|
||
<data name="ScreenRuler_ShortDescription" xml:space="preserve">
|
||
<value>Start measurement</value>
|
||
</data>
|
||
<data name="ShortcutGuide_ShortDescription" xml:space="preserve">
|
||
<value>Open Shortcut Guide</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="PowerOcr_ShortDescription" xml:space="preserve">
|
||
<value>Start text extraction</value>
|
||
</data>
|
||
<data name="Dashboard_Activation" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="Activate_Zones" xml:space="preserve">
|
||
<value>Activate zones</value>
|
||
</data>
|
||
<data name="Oobe_QuickAccent.Description" xml:space="preserve">
|
||
<value>Quick Accent is an easy way to write letters with accents, like on a smartphone.</value>
|
||
</data>
|
||
<data name="Oobe_QuickAccent.Title" xml:space="preserve">
|
||
<value>Quick Accent</value>
|
||
</data>
|
||
<data name="Oobe_QuickAccent_HowToUse.Text" xml:space="preserve">
|
||
<value>Open **PowerToys Settings** and enable Quick Accent. While holding the key for the character you want to add an accent to, press the Activation Key and an overlay to select the accented character will appear.</value>
|
||
<comment>key refers to a physical key on a keyboard</comment>
|
||
</data>
|
||
<data name="QuickAccent_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="QuickAccent_Activation_Shortcut.Header" xml:space="preserve">
|
||
<value>Activation key</value>
|
||
<comment>key refers to a physical key on a keyboard</comment>
|
||
</data>
|
||
<data name="QuickAccent_Activation_Shortcut.Description" xml:space="preserve">
|
||
<value>Press this key after holding down the target letter</value>
|
||
<comment>key refers to a physical key on a keyboard</comment>
|
||
</data>
|
||
<data name="QuickAccent_Activation_Key_Arrows.Content" xml:space="preserve">
|
||
<value>Left/Right Arrow</value>
|
||
<comment>Left/Right arrow keyboard keys</comment>
|
||
</data>
|
||
<data name="QuickAccent_Activation_Key_Space.Content" xml:space="preserve">
|
||
<value>Space</value>
|
||
<comment>Space is the space keyboard key</comment>
|
||
</data>
|
||
<data name="QuickAccent_Activation_Key_Either.Content" xml:space="preserve">
|
||
<value>Left, Right or Space</value>
|
||
<comment>All are keys on a keyboard</comment>
|
||
</data>
|
||
<data name="QuickAccent_Toolbar.Header" xml:space="preserve">
|
||
<value>Toolbar</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition.Header" xml:space="preserve">
|
||
<value>Toolbar position</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_TopCenter.Content" xml:space="preserve">
|
||
<value>Top center</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_TopLeftCorner.Content" xml:space="preserve">
|
||
<value>Top left corner</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_TopRightCorner.Content" xml:space="preserve">
|
||
<value>Top right corner</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_BottomLeftCorner.Content" xml:space="preserve">
|
||
<value>Bottom left corner</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_BottomCenter.Content" xml:space="preserve">
|
||
<value>Bottom center</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_BottomRightCorner.Content" xml:space="preserve">
|
||
<value>Bottom right corner</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_Center.Content" xml:space="preserve">
|
||
<value>Center</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_Left.Content" xml:space="preserve">
|
||
<value>Left</value>
|
||
</data>
|
||
<data name="QuickAccent_ToolbarPosition_Right.Content" xml:space="preserve">
|
||
<value>Right</value>
|
||
</data>
|
||
<data name="QuickAccent_Behavior.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="QuickAccent_InputTimeMs.Header" xml:space="preserve">
|
||
<value>Input delay (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="QuickAccent_InputTimeMs.Description" xml:space="preserve">
|
||
<value>How long a key must be held before the accent menu appears</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="QuickAccent_ExcludedApps.Description" xml:space="preserve">
|
||
<value>Prevents module activation if a foreground application is excluded. Add one application name per line.</value>
|
||
</data>
|
||
<data name="QuickAccent_ExcludedApps.Header" xml:space="preserve">
|
||
<value>Excluded apps</value>
|
||
</data>
|
||
<data name="QuickAccent_ExcludedApps_TextBoxControl.PlaceholderText" xml:space="preserve">
|
||
<value>Example: Teams.exe</value>
|
||
</data>
|
||
<data name="LearnMore_TextExtractor.Text" xml:space="preserve">
|
||
<value>Learn more about Text Extractor</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_NothingToBackup" xml:space="preserve">
|
||
<value>A new backup was not created because no settings have been changed since last backup.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_NoBackupFound" xml:space="preserve">
|
||
<value>No backup found</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_FailedToParseTime" xml:space="preserve">
|
||
<value>Failed to parse time</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_UnknownBackupTime" xml:space="preserve">
|
||
<value>Unknown</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_UnknownBackupSource" xml:space="preserve">
|
||
<value>Unknown</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_ThisMachine" xml:space="preserve">
|
||
<value>This computer</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_CurrentSettingsMatch" xml:space="preserve">
|
||
<value>Current settings match</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_CurrentSettingsStatusAt" xml:space="preserve">
|
||
<value>at</value>
|
||
<comment>E.g., Food was served 'at' noon.</comment>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_CurrentSettingsDiffer" xml:space="preserve">
|
||
<value>Current settings differ</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_CurrentSettingsNoChecked" xml:space="preserve">
|
||
<value>Checking...</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_CurrentSettingsUnknown" xml:space="preserve">
|
||
<value>Unknown</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_NothingToRestore" xml:space="preserve">
|
||
<value>Nothing to restore.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_NoSettingsFilesFound" xml:space="preserve">
|
||
<value>No settings files found.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_BackupError" xml:space="preserve">
|
||
<value>There was an error. Try another backup location.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_SettingsFormatError" xml:space="preserve">
|
||
<value>There was an error in the settings format. Please check the settings file:</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_BackupComplete" xml:space="preserve">
|
||
<value>Back up completed.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_NoBackupSyncPath" xml:space="preserve">
|
||
<value>No backup location selected.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_NoBackupsFound" xml:space="preserve">
|
||
<value>No backups found to restore.</value>
|
||
</data>
|
||
<data name="General_SettingsBackupAndRestore_InvalidBackupLocation" xml:space="preserve">
|
||
<value>Invalid backup location.</value>
|
||
</data>
|
||
<data name="TextExtractor.ModuleDescription" xml:space="preserve">
|
||
<value>Text Extractor is a convenient way to copy text from anywhere on screen</value>
|
||
</data>
|
||
<data name="TextExtractor.ModuleTitle" xml:space="preserve">
|
||
<value>Text Extractor</value>
|
||
</data>
|
||
<data name="TextExtractor_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Text Extractor</value>
|
||
</data>
|
||
<data name="TextExtractor_SupportedLanguages.Title" xml:space="preserve">
|
||
<value>Text Extractor can only recognize languages that have the OCR pack installed.</value>
|
||
</data>
|
||
<data name="TextExtractor_UseSnippingToolWarning.Title" xml:space="preserve">
|
||
<value>It is recommended to use the Snipping Tool instead of the TextExtractor module.</value>
|
||
</data>
|
||
<data name="TextExtractor_SupportedLanguages_Link.Content" xml:space="preserve">
|
||
<value>Learn more about supported languages</value>
|
||
</data>
|
||
<data name="Shell_TextExtractor.Content" xml:space="preserve">
|
||
<value>Text Extractor</value>
|
||
</data>
|
||
<data name="Oobe_TextExtractor.Title" xml:space="preserve">
|
||
<value>Text Extractor</value>
|
||
</data>
|
||
<data name="Oobe_TextExtractor_HowToUse.Text" xml:space="preserve">
|
||
<value>to open Text Extractor and then selecting a region to copy the text from.</value>
|
||
</data>
|
||
<data name="Oobe_TextExtractor_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Hold the shift key to move the selection region around.</value>
|
||
</data>
|
||
<data name="TextExtractor.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
</data>
|
||
<data name="Oobe_TextExtractor.Description" xml:space="preserve">
|
||
<value>Text Extractor works like Snipping Tool, but copies the text out of the selected region using OCR and puts it on the clipboard.</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Monaco_Try_Format.Description" xml:space="preserve">
|
||
<value>Applies to json and xml. Files remain unchanged.</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Monaco_Try_Format.Header" xml:space="preserve">
|
||
<value>Try to format the source for preview</value>
|
||
</data>
|
||
<data name="Run_ConflictingKeywordInfo.Title" xml:space="preserve">
|
||
<value>Some characters and phrases may conflict with global queries of other plugins if you use them as activation command.</value>
|
||
</data>
|
||
<data name="Run_ConflictingKeywordInfo_Link.Content" xml:space="preserve">
|
||
<value>Learn more about conflicting activation commands</value>
|
||
</data>
|
||
<data name="MeasureTool_ContinuousCapture_Information.Title" xml:space="preserve">
|
||
<value>The continuous capture mode will consume more resources when in use. Also, measurements will be excluded from screenshots and screen capture.</value>
|
||
<comment>pointer as in mouse pointer. Resources refer to things like CPU, GPU, RAM</comment>
|
||
</data>
|
||
<data name="QuickAccent_Description_Indicator.Header" xml:space="preserve">
|
||
<value>Show the Unicode code and name of the currently selected character</value>
|
||
</data>
|
||
<data name="QuickAccent_SortByUsageFrequency_Indicator.Header" xml:space="preserve">
|
||
<value>Sort characters by usage frequency</value>
|
||
</data>
|
||
<data name="QuickAccent_SortByUsageFrequency_Indicator.Description" xml:space="preserve">
|
||
<value>Track characters usage frequency and sort them accordingly</value>
|
||
</data>
|
||
<data name="QuickAccent_StartSelectionFromTheLeft_Indicator.Header" xml:space="preserve">
|
||
<value>Start selection from the left</value>
|
||
</data>
|
||
<data name="QuickAccent_StartSelectionFromTheLeft_Indicator.Description" xml:space="preserve">
|
||
<value>Start selection from the leftmost character for all activation keys, including left and right arrows</value>
|
||
</data>
|
||
<data name="QuickAccent_Language.Header" xml:space="preserve">
|
||
<value>Characters</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage.Header" xml:space="preserve">
|
||
<value>Choose character sets</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage.Description" xml:space="preserve">
|
||
<value>Show only accented characters common to the selected sets</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_All.Content" xml:space="preserve">
|
||
<value>All available</value>
|
||
</data>
|
||
<data name="QuickAccent_Group_Special" xml:space="preserve">
|
||
<value>Special sets</value>
|
||
</data>
|
||
<data name="QuickAccent_Group_Language" xml:space="preserve">
|
||
<value>Language sets</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Special" xml:space="preserve">
|
||
<value>Special Characters</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Bulgarian" xml:space="preserve">
|
||
<value>Bulgarian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Catalan" xml:space="preserve">
|
||
<value>Catalan</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Crimean" xml:space="preserve">
|
||
<value>Crimean Tatar</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Currency" xml:space="preserve">
|
||
<value>Currency</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Croatian" xml:space="preserve">
|
||
<value>Croatian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Czech" xml:space="preserve">
|
||
<value>Czech</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Danish" xml:space="preserve">
|
||
<value>Danish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Gaeilge" xml:space="preserve">
|
||
<value>Gaeilge</value>
|
||
<comment>Gaelic language spoken in Ireland</comment>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Gaidhlig" xml:space="preserve">
|
||
<value>Gàidhlig</value>
|
||
<comment>Scottish Gaelic</comment>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_German" xml:space="preserve">
|
||
<value>German</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Greek" xml:space="preserve">
|
||
<value>Greek</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Hebrew" xml:space="preserve">
|
||
<value>Hebrew</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_French" xml:space="preserve">
|
||
<value>French</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Finnish" xml:space="preserve">
|
||
<value>Finnish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Estonian" xml:space="preserve">
|
||
<value>Estonian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Esperanto" xml:space="preserve">
|
||
<value>Esperanto</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_IPA" xml:space="preserve">
|
||
<value>IPA</value>
|
||
<comment>International Phonetic Alphabet</comment>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Lithuanian" xml:space="preserve">
|
||
<value>Lithuanian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Macedonian" xml:space="preserve">
|
||
<value>Macedonian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Maltese" xml:space="preserve">
|
||
<value>Maltese</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Maori" xml:space="preserve">
|
||
<value>Maori</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Romanization" xml:space="preserve">
|
||
<value>Middle Eastern Romanization</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Dutch" xml:space="preserve">
|
||
<value>Dutch</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Norwegian" xml:space="preserve">
|
||
<value>Norwegian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Pinyin" xml:space="preserve">
|
||
<value>Pinyin</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Proto_Indo_European" xml:space="preserve">
|
||
<value>Proto Indo European</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Polish" xml:space="preserve">
|
||
<value>Polish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Portuguese" xml:space="preserve">
|
||
<value>Portuguese</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Slovak" xml:space="preserve">
|
||
<value>Slovak</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Slovenian" xml:space="preserve">
|
||
<value>Slovenian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Spanish" xml:space="preserve">
|
||
<value>Spanish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Swedish" xml:space="preserve">
|
||
<value>Swedish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Turkish" xml:space="preserve">
|
||
<value>Turkish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Vietnamese" xml:space="preserve">
|
||
<value>Vietnamese</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Icelandic" xml:space="preserve">
|
||
<value>Icelandic</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Romanian" xml:space="preserve">
|
||
<value>Romanian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Serbian" xml:space="preserve">
|
||
<value>Serbian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Serbian_Cyrillic" xml:space="preserve">
|
||
<value>Serbian Cyrillic</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Hungarian" xml:space="preserve">
|
||
<value>Hungarian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Italian" xml:space="preserve">
|
||
<value>Italian</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Kurdish" xml:space="preserve">
|
||
<value>Kurdish</value>
|
||
</data>
|
||
<data name="QuickAccent_SelectedLanguage_Welsh" xml:space="preserve">
|
||
<value>Welsh</value>
|
||
</data>
|
||
<data name="Hosts.ModuleDescription" xml:space="preserve">
|
||
<value>Quick and simple utility for managing hosts file.</value>
|
||
<comment>"Hosts" refers to the system hosts file, do not loc</comment>
|
||
</data>
|
||
<data name="Hosts.ModuleTitle" xml:space="preserve">
|
||
<value>Hosts File Editor</value>
|
||
<comment>"Hosts" refers to the system hosts file, do not loc</comment>
|
||
</data>
|
||
<data name="Shell_Hosts.Content" xml:space="preserve">
|
||
<value>Hosts File Editor</value>
|
||
<comment>Products name: Navigation view item name for Hosts File Editor</comment>
|
||
</data>
|
||
<data name="Hosts_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Hosts File Editor</value>
|
||
<comment>"Hosts File Editor" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Hosts_Toggle_ShowStartupWarning.Header" xml:space="preserve">
|
||
<value>Show a warning at startup</value>
|
||
</data>
|
||
<data name="Hosts_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="Hosts_LaunchButtonControl.Description" xml:space="preserve">
|
||
<value>Manage your hosts file</value>
|
||
<comment>"Hosts" refers to the system hosts file, do not loc</comment>
|
||
</data>
|
||
<data name="Hosts_LaunchButtonControl.Header" xml:space="preserve">
|
||
<value>Open Hosts File Editor</value>
|
||
<comment>"Hosts File Editor" is a product name</comment>
|
||
</data>
|
||
<data name="Hosts_AdditionalLinesPosition.Header" xml:space="preserve">
|
||
<value>Placement of additional content</value>
|
||
</data>
|
||
<data name="Hosts_AdditionalLinesPosition_Bottom.Content" xml:space="preserve">
|
||
<value>Bottom</value>
|
||
</data>
|
||
<data name="Hosts_AdditionalLinesPosition_Top.Content" xml:space="preserve">
|
||
<value>Top</value>
|
||
</data>
|
||
<data name="Hosts_Behavior_GroupSettings.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="Launch_Hosts.Content" xml:space="preserve">
|
||
<value>Open Hosts File Editor</value>
|
||
<comment>"Hosts File Editor" is the name of the utility</comment>
|
||
</data>
|
||
<data name="LearnMore_Hosts.Text" xml:space="preserve">
|
||
<value>Learn more about Hosts File Editor</value>
|
||
<comment>"Hosts File Editor" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Oobe_Hosts.Description" xml:space="preserve">
|
||
<value>Hosts File Editor is a quick and simple utility for managing hosts file.</value>
|
||
<comment>"Hosts File Editor" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Oobe_Hosts.Title" xml:space="preserve">
|
||
<value>Hosts File Editor</value>
|
||
<comment>"Hosts File Editor" is the name of the utility</comment>
|
||
</data>
|
||
<data name="Hosts_Toggle_LaunchAdministrator.Description" xml:space="preserve">
|
||
<value>Required in order to make changes to the hosts file</value>
|
||
</data>
|
||
<data name="Hosts_Toggle_LaunchAdministrator.Header" xml:space="preserve">
|
||
<value>Open as administrator</value>
|
||
</data>
|
||
<data name="EnvironmentVariables.ModuleDescription" xml:space="preserve">
|
||
<value>A quick utility for managing environment variables.</value>
|
||
</data>
|
||
<data name="EnvironmentVariables.ModuleTitle" xml:space="preserve">
|
||
<value>Environment Variables</value>
|
||
</data>
|
||
<data name="Shell_EnvironmentVariables.Content" xml:space="preserve">
|
||
<value>Environment Variables</value>
|
||
</data>
|
||
<data name="EnvironmentVariables_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Environment Variables</value>
|
||
</data>
|
||
<data name="EnvironmentVariables_Activation_GroupSettings.Header" xml:space="preserve">
|
||
<value>Activation</value>
|
||
</data>
|
||
<data name="EnvironmentVariables_LaunchButtonControl.Description" xml:space="preserve">
|
||
<value>Manage your environment variables</value>
|
||
</data>
|
||
<data name="EnvironmentVariables_LaunchButtonControl.Header" xml:space="preserve">
|
||
<value>Open Environment Variables</value>
|
||
</data>
|
||
<data name="Launch_EnvironmentVariables.Content" xml:space="preserve">
|
||
<value>Open Environment Variables</value>
|
||
</data>
|
||
<data name="LearnMore_EnvironmentVariables.Text" xml:space="preserve">
|
||
<value>Learn more about Environment Variables</value>
|
||
</data>
|
||
<data name="Oobe_EnvironmentVariables.Description" xml:space="preserve">
|
||
<value>Environment Variables is a quick utility for managing environment variables.</value>
|
||
</data>
|
||
<data name="Oobe_EnvironmentVariables.Title" xml:space="preserve">
|
||
<value>Environment Variables</value>
|
||
</data>
|
||
<data name="EnvironmentVariables_Toggle_LaunchAdministrator.Description" xml:space="preserve">
|
||
<value>Required in order to make changes to the system environment variables</value>
|
||
</data>
|
||
<data name="EnvironmentVariables_Toggle_LaunchAdministrator.Header" xml:space="preserve">
|
||
<value>Open as administrator</value>
|
||
</data>
|
||
<data name="ShortcutGuide_PressTimeForTaskbarIconShortcuts.Header" xml:space="preserve">
|
||
<value>Press duration before showing taskbar icon shortcuts (ms)</value>
|
||
<comment>ms = milliseconds</comment>
|
||
</data>
|
||
<data name="FileLocksmith.ModuleDescription" xml:space="preserve">
|
||
<value>A Windows shell extension to find out which processes are using the selected files and directories.</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="FileLocksmith.ModuleTitle" xml:space="preserve">
|
||
<value>File Locksmith</value>
|
||
</data>
|
||
<data name="Shell_FileLocksmith.Content" xml:space="preserve">
|
||
<value>File Locksmith</value>
|
||
<comment>Product name: Navigation view item name for FileLocksmith</comment>
|
||
</data>
|
||
<data name="FileLocksmith_Enable_FileLocksmith.Header" xml:space="preserve">
|
||
<value>File Locksmith</value>
|
||
<comment>File Locksmith is the name of the utility</comment>
|
||
</data>
|
||
<data name="FileLocksmith_Toggle_StandardContextMenu.Content" xml:space="preserve">
|
||
<value>Default and extended context menu</value>
|
||
</data>
|
||
<data name="FileLocksmith_Toggle_ExtendedContextMenu.Content" xml:space="preserve">
|
||
<value>Extended context menu only</value>
|
||
</data>
|
||
<data name="FileLocksmith_Toggle_ContextMenu.Header" xml:space="preserve">
|
||
<value>Show File Locksmith in</value>
|
||
</data>
|
||
<data name="FileLocksmith_ShellIntegration.Header" xml:space="preserve">
|
||
<value>Shell integration</value>
|
||
<comment>This refers to directly integrating in with Windows</comment>
|
||
</data>
|
||
<data name="GPO_SettingIsManaged.Title" xml:space="preserve">
|
||
<value>This setting is managed by your organization.</value>
|
||
</data>
|
||
<data name="Hosts_AdditionalLinesPosition.Description" xml:space="preserve">
|
||
<value>Includes items like the file header and any lines that can’t be parsed</value>
|
||
</data>
|
||
<data name="TextExtractor_Languages.Header" xml:space="preserve">
|
||
<value>Preferred language</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_AlwaysOnTop_Description.Text" xml:space="preserve">
|
||
<value>Pin a window so that:</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_AlwaysOnTop_Title.Text" xml:space="preserve">
|
||
<value>Always On Top</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_ColorPicker_Description.Text" xml:space="preserve">
|
||
<value>To pick a color:</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_ColorPicker_Title.Text" xml:space="preserve">
|
||
<value>Color Picker</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_Description.Text" xml:space="preserve">
|
||
<value>Here are a few shortcuts to get you started:</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_FancyZones_Description.Text" xml:space="preserve">
|
||
<value>To open the FancyZones editor, press:</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_FancyZones_Title.Text" xml:space="preserve">
|
||
<value>FancyZones</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_Run_Description.Text" xml:space="preserve">
|
||
<value>Get access to your files and more:</value>
|
||
</data>
|
||
<data name="Alternate_OOBE_Run_Title.Text" xml:space="preserve">
|
||
<value>PowerToys Run</value>
|
||
</data>
|
||
<data name="General_Experimentation.Header" xml:space="preserve">
|
||
<value>Experimentation</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableExperimentation.Description" xml:space="preserve">
|
||
<value>Only Windows Insider builds may be selected for experimentation</value>
|
||
<comment>{Locked="Windows Insider"}</comment>
|
||
</data>
|
||
<data name="GeneralPage_EnableExperimentation.Header" xml:space="preserve">
|
||
<value>Allow experimentation with new features</value>
|
||
</data>
|
||
<data name="General_DiagnosticsAndFeedback.Header" xml:space="preserve">
|
||
<value>Diagnostics & feedback</value>
|
||
</data>
|
||
<data name="GeneralPage_DiagnosticsAndFeedback_Link.Content" xml:space="preserve">
|
||
<value>Learn more about the logged information and how it's used</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableDataDiagnostics.Header" xml:space="preserve">
|
||
<value>Diagnostic data</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableViewDiagnosticData.Header" xml:space="preserve">
|
||
<value>Save logs to this device</value>
|
||
</data>
|
||
<data name="Shell_AdvancedPaste.Content" xml:space="preserve">
|
||
<value>Advanced Paste</value>
|
||
<comment>Product name: Navigation view item name for Advanced Paste</comment>
|
||
</data>
|
||
<data name="AdvancedPaste.ModuleDescription" xml:space="preserve">
|
||
<value>Formats clipboard content into plain text, Markdown, JSON, and more. Advanced formatting can use an online or local language model endpoint.</value>
|
||
</data>
|
||
<data name="AdvancedPaste.ModuleTitle" xml:space="preserve">
|
||
<value>Advanced Paste</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>Advanced Paste</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableAISettingsGroup.Header" xml:space="preserve">
|
||
<value>Paste with AI</value>
|
||
</data>
|
||
<data name="AdvancedPaste_BehaviorSettingsGroup.Header" xml:space="preserve">
|
||
<value>Activation & behavior</value>
|
||
</data>
|
||
<data name="AdvancedPaste_ShowCustomPreviewSettingsCard.Header" xml:space="preserve">
|
||
<value>Custom format preview</value>
|
||
</data>
|
||
<data name="AdvancedPaste_ShowCustomPreviewSettingsCard.Description" xml:space="preserve">
|
||
<value>Preview the output of AI formats and Image to text before pasting</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableAdvancedAI.Text" xml:space="preserve">
|
||
<value>Advanced AI</value>
|
||
</data>
|
||
<data name="Oobe_AdvancedPaste.Description" xml:space="preserve">
|
||
<value>Advanced Paste is a tool to put your clipboard content into any format you need, focused towards developer workflows. It can paste as plain text, Markdown, or JSON directly with the UX or with a direct keystroke invoke. These are fully locally executed. In addition, it has an opt-in AI feature that can use an online or local language model endpoint. Note: this will replace the formatted text in your clipboard with the selected format.</value>
|
||
</data>
|
||
<data name="Oobe_AdvancedPaste.Title" xml:space="preserve">
|
||
<value>Advanced Paste</value>
|
||
</data>
|
||
<data name="Oobe_AdvancedPasteUI_HowToUse.Text" xml:space="preserve">
|
||
<value>to open UI to select the format you want to paste your data as.</value>
|
||
</data>
|
||
<data name="Oobe_AdvancedPastePlain_HowToUse.Text" xml:space="preserve">
|
||
<value>to paste your clipboard data as plain text.</value>
|
||
</data>
|
||
<data name="Oobe_AdvancedPasteMarkdown_HowToUse.Text" xml:space="preserve">
|
||
<value>to paste your clipboard data as Markdown. Note: Clipboard content type has to be HTML.</value>
|
||
</data>
|
||
<data name="Oobe_AdvancedPasteJson_HowToUse.Text" xml:space="preserve">
|
||
<value>to paste your clipboard data as JSON. Note: Clipboard content data has to contain XML or CSV text.</value>
|
||
</data>
|
||
<data name="Shell_CmdNotFound.Content" xml:space="preserve">
|
||
<value>Command Not Found</value>
|
||
<comment>Product name: Navigation view item name for Command Not Found</comment>
|
||
</data>
|
||
<data name="CmdNotFound.ModuleDescription" xml:space="preserve">
|
||
<value>A PowerShell module that detects an error thrown by a command and suggests a relevant WinGet package to install, if available.</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="CmdNotFound.ModuleTitle" xml:space="preserve">
|
||
<value>Command Not Found</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="InstalledLabel.Text" xml:space="preserve">
|
||
<value>Installed</value>
|
||
</data>
|
||
<data name="DetectedLabel.Text" xml:space="preserve">
|
||
<value>Detected</value>
|
||
</data>
|
||
<data name="NotDetectedLabel.Text" xml:space="preserve">
|
||
<value>Not detected</value>
|
||
</data>
|
||
<data name="CmdNotFound_RequirementsBar.Title" xml:space="preserve">
|
||
<value>The following components are required</value>
|
||
</data>
|
||
<data name="CmdNotFound_PowerShellDetection.Header" xml:space="preserve">
|
||
<value>PowerShell 7.4 or greater</value>
|
||
</data>
|
||
<data name="CmdNotFound_WinGetClientDetection.Header" xml:space="preserve">
|
||
<value>WinGet Client PowerShell module</value>
|
||
</data>
|
||
<data name="CmdNotFound_Enable.Header" xml:space="preserve">
|
||
<value>Command Not Found</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="CmdNotFound_Enable.Description" xml:space="preserve">
|
||
<value>Add this module to the PowerShell 7 profile script so that it is enabled with every new session</value>
|
||
</data>
|
||
<data name="CmdNotFound_ModuleInstallationLogs.Text" xml:space="preserve">
|
||
<value>Installation logs</value>
|
||
</data>
|
||
<data name="CmdNotFound_CheckCompatibility.Content" xml:space="preserve">
|
||
<value>Refresh</value>
|
||
</data>
|
||
<data name="CmdNotFound_CheckCompatibilityTooltip.Text" xml:space="preserve">
|
||
<value>Check if your PowerShell configuration is compatible and configured correctly</value>
|
||
</data>
|
||
<data name="CmdNotFound_InstallButton.Content" xml:space="preserve">
|
||
<value>Install</value>
|
||
</data>
|
||
<data name="CmdNotFound_UninstallButton.Content" xml:space="preserve">
|
||
<value>Uninstall</value>
|
||
</data>
|
||
<data name="Oobe_CmdNotFound.Description" xml:space="preserve">
|
||
<value>Command Not Found detects an error thrown by a command in PowerShell and suggests a relevant WinGet package to install, if available.</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="Oobe_CmdNotFound.Title" xml:space="preserve">
|
||
<value>Command Not Found</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="Oobe_CmdNotFound_HowToUse.Text" xml:space="preserve">
|
||
<value>If a command returns an error, the module will suggest a WinGet package that may provide the relevant executable.</value>
|
||
</data>
|
||
<data name="AllAppsTxt.Text" xml:space="preserve">
|
||
<value>All apps</value>
|
||
</data>
|
||
<data name="BackBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Back</value>
|
||
</data>
|
||
<data name="BackLabel.Text" xml:space="preserve">
|
||
<value>Back</value>
|
||
</data>
|
||
<data name="BugReportBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Bug report</value>
|
||
</data>
|
||
<data name="BugReportTooltip.Text" xml:space="preserve">
|
||
<value>Bug report</value>
|
||
</data>
|
||
<data name="DocsBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Documentation</value>
|
||
</data>
|
||
<data name="DocsTooltip.Text" xml:space="preserve">
|
||
<value>Documentation</value>
|
||
</data>
|
||
<data name="MoreBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>More</value>
|
||
</data>
|
||
<data name="MoreLabel.Text" xml:space="preserve">
|
||
<value>More</value>
|
||
</data>
|
||
<data name="SettingsBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Settings</value>
|
||
</data>
|
||
<data name="SettingsTooltip.Text" xml:space="preserve">
|
||
<value>Settings</value>
|
||
</data>
|
||
<data name="QuickAccessTxt.Text" xml:space="preserve">
|
||
<value>Quick access</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Toggle_Monaco_Max_File_Size.Header" xml:space="preserve">
|
||
<value>Maximum file size to preview</value>
|
||
<comment>Size refers to the disk space used by a file</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_Toggle_Monaco_Max_File_Size.Description" xml:space="preserve">
|
||
<value>The maximum size, in kilobytes, for files to be displayed. This is a safety mechanism to prevent loading large files into RAM.</value>
|
||
<comment>"RAM" refers to random access memory; "size" refers to disk space; "bytes" refer to the measurement unit</comment>
|
||
</data>
|
||
<data name="RegistryPreview.ModuleDescription" xml:space="preserve">
|
||
<value>A quick little utility to visualize and edit complex Windows Registry files.</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="RegistryPreview.ModuleTitle" xml:space="preserve">
|
||
<value>Registry Preview</value>
|
||
</data>
|
||
<data name="Shell_RegistryPreview.Content" xml:space="preserve">
|
||
<value>Registry Preview</value>
|
||
<comment>Product name: Navigation view item name for Registry Preview</comment>
|
||
</data>
|
||
<data name="RegistryPreview_Enable_RegistryPreview.Header" xml:space="preserve">
|
||
<value>Registry Preview</value>
|
||
<comment>Registry Preview is the name of the utility</comment>
|
||
</data>
|
||
<data name="Oobe_RegistryPreview_HowToUse.Text" xml:space="preserve">
|
||
<value>In File Explorer, right-click a .REG file and select **Preview** from the context menu.</value>
|
||
</data>
|
||
<data name="Oobe_RegistryPreview_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>You can preview or edit Registry files in File Explorer or by opening the app from the PowerToys launcher.</value>
|
||
</data>
|
||
<data name="Oobe_RegistryPreview.Description" xml:space="preserve">
|
||
<value>Registry Preview is a quick little utility to visualize and edit complex Windows Registry files.</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="Oobe_RegistryPreview.Title" xml:space="preserve">
|
||
<value>Registry Preview</value>
|
||
<comment>Do not localize this string</comment>
|
||
</data>
|
||
<data name="LearnMore_RegistryPreview.Text" xml:space="preserve">
|
||
<value>Learn more about Registry Preview</value>
|
||
<comment>Registry Preview is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Launch_RegistryPreview.Content" xml:space="preserve">
|
||
<value>Open Registry Preview</value>
|
||
<comment>"Registry Preview" is the name of the utility</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump.Header" xml:space="preserve">
|
||
<value>Mouse Jump</value>
|
||
<comment>Refers to the utility name</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump.Description" xml:space="preserve">
|
||
<value>Quickly move the mouse pointer long distances.</value>
|
||
<comment>"Mouse Jump" is the name of the utility. Mouse is the hardware mouse.</comment>
|
||
</data>
|
||
<data name="MouseUtils_Enable_MouseJump.Header" xml:space="preserve">
|
||
<value>Mouse Jump</value>
|
||
<comment>"Mouse Jump" is the name of the utility.</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut used to turn this mode on or off</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ThumbnailSize.Header" xml:space="preserve">
|
||
<value>Thumbnail size</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ThumbnailSize_Description_Prefix.Text" xml:space="preserve">
|
||
<value>Constrain thumbnail image size to a maximum of</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ThumbnailSize_Description_Suffix.Text" xml:space="preserve">
|
||
<value>pixels</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ThumbnailSize_Edit_Height.Header" xml:space="preserve">
|
||
<value>Maximum height (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ThumbnailSize_Edit_Width.Header" xml:space="preserve">
|
||
<value>Maximum width (px)</value>
|
||
<comment>px = pixels</comment>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_Appearance.Header" xml:space="preserve">
|
||
<value>Appearance</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_PreviewType.Header" xml:space="preserve">
|
||
<value>Preview style</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_PreviewType.Description" xml:space="preserve">
|
||
<value>Select a predefined style, or apply a custom one</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_PreviewType_Compact.Text" xml:space="preserve">
|
||
<value>Compact</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_PreviewType_Bezelled.Text" xml:space="preserve">
|
||
<value>Bezelled</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_PreviewType_Custom.Text" xml:space="preserve">
|
||
<value>Custom</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_CopyStyle.Content" xml:space="preserve">
|
||
<value>Copy to Custom preview style</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BackgroundColor1.Header" xml:space="preserve">
|
||
<value>Background color 1</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BackgroundColor1.Description" xml:space="preserve">
|
||
<value>The start color for the background gradient fill on the preview image</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BackgroundColor2.Header" xml:space="preserve">
|
||
<value>Background color 2</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BackgroundColor2.Description" xml:space="preserve">
|
||
<value>The end color for the background gradient fill on the preview image</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BorderThickness.Header" xml:space="preserve">
|
||
<value>Border thickness</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BorderThickness.Description" xml:space="preserve">
|
||
<value>The thickness (in pixels) of the border that surrounds the preview image</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BorderColor.Header" xml:space="preserve">
|
||
<value>Border color</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BorderColor.Description" xml:space="preserve">
|
||
<value>The color of the border that surrounds the preview image</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_Border3dDepth.Header" xml:space="preserve">
|
||
<value>Border 3D depth</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_Border3dDepth.Description" xml:space="preserve">
|
||
<value>The width (in pixels) of the 3d effect on the border that surrounds the preview image</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BorderPadding.Header" xml:space="preserve">
|
||
<value>Border padding</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BorderPadding.Description" xml:space="preserve">
|
||
<value>The amount of padding to draw between the border that surrounds the main preview image and the screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BezelThickness.Header" xml:space="preserve">
|
||
<value>Bezel thickness</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BezelThickness.Description" xml:space="preserve">
|
||
<value>The thickness (in pixels) of the border that surrounds the individual screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BezelColor.Header" xml:space="preserve">
|
||
<value>Bezel color</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_BezelColor.Description" xml:space="preserve">
|
||
<value>The color of the border that surrounds the individual screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_Bezel3dDepth.Header" xml:space="preserve">
|
||
<value>Bezel 3D depth</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_Bezel3dDepth.Description" xml:space="preserve">
|
||
<value>The width (in pixels) of the 3d effect on the border that surrounds individual screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ScreenMargin.Header" xml:space="preserve">
|
||
<value>Screen spacing</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ScreenMargin.Description" xml:space="preserve">
|
||
<value>The width (in pixels) of the margin drawn between individual screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ScreenColor1.Header" xml:space="preserve">
|
||
<value>Screen color 1</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ScreenColor1.Description" xml:space="preserve">
|
||
<value>The start color for the background gradient fill on individual screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ScreenColor2.Header" xml:space="preserve">
|
||
<value>Screen color 2</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_ScreenColor2.Description" xml:space="preserve">
|
||
<value>The end color for the background gradient fill on individual screen images</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_CopyToCustomStyle_MessageBox_Title" xml:space="preserve">
|
||
<value>Copy to Custom preview style</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseJump_CopyToCustomStyle_MessageBox_PrimaryButtonText" xml:space="preserve">
|
||
<value>Copy</value>
|
||
</data>
|
||
<data name="Hosts_Toggle_LoopbackDuplicates.Description" xml:space="preserve">
|
||
<value>127.0.0.1, ::1, ...</value>
|
||
<comment>"127.0.0.1 and ::1" are well known loopback addresses, do not loc</comment>
|
||
</data>
|
||
<data name="Hosts_Toggle_LoopbackDuplicates.Header" xml:space="preserve">
|
||
<value>Consider loopback addresses as duplicates</value>
|
||
</data>
|
||
<data name="RegistryPreview_Launch_GroupSettings.Header" xml:space="preserve">
|
||
<value>Open</value>
|
||
</data>
|
||
<data name="RegistryPreview_LaunchButtonControl.Header" xml:space="preserve">
|
||
<value>Open Registry Preview</value>
|
||
</data>
|
||
<data name="RegistryPreview_DefaultRegApp.Header" xml:space="preserve">
|
||
<value>Make Registry Preview the default app for .reg files</value>
|
||
</data>
|
||
<data name="AdvancedPaste_ShortcutWarning.Title" xml:space="preserve">
|
||
<value>Using this shortcut may prevent non-text paste actions (e.g. images, files) or built-in paste plain text actions in other applications from functioning.</value>
|
||
</data>
|
||
<data name="Oobe_Peek.Description" xml:space="preserve">
|
||
<value>A lightning fast file preview feature for Windows.</value>
|
||
<comment>{Locked="Windows"}</comment>
|
||
</data>
|
||
<data name="Oobe_Peek.Title" xml:space="preserve">
|
||
<value>Peek</value>
|
||
</data>
|
||
<data name="Oobe_Peek_HowToUse.Text" xml:space="preserve">
|
||
<value>to preview the file that's currently selected in File Explorer.</value>
|
||
</data>
|
||
<data name="MWB_PCNameLabel.PlaceholderText" xml:space="preserve">
|
||
<value>Device name</value>
|
||
</data>
|
||
<data name="MWB_SecurityKeyLabel.PlaceholderText" xml:space="preserve">
|
||
<value>Security key</value>
|
||
</data>
|
||
<data name="Hosts_Encoding.Description" xml:space="preserve">
|
||
<value>Choose the encoding of the hosts file</value>
|
||
<comment>"Hosts" refers to the system hosts file, do not loc</comment>
|
||
</data>
|
||
<data name="Hosts_Encoding.Header" xml:space="preserve">
|
||
<value>Encoding</value>
|
||
</data>
|
||
<data name="Hosts_Encoding_Utf8.Content" xml:space="preserve">
|
||
<value>UTF-8</value>
|
||
</data>
|
||
<data name="Hosts_Encoding_Utf8Bom.Content" xml:space="preserve">
|
||
<value>UTF-8 with BOM</value>
|
||
</data>
|
||
<data name="MouseUtils_MouseHighlighter_AlwaysColor.Header" xml:space="preserve">
|
||
<value>Always highlight color</value>
|
||
</data>
|
||
<data name="MouseUtils_MousePointerCrosshairs_CrosshairsAutoHide.Content" xml:space="preserve">
|
||
<value>Automatically hide crosshairs when the mouse pointer is hidden</value>
|
||
</data>
|
||
<data name="MouseUtils_AutoActivate.Content" xml:space="preserve">
|
||
<value>Automatically activate on utility startup</value>
|
||
</data>
|
||
<data name="Run_FindMorePlugins.Text" xml:space="preserve">
|
||
<value>Find more plugins</value>
|
||
</data>
|
||
<data name="Run_PluginUseFindMorePlugins.Content" xml:space="preserve">
|
||
<value>Find more plugins</value>
|
||
</data>
|
||
<data name="GPO_SomeRunPluginsAreManaged.Title" xml:space="preserve">
|
||
<value>The enabled state of some plugins is managed by your organization.</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_FrameOpacity.Header" xml:space="preserve">
|
||
<value>Opacity (%)</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationCustomizedShortcut.Content" xml:space="preserve">
|
||
<value>Custom shortcut</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationDoubleRightControlPress.Content" xml:space="preserve">
|
||
<value>Press Right Control twice</value>
|
||
<comment>Right control is the physical key on the keyboard.</comment>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationShortcut.Description" xml:space="preserve">
|
||
<value>Customize the shortcut used to turn this mode on or off</value>
|
||
</data>
|
||
<data name="MouseUtils_FindMyMouse_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="SettingsWindow_AdminTitle" xml:space="preserve">
|
||
<value>Administrator: PowerToys Settings</value>
|
||
<comment>Title of the settings window when running as administrator</comment>
|
||
</data>
|
||
<data name="DashboardTitle.Text" xml:space="preserve">
|
||
<value>Home</value>
|
||
</data>
|
||
<data name="Shell_Dashboard.Content" xml:space="preserve">
|
||
<value>Home</value>
|
||
</data>
|
||
<data name="Dashboard_SortBy_ToolTip.Text" xml:space="preserve">
|
||
<value>Sort utilities</value>
|
||
</data>
|
||
<data name="Dashboard_SortAlphabetical.Text" xml:space="preserve">
|
||
<value>Alphabetically</value>
|
||
</data>
|
||
<data name="Dashboard_SortByStatus.Text" xml:space="preserve">
|
||
<value>By status</value>
|
||
</data>
|
||
<data name="Dashboard_SortBy.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Sort utilities</value>
|
||
</data>
|
||
<data name="Peek_Preview_GroupSettings.Header" xml:space="preserve">
|
||
<value>Preview</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_Header.Description" xml:space="preserve">
|
||
<value>.txt, .cpp, .py, .json, .xml, .csproj, ...</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_Header.Header" xml:space="preserve">
|
||
<value>Source code files (Monaco)</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_TryFormat.Description" xml:space="preserve">
|
||
<value>Applies to json and xml. Files remain unchanged.</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_TryFormat.Header" xml:space="preserve">
|
||
<value>Try to format the source for preview</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_WrapText.Content" xml:space="preserve">
|
||
<value>Wrap text</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_Minimap.Content" xml:space="preserve">
|
||
<value>Show minimap</value>
|
||
</data>
|
||
<data name="ShowPluginsOverview_All.Content" xml:space="preserve">
|
||
<value>All</value>
|
||
</data>
|
||
<data name="ShowPluginsOverview_None.Content" xml:space="preserve">
|
||
<value>None</value>
|
||
</data>
|
||
<data name="ShowPluginsOverview_NonGlobal.Content" xml:space="preserve">
|
||
<value>Not included in global results</value>
|
||
</data>
|
||
<data name="PowerLauncher_TitleFontSize.Description" xml:space="preserve">
|
||
<value>The size of result titles and the search query</value>
|
||
</data>
|
||
<data name="PowerLauncher_TitleFontSize.Header" xml:space="preserve">
|
||
<value>Text size (pt)</value>
|
||
</data>
|
||
<data name="PowerLauncher_TextFontSizeSlider.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Text size of result titles</value>
|
||
</data>
|
||
<data name="GeneralPage_ShowWhatsNewAfterUpdates.Content" xml:space="preserve">
|
||
<value>Show the release notes after an update</value>
|
||
</data>
|
||
<data name="ShowSystemTrayIcon.Description" xml:space="preserve">
|
||
<value>To access settings, run the PowerToys executable again</value>
|
||
</data>
|
||
<data name="ShowSystemTrayIcon.Header" xml:space="preserve">
|
||
<value>Show system tray icon</value>
|
||
</data>
|
||
<data name="QuickAccent_Prevent_Activation_On_Game_Mode.Content" xml:space="preserve">
|
||
<value>Do not activate when Game Mode is on</value>
|
||
<comment>"Game mode" is the Windows feature to prevent notification when playing a game.</comment>
|
||
</data>
|
||
<data name="GeneralPage_ShowNewUpdatesToast.Header" xml:space="preserve">
|
||
<value>Show notifications for new updates</value>
|
||
</data>
|
||
<data name="GPO_SomeSettingsAreManaged.Title" xml:space="preserve">
|
||
<value>Some settings are managed by your organization.</value>
|
||
</data>
|
||
<data name="GPO_AdvancedPasteAi_SettingIsManaged.Title" xml:space="preserve">
|
||
<value>AI features are managed by your organization.</value>
|
||
</data>
|
||
<data name="GPO_SomePreviewPanesAreManaged.Title" xml:space="preserve">
|
||
<value>The enabled state of some preview handlers is managed by your organization.</value>
|
||
</data>
|
||
<data name="GPO_SomeThumbnailProvidersAreManaged.Title" xml:space="preserve">
|
||
<value>The enabled state of some thumbnail handlers is managed by your organization.</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Monaco_Sticky_Scroll.Content" xml:space="preserve">
|
||
<value>Enable sticky scroll</value>
|
||
</data>
|
||
<data name="Peek_SourceCode_StickyScroll.Content" xml:space="preserve">
|
||
<value>Enable sticky scroll</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Monaco_Minimap.Content" xml:space="preserve">
|
||
<value>Show minimap</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_Toggle_Monaco_Font_Size.Description" xml:space="preserve">
|
||
<value>Font size of the editor in pt. Recommended: 14pt</value>
|
||
<comment>{Locked="pt"}</comment>
|
||
</data>
|
||
<data name="FileExplorerPreview_Toggle_Monaco_Font_Size.Header" xml:space="preserve">
|
||
<value>Font size </value>
|
||
</data>
|
||
<data name="Peek_SourceCode_FontSize.Description" xml:space="preserve">
|
||
<value>Font size of the editor in pt. Recommended: 14pt</value>
|
||
<comment>{Locked="pt"}</comment>
|
||
</data>
|
||
<data name="Peek_SourceCode_FontSize.Header" xml:space="preserve">
|
||
<value>Font size</value>
|
||
</data>
|
||
<data name="AdvancedPaste_CloseAfterLosingFocus.Content" xml:space="preserve">
|
||
<value>Automatically close the window after it loses focus</value>
|
||
<comment>Advanced Paste is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableClipboardPreview.Header" xml:space="preserve">
|
||
<value>Show clipboard preview</value>
|
||
<comment>Enables display of clipboard contents preview in the Advanced Paste window</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_AutoCopySelectionForCustomActionHotkey.Header" xml:space="preserve">
|
||
<value>Auto-copy selection for custom action hotkeys</value>
|
||
<comment>Advanced Paste is a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_AutoCopySelectionForCustomActionHotkey.Description" xml:space="preserve">
|
||
<value>Attempts to copy the current selection before running a custom action shortcut</value>
|
||
<comment>Advanced Paste is a product name</comment>
|
||
</data>
|
||
<data name="GPO_CommandNotFound_ForceDisabled.Title" xml:space="preserve">
|
||
<value>The Command Not Found module is disabled by your organization.</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="GPO_CommandNotFound_ForceEnabled.Title" xml:space="preserve">
|
||
<value>The Command Not Found module is enabled by your organization.</value>
|
||
<comment>"Command Not Found" is a product name</comment>
|
||
</data>
|
||
<data name="NewPlus.ModuleTitle" xml:space="preserve">
|
||
<value>New+</value>
|
||
<comment>New+ is the name of the utility. Localize product name in accordance with Windows New</comment>
|
||
</data>
|
||
<data name="NewPlus.ModuleDescription" xml:space="preserve">
|
||
<value>Create files and folders from a personalized set of templates</value>
|
||
</data>
|
||
<data name="NewPlus_Product_Name.Content" xml:space="preserve">
|
||
<value>New+</value>
|
||
<comment>New+ is the name of the utility. Localize product name in accordance with Windows New</comment>
|
||
</data>
|
||
<data name="NewPlus_Learn_More.Text" xml:space="preserve">
|
||
<value>Learn more about New+</value>
|
||
<comment>New+ learn more link. Localize product name in accordance with Windows New</comment>
|
||
</data>
|
||
<data name="NewPlus_Enable_Toggle.Header" xml:space="preserve">
|
||
<value>New+</value>
|
||
<comment>Localize product name in accordance with Windows New</comment>
|
||
</data>
|
||
<data name="NewPlus_TemplatesNotBackupAndRestoreWarning.Title" xml:space="preserve">
|
||
<value>PowerToys "Back up and Restore" feature doesn't take templates into account at this moment. If you use that feature, templates will have to be copied manually.</value>
|
||
</data>
|
||
<data name="NewPlus_Templates.Header" xml:space="preserve">
|
||
<value>Templates</value>
|
||
<comment>Templates label</comment>
|
||
</data>
|
||
<data name="NewPlus_Templates_Location.Header" xml:space="preserve">
|
||
<value>Location</value>
|
||
<comment>Templates Location label</comment>
|
||
</data>
|
||
<data name="NewPlus_Templates_Location_Learn_More.Content" xml:space="preserve">
|
||
<value>Learn more about template location</value>
|
||
<comment>Read more about templates location</comment>
|
||
</data>
|
||
<data name="NewPlus_Templates_Location_Change.Content" xml:space="preserve">
|
||
<value>Change</value>
|
||
<comment>Button where user can Change the location of New templates</comment>
|
||
</data>
|
||
<data name="NewPlus_Display_Options.Header" xml:space="preserve">
|
||
<value>Display options</value>
|
||
<comment>Display options label</comment>
|
||
</data>
|
||
<data name="NewPlus_Hide_File_Extension_Toggle.Header" xml:space="preserve">
|
||
<value>Hide the file extension in template names</value>
|
||
<comment>Template file name extension settings toggle</comment>
|
||
</data>
|
||
<data name="NewPlus_Hide_Starting_Digits_Toggle.Header" xml:space="preserve">
|
||
<value>Hide leading digits, spaces, and dots in template filenames</value>
|
||
<comment>Template filename starting digits settings toggle</comment>
|
||
</data>
|
||
<data name="NewPlus_Hide_Starting_Digits_Description.Text" xml:space="preserve">
|
||
<value>Ignores digits, spaces, and dots at the start of filenames—useful for sorting templates without showing those characters</value>
|
||
<comment>Template filename starting digits settings toggle</comment>
|
||
</data>
|
||
<data name="NewPlusHideBuiltInNewToggle.Header" xml:space="preserve">
|
||
<value>Hide the built-in "New" context menu</value>
|
||
<comment>Localize New in accordance with Windows New</comment>
|
||
</data>
|
||
<data name="NewPlus_behavior.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
<comment>New+ behavior related settings label</comment>
|
||
</data>
|
||
<data name="NewPlus_Behaviour_Replace_Variables_Toggle.Header" xml:space="preserve">
|
||
<value>Replace variables in template filename</value>
|
||
<comment>New+ replace variables in template filename behavior toggle</comment>
|
||
</data>
|
||
<data name="NewPlus_Behaviour_Replace_Variables_Learn_More.Content" xml:space="preserve">
|
||
<value>Learn more about supported variables and see examples</value>
|
||
<comment>New+ help link to learn more about supported variables and see examples</comment>
|
||
</data>
|
||
<data name="NewPlus_Year_YYYY_Variable_Description.Text" xml:space="preserve">
|
||
<value>Year, represented by a full four or five digits, depending on the calendar used.</value>
|
||
<comment>New+ description of the year $YYYY variable - casing of $YYYY is important</comment>
|
||
</data>
|
||
<data name="NewPlus_Month_MM_Variable_Description.Text" xml:space="preserve">
|
||
<value>Month, as digits with leading zeros for single-digit months.</value>
|
||
<comment>New+ description of the month $MM variable - casing of $MM is important</comment>
|
||
</data>
|
||
<data name="NewPlus_Day_DD_Variable_Description.Text" xml:space="preserve">
|
||
<value>Day of the month, as digits with leading zeros for single-digit days.</value>
|
||
<comment>New+ description of the day $DD variable - casing of $DD is important</comment>
|
||
</data>
|
||
<data name="NewPlus_Hour_hh_Variable_Description.Text" xml:space="preserve">
|
||
<value>Hours, with leading zeros for single-digit hours.</value>
|
||
<comment>New+ description of the hour $hh variable - casing of $hh is important</comment>
|
||
</data>
|
||
<data name="NewPlus_Minute_mm_Variable_Description.Text" xml:space="preserve">
|
||
<value>Minutes, with leading zeros for single-digit minutes.</value>
|
||
<comment>New+ description of the minute $mm variable - casing of $mm is important</comment>
|
||
</data>
|
||
<data name="NewPlus_Second_ss_Variable_Description.Text" xml:space="preserve">
|
||
<value>Seconds, with leading zeros for single-digit seconds.</value>
|
||
<comment>New+ description of the second $ss variable - casing of $ss is important</comment>
|
||
</data>
|
||
<data name="NewPlus.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit</comment>
|
||
</data>
|
||
<data name="Oobe_NewPlus.Title" xml:space="preserve">
|
||
<value>New+</value>
|
||
<comment>New+ is the name of the utility. Localize product name in accordance with Windows New</comment>
|
||
</data>
|
||
<data name="Oobe_NewPlus.Description" xml:space="preserve">
|
||
<value>Create files and folders from a personalized set of templates.</value>
|
||
</data>
|
||
<data name="Oobe_NewPlus_HowToUse.Text" xml:space="preserve">
|
||
<value>In File Explorer, right-click the desktop or a folder and via the New+ from the context menu select your template. You can add new templates by opening the template folder via "Open templates" and add new files and folders there.</value>
|
||
</data>
|
||
<data name="Oobe_NewPlus_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>You can have multiple templates of the same file type, and you can even template folders!</value>
|
||
</data>
|
||
<data name="Workspaces.ModuleDescription" xml:space="preserve">
|
||
<value>Workspaces is a quick and easy way to launch a set of applications to custom positions and configurations with one-click.</value>
|
||
</data>
|
||
<data name="Workspaces.ModuleTitle" xml:space="preserve">
|
||
<value>Workspaces</value>
|
||
</data>
|
||
<data name="Workspaces_ShortDescription" xml:space="preserve">
|
||
<value>Open editor</value>
|
||
</data>
|
||
<data name="Shell_ZoomIt.Content" xml:space="preserve">
|
||
<value>ZoomIt</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="ZoomIt_EnableToggleControl_HeaderText.Header" xml:space="preserve">
|
||
<value>ZoomIt</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="ZoomIt.ModuleDescription" xml:space="preserve">
|
||
<value>ZoomIt is a screen zoom, annotation, and recording tool for technical presentations and demos. You can also use ZoomIt to snip screenshots to the clipboard or to a file.</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="ZoomIt.ModuleTitle" xml:space="preserve">
|
||
<value>ZoomIt</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="LearnMore_ZoomIt.Text" xml:space="preserve">
|
||
<value>Learn more about ZoomIt</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="ZoomIt.SecondaryLinksHeader" xml:space="preserve">
|
||
<value>Attribution</value>
|
||
<comment>giving credit to the projects this utility was based on</comment>
|
||
</data>
|
||
<data name="ZoomIt_SimultaneousStandaloneZoomItWarning.Title" xml:space="preserve">
|
||
<value>Running ZoomIt through PowerToys and the classical standalone ZoomIt executable at the same time is not supported. Please exit the original ZoomIt before enabling it here.</value>
|
||
</data>
|
||
<data name="ZoomIt_BehaviorGroup.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="ZoomIt_Toggle_ShowTrayIcon.Header" xml:space="preserve">
|
||
<value>Show tray icon</value>
|
||
</data>
|
||
<data name="ZoomIt_ZoomGroup.Header" xml:space="preserve">
|
||
<value>Zoom</value>
|
||
</data>
|
||
<data name="ZoomIt_ZoomGroup.Description" xml:space="preserve">
|
||
<value>Zoom in or out to enlarge content and make details clearer.</value>
|
||
</data>
|
||
<data name="ZoomIt_ZoomFAQ.Text" xml:space="preserve">
|
||
<value>Press **the mouse wheel** or **the Up / Down arrow keys** to zoom in or out.
|
||
Press **Esc** or **the right mouse button** to exit zoom mode.
|
||
Press **Ctrl + C** to capture the zoomed view, or **Ctrl + S** to save it.
|
||
Press **Ctrl + Shift** to crop before copying or saving.</value>
|
||
</data>
|
||
<data name="ZoomIt_Zoom_Shortcut.Header" xml:space="preserve">
|
||
<value>Zoom activation</value>
|
||
</data>
|
||
<data name="ZoomIt_Toggle_AnimateZoom.Content" xml:space="preserve">
|
||
<value>Animate zoom in and out</value>
|
||
</data>
|
||
<data name="ZoomIt_Toggle_SmoothZoomedImage.Content" xml:space="preserve">
|
||
<value>Smooth the zoomed image</value>
|
||
</data>
|
||
<data name="ZoomIt_Slider_InitialMagnification.Header" xml:space="preserve">
|
||
<value>Initial zoom level</value>
|
||
</data>
|
||
<data name="ZoomIt_LiveZoomGroup.Header" xml:space="preserve">
|
||
<value>Live Zoom</value>
|
||
</data>
|
||
<data name="ZoomIt_LiveZoomGroup.Description" xml:space="preserve">
|
||
<value>Live Zoom keeps windows updating while zoomed.</value>
|
||
</data>
|
||
<data name="ZoomIt_LiveZoom_Shortcut.Header" xml:space="preserve">
|
||
<value>Live Zoom activation</value>
|
||
</data>
|
||
<data name="ZoomIt_DrawGroup.Header" xml:space="preserve">
|
||
<value>Draw</value>
|
||
</data>
|
||
<data name="ZoomIt_DrawFAQ.Text" xml:space="preserve">
|
||
<value>Press **the left mouse button** to toggle drawing mode when zoomed in, and **the right mouse button** to exit.
|
||
Press **Ctrl + Z** to undo, **E** to clear drawings, and **Space** to center the cursor.
|
||
|
||
**Pen control**
|
||
Press **Ctrl + the mouse wheel** or **Ctrl + Up / Down** to adjust the pen width.
|
||
|
||
**Colors**
|
||
Press **R** (Red), **G** (Green), **B** (Blue), **O** (Orange), **Y** (Yellow), or **P** (Pink) to switch colors.
|
||
|
||
**Highlight and blur**
|
||
Press **Shift + a color key** for a translucent highlighter, **X** for blur, or **Shift + X** for a stronger blur.
|
||
|
||
**Shapes**
|
||
Press **Shift** for a line, **Ctrl** for a rectangle, **Tab** for an ellipse, or **Shift + Ctrl** for an arrow.
|
||
|
||
**Screen**
|
||
Press **W** or **K** for a white or black sketch pad.
|
||
Press **Ctrl + C** to copy or **Ctrl + S** to save, and **Ctrl + Shift** to crop.
|
||
</value>
|
||
</data>
|
||
<data name="ZoomIt_Draw_Shortcut.Header" xml:space="preserve">
|
||
<value>Draw without zoom hotkey</value>
|
||
</data>
|
||
<data name="ZoomIt_TypeGroup.Header" xml:space="preserve">
|
||
<value>Type</value>
|
||
</data>
|
||
<data name="ZoomIt_TypeGroup.Description" xml:space="preserve">
|
||
<value>Type text while drawing</value>
|
||
</data>
|
||
<data name="ZoomIt_Type_TextFont.Header" xml:space="preserve">
|
||
<value>Text font</value>
|
||
</data>
|
||
<data name="ZoomIt_Type_Font_Button.Content" xml:space="preserve">
|
||
<value>Choose font</value>
|
||
<comment>Font refers to text font</comment>
|
||
</data>
|
||
<data name="ZoomIt_DemoTypeGroup.Header" xml:space="preserve">
|
||
<value>DemoType</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoTypeGroup.Description" xml:space="preserve">
|
||
<value>Insert predefined text snippets with a shortcut using a text file.</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoTypeFAQ" xml:space="preserve">
|
||
<value>Text can be pulled from the clipboard when it starts with **[start]**.
|
||
Use **[end]** to separate snippets, **[pause:n]** to insert pauses (in seconds), and **[paste]** / **[/paste]** to send clipboard text.
|
||
Use **[enter]**, **[up]**, **[down]**, **[left]**, and **[right]** to issue keystrokes.
|
||
|
||
ZoomIt can send text automatically or run in manual mode. Keyboard input is blocked while text is being sent.
|
||
|
||
In manual mode, press **Space** to unblock keyboard input at the end of a snippet.
|
||
In auto mode, control returns automatically after completion.
|
||
|
||
At the end of the file, ZoomIt reloads the file and restarts from the beginning.
|
||
Press the hotkey with **Shift** in the opposite mode to step back to the previous **[end]** marker.
|
||
|
||
Press **{0}** to reset DemoType and start from the beginning.</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_Shortcut.Header" xml:space="preserve">
|
||
<value>DemoType activation</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_File.Header" xml:space="preserve">
|
||
<value>Input file</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_File_BrowseButton.Content" xml:space="preserve">
|
||
<value>Browse</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_File_Picker_Dialog_Title" xml:space="preserve">
|
||
<value>Specify DemoType file..</value>
|
||
</data>
|
||
<data name="FilePicker_AllFilesFilter" xml:space="preserve">
|
||
<value>All Files</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_Toggle_UserDrivenMode.Content" xml:space="preserve">
|
||
<value>Drive input with typing</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_SpeedSlider.Header" xml:space="preserve">
|
||
<value>Typing speed</value>
|
||
</data>
|
||
<data name="ZoomIt_DemoType_SpeedSlider_Thumbnail_Explanation" xml:space="preserve">
|
||
<value>bigger is faster</value>
|
||
</data>
|
||
<data name="ZoomIt_BreakGroup.Header" xml:space="preserve">
|
||
<value>Break</value>
|
||
</data>
|
||
<data name="ZoomIt_BreakGroup.Description" xml:space="preserve">
|
||
<value>Displays a countdown overlay for timed breaks or presentations.</value>
|
||
</data>
|
||
<data name="ZoomIt_BreakFAQ.Text" xml:space="preserve">
|
||
<value>Enter timer mode from the ZoomIt tray icon’s Break menu.
|
||
Press **the arrow keys** to adjust the time. If the timer window loses focus through **Alt + Tab**, press **the left mouse button** on the ZoomIt tray icon to reactivate it.
|
||
|
||
Press **Esc** to exit timer mode.
|
||
|
||
Change the break timer color using the same keys as the drawing colors.
|
||
The break timer font matches the text font.</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_Shortcut.Header" xml:space="preserve">
|
||
<value>Break timer activation</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_Timeout.Header" xml:space="preserve">
|
||
<value>Timer (minutes)</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_ShowExpiredTime.Content" xml:space="preserve">
|
||
<value>Show time elapsed after expiration</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_PlaySoundsFile.Content" xml:space="preserve">
|
||
<value>Play sound on expiration</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_SoundFile.Header" xml:space="preserve">
|
||
<value>Alarm sound file</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_SoundFile_BrowseButton.Content" xml:space="preserve">
|
||
<value>Browse</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_SoundFile_Picker_Dialog_Title" xml:space="preserve">
|
||
<value>Specify sound file...</value>
|
||
</data>
|
||
<data name="FilePicker_ZoomIt_SoundsFilter" xml:space="preserve">
|
||
<value>Sounds</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerOpacity.Header" xml:space="preserve">
|
||
<value>Timer opacity</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition.Header" xml:space="preserve">
|
||
<value>Timer position</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_TopLeftCorner.Content" xml:space="preserve">
|
||
<value>Top left corner</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_TopCenter.Content" xml:space="preserve">
|
||
<value>Top center</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_TopRightCorner.Content" xml:space="preserve">
|
||
<value>Top right corner</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_Left.Content" xml:space="preserve">
|
||
<value>Left</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_Center.Content" xml:space="preserve">
|
||
<value>Center</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_Right.Content" xml:space="preserve">
|
||
<value>Right</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_BottomLeftCorner.Content" xml:space="preserve">
|
||
<value>Bottom left corner</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_BottomCenter.Content" xml:space="preserve">
|
||
<value>Bottom center</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_TimerPosition_BottomRightCorner.Content" xml:space="preserve">
|
||
<value>Bottom right corner</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_ShowBackgroundBitmap.Header" xml:space="preserve">
|
||
<value>Show background bitmap</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_ShowFadedDesktop.Content" xml:space="preserve">
|
||
<value>Faded desktop</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_ShowImageFile.Content" xml:space="preserve">
|
||
<value>Use image file as background</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_BackgroundFile.Header" xml:space="preserve">
|
||
<value>Background image file</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_BackgroundFile_BrowseButton.Content" xml:space="preserve">
|
||
<value>Browse</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_BackgroundFile_Picker_Dialog_Title" xml:space="preserve">
|
||
<value>Specify background file...</value>
|
||
</data>
|
||
<data name="FilePicker_ZoomIt_BitmapFilesFilter" xml:space="preserve">
|
||
<value>Bitmap files</value>
|
||
</data>
|
||
<data name="FilePicker_ZoomIt_AllPicturesFilter" xml:space="preserve">
|
||
<value>All picture files</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_BackgroundStretch.Content" xml:space="preserve">
|
||
<value>Scale to screen</value>
|
||
</data>
|
||
<data name="ZoomIt_RecordGroup.Header" xml:space="preserve">
|
||
<value>Record</value>
|
||
</data>
|
||
<data name="ZoomIt_RecordGroup.Description" xml:space="preserve">
|
||
<value>Record video of the screen.</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Shortcut.Header" xml:space="preserve">
|
||
<value>Record activation</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Shortcut_FullScreen" xml:space="preserve">
|
||
<value>Press **{0}** to start or stop screen or zoom recording</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Shortcut_Crop" xml:space="preserve">
|
||
<value>Press **{0}** to record a portion of the screen</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Shortcut_Window" xml:space="preserve">
|
||
<value>Press **{0}** to record a specific window</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Scaling.Header" xml:space="preserve">
|
||
<value>Scaling</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Format.Header" xml:space="preserve">
|
||
<value>Format</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_CaptureSystemAudio.Content" xml:space="preserve">
|
||
<value>Capture system audio</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_CaptureAudio.Content" xml:space="preserve">
|
||
<value>Capture audio input</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_MicMonoMix.Content" xml:space="preserve">
|
||
<value>Mono</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Microphone.Header" xml:space="preserve">
|
||
<value>Microphone</value>
|
||
</data>
|
||
<data name="ZoomIt_Record_Microphones_Default_Name" xml:space="preserve">
|
||
<value>Default</value>
|
||
</data>
|
||
<data name="ZoomIt_SnipGroup.Header" xml:space="preserve">
|
||
<value>Snip</value>
|
||
</data>
|
||
<data name="ZoomIt_SnipGroup.Description" xml:space="preserve">
|
||
<value>Copy a selected area of the screen to the clipboard or to a file.</value>
|
||
</data>
|
||
<data name="ZoomIt_Snip_Shortcut.Header" xml:space="preserve">
|
||
<value>Snip activation</value>
|
||
</data>
|
||
<data name="ZoomIt_Snip_Shortcut_Save" xml:space="preserve">
|
||
<value>Press **{0}** to save the snip to a file instead of the clipboard.</value>
|
||
</data>
|
||
<data name="Oobe_ZoomIt.Description" xml:space="preserve">
|
||
<value>ZoomIt is a screen zoom, annotation, and recording tool for technical presentations and demos. You can also use ZoomIt to snip screenshots to the clipboard or to a file.</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="Oobe_ZoomIt.Title" xml:space="preserve">
|
||
<value>ZoomIt</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="Oobe_ZoomIt_HowToUse.Text" xml:space="preserve">
|
||
<value>Enable ZoomIt from the Settings page and check available shortcuts and modes.</value>
|
||
<comment>{Locked="ZoomIt"}</comment>
|
||
</data>
|
||
<data name="MouseWithoutBorders_PolicyIPAddressMappingInfo.Title" xml:space="preserve">
|
||
<value>Rules defined by your organization</value>
|
||
</data>
|
||
<data name="MouseWithoutBorders_PolicyIPAddressMappingInfo_TextBoxControl.Description" xml:space="preserve">
|
||
<value>You cannot change, remove or disable these enforced rules.</value>
|
||
</data>
|
||
<data name="OpenAnimationsSettings.Content" xml:space="preserve">
|
||
<value>Open animation settings</value>
|
||
</data>
|
||
<data name="LanguageHeader.Header" xml:space="preserve">
|
||
<value>Language</value>
|
||
</data>
|
||
<data name="LanguageHeader.Description" xml:space="preserve">
|
||
<value>PowerToys matches your Windows language by default</value>
|
||
</data>
|
||
<data name="LanguageRestartInfo.Title" xml:space="preserve">
|
||
<value>Restart PowerToys to apply language changes</value>
|
||
</data>
|
||
<data name="LanguageRestartInfoButton.Content" xml:space="preserve">
|
||
<value>Restart</value>
|
||
</data>
|
||
<data name="Default_Language" xml:space="preserve">
|
||
<value>Windows default</value>
|
||
</data>
|
||
<data name="Arabic_Saudi_Arabia_Language" xml:space="preserve">
|
||
<value>Arabic (Saudi Arabia)</value>
|
||
</data>
|
||
<data name="Czech_Language" xml:space="preserve">
|
||
<value>Czech</value>
|
||
</data>
|
||
<data name="German_Language" xml:space="preserve">
|
||
<value>German</value>
|
||
</data>
|
||
<data name="English_Language" xml:space="preserve">
|
||
<value>English</value>
|
||
</data>
|
||
<data name="Spanish_Language" xml:space="preserve">
|
||
<value>Spanish</value>
|
||
</data>
|
||
<data name="Persian_Farsi_Language" xml:space="preserve">
|
||
<value>Persian (Farsi)</value>
|
||
</data>
|
||
<data name="French_Language" xml:space="preserve">
|
||
<value>French</value>
|
||
</data>
|
||
<data name="Hebrew_Israel_Language" xml:space="preserve">
|
||
<value>Hebrew (Israel)</value>
|
||
</data>
|
||
<data name="Hungarian_Language" xml:space="preserve">
|
||
<value>Hungarian</value>
|
||
</data>
|
||
<data name="Italian_Language" xml:space="preserve">
|
||
<value>Italian</value>
|
||
</data>
|
||
<data name="Japanese_Language" xml:space="preserve">
|
||
<value>Japanese</value>
|
||
</data>
|
||
<data name="Korean_Language" xml:space="preserve">
|
||
<value>Korean</value>
|
||
</data>
|
||
<data name="Dutch_Language" xml:space="preserve">
|
||
<value>Dutch</value>
|
||
</data>
|
||
<data name="Polish_Language" xml:space="preserve">
|
||
<value>Polish</value>
|
||
</data>
|
||
<data name="Portuguese_Brazil_Language" xml:space="preserve">
|
||
<value>Portuguese (Brazil)</value>
|
||
</data>
|
||
<data name="Portuguese_Portugal_Language" xml:space="preserve">
|
||
<value>Portuguese (Portugal)</value>
|
||
</data>
|
||
<data name="Russian_Language" xml:space="preserve">
|
||
<value>Russian</value>
|
||
</data>
|
||
<data name="Swedish_Language" xml:space="preserve">
|
||
<value>Swedish</value>
|
||
</data>
|
||
<data name="Turkish_Language" xml:space="preserve">
|
||
<value>Turkish</value>
|
||
</data>
|
||
<data name="Ukrainian_Language" xml:space="preserve">
|
||
<value>Ukrainian</value>
|
||
</data>
|
||
<data name="Chinese_Simplified_Language" xml:space="preserve">
|
||
<value>Chinese (Simplified)</value>
|
||
</data>
|
||
<data name="Chinese_Traditional_Language" xml:space="preserve">
|
||
<value>Chinese (Traditional)</value>
|
||
</data>
|
||
<data name="GeneralPage_ViewDiagnosticDataViewerInfo.Title" xml:space="preserve">
|
||
<value>Restart PowerToys for enable viewing change to take effect.</value>
|
||
</data>
|
||
<data name="GeneralPage_ViewDiagnosticDataViewerInfoButton.Content" xml:space="preserve">
|
||
<value>Restart</value>
|
||
</data>
|
||
<data name="Shell_TopLevelAdvanced.Content" xml:space="preserve">
|
||
<value>Advanced</value>
|
||
</data>
|
||
<data name="Shell_TopLevelFileManagement.Content" xml:space="preserve">
|
||
<value>File Management</value>
|
||
</data>
|
||
<data name="Shell_TopLevelInputOutput.Content" xml:space="preserve">
|
||
<value>Input & Output</value>
|
||
</data>
|
||
<data name="Shell_TopLevelSystemTools.Content" xml:space="preserve">
|
||
<value>System Tools</value>
|
||
</data>
|
||
<data name="CmdPal_Enable_CmdPal.Header" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>Command Palette is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="LearnMore_CmdPal.Text" xml:space="preserve">
|
||
<value>Learn more about Command Palette</value>
|
||
</data>
|
||
<data name="Shell_CmdPal.Content" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>Product name: Navigation view item name for Command Palette</comment>
|
||
</data>
|
||
<data name="Oobe_CmdPal.Description" xml:space="preserve">
|
||
<value>A fully extensible quick launcher with a richer display and additional capabilities without sacrificing performance.</value>
|
||
<comment>Command Palette is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Oobe_CmdPal.Title" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>Command Palette is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="Oobe_CmdPal_HowToUse.Text" xml:space="preserve">
|
||
<value>and start typing!</value>
|
||
</data>
|
||
<data name="Oobe_CmdPal_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>For this utility to work, the Command Palette must be enabled and running in the background. The Command Palette has a ton of extensions to try out to make your launching experience even better. You can search for available extensions within the palette itself!</value>
|
||
</data>
|
||
<data name="Run_CheckOutCmdPal.Title" xml:space="preserve">
|
||
<value>PowerToys Run is getting an upgrade to v2! Check out the Command Palette, PowerToys Run's evolution</value>
|
||
</data>
|
||
<data name="Run_NavigateCmdPalSettings.Content" xml:space="preserve">
|
||
<value>Learn more</value>
|
||
</data>
|
||
<data name="PowerLauncher_PluginVersion.Text" xml:space="preserve">
|
||
<value>Version</value>
|
||
</data>
|
||
<data name="PowerLauncher_PluginWebsite.Text" xml:space="preserve">
|
||
<value>Project website</value>
|
||
</data>
|
||
<data name="SettingsPage_NewInfoBadge.Text" xml:space="preserve">
|
||
<value>NEW</value>
|
||
<comment>Must be all caps</comment>
|
||
</data>
|
||
<data name="RetryBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Retry</value>
|
||
</data>
|
||
<data name="RetryLabel.Text" xml:space="preserve">
|
||
<value>Retry</value>
|
||
</data>
|
||
<data name="CmdPal_Settings.Header" xml:space="preserve">
|
||
<value>Settings</value>
|
||
</data>
|
||
<data name="Help_lightnessOklab" xml:space="preserve">
|
||
<value>lightness (Oklab/Oklch)</value>
|
||
</data>
|
||
<data name="Help_chromaticityAOklab" xml:space="preserve">
|
||
<value>chromaticity A (Oklab)</value>
|
||
</data>
|
||
<data name="Help_chromaticityBOklab" xml:space="preserve">
|
||
<value>chromaticity B (Oklab)</value>
|
||
</data>
|
||
<data name="Help_chromaOklch" xml:space="preserve">
|
||
<value>chroma (Oklch)</value>
|
||
</data>
|
||
<data name="Help_hueOklch" xml:space="preserve">
|
||
<value>hue (Oklch)</value>
|
||
</data>
|
||
<data name="GeneralPage_ReportBugPackage.Header" xml:space="preserve">
|
||
<value>Generate bug report package</value>
|
||
</data>
|
||
<data name="GeneralPage_ReportBugPackage.Description" xml:space="preserve">
|
||
<value>Log files will be zipped to your desktop</value>
|
||
</data>
|
||
<data name="GeneralPageReportBugPackage.Content" xml:space="preserve">
|
||
<value>Generate package</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_BGCODE.Header" xml:space="preserve">
|
||
<value>Binary Geometric Code</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Preview_BGCODE.Description" xml:space="preserve">
|
||
<value>.bgcode</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_BGCODE.Description" xml:space="preserve">
|
||
<value>.bgcode</value>
|
||
</data>
|
||
<data name="FileExplorerPreview_ToggleSwitch_Thumbnail_BGCODE.Header" xml:space="preserve">
|
||
<value>Binary Geometric Code</value>
|
||
</data>
|
||
<data name="YoureUpToDate.Text" xml:space="preserve">
|
||
<value>You're up to date</value>
|
||
</data>
|
||
<data name="UpdateAvailableTextBlock.Text" xml:space="preserve">
|
||
<value>Update Available</value>
|
||
</data>
|
||
<data name="GeneralVersion.Text" xml:space="preserve">
|
||
<value>Version</value>
|
||
</data>
|
||
<data name="LearnWhatsNew.Text" xml:space="preserve">
|
||
<value>Learn what's new</value>
|
||
</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="QuickAccessTitle.Title" xml:space="preserve">
|
||
<value>Quick access</value>
|
||
</data>
|
||
<data name="ShortcutsOverview.Title" xml:space="preserve">
|
||
<value>Shortcuts</value>
|
||
</data>
|
||
<data name="NoActionsToShow.Text" xml:space="preserve">
|
||
<value>No actions to show..</value>
|
||
</data>
|
||
<data name="NoShortcutsToShow.Text" xml:space="preserve">
|
||
<value>No shortcuts to show..</value>
|
||
</data>
|
||
<data name="HighlightMode.Description" xml:space="preserve">
|
||
<value>Highlight the cursor or dim the screen to spotlight it</value>
|
||
</data>
|
||
<data name="HighlightMode.Header" xml:space="preserve">
|
||
<value>Highlight mode</value>
|
||
</data>
|
||
<data name="HighlightMode_Circle_Highlight_Mode.Content" xml:space="preserve">
|
||
<value>Circle highlight</value>
|
||
</data>
|
||
<data name="HighlightMode_Spotlight_Mode.Content" xml:space="preserve">
|
||
<value>Spotlight</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableDataDiagnosticsText.Text" xml:space="preserve">
|
||
<value>Helps us make PowerToys faster, more stable, and better over time</value>
|
||
</data>
|
||
<data name="AlwaysOnTop_Sound.Header" xml:space="preserve">
|
||
<value>Play a sound when pinning a window</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableViewDiagnosticDataText.Text" xml:space="preserve">
|
||
<value>Stores diagnostic data locally in .xml format; folder may include .etl files as well. May use up 1 GB or more of disk space.</value>
|
||
</data>
|
||
<data name="Shell_LightSwitch.Content" xml:space="preserve">
|
||
<value>Light Switch</value>
|
||
</data>
|
||
<data name="LightSwitch.ModuleDescription" xml:space="preserve">
|
||
<value>Easily switch between light and dark mode - on a schedule, automatically, or with a shortcut.</value>
|
||
</data>
|
||
<data name="LightSwitch.ModuleTitle" xml:space="preserve">
|
||
<value>Light Switch</value>
|
||
</data>
|
||
<data name="LearnMore_LightSwitch.Text" xml:space="preserve">
|
||
<value>Learn more about Light Switch</value>
|
||
</data>
|
||
<data name="LightSwitch_BehaviorSettingsGroup.Header" xml:space="preserve">
|
||
<value>Behavior</value>
|
||
</data>
|
||
<data name="LightSwitch_EnableSettingsCard.Header" xml:space="preserve">
|
||
<value>Light Switch</value>
|
||
</data>
|
||
<data name="LightSwitch_ShortcutsSettingsGroup.Header" xml:space="preserve">
|
||
<value>Shortcuts</value>
|
||
</data>
|
||
<data name="LightSwitch_ScheduleSettingsGroup.Header" xml:space="preserve">
|
||
<value>Schedule</value>
|
||
</data>
|
||
<data name="LightSwitch_ModeSettingsExpander.Header" xml:space="preserve">
|
||
<value>Mode</value>
|
||
</data>
|
||
<data name="LightSwitch_ModeSettingsExpander.Description" xml:space="preserve">
|
||
<value>Determine when dark mode should be turned on</value>
|
||
</data>
|
||
<data name="LightSwitch_ModeOff.Content" xml:space="preserve">
|
||
<value>Off</value>
|
||
</data>
|
||
<data name="LightSwitch_ModeManual.Content" xml:space="preserve">
|
||
<value>Fixed hours</value>
|
||
</data>
|
||
<data name="LightSwitch_ModeSunsetToSunrise.Content" xml:space="preserve">
|
||
<value>Sunset to sunrise</value>
|
||
</data>
|
||
<data name="LightSwitch_ScheduleOffMessage.Title" xml:space="preserve">
|
||
<value>Scheduling is turned off.</value>
|
||
</data>
|
||
<data name="LightSwitch_TurnOnDarkMode.Header" xml:space="preserve">
|
||
<value>Turn on dark mode</value>
|
||
</data>
|
||
<data name="LightSwitch_TurnOffDarkMode.Header" xml:space="preserve">
|
||
<value>Turn off dark mode</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationSettingsCard.Header" xml:space="preserve">
|
||
<value>Location</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationSettingsCard.Description" xml:space="preserve">
|
||
<value>Used to automatically calculate accurate sunrise and sunset times</value>
|
||
</data>
|
||
<data name="LightSwitch_OffsetSettingsCard.Header" xml:space="preserve">
|
||
<value>Offset (in minutes)</value>
|
||
</data>
|
||
<data name="LightSwitch_OffsetSettingsCard.Description" xml:space="preserve">
|
||
<value>Adjust the trigger time by starting earlier or later</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationWarningBar.Title" xml:space="preserve">
|
||
<value>Location required</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationWarningBar.Message" xml:space="preserve">
|
||
<value>Sync your location so Light Switch can calculate the correct sunrise- and sunset times</value>
|
||
</data>
|
||
<data name="LightSwitch_ApplyDarkModeExpander.Header" xml:space="preserve">
|
||
<value>Apply dark mode to</value>
|
||
</data>
|
||
<data name="LightSwitch_ApplyDarkModeExpander.Description" xml:space="preserve">
|
||
<value>Pick which parts of your PC should follow Light Switch</value>
|
||
</data>
|
||
<data name="LightSwitch_SystemCheckbox.Header" xml:space="preserve">
|
||
<value>System</value>
|
||
</data>
|
||
<data name="LightSwitch_SystemCheckbox.Description" xml:space="preserve">
|
||
<value>Taskbar, Start, and other system UI</value>
|
||
</data>
|
||
<data name="LightSwitch_AppsCheckbox.Header" xml:space="preserve">
|
||
<value>Apps</value>
|
||
</data>
|
||
<data name="LightSwitch_AppsCheckbox.Description" xml:space="preserve">
|
||
<value>Supported applications</value>
|
||
</data>
|
||
<data name="LightSwitch_PowerDisplayDisabledWarningBar.Title" xml:space="preserve">
|
||
<value>Enable PowerDisplay module to use automatic monitor profile switching</value>
|
||
</data>
|
||
<data name="LightSwitch_PowerDisplayDisabledWarningBar.Message" xml:space="preserve">
|
||
<value />
|
||
</data>
|
||
<data name="LightSwitch_ApplyMonitorSettingsExpander.Header" xml:space="preserve">
|
||
<value>Apply monitor settings to</value>
|
||
</data>
|
||
<data name="LightSwitch_ApplyMonitorSettingsExpander.Description" xml:space="preserve">
|
||
<value>Automatically switch PowerDisplay profiles when theme changes</value>
|
||
</data>
|
||
<data name="LightSwitch_DarkModeProfileCheckbox.Content" xml:space="preserve">
|
||
<value>Dark mode profile</value>
|
||
</data>
|
||
<data name="LightSwitch_LightModeProfileCheckbox.Content" xml:space="preserve">
|
||
<value>Light mode profile</value>
|
||
</data>
|
||
<data name="LightSwitch_NavigatePowerDisplaySettings.Content" xml:space="preserve">
|
||
<value>Open PowerDisplay settings</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationDialog.Title" xml:space="preserve">
|
||
<value>Select a location</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationDialog.PrimaryButtonText" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationDialog.SecondaryButtonText" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationDialog_Description.Text" xml:space="preserve">
|
||
<value>Detect your location automatically or enter it manually to calculate sunrise and sunset times.</value>
|
||
</data>
|
||
<data name="LightSwitch_SunriseText.Text" xml:space="preserve">
|
||
<value>Sunrise</value>
|
||
</data>
|
||
<data name="LightSwitch_SunsetText.Text" xml:space="preserve">
|
||
<value>Sunset</value>
|
||
</data>
|
||
<data name="LightSwitch_LatitudeBox.Header" xml:space="preserve">
|
||
<value>Latitude</value>
|
||
</data>
|
||
<data name="LightSwitch_LongitudeBox.Header" xml:space="preserve">
|
||
<value>Longitude</value>
|
||
</data>
|
||
<data name="LightSwitch_FindLocation.Text" xml:space="preserve">
|
||
<value>Detect location</value>
|
||
</data>
|
||
<data name="LightSwitch_FindLocationAutomation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Detect location</value>
|
||
</data>
|
||
<data name="LightSwitch_SunriseTooltip.Text" xml:space="preserve">
|
||
<value>Sunrise</value>
|
||
</data>
|
||
<data name="LightSwitch_SunsetTooltip.Text" xml:space="preserve">
|
||
<value>Sunset</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationError_Timeout" xml:space="preserve">
|
||
<value>Unable to connect to location services. Please try again or enter your coordinates manually.</value>
|
||
</data>
|
||
<data name="LightSwitch_LocationError_Unavailable" xml:space="preserve">
|
||
<value>Location services unavailable. Please enter your coordinates manually.</value>
|
||
</data>
|
||
<data name="Close_NavViewItem.Content" xml:space="preserve">
|
||
<value>Close PowerToys</value>
|
||
<comment>Don't loc "PowerToys"</comment>
|
||
</data>
|
||
<data name="CloseDialog.Content" xml:space="preserve">
|
||
<value>Closing PowerToys will stop all active utilities.</value>
|
||
<comment>Don't loc "PowerToys"</comment>
|
||
</data>
|
||
<data name="CloseDialog.Title" xml:space="preserve">
|
||
<value>Are you sure?</value>
|
||
</data>
|
||
<data name="CloseDialog.PrimaryButtonText" xml:space="preserve">
|
||
<value>Yes</value>
|
||
</data>
|
||
<data name="CloseDialog.SecondaryButtonText" xml:space="preserve">
|
||
<value>No</value>
|
||
</data>
|
||
<data name="SearchResults_Title.ModuleTitle" xml:space="preserve">
|
||
<value>Search results</value>
|
||
</data>
|
||
<data name="SearchResults_ModulesTitle.Header" xml:space="preserve">
|
||
<value>Modules</value>
|
||
</data>
|
||
<data name="SearchResults_NoResultsHeader.Text" xml:space="preserve">
|
||
<value>No results</value>
|
||
</data>
|
||
<data name="SearchResults_NoResultsDescription.Text" xml:space="preserve">
|
||
<value>Try a different search term</value>
|
||
</data>
|
||
<data name="InAppHotkeyConflictTooltipText" xml:space="preserve">
|
||
<value>This shortcut is already in use by another utility.</value>
|
||
</data>
|
||
<data name="SysHotkeyConflictTooltipText" xml:space="preserve">
|
||
<value>This shortcut is already in use by a default system shortcut.</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_Title" xml:space="preserve">
|
||
<value>PowerToys shortcut conflicts</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_TitleTxt.Title" xml:space="preserve">
|
||
<value>PowerToys shortcut conflicts</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_Description.Text" xml:space="preserve">
|
||
<value>If any shortcut conflicts are detected, they’ll appear below. Conflicts can happen between PowerToys utilities or Windows system shortcuts, and may cause unexpected behavior. If everything works as expected, you can safely ignore the conflict.</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_ModulesUsingShortcut.Text" xml:space="preserve">
|
||
<value>Conflicts found for</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_SystemCard.Header" xml:space="preserve">
|
||
<value>System shortcut</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_SystemCard.Description" xml:space="preserve">
|
||
<value>This shortcut is reserved by Windows and can't be reassigned.</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_SystemShortcutLink.Content" xml:space="preserve">
|
||
<value>See all Windows shortcuts</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_NoConflictsTitle.Text" xml:space="preserve">
|
||
<value>No conflicts detected</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_NoConflictsDescription.Text" xml:space="preserve">
|
||
<value>All shortcuts function correctly</value>
|
||
</data>
|
||
<data name="ResolveConflicts_Button.Content" xml:space="preserve">
|
||
<value>Resolve conflicts</value>
|
||
</data>
|
||
<data name="ShortcutConflictControl_Title.Text" xml:space="preserve">
|
||
<value>Shortcut conflicts</value>
|
||
</data>
|
||
<data name="ShortcutConflictControl_Automation.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Shortcut conflicts</value>
|
||
</data>
|
||
<data name="ShortcutConflictControl_NoConflictsFound" xml:space="preserve">
|
||
<value>No conflicts found</value>
|
||
</data>
|
||
<data name="ShortcutConflictControl_SingleConflictFound" xml:space="preserve">
|
||
<value>1 conflict found</value>
|
||
</data>
|
||
<data name="ShortcutConflictControl_MultipleConflictsFound" xml:space="preserve">
|
||
<value>{0} conflicts found</value>
|
||
<comment>{0} is replaced with the number of conflicts</comment>
|
||
</data>
|
||
<data name="Hosts_NoLeadingSpaces.Header" xml:space="preserve">
|
||
<value>No leading spaces</value>
|
||
</data>
|
||
<data name="Hosts_NoLeadingSpaces.Description" xml:space="preserve">
|
||
<value>Do not prepend spaces to active lines when saving the hosts file</value>
|
||
</data>
|
||
<data name="Search_ResultsFor" xml:space="preserve">
|
||
<value>Results for</value>
|
||
<comment>Prefix for search string. E.g. "Results for 'shortcut'"</comment>
|
||
</data>
|
||
<data name="UtilitiesHeader.Title" xml:space="preserve">
|
||
<value>Utilities</value>
|
||
</data>
|
||
<data name="Oobe_LightSwitch.Title" xml:space="preserve">
|
||
<value>Light Switch</value>
|
||
<comment>Product name. Do not localize this string</comment>
|
||
</data>
|
||
<data name="Oobe_LightSwitch.Description" xml:space="preserve">
|
||
<value>Light Switch automatically manages your Windows light and dark mode based on schedules, sunrise/sunset times, or manual control. Keep your system theme synchronized with your preferences and daily rhythm.</value>
|
||
<comment>Light Switch is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="Oobe_LightSwitch_HowToUse.Text" xml:space="preserve">
|
||
<value>Open **PowerToys Settings** and enable Light Switch to set up automatic theme switching</value>
|
||
<comment>Light Switch is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="Oobe_LightSwitch_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>Use the **keyboard shortcut** to instantly toggle between light and dark modes, or set up **sunrise/sunset automation** for natural theme transitions.</value>
|
||
<comment>Light Switch is a product name, do not localize</comment>
|
||
</data>
|
||
<data name="Shortcut_ResetBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Reset shortcut</value>
|
||
</data>
|
||
<data name="Shortcut_ResetToolTip.Text" xml:space="preserve">
|
||
<value>Reset to the default shortcut</value>
|
||
</data>
|
||
<data name="Shortcut_Reset.Text" xml:space="preserve">
|
||
<value>Reset</value>
|
||
</data>
|
||
<data name="Shortcut_ClearBtn.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Clear shortcut</value>
|
||
</data>
|
||
<data name="Shortcut_ClearToolTip.Text" xml:space="preserve">
|
||
<value>Clear and unassign this shortcut</value>
|
||
</data>
|
||
<data name="Shortcut_Clear.Text" xml:space="preserve">
|
||
<value>Clear</value>
|
||
</data>
|
||
<data name="Shortcut_Conflict_LearnMore.Content" xml:space="preserve">
|
||
<value>Learn more</value>
|
||
</data>
|
||
<data name="PowerDisplay.ModuleTitle" xml:space="preserve">
|
||
<value>Power Display</value>
|
||
</data>
|
||
<data name="PowerDisplay.ModuleDescription" xml:space="preserve">
|
||
<value>A display management utility for brightness and power control</value>
|
||
</data>
|
||
<data name="PowerDisplay_Enable_PowerDisplay.Header" xml:space="preserve">
|
||
<value>Enable Power Display</value>
|
||
</data>
|
||
<data name="PowerDisplay_Configuration_GroupSettings.Header" xml:space="preserve">
|
||
<value>Configuration</value>
|
||
</data>
|
||
<data name="PowerDisplay_ToggleWindow" xml:space="preserve">
|
||
<value>Toggle Power Display</value>
|
||
<comment>Dashboard: Label for the PowerDisplay activation hotkey</comment>
|
||
</data>
|
||
<data name="PowerDisplay_ActivationShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
<comment>Header for the PowerDisplay activation shortcut setting</comment>
|
||
</data>
|
||
<data name="PowerDisplay_LaunchButtonControl.Header" xml:space="preserve">
|
||
<value>Open Power Display</value>
|
||
</data>
|
||
<data name="PowerDisplay_LaunchButtonControl.Description" xml:space="preserve">
|
||
<value>Launch the Power Display utility</value>
|
||
</data>
|
||
<data name="PowerDisplay_RestoreSettingsOnStartup.Header" xml:space="preserve">
|
||
<value>Restore settings on startup</value>
|
||
</data>
|
||
<data name="PowerDisplay_RestoreSettingsOnStartup.Description" xml:space="preserve">
|
||
<value>Restore monitor brightness and color temperature when Power Display launches</value>
|
||
</data>
|
||
<data name="PowerDisplay_RestoreSettingsOnStartup_ToggleSwitch.OnContent" xml:space="preserve">
|
||
<value>On</value>
|
||
</data>
|
||
<data name="PowerDisplay_RestoreSettingsOnStartup_ToggleSwitch.OffContent" xml:space="preserve">
|
||
<value>Off</value>
|
||
</data>
|
||
<data name="PowerDisplay_ShowSystemTrayIcon.Header" xml:space="preserve">
|
||
<value>Show system tray icon</value>
|
||
</data>
|
||
<data name="PowerDisplay_ShowSystemTrayIcon.Description" xml:space="preserve">
|
||
<value>Choose if PowerDisplay is visible in the system tray</value>
|
||
</data>
|
||
<data name="PowerDisplay_MonitorRefreshDelay.Header" xml:space="preserve">
|
||
<value>Monitor refresh delay</value>
|
||
</data>
|
||
<data name="PowerDisplay_MonitorRefreshDelay.Description" xml:space="preserve">
|
||
<value>Number of seconds to wait after display changes before refreshing monitors. Increase if monitors are not detected after hot-plug.</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profiles_GroupSettings.Header" xml:space="preserve">
|
||
<value>Profiles</value>
|
||
</data>
|
||
<data name="PowerDisplay_QuickProfiles.Header" xml:space="preserve">
|
||
<value>Quick apply profiles</value>
|
||
</data>
|
||
<data name="PowerDisplay_QuickProfiles.Description" xml:space="preserve">
|
||
<value>Click a profile button to quickly apply saved monitor settings</value>
|
||
</data>
|
||
<data name="PowerDisplay_AddProfile_Text.Text" xml:space="preserve">
|
||
<value>Add profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitors.Header" xml:space="preserve">
|
||
<value>Monitors</value>
|
||
</data>
|
||
<data name="PowerDisplay_NoMonitorsDetected.Text" xml:space="preserve">
|
||
<value>No monitors detected. Ensure your external monitors are connected and powered on.</value>
|
||
</data>
|
||
<data name="LearnMore_PowerDisplay.Text" xml:space="preserve">
|
||
<value>Learn more about Power Display</value>
|
||
</data>
|
||
<data name="Oobe_PowerDisplay.Title" xml:space="preserve">
|
||
<value>Power Display</value>
|
||
</data>
|
||
<data name="Oobe_PowerDisplay.Description" xml:space="preserve">
|
||
<value>Power Display provides unified control over display settings across multiple monitors. Adjust brightness, contrast, volume, color temperature, and input source for all connected displays from a single overlay. Supports DDC/CI for external monitors and WMI for laptop displays, with profile support for quick configuration switching and LightSwitch integration for automatic theme-based adjustments.</value>
|
||
</data>
|
||
<data name="Oobe_PowerDisplay_Activation.Text" xml:space="preserve">
|
||
<value>to open the Power Display overlay.</value>
|
||
</data>
|
||
<data name="Oobe_PowerDisplay_TipsAndTricks.Text" xml:space="preserve">
|
||
<value>**Create profiles** to save your preferred display settings, then configure them in **LightSwitch** to automatically switch profiles when the system theme changes.</value>
|
||
</data>
|
||
<data name="Launch_PowerDisplay.Content" xml:space="preserve">
|
||
<value>Open Power Display</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_EnableContrast.Content" xml:space="preserve">
|
||
<value>Display contrast slider</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_EnableVolume.Content" xml:space="preserve">
|
||
<value>Display volume slider</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_EnableInputSource.Content" xml:space="preserve">
|
||
<value>Show input source control</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_EnableRotation.Content" xml:space="preserve">
|
||
<value>Show rotation control</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_EnableColorTemperature.Content" xml:space="preserve">
|
||
<value>Show color temperature switcher</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_EnablePowerState.Content" xml:space="preserve">
|
||
<value>Show power state control</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_HideMonitor.Content" xml:space="preserve">
|
||
<value>Hide monitor</value>
|
||
</data>
|
||
<data name="PowerDisplay_ColorTemperature_WarningTitle" xml:space="preserve">
|
||
<value>Confirm Color Temperature Change</value>
|
||
</data>
|
||
<data name="PowerDisplay_ColorTemperature_WarningHeader" xml:space="preserve">
|
||
<value>⚠️ Warning: This is a potentially dangerous operation!</value>
|
||
</data>
|
||
<data name="PowerDisplay_ColorTemperature_WarningDescription" xml:space="preserve">
|
||
<value>Changing the color temperature setting may cause unpredictable results including:</value>
|
||
</data>
|
||
<data name="PowerDisplay_ColorTemperature_WarningList" xml:space="preserve">
|
||
<value>• Incorrect display colors
|
||
• Display malfunction
|
||
• Settings that cannot be reverted</value>
|
||
</data>
|
||
<data name="PowerDisplay_ColorTemperature_WarningConfirm" xml:space="preserve">
|
||
<value>Do you want to enable color temperature control for this monitor?</value>
|
||
</data>
|
||
<data name="PowerDisplay_ColorTemperature_EnableButton" xml:space="preserve">
|
||
<value>Enable</value>
|
||
</data>
|
||
<data name="PowerDisplay_Dialog_Cancel" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="PowerDisplay_Dialog_Save" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_Title" xml:space="preserve">
|
||
<value>Edit Profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_ProfileName.Header" xml:space="preserve">
|
||
<value>Profile name</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_ProfileName.PlaceholderText" xml:space="preserve">
|
||
<value>Enter profile name (e.g., 'Gaming Mode', 'Work')</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_Description.Text" xml:space="preserve">
|
||
<value>Select what monitors and settings to include for this profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_Brightness.Text" xml:space="preserve">
|
||
<value>Brightness</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_Contrast.Text" xml:space="preserve">
|
||
<value>Contrast</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_Volume.Text" xml:space="preserve">
|
||
<value>Volume</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_ColorTemperature.Text" xml:space="preserve">
|
||
<value>Color temperature</value>
|
||
</data>
|
||
<data name="PowerDisplay_ProfileEditor_ColorTemperature_ComboBox.PlaceholderText" xml:space="preserve">
|
||
<value>Select..</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_DefaultBaseName" xml:space="preserve">
|
||
<value>Profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_DeleteProfile_Title" xml:space="preserve">
|
||
<value>Delete Profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_DeleteProfile_Content" xml:space="preserve">
|
||
<value>Are you sure you want to delete '{0}'?</value>
|
||
</data>
|
||
<data name="PowerDisplay_DeleteProfile_PrimaryButton" xml:space="preserve">
|
||
<value>Delete</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_ApplyButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Apply profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_MoreButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>More profile options</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_EditMenuItem.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Edit profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_DeleteMenuItem.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Delete profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_ApplyButton.Content" xml:space="preserve">
|
||
<value>Apply</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_MoreButton.ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>More settings</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_EditMenuItem.Text" xml:space="preserve">
|
||
<value>Edit</value>
|
||
</data>
|
||
<data name="PowerDisplay_Profile_DeleteMenuItem.Text" xml:space="preserve">
|
||
<value>Delete</value>
|
||
</data>
|
||
<data name="PowerDisplay_AddProfileButton.ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Save current settings as new profile</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_CapabilitiesWarning.Title" xml:space="preserve">
|
||
<value>Monitor capabilities unavailable</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_CapabilitiesWarning.Message" xml:space="preserve">
|
||
<value>This monitor did not report DDC/CI capabilities. Advanced controls may be limited.</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpCapabilities.Header" xml:space="preserve">
|
||
<value>VCP capabilities</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpCapabilities.Description" xml:space="preserve">
|
||
<value>DDC/CI VCP codes and supported values (for debugging purposes)</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpDetails_Button.ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>View VCP details</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpDetails_Button.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>View VCP details</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpCodes_Header.Text" xml:space="preserve">
|
||
<value>Detected VCP Codes</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpCodes_CopyButton.ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Copy all VCP codes to clipboard</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpCodes_CopyButton.[using:Microsoft.UI.Xaml.Automation]AutomationProperties.Name" xml:space="preserve">
|
||
<value>Copy VCP codes to clipboard</value>
|
||
</data>
|
||
<data name="PowerDisplay_Monitor_VcpCodes_CopyText.Text" xml:space="preserve">
|
||
<value>Copy</value>
|
||
</data>
|
||
<data name="PowerDisplay_FlyoutOptions_GroupSettings.Header" xml:space="preserve">
|
||
<value>Flyout options</value>
|
||
</data>
|
||
<data name="PowerDisplay_ShowProfileSwitcher.Header" xml:space="preserve">
|
||
<value>Show profile switcher</value>
|
||
</data>
|
||
<data name="PowerDisplay_ShowProfileSwitcher.Description" xml:space="preserve">
|
||
<value>Show or hide the profile switcher button in the Power Display flyout</value>
|
||
</data>
|
||
<data name="PowerDisplay_ShowIdentifyMonitorsButton.Header" xml:space="preserve">
|
||
<value>Show identify monitors button</value>
|
||
</data>
|
||
<data name="PowerDisplay_ShowIdentifyMonitorsButton.Description" xml:space="preserve">
|
||
<value>Show or hide the identify monitors button in the Power Display flyout</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomVcpMappings_GroupSettings.Header" xml:space="preserve">
|
||
<value>Custom VCP Name Mappings</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomVcpMappings.Header" xml:space="preserve">
|
||
<value>Custom name mappings</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomVcpMappings.Description" xml:space="preserve">
|
||
<value>Define custom display names for color temperature presets and input sources</value>
|
||
</data>
|
||
<data name="PowerDisplay_AddCustomMappingButton.ToolTipService.ToolTip" xml:space="preserve">
|
||
<value>Add custom mapping</value>
|
||
</data>
|
||
<data name="PowerDisplay_AddCustomMapping_Text.Text" xml:space="preserve">
|
||
<value>Add mapping</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_Title" xml:space="preserve">
|
||
<value>Custom VCP Name Mapping</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_VcpCode.Header" xml:space="preserve">
|
||
<value>VCP Code</value>
|
||
</data>
|
||
<data name="PowerDisplay_VcpCode_Name_0x14" xml:space="preserve">
|
||
<value>Color Temperature</value>
|
||
</data>
|
||
<data name="PowerDisplay_VcpCode_Name_0x60" xml:space="preserve">
|
||
<value>Input Source</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_CustomName.Header" xml:space="preserve">
|
||
<value>Custom Name</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_CustomName.PlaceholderText" xml:space="preserve">
|
||
<value>Enter custom name</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_ValueComboBox.Header" xml:space="preserve">
|
||
<value>Value</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_CustomValueOption" xml:space="preserve">
|
||
<value>Custom value...</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_CustomValueInput.Header" xml:space="preserve">
|
||
<value>Enter custom value (hex)</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_CustomValueInput.PlaceholderText" xml:space="preserve">
|
||
<value>e.g., 0x11 or 17</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_ApplyToAll.Header" xml:space="preserve">
|
||
<value>Apply to all monitors</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_ApplyToAll.OnContent" xml:space="preserve">
|
||
<value>On</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_ApplyToAll.OffContent" xml:space="preserve">
|
||
<value>Off</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMappingEditor_SelectMonitor.Header" xml:space="preserve">
|
||
<value>Select monitor</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMapping_Delete_Title" xml:space="preserve">
|
||
<value>Delete custom mapping?</value>
|
||
</data>
|
||
<data name="PowerDisplay_CustomMapping_Delete_Message" xml:space="preserve">
|
||
<value>This custom name mapping will be permanently removed.</value>
|
||
</data>
|
||
<data name="Hosts_Backup_GroupSettings.Header" xml:space="preserve">
|
||
<value>Backup</value>
|
||
</data>
|
||
<data name="Hosts_Backup.Header" xml:space="preserve">
|
||
<value>Backup hosts file</value>
|
||
<comment>"Hosts" refers to the system hosts file, do not loc</comment>
|
||
</data>
|
||
<data name="Hosts_Backup.Description" xml:space="preserve">
|
||
<value>Automatically create a backup of the hosts file when you save for the first time in a session</value>
|
||
<comment>"Hosts" refers to the system hosts file, do not loc</comment>
|
||
</data>
|
||
<data name="Hosts_Backup_Location.Header" xml:space="preserve">
|
||
<value>Location</value>
|
||
</data>
|
||
<data name="Hosts_ButtonSelectLocation.Text" xml:space="preserve">
|
||
<value>Select location</value>
|
||
</data>
|
||
<data name="Hosts_Delete_Backup.Header" xml:space="preserve">
|
||
<value>Automatically delete backups</value>
|
||
</data>
|
||
<data name="Hosts_Backup_DaysInput.Header" xml:space="preserve">
|
||
<value>Days</value>
|
||
</data>
|
||
<data name="Hosts_Backup_CountInput_Description" xml:space="preserve">
|
||
<value>Set the number of backups to keep. Older backups will be deleted once the limit is reached.</value>
|
||
</data>
|
||
<data name="Hosts_Backup_DaysInput.Description" xml:space="preserve">
|
||
<value>Set the number of days to keep backups. Older backups will be deleted once the limit is reached.</value>
|
||
</data>
|
||
<data name="Hosts_DeleteBackupMode_Never.Content" xml:space="preserve">
|
||
<value>Never</value>
|
||
</data>
|
||
<data name="Hosts_DeleteBackupMode_CountBased.Content" xml:space="preserve">
|
||
<value>Based on count</value>
|
||
</data>
|
||
<data name="Hosts_DeleteBackupMode_AgeAndCountBased.Content" xml:space="preserve">
|
||
<value>Based on age and count</value>
|
||
</data>
|
||
<data name="Hosts_Backup_CountInput_Age_Description" xml:space="preserve">
|
||
<value>Set an optional number of backups to always keep despite their age</value>
|
||
</data>
|
||
<data name="Hosts_Backup_CountInput_Header" xml:space="preserve">
|
||
<value>Backup count</value>
|
||
</data>
|
||
<data name="LightSwitch_SetLocationButton.Content" xml:space="preserve">
|
||
<value>Set Location</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_OpenFoundryModelList.Content" xml:space="preserve">
|
||
<value>Open Foundry Local model list</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_RunFoundryLocalText.Text" xml:space="preserve">
|
||
<value>Run Foundry Local to download or add a local model</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_NoModelsDownloaded.Text" xml:space="preserve">
|
||
<value>No models downloaded</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_LoadingStatus.Text" xml:space="preserve">
|
||
<value>Loading Foundry Local status..</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_LocalModel.Text" xml:space="preserve">
|
||
<value>Foundry Local model</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_UseCliToDownloadModels.Text" xml:space="preserve">
|
||
<value>Use the Foundry Local CLI to download models that run locally on-device. They'll appear here.</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_RefreshModelList.Text" xml:space="preserve">
|
||
<value>Refresh model list</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_FLNotAvailableYet.Text" xml:space="preserve">
|
||
<value>Foundry Local is not available on this device yet.</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_StartService.Text" xml:space="preserve">
|
||
<value>Start the Foundry Local service before returning to PowerToys.</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_CLIGuide.Content" xml:space="preserve">
|
||
<value>Follow the Foundry Local CLI guide</value>
|
||
<comment>Do not localize "Foundry Local", it's a product name</comment>
|
||
</data>
|
||
<data name="AdvancedPaste_ModelProviders.Header" xml:space="preserve">
|
||
<value>Model providers</value>
|
||
</data>
|
||
<data name="AdvancedPaste_ModelProviders.Description" xml:space="preserve">
|
||
<value>Add online or local models</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Edit.Text" xml:space="preserve">
|
||
<value>Edit</value>
|
||
</data>
|
||
<data name="AdvancedPaste_Remove.Text" xml:space="preserve">
|
||
<value>Remove</value>
|
||
</data>
|
||
<data name="AdvancedPaste_ModelName.Header" xml:space="preserve">
|
||
<value>Model name</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EndpointURL.Header" xml:space="preserve">
|
||
<value>Endpoint URL</value>
|
||
</data>
|
||
<data name="AdvancedPaste_APIKey.Header" xml:space="preserve">
|
||
<value>API key</value>
|
||
</data>
|
||
<data name="AdvancedPaste_APIKey.PlaceholderText" xml:space="preserve">
|
||
<value>Enter API key</value>
|
||
</data>
|
||
<data name="AdvancedPaste_APIVersion.Header" xml:space="preserve">
|
||
<value>API version</value>
|
||
</data>
|
||
<data name="AdvancedPaste_DeploymentName.Header" xml:space="preserve">
|
||
<value>Deployment name</value>
|
||
</data>
|
||
<data name="AdvancedPaste_SystemPrompt.Header" xml:space="preserve">
|
||
<value>System prompt</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EndpointDialog.PrimaryButtonText" xml:space="preserve">
|
||
<value>Save</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EndpointDialog.SecondaryButtonText" xml:space="preserve">
|
||
<value>Cancel</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EnableClipboardPreview.Description" xml:space="preserve">
|
||
<value>Display a preview of the current clipboard content</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_LearnMoreFoundryLocal.Content" xml:space="preserve">
|
||
<value>Learn more</value>
|
||
</data>
|
||
<data name="AdvancedPaste_FL_PreviewMessage.Message" xml:space="preserve">
|
||
<value>Foundry Local is still in public preview</value>
|
||
<comment>Do not loc "Foundry Local"</comment>
|
||
</data>
|
||
<data name="CmdPal_Settings.Description" xml:space="preserve">
|
||
<value>Configure the activation shortcut, extensions, behavior and much more</value>
|
||
</data>
|
||
<data name="CmdPal_Launch.Header" xml:space="preserve">
|
||
<value>Open Command Palette</value>
|
||
<comment>Command Palette is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="CmdPal_Description.Text" xml:space="preserve">
|
||
<value>Find files, launch apps, and do so much more with the most extensible quick launcher.</value>
|
||
</data>
|
||
<data name="CmdPal.ModuleTitle" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>Command Palette is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="CmdPal_ActivationDescription" xml:space="preserve">
|
||
<value>Open Command Palette</value>
|
||
<comment>Command Palette is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="CmdPal_ExtensibleDescription.Text" xml:space="preserve">
|
||
<value>Powerful extensions help you do more</value>
|
||
</data>
|
||
<data name="CmdPal_ExtensibleHeader.Text" xml:space="preserve">
|
||
<value>Extensible</value>
|
||
</data>
|
||
<data name="CmdPal_FastDescription.Text" xml:space="preserve">
|
||
<value>Find files and launch apps in an instant</value>
|
||
</data>
|
||
<data name="CmdPal_FastHeader.Text" xml:space="preserve">
|
||
<value>Fast</value>
|
||
</data>
|
||
<data name="CmdPal_ModernHeader.Text" xml:space="preserve">
|
||
<value>Beautiful</value>
|
||
</data>
|
||
<data name="CmdPal_ModernDescription.Text" xml:space="preserve">
|
||
<value>A modern UI built with Fluent Design</value>
|
||
<comment>Fluent Design is a product name, do not loc</comment>
|
||
</data>
|
||
<data name="ZoomIt_LiveZoom_Shortcut_Draw" xml:space="preserve">
|
||
<value>Press **{0}** to activate live drawing and **Esc** to clear annotations or to exit.
|
||
|
||
Press **Ctrl + Up / Down** to adjust the zoom level.
|
||
</value>
|
||
</data>
|
||
<data name="ZoomIt_TypeFAQ.Text" xml:space="preserve">
|
||
<value>Press **T** to switch to typing when drawing mode is active, and **Shift** for right-aligned text.
|
||
Press **Esc** or **the left mouse button** to exit typing mode.
|
||
Press **the mouse wheel** or **Up / Down** to adjust the font size.
|
||
Text uses the current drawing color.</value>
|
||
</data>
|
||
<data name="ZoomIt_DrawGroup.Description" xml:space="preserve">
|
||
<value>Annotate the screen.</value>
|
||
</data>
|
||
<data name="ZoomIt_Break_BackgroundImage_None.Content" xml:space="preserve">
|
||
<value>None</value>
|
||
</data>
|
||
<data name="ShowThemeAdaptiveTrayIcon.Content" xml:space="preserve">
|
||
<value>Show a monochrome icon that matches the Windows theme</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableQuickAccess.Header" xml:space="preserve">
|
||
<value>Quick Access flyout</value>
|
||
</data>
|
||
<data name="GeneralPage_EnableQuickAccess.Description" xml:space="preserve">
|
||
<value>Fast access to quick actions and module toggles</value>
|
||
</data>
|
||
<data name="GeneralPage_QuickAccessShortcut.Header" xml:space="preserve">
|
||
<value>Activation shortcut</value>
|
||
</data>
|
||
<data name="LightSwitch_ModeFollowNightLight.Content" xml:space="preserve">
|
||
<value>Follow Night Light</value>
|
||
</data>
|
||
<data name="LightSwitch_NightLightSettingsButton.Content" xml:space="preserve">
|
||
<value>Personalize your Night Light settings.</value>
|
||
</data>
|
||
<data name="LightSwitch_FollowNightLightCardMessage.Text" xml:space="preserve">
|
||
<value>Following Night Light settings.</value>
|
||
</data>
|
||
<data name="Shell_TopLevelWindowsAndLayouts.Content" xml:space="preserve">
|
||
<value>Windowing & Layouts</value>
|
||
</data>
|
||
<data name="OOBE_NavViewItem.Content" xml:space="preserve">
|
||
<value>Welcome to PowerToys</value>
|
||
</data>
|
||
<data name="ShortcutConflictWindow_IgnoreShortcut.Content" xml:space="preserve">
|
||
<value>Ignore shortcut</value>
|
||
</data>
|
||
<data name="AdvancedPaste_AddModelButton.Content" xml:space="preserve">
|
||
<value>Add model</value>
|
||
</data>
|
||
<data name="AdvancedPaste_EndpointDialog.Title" xml:space="preserve">
|
||
<value>Paste with AI provider configuration</value>
|
||
</data>
|
||
<data name="AdvancedPaste_ModelPath.Header" xml:space="preserve">
|
||
<value>Model path</value>
|
||
</data>
|
||
<data name="CmdPal_HeroTitle.Text" xml:space="preserve">
|
||
<value>Command Palette</value>
|
||
<comment>Command Palette is a product name and should not be localized</comment>
|
||
</data>
|
||
<data name="GeneralPage_ViewDiagnosticDataButton.Content" xml:space="preserve">
|
||
<value>View diagnostic data</value>
|
||
</data>
|
||
<data name="Shell_Search_ShowAll.Text" xml:space="preserve">
|
||
<value>Show all results</value>
|
||
</data>
|
||
<data name="ZoomIt_Type_DemoSample.Text" xml:space="preserve">
|
||
<value>Sample</value>
|
||
</data>
|
||
</root>
|