diff --git a/Directory.Packages.props b/Directory.Packages.props index 5b81560e37..c2941e05ab 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -65,6 +65,7 @@ + diff --git a/installer/PowerToysSetup/Core.wxs b/installer/PowerToysSetup/Core.wxs index 1a72d82c10..3a088e2f16 100644 --- a/installer/PowerToysSetup/Core.wxs +++ b/installer/PowerToysSetup/Core.wxs @@ -92,6 +92,7 @@ + diff --git a/installer/PowerToysSetup/Product.wxs b/installer/PowerToysSetup/Product.wxs index 34fb32bd4b..413dc7d285 100644 --- a/installer/PowerToysSetup/Product.wxs +++ b/installer/PowerToysSetup/Product.wxs @@ -385,8 +385,8 @@ - - + + diff --git a/installer/PowerToysSetup/Settings.wxs b/installer/PowerToysSetup/Settings.wxs index 8306aadf16..ce7c90a417 100644 --- a/installer/PowerToysSetup/Settings.wxs +++ b/installer/PowerToysSetup/Settings.wxs @@ -6,6 +6,7 @@ + @@ -16,6 +17,12 @@ + + + + + + @@ -25,6 +32,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -47,6 +134,51 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -55,6 +187,7 @@ + diff --git a/src/settings-ui/Settings.UI/Helpers/LocalizerInstance.cs b/src/settings-ui/Settings.UI/Helpers/LocalizerInstance.cs new file mode 100644 index 0000000000..acd458a393 --- /dev/null +++ b/src/settings-ui/Settings.UI/Helpers/LocalizerInstance.cs @@ -0,0 +1,37 @@ +// Copyright (c) Microsoft Corporation +// The Microsoft Corporation licenses this file to you under the MIT license. +// See the LICENSE file in the project root for more information. + +using System; +using System.IO; +using System.Threading.Tasks; +using Windows.Storage; +using WinUI3Localizer; + +namespace Microsoft.PowerToys.Settings.UI.Helpers +{ + internal static class LocalizerInstance + { + internal static ILocalizer Instance { get; private set; } + + static LocalizerInstance() + { + InitializeLocalizer().Wait(); + } + + private static async Task InitializeLocalizer() + { + // Initialize a "Strings" folder in the executables folder. + string stringsPath = Path.Combine(AppContext.BaseDirectory, "Strings", "Settings"); + + Instance = await new LocalizerBuilder() + .AddStringResourcesFolderForLanguageDictionaries(stringsPath) + .SetOptions(options => + { + options.DefaultLanguage = "de-DE"; + options.UseUidWhenLocalizedStringNotFound = true; + }) + .Build(); + } + } +} diff --git a/src/settings-ui/Settings.UI/PowerToys.Settings.csproj b/src/settings-ui/Settings.UI/PowerToys.Settings.csproj index acf883b1b5..762565b4d5 100644 --- a/src/settings-ui/Settings.UI/PowerToys.Settings.csproj +++ b/src/settings-ui/Settings.UI/PowerToys.Settings.csproj @@ -82,8 +82,9 @@ - - + + + @@ -122,5 +123,10 @@ Always + + + + + diff --git a/src/settings-ui/Settings.UI/SettingsXAML/FlyoutWindow.xaml b/src/settings-ui/Settings.UI/SettingsXAML/FlyoutWindow.xaml index 8ecffb7013..7757252789 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/FlyoutWindow.xaml +++ b/src/settings-ui/Settings.UI/SettingsXAML/FlyoutWindow.xaml @@ -9,7 +9,7 @@ xmlns:winuiex="using:WinUIEx" xmlns:i="using:Microsoft.Xaml.Interactivity" xmlns:ic="using:Microsoft.Xaml.Interactions.Core" - Title="PowerToys Settings" + Title="PowerToys a a a a a a aSettings" IsAlwaysOnTop="True" IsMaximizable="False" IsMinimizable="False" diff --git a/src/settings-ui/Settings.UI/SettingsXAML/MainWindow.xaml.cs b/src/settings-ui/Settings.UI/SettingsXAML/MainWindow.xaml.cs index 8d1473e687..ed59f7c14b 100644 --- a/src/settings-ui/Settings.UI/SettingsXAML/MainWindow.xaml.cs +++ b/src/settings-ui/Settings.UI/SettingsXAML/MainWindow.xaml.cs @@ -13,6 +13,7 @@ using Microsoft.UI; using Microsoft.UI.Windowing; using Microsoft.UI.Xaml; using Windows.Data.Json; +using WinUI3Localizer; using WinUIEx; namespace Microsoft.PowerToys.Settings.UI @@ -51,7 +52,7 @@ namespace Microsoft.PowerToys.Settings.UI NativeMethods.SetWindowPlacement(hWnd, ref placement); var loader = Helpers.ResourceLoaderInstance.ResourceLoader; - Title = loader.GetString("SettingsWindow_Title"); + Title = LocalizerInstance.Instance.GetLocalizedString("SettingsWindow_Title"); // send IPC Message ShellPage.SetDefaultSndMessageCallback(msg => diff --git a/src/settings-ui/Settings.UI/Strings/de-DE/Resources.resw b/src/settings-ui/Settings.UI/Strings/de-DE/Resources.resw new file mode 100644 index 0000000000..2aa5f13bb4 --- /dev/null +++ b/src/settings-ui/Settings.UI/Strings/de-DE/Resources.resw @@ -0,0 +1,3674 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + Inspired by Rooler + Rooler is a name of the tool. + + + Video Conference Mute + Navigation view item name for Video Conference + + + Screen Ruler + Product name: Navigation view item name for Screen Ruler + + + Attribution + giving credit to the projects this utility was based on + + + Screen Ruler is a quick and easy way to measure pixels on your screen. + "Screen Ruler" is the name of the utility + + + Screen Ruler + "Screen Ruler" is the name of the utility + + + Activation + + + Behavior + "Screen Ruler" is the name of the utility + + + Activation shortcut + + + Customize the shortcut to bring up the command bar + "Screen Ruler" is the name of the utility + + + Default measure style + + + The utility will start having the selected style activated + + + None + + + Bounds + + + Spacing + + + Horizontal spacing + + + Vertical spacing + + + Units of measurement + + + Pixels + + + Inches + + + Centimeters + + + Pixel tolerance for edge detection + + + Line color + + + Capture screen continuously during measuring + + + Refresh screen contexts in real-time instead of making a screenshot once + + + Per color channel edge detection + + + 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. + + + Draw feet on cross + + + Adds feet to the end of cross lines + + + Enable Screen Ruler + "Screen Ruler" is the name of the utility + + + Activation + + + Device layout + + + Drag and drop a machine to rearrange the order. + + + 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. + + + Encryption key + + + Security key + + + The key must be auto generated in one machine by clicking on New Key, then typed in other machines + + + New key + + + Copy to clipboard + + + Refresh connections + + + Reestablishes connections with other devices if you are experiencing issues. + + + Host name of this device + + + Connect + + + Uninstall service + + + Removes the service from the computer. Needs to run as administrator. + + + Behavior + + + Troubleshooting + + + Add a firewall rule for Mouse Without Borders + "Mouse Without Borders" is a product name + + + Adding a firewall rule might help solve connection issues. + + + You need to run as administrator to modify this setting. + + + If PowerToys is installed as a user, uninstalling/upgrading may require the Mouse Without Borders service to be removed manually later. + + + Service + + + Enable Mouse Without Borders + + + Attribution + giving credit to the projects this utility was based on + + + Mouse Without Borders is a quick and easy way to move your cursor across multiple devices. + "Mouse Without Borders" is the name of the utility + + + Mouse Without Borders + "Mouse Without Borders" is the name of the utility + + + Use Service + + + Runs in service mode, that allows MWB to control remote machines when they're locked. Also allows control of system and administrator applications. + + + Devices in a single row + + + Sets whether the devices are aligned on a single row. A two by two matrix is considered otherwise. + + + Wrap mouse + + + Move control back to the first machine when mouse moves past the last one. + + + Share clipboard + + + Transfer file + + + Hide mouse at the screen edge + + + Draw mouse cursor + + + Validate remote machine IP + + + Same subnet only + + + Block screen saver on other machines + + + Move mouse relatively + + + Block mouse at screen corners + + + Show clipboard and network status messages + + + Show the original Mouse Without Borders UI + + + This is accessible from the system tray and requires a restart. + + + If share clipboard stops working, Ctrl+Alt+Del then Esc may solve the problem. + + + If a file (<100MB) is copied, it will be transferred to the remote machine clipboard. + + + Hide the mouse cursor at the top edge of the screen when switching to other machine. This option also steals the focus from any full-screen app to ensure the keyboard input is redirected. + + + Mouse cursor may not be visible in Windows 10 and later versions of Windows when there is no physical mouse attached. + + + Reverse DNS lookup to validate machine IP Address. + + + Only connect to machines in the same intranet NNN.NNN.*.* (only works when both machines have IPv4 enabled) + + + Example: MyLaptop 192.168.0.24 + Don't translate MyLaptop + + + IP address mapping + + + Resolve machine's IP address using manually entered mappings below. + + + Prevent screen saver from starting on other machines when user is actively working on this machine. + + + Use this option when remote machine's monitor settings are different, or remote machine has multiple monitors. + + + To avoid accident machine-switch at screen corners. + + + Show clipboard activities and network status in system tray notifications + + + Keyboard shortcuts + keyboard is the hardware peripheral + + + Advanced Settings + + + Easy Mouse: move between machines by moving the mouse pointer to the screen edges. + + + Can also be set to move only when pressing Shift or Ctrl. + Shift and Ctrl are the keyboard keys + + + Disabled + + + Enabled + + + Ctrl + This is the Ctrl keyboard key + + + Shift + This is the Shift keyboard key + + + Shortcut to lock all machines. + + + Hit this hotkey twice to lock all machines. Note: Only the machines which have the same shortcut configured will be locked. + + + Shortcut to toggle Easy Mouse. + Ctrl and Alt are the keyboard keys + + + Only works if EasyMouse is set to Enabled or Disabled. + + + Disabled + + + Shortcut to switch between machines. Ctrl+Alt+: + Ctrl and Alt are the keyboard keys + + + Click on Ctrl+Alt+ the chosen option to switch between machines. + Ctrl and Alt are the keyboard keys + + + F1, F2, F3, F4 + Don't localize. These are keyboard keys + + + 1, 2, 3, 4 + Don't localize. These are keyboard keys + + + Disabled + + + Disabled + + + Shortcut to try reconnecting + + + Just in case the connection is lost for any reason. + + + Disabled + + + Shortcut to switch to multiple machine mode. + + + Allows controlling all computers at once. + + + Disabled + + + Ctrl three times + This is the Ctrl keyboard key + + + Enable Video Conference Mute + + + Video Conference Mute is a quick and easy way to do a global "mute" of both your microphone and webcam. Disabling this module or closing PowerToys will unmute the microphone and camera. + + + Mute camera & microphone + + + Mute microphone + + + Push to talk + + + Mute camera + + + Selected camera + + + Selected microphone + + + Push to reverse + + + If enabled, allows both push to talk and push to mute, depending on microphone state + + + Image displayed when camera is muted + + + Toolbar position + + + Top center + + + Top left corner + + + Top right corner + + + Bottom left corner + + + Bottom center + + + Bottom right corner + + + Show toolbar on + + + Main monitor + + + Monitor under cursor + + + Active window monitor + + + All monitors + + + Hide toolbar + + + When both camera and microphone are muted + + + Never + + + When both camera and microphone are unmuted + + + Video Conference Mute + + + Camera + + + To use this feature, make sure to select PowerToys VideoConference Mute as your camera source in your apps. + + + Microphone + + + Toolbar + + + Shortcuts + + + Camera overlay image preview + + + Browse + + + Clear + + + General + Navigation view item name for General + + + Awake + Product name: Navigation view item name for Awake + + + PowerToys Run + Product name: Navigation view item name for PowerToys Run + + + PowerRename + Product name: Navigation view item name for PowerRename + + + Shortcut Guide + Product name: Navigation view item name for Shortcut Guide + + + File Explorer add-ons + Product name: Navigation view item name for File Explorer. Please use File Explorer as in the context of File Explorer in Windows + + + FancyZones + Product name: Navigation view item name for FancyZones + + + Image Resizer + Product name: Navigation view item name for Image Resizer + + + Color Picker + Product name: Navigation view item name for Color Picker + + + Keyboard Manager + Product name: Navigation view item name for Keyboard Manager + + + Mouse Without Borders + Product name: Navigation view item name for Mouse Without Borders + + + Mouse utilities + Product name: Navigation view item name for Mouse utilities + + + Navigation closed + Accessibility announcement when the navigation pane collapses + + + Navigation opened + Accessibility announcement when the navigation pane opens + + + Current configuration + Keyboard Manager current configuration header + + + Reconfigure your keyboard by remapping keys and shortcuts + Keyboard Manager page description + + + Enable Keyboard Manager + Keyboard Manager enable toggle header. Do not loc the Product name. Do you want this feature on / off + + + Select the profile to display the active key remap and shortcuts + Keyboard Manager configuration dropdown description + + + Remap a key + Keyboard Manager remap keyboard button content + + + Keys + Keyboard Manager remap keyboard header + + + Remap a shortcut + Keyboard Manager remap shortcuts button + + + Shortcuts + Keyboard Manager remap keyboard header + + + All Apps + Should be the same as EditShortcuts_AllApps from keyboard manager editor + + + Shortcuts + + + Shortcut + + + Current Key Remappings + + + Current Shortcut Remappings + + + Key Remapping + key as in keyboard key + + + Shortcut Remapping + + + Remapped to + + + Remapped to + + + For Target Application + What computer application would this be for + + + Keyboard Manager + do not loc, product name + + + Quick and simple system-wide color picker. + + + Enable Color Picker + do not loc the Product name. Do you want this feature on / off + + + Change cursor when picking a color + + + A quick launcher that has additional capabilities without sacrificing performance. + + + Enable PowerToys Run + do not loc the Product name. Do you want this feature on / off + + + Search & results + + + Search result preference + + + Most recently used + + + Alphabetical order + + + Running processes/open applications + + + Search type preference + + + Application name + + + A string that is contained in the application + + + Executable name + + + Number of results shown before scrolling + + + Open PowerToys Run + + + Open file location + + + Copy path location + + + Open console + console refers to Windows command prompt + + + Override Win+R shortcut + + + Override Win+S shortcut + + + Ignore shortcuts in fullscreen mode + + + Use centralized keyboard hook + + + Try this if there are issues with the shortcut (PowerToys Run might not get focus when triggered from an elevated window) + + + Clear the previous query on launch + + + Tab through context buttons + + + Pressing tab will first select through the available context buttons of the current selection before moving onto the next result + + + Generate thumbnails from files + + + Results will try to generate thumbnails for files. Disabling this setting may increase stability and speed + + + Input Smoothing + This is about adding a delay to wait for more input before executing a search + + + Wait for more input before searching. This reduces interface jumpiness and system load. + + + Immediate plugins + + + Affects the plugins that make the UI wait for their results by this amount. Recommended: 30-50 ms. + + + Background execution plugins + + + Affects the plugins that execute in the background by this amount. Recommended: 100-150 ms. + + + Fast plugin throttle (ms) + ms = milliseconds + + + To: + Keyboard Manager mapping keys view right header + + + Appearance + + + FancyZones windows + do not loc the Product name + + + Create window layouts to help make multi-tasking easy. + windows refers to application windows + + + Keep windows in their zones when the screen resolution changes + windows refers to application windows + + + Enable FancyZones + do not loc the Product name. Do you want this feature on / off + + + Excluded apps + + + Excludes an application from snapping to zones and will only react to Windows Snap - add one application name per line + + + Opacity (%) + + + Open layout editor + Shortcut to launch the FancyZones layout editor application + + + Switch between windows in the current zone + + + Next window + + + Previous window + + + Shortcut setting + + + Information Symbol + + + Launch layout editor + launches the FancyZones layout editor application + + + Set and manage your layouts + launches the FancyZones layout editor application + + + Make dragged window transparent + + + Use a non-primary mouse button to toggle zone activation + + + Use middle-click mouse button to toggle multiple zones spanning + + + Move windows between zones across all monitors + + + Override Windows Snap + + + This overrides the Windows Snap shortcut (Win + arrow) to move windows between zones + + + Hold Shift key to activate zones while dragging + + + Show zones on all monitors while dragging a window + + + Move newly created windows to their last known zone + windows refers to application windows + + + Move newly created windows to the current active monitor (Experimental) + + + Launch editor on the display + + + When using multiple displays + + + Where the mouse pointer is + + + With active focus + + + Zone behavior + + + Manage how zones behave when using FancyZones + + + Zones + + + Highlight color + + + During zone layout changes, windows assigned to a zone will match new size/positions + + + Attribution + giving credit to the projects this utility was based on + + + General + + + Check for updates + + + Location + + + Backup + + + File name: + + + Refresh + + + Restore + + + Select folder + + + Update now + + + Privacy statement + + + Report a bug + Report an issue inside powertoys + + + Request a feature + Tell our team what we should build + + + Restart PowerToys as administrator + running PowerToys as a higher level user, account is typically referred to as an admin / administrator + + + Run at startup + + + PowerToys will launch automatically + + + A Windows Shell extension for more advanced bulk renaming using search & replace or regular expressions. + + + Shell integration + This refers to directly integrating in with Windows + + + Enable PowerRename + do not loc the Product name. Do you want this feature on / off + + + Settings theme + + + Hide icon in context menu + + + Show PowerRename in + + + Default and extended context menu + + + Extended context menu only + + + Press Shift + right-click on files to open the extended context menu + + + Maximum number of items + + + Show recently used strings + + + Markdown + File type, do not translate + + + .md, .markdown, .mdown, .mkdn, .mkd, .mdwn, .mdtxt, .mdtext + File extensions, should not be altered + + + Source code files (Monaco) + File type, do not translate + + + .cpp, .py, .json, .xml, .csproj, ... + File extensions should not be altered + + + Scalable Vector Graphics + File type, do not translate + + + .svg + File extension, should not be altered + + + Color mode + + + Windows default + + + Solid color + + + Checkered pattern + + + Color + + + Checkered shade + + + Light + + + Medium + + + Dark + + + Portable Document Format + File type, do not translate + + + .pdf + File extension, should not be altered + + + Scalable Vector Graphics + File type, do not translate + + + .svg + File extension, should not be altered + + + Stereolithography + File type, do not translate + + + .stl + File extension, should not be altered + + + Color + + + Portable Document Format + File type, do not translate + + + .pdf + File extension, should not be altered + + + These settings allow you to manage your Windows File Explorer custom preview handlers. + + + Auto-complete + + + Open-source notice + + + Enable auto-complete for the search & replace fields + + + Border color + + + Inactive color + + + Shows a help overlay with Windows shortcuts. + + + Press duration before showing global Windows shortcuts (ms) + ms = milliseconds + + + Activation method + + + Use a shortcut or press the Windows key for some time to activate + + + Customized shortcut + + + Hold down Windows key + + + In some edge cases Shortcut Guide might not function correctly when using this activation method + + + Appearance & behavior + + + Backup & restore + + + Backup and restore your settings + + + PowerToys will restart automatically if needed + + + Enable Shortcut Guide + do not loc the Product name. Do you want this feature on / off + + + Background opacity (%) + + + Exclude apps + + + Turns off Shortcut Guide when these applications have focus - add one application name per line + + + Example: outlook.exe + Don't translate outlook.exe + + + Image sizes + + + Presets + + + Manage preset sizes that can be used in the editor + + + This format is used as the filename for resized images + + + Lets you resize images by right-clicking. + + + Enable Image Resizer + do not loc the Product name. Do you want this feature on / off + + + Image Size + + + Configurations + + + Name + + + Fit + + + Width + + + Height + + + Unit + + + Remove + Removes a user defined setting group for Image Resizer + + + Delete + + + Image Resizer + + + Add new size + + + Save sizes + + + JPEG quality level (%) + + + PNG interlacing + + + TIFF compression + + + File + as in a computer file + + + Default + + + CCITT3 + do not loc + + + CCITT4 + do not loc + + + Default + + + LZW + do not loc + + + None + + + RLE + do not loc + + + Zip + do not loc + + + BMP encoder + + + GIF encoder + + + JPEG encoder + + + PNG encoder + + + TIFF encoder + + + WMPhoto encoder + + + Fill + Refers to filling an image into a certain size. It could overflow + + + Fill + Refers to filling an image into a certain size. It could overflow + + + Fit + Refers to fitting an image into a certain size. It won't overflow + + + Stretch + Refers to stretching an image into a certain size. Won't overflow but could distort. + + + Centimeters + + + Inches + + + Percent + + + Pixels + + + Off + + + On + + + Learn more about administrator mode + + + Download updates automatically + + + Except on metered connections + + + Currently running as administrator + + + Always run as administrator + + + You need to run as administrator to use this setting + + + Running as user + + + Running as administrator + + + FancyZones + + + File Explorer + + + File Explorer + Use same translation as Windows does for File Explorer + + + Image Resizer + + + Keyboard Manager + + + Color Picker + + + PowerToys Run + + + PowerToys Run + + + PowerRename + do not loc the product name + + + PowerRename + do not loc + + + Shortcut Guide + + + Shortcut Guide + + + GitHub repository + + + Version + + + Last checked: + + + Created at: + + + Backup information + + + Source machine: + + + Status: + + + Version + + + Administrator mode + + + Restore the original size of windows when unsnapping + + + Fallback encoder + + + The following parameters can be used: + + + Filename format + + + File modified timestamp + + + Used as the 'modified timestamp' in the file properties + + + Original file timestamp + + + Timestamp of resize action + + + Encoding + + + Remap keys to other keys or shortcuts + + + Remap shortcuts to other shortcuts or keys for all or specific applications + + + 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. + Windows refers to the OS + + + Allow zones to span across monitors + + + Actual height + + + Actual width + + + Original filename + + + Selected height + + + Selected width + + + Size name + + + Move windows based on their position + Windows refers to application windows + + + New update available + + + PowerToys is up to date. + + + Thumbnail icon Preview + + + Select the file types for which thumbnail previews must be rendered. + + + Preview Pane + + + 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. + Preview Pane and File Explorer are app/feature names in Windows. 'Alt + P' is a shortcut + + + You need to run as administrator to modify these settings. + + + A reboot may be required for changes to these settings to take effect + + + Enabling the preview handlers will override other preview handlers already installed - there have been reports of incompatibility between Outlook and the PDF Preview Handler. + Outlook is the name of a Microsoft product + + + 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. + OneDrive is the name of a Microsoft product + + + Example: outlook.exe + Don't translate outlook.exe + + + Example: %1 (%2) + + + Filename parameters + + + Dark + Dark refers to color, not weight + + + Light + Light refers to color, not weight + + + Windows default + Windows refers to the Operating system + + + Windows color settings + Windows refers to the Operating system + + + Default color format + + + Pick a color and open editor + + + Open editor + + + Only pick a color + + + Activation behavior + + + Picker behavior + + + This format will be copied to your clipboard + + + Learn more about remapping limitations + This is a link that will discuss what is and is not possible for Keyboard manager to remap + + + Editor + refers to the FancyZone editor + + + Window behavior + + + Manage how windows behave when using FancyZones + + + Windows + Do translate: refers to a set of application windows, not the product name + + + Behavior + + + Use Boost library + Boost is a product name, should not be translated + + + Provides extended features but may use different regex syntax + Boost is a product name, should not be translated + + + Made with 💗 by Microsoft and the PowerToys community. + + + Color formats + + + Configure the color formats (edit, delete, hide, reorder them) + + + Move up + + + Move down + + + Add new format + + + Format + + + Name + + + Add custom color format + + + Save + + + Edit custom color format + + + Update + + + My Format + + + Cancel + + + The following parameters can be used: + + + red + + + green + + + blue + + + alpha + + + cyan + + + magenta + + + yellow + + + black key + + + hue + + + hue (natural) + + + saturation (HSI) + + + saturation (HSL) + + + saturation (HSB) + + + brightness + + + intensity + + + lightness (nat) + + + lightness (CIE) + + + value + + + whiteness + + + blackness + + + chromaticityA + + + chromaticityB + + + X value + + + Y value + + + Z value + + + decimal value (RGB) + + + decimal value (BGR) + + + color name + + + The red, green, blue and alpha values can be formatted to the following formats: + + + byte value (default) + + + hex lowercase one digit + + + hex uppercase one digit + + + hex lowercase two digits + + + hex uppercase two digits + + + float with leading zero + + + float without leading zero + + + Example: %ReX means red value in hex uppercase two digits format. + + + Show color name + + + This will show the name of the color when picking a color + + + Large + The size of the image + + + Medium + The size of the image + + + Phone + The size of the image referring to a Mobile Phone typical image size + + + Small + The size of the image + + + Windows key + Up, down, left or right arrow key to move windows based on relative position + + + Windows key + Left or right arrow keys to move windows based on zone index + + + Windows key +    or  + Do not loc the icons (hex numbers) + + + Windows key +  or  + Do not loc the icons (hex numbers) + + + Relative position + + + Move windows based on + + + Zone index + + + Color formats + + + Activate the zone whose center is closest to the cursor + + + Activate the largest zone by area + + + Split the overlapped area into multiple activation targets + + + Activate the smallest zone by area + + + When multiple zones overlap + + + Plugins + + + Direct activation command + + + Authored by + example: Authored by Microsoft + + + Include in global result + + + Show results on queries without direct activation command + + + Enable plugin + + + On + + + Off + + + Additional options + + + Please define an activation command or allow this plugin to be used in the global results. + + + PowerToys Run can't provide any results without plugins + + + Enable at least one plugin to get started + + + Plugins + + + Include or remove plugins from the global results, change the direct activation phrase and configure additional options + + + Position & appearance + + + Preferred monitor position + as in Show PowerToys Run on primary monitor + + + If multiple monitors are in use, PowerToys Run can be launched on the desired monitor + as in Show PowerToys Run on primary monitor + + + Monitor with mouse cursor + + + Monitor with focused window + + + Primary monitor + + + Plugins are loading... + + + Move the color down + + + Move the color up + + + Flash zones when switching layout + + + Layouts + + + Enable quick layout switch + + + Layout-specific shortcuts can be configured in the editor + + + Quick layout switch + + + Activation shortcut + + + Customize the shortcut to activate this module + + + Let's get started! + + + Welcome to PowerToys! These overviews will help you quickly learn the basics of all our utilities. + + + Getting started + + + Launch + + + Launch Color Picker + + + Learn more about + + + 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. + + + FancyZones is a window manager that makes it easy to create complex window layouts and quickly position windows into those layouts. + + + File Locksmith lists which processes are using the selected files or directories and allows closing those processes. + + + 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) 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. + + + Image Resizer is a Windows shell extension for simple bulk image-resizing. + + + Keyboard Manager allows you to customize the keyboard to be more productive by remapping keys and creating your own keyboard shortcuts. + + + Mouse Without Borders enables using the mouse pointer, keyboard, clipboard and drag and drop between machines in the same local network. + + + PowerRename enables you to perform simple bulk renaming, searching and replacing file names. + + + PowerToys Run is a quick launcher for power users that contains some additional features without sacrificing performance. + + + Screen Ruler is a quick and easy way to measure pixels on your screen. + + + Shortcut Guide presents the user with a listing of available shortcuts for the current state of the desktop. + + + Video Conference Mute allows users to quickly mute the microphone and turn off the camera while on a conference call with a single keystroke, regardless of what application has focus on your computer. + + + A collection of utilities to enhance your mouse. + Mouse as in the hardware peripheral + + + 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. + + + Documentation on Microsoft Docs + + + Release notes + + + to open Color Picker. + + + To select a color with more precision, **scroll the mouse wheel** to zoom in. + + + **Shift** + **drag the window** to snap a window to a zone, and release the window in the desired zone. + + + to open the FancyZones editor. + + + Snap a window to multiple zones by holding the **Ctrl** key (while also holding **Shift**) when dragging a window. + + + In File Explorer, right-click one or more selected files and select **What's using this file?** from the context menu. + + + Press the **Restart Elevated** button from the File Locksmith UI to also get information on elevated processes that might be using the files. + + + 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! + + + How to create mappings + + + How to enable + + + How to launch + + + How to use + + + In File Explorer, right-click one or more image files and select **Resize pictures** from the context menu. + + + Want a custom size? You can add them in the PowerToys Settings! + + + Launch **PowerToys Settings**, navigate to the Keyboard Manager menu, and select either **Remap a key** or **Remap a shortcut**. + + + Want to only have a shortcut work for a single application? Use the Target App field when creating the shortcut remapping. + + + 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. + + + Use the service option in Settings to install a service enabling Mouse Without Borders to function even in the lock screen. + + + In File Explorer, right-click one or more selected files and select **PowerRename** from the context menu. + + + PowerRename supports searching for files using regular expressions to enable more advanced renaming functionalities. + + + to open Run and just start typing. + + + 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. + + + to open Shortcut Guide, press it again to close or press **Esc**. + + + Tips & tricks + + + to toggle both your microphone and video + + + to toggle your microphone + + + to toggle your microphone until key release + + + to toggle your video + + + to bring up the Screen Ruler command bar. + + + 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). + + + Screen Ruler + Do not localize this string + + + Color Picker + Do not localize this string + + + FancyZones + Do not localize this string + + + File Locksmith + + + Image Resizer + Do not localize this string + + + Keyboard Manager + Do not localize this string + + + Mouse Without Borders + Product name. Do not localize this string + + + PowerRename + Do not localize this string + + + PowerToys Run + Do not localize this string + + + Shortcut Guide + Do not localize this string + + + Video Conference Mute + Do not localize this string + + + Welcome + + + What's new + + + Couldn't load the release notes. + + + Please check your internet connection. + + + Couldn't load the release notes. + + + Your proxy server requires authentication. + + + See more detailed release notes on GitHub + Don't loc "GitHub", it's the name of a product + + + Open Settings + + + Welcome to PowerToys + Don't loc "PowerToys" + + + Give feedback + + + Welcome to PowerToys + + + Welcome to PowerToys + + + AAAAAAAAAAAAAAAA + + + Awake + + + A convenient way to keep your PC awake on-demand. + + + Enable Awake + Awake is a product name, do not loc + + + Keep using the selected power plan + + + Keep awake indefinitely + + + Keep awake for a time interval + + + Keep awake until expiration + + + Keep screen on + + + This setting is only available when keeping the PC awake + + + Keep custom awake state until a specific date and time + + + Mode + + + Behavior + + + Hours + + + Minutes + + + End date + + + End time + + + Awake + Module name, do not loc + + + 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. + + + Open **PowerToys Settings** and enable Awake + + + You can always change modes quickly by **right-clicking the Awake icon** in the system tray. + + + An error occurred trying to install this update: + + + Install now + + + Read more + + + An update is available: + + + Downloading... + + + Try again to download and install + + + Checking for updates... + + + An update is ready to install: + + + PowerToys is up to date + + + Network error. Please try again later + + + Download & install + + + Fills + + + Fits within + + + Stretches to + + + Centimeters + + + Inches + + + Percent + + + Pixels + + + Edit + + + Edit size + + + No + Label of a cancel button + + + Are you sure you want to delete this item? + + + Yes + Label of a confirmation button + + + See what's new + + + Manage the state of your device when Awake is active + + + Excluded apps + + + Enable colorformat + + + More options + + + More options + + + to + as in: from x to y + + + Learn more about Awake + Awake is a product name, do not loc + + + Learn more about Color Picker + Color Picker is a product name, do not loc + + + Learn more about FancyZones + FancyZones is a product name, do not loc + + + Learn more about File Locksmith + + + Learn more about Image Resizer + Image Resizer is a product name, do not loc + + + Learn more about Keyboard Manager + Keyboard Manager is a product name, do not loc + + + Learn more about Mouse utilities + Mouse utilities is a product name, do not loc + + + Learn more about Paste as Plain Text + Paste as Plain Text is the name of the module. + + + Learn more about Mouse Without Borders + Mouse Without Borders is the name of the module. + + + Learn more about File Explorer add-ons + File Explorer is a product name, localize as Windows does + + + Learn more about Peek + Peek is a product name, do not loc + + + Learn more about PowerRename + PowerRename is a product name, do not loc + + + Learn more about PowerToys Run + PowerToys Run is a product name, do not loc + + + Learn more about Screen Ruler + Screen Ruler is a product name, do not loc + + + Learn more about Shortcut Guide + Shortcut Guide is a product name, do not loc + + + Learn more about Video Conference Mute + Video Conference Mute is a product name, do not loc + + + File Explorer add-ons + Do not localize this string + + + Mouse utilities + Mouse as in the hardware peripheral + + + Find My Mouse + Mouse as in the hardware peripheral + + + Shake the mouse or press the left Ctrl key twice to focus the mouse pointer. + Mouse as in the hardware peripheral. Key as in a keyboard key + + + Mouse Highlighter + Mouse as in the hardware peripheral. + + + Use a keyboard shortcut to highlight left and right mouse clicks. + Mouse as in the hardware peripheral. + + + Mouse Pointer Crosshairs + Mouse as in the hardware peripheral. + + + Draw crosshairs centered around the mouse pointer. + Mouse as in the hardware peripheral. + + + Mouse Jump + Mouse as in the hardware peripheral. + + + Jump the mouse pointer quickly to anywhere on your desktop. + Mouse as in the hardware peripheral. + + + Launch PowerToys Run + + + Launch Shortcut Guide + + + Show format in editor + + + Documentation + + + Search this list + + + Search this list + + + Attribution + giving credit to the projects this utility was based on + + + Attribution + giving credit to the projects this utility was based on + + + Related information + + + Attribution + giving credit to the projects this utility was based on + + + Attribution + giving credit to the projects this utility was based on + + + Attribution + giving credit to the projects this utility was based on + + + Attribution + giving credit to the projects this utility was based on + + + Edit + + + Remove + + + Cancel + + + Press a combination of keys to change this shortcut + + + Press a combination of keys to change this shortcut. +Right-click to remove the key combination, thereby deactivating the shortcut. + + + Reset + + + Save + + + Activation shortcut + + + Invalid shortcut + + + Only shortcuts that start with **Windows key**, **Ctrl**, **Alt** or **Shift** are valid. + The ** sequences are used for text formatting of the key names. Don't remove them on translation. + + + All monitors must have the same DPI scaling and will be treated as one large combined rectangle which contains all monitors + + + New size + First part of the default name of new sizes that can be added in PT's settings ui. + + + Interval before returning to the previous awakeness state + + + End date and time + + + Mouse utilities + + + A collection of mouse utilities. + + + Find My Mouse + Refers to the utility name + + + Find My Mouse highlights the position of the cursor when shaking the mouse or pressing the left Ctrl key twice. + "Ctrl" is a keyboard key. "Find My Mouse" is the name of the utility + + + Enable Find My Mouse + "Find My Mouse" is the name of the utility. + + + Activation method + + + Press Left Control twice + Left control is the physical key on the keyboard. + + + Shake mouse + Mouse is the hardware peripheral. + + + Prevents module activation when an excluded application is the foreground application + + + Excluded apps + + + Example: outlook.exe + + + Do not activate when Game Mode is on + "Game mode" is the Windows feature to prevent notification when playing a game. + + + Background color + + + Spotlight color + + + Overlay opacity (%) + + + Spotlight radius (px) + px = pixels + + + Spotlight initial zoom + + + Spotlight zoom factor at animation start + + + Animation duration (ms) + ms = milliseconds + + + Time before the spotlight appears (ms) + ms = milliseconds + + + Shake minimum distance + + + The minimum distance for mouse shaking activation, for adjusting sensitivity + + + Mouse Highlighter + Refers to the utility name + + + Mouse Highlighter mode will highlight mouse clicks. + "Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse. + + + Enable Mouse Highlighter + "Find My Mouse" is the name of the utility. + + + Activation shortcut + + + Customize the shortcut to turn on or off this mode + "Mouse Highlighter" is the name of the utility. Mouse is the hardware mouse. + + + Primary button highlight color + + + Secondary button highlight color + + + Radius (px) + px = pixels + + + Fade delay (ms) + ms = milliseconds + + + Time before the highlight begins to fade (ms) + ms = milliseconds + + + Fade duration (ms) + ms = milliseconds + + + Duration of the disappear animation (ms) + ms = milliseconds + + + Mouse Pointer Crosshairs + Refers to the utility name + + + Mouse Pointer Crosshairs draws crosshairs centered on the mouse pointer. + "Mouse Pointer Crosshairs" is the name of the utility. Mouse is the hardware mouse. + + + Enable Mouse Pointer Crosshairs + "Mouse Pointer Crosshairs" is the name of the utility. + + + Activation shortcut + + + Customize the shortcut to show/hide the crosshairs + + + Crosshairs color + + + Crosshairs opacity (%) + + + Crosshairs center radius (px) + px = pixels + + + Crosshairs thickness (px) + px = pixels + + + Crosshairs border color + + + Crosshairs border size (px) + px = pixels + + + Fix crosshairs length + + + Crosshairs fixed length (px) + px = pixels + + + Custom colors + + + Windows default + + + App theme + + + App language + + + PowerToys will use OS language setting as default. + + + Restart PowerToys for language change to take effect. + + + Restart + + + Customize the way zones look + + + Zone appearance + + + VCM is moving into legacy mode (maintenance only). + + + Learn more + + + You need to run as administrator to modify these settings. + + + Geometric Code + File type, do not translate + + + Only .gcode files with embedded thumbnails are supported + + + Geometric Code + File type, do not translate + + + Only .gcode files with embedded thumbnails are supported + + + Number color + + + Show zone number + + + Off + The state of a ToggleSwitch when it's off + + + On + The state of a ToggleSwitch when it's on + + + Always On Top is a quick and easy way to pin windows on top. + "Always On Top" is the name of the utility + + + Always On Top + "Always On Top" is the name of the utility + + + Activation + + + Activation + + + Enable Always On Top + "Always On Top" is the name of the utility + + + Excludes an application from pinning on top + + + Excluded apps + + + Example: outlook.exe + + + Color + + + Show a border around the pinned window + + + Thickness (px) + px = pixels + + + Appearance & behavior + + + Always On Top + "Always On Top" is the name of the utility + + + Do not activate when Game Mode is on + Game Mode is a Windows feature + + + Sound + + + Play a sound when pinning a window + + + Behavior + + + Learn more about Always On Top + "Always On Top" is the name of the utility + + + Activation shortcut + + + Customize the shortcut to pin or unpin an app window + "Always On Top" is the name of the utility + + + Always On Top + "Always On Top" is the name of the utility + + + 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. + "Always On Top" is the name of the utility + + + to pin or unpin the selected window so it's always on top of all other windows. + + + You can tweak the visual outline of the pinned windows in PowerToys settings. + + + Color mode + + + Custom color + + + Windows default + + + Attribution + giving credit to the projects this utility was based on + + + Wrap text + Feature on or off + + + This setting can affect all popup windows including notifications + + + Allow popup windows snapping + + + Allow child windows snapping + + + What's new + + + Peek + Product name: Navigation view item name for Peek + + + Peek + + + 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. + + + Enable Peek + Peek is a product name, do not loc + + + Behavior + + + Always run not elevated, even when PowerToys is elevated + + + Tries to run Peek without elevated permissions, to fix access to network shares. You need to disable and re-enable Peek for changes to this value to take effect. + Peek is a product name, do not loc + + + Automatically close the Peek window after it loses focus + Peek is a product name, do not loc + + + Disable round corners when window is snapped + + + Fine tune results ordering + + + Results order tuning + + + Use a higher number to get selected results to rise faster. The default is 5, 0 to disable. + + + Selected item weight + + + Selecting this can help preselect the top, more relevant result, but at the risk of jumpiness + + + Wait on slower plugin results before selecting top item in results + + + Use a higher number to have this plugin's result show higher in the global results. Default is 0. + + + Global sort order score modifier + + + Enable round corners + + + Learn more about Quick Accent + Quick Accent is a product name, do not loc + + + Enable Quick Accent + + + Quick Accent + + + 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! + key refers to a physical key on a keyboard + + + Quick Accent + + + Attribution + + + Quick Accent is an easy way to write letters with accents, like on a smartphone. + + + Quick Accent + + + 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. + key refers to a physical key on a keyboard + + + Activation + + + Activation key + key refers to a physical key on a keyboard + + + Press this key after holding down the target letter + key refers to a physical key on a keyboard + + + Left/Right Arrow + Left/Right arrow keyboard keys + + + Space + Space is the space keyboard key + + + Left, Right or Space + All are keys on a keyboard + + + Toolbar + + + Toolbar position + + + Top center + + + Top left corner + + + Top right corner + + + Bottom left corner + + + Bottom center + + + Bottom right corner + + + Center + + + Left + + + Right + + + Behavior + + + Input delay (ms) + ms = milliseconds + + + Hold the key down for this much time to make the accent menu appear (ms) + ms = milliseconds + + + Prevents module activation if a foreground application is excluded. Add one application name per line. + + + Excluded apps + + + Example: Teams.exe + + + Learn more about Text Extractor + + + cancel + + + A new backup was not created because no settings have been changed since last backup. + + + No backup found + + + Failed to parse time + + + Unknown + + + Unknown + + + This computer + + + Current settings match + + + at + E.g., Food was served 'at' noon. + + + Current settings differ + + + Checking... + + + Unknown + + + Never restored + + + Nothing to restore. + + + No settings files found. + + + There was an error. Try another backup location. + + + There was an error in the settings format. Please check the settings file: + + + Backup completed. + + + No backup location selected. + + + No backups found to restore. + + + Invalid backup location. + + + Text Extractor is a convenient way to copy text from anywhere on screen + + + Text Extractor + + + Enable Text Extractor + + + Text Extractor can only recognize languages that have the OCR pack installed. + + + Learn more about supported languages + + + Text Extractor + + + Launch Text Extractor + + + Text Extractor + + + to open Text Extractor and then selecting a region to copy the text from. + + + Hold the shift key to move the selection region around. + + + Attribution + + + Text Extractor works like Snipping Tool, but copies the text out of the selected region using OCR and puts it on the clipboard. + + + Applies to json and xml. Files remain unchanged. + + + Try to format the source for preview + + + Some characters and phrases may conflict with global queries of other plugins if you use them as activation command. + + + Learn more about conflicting activation commands + + + The continuous capture mode will consume more resources when in use. Also, measurements will be excluded from screenshots and screen capture. + pointer as in mouse pointer. Resources refer to things like CPU, GPU, RAM + + + Show the Unicode code and name of the currently selected character + + + Sort characters by usage frequency + + + Track characters usage frequency and sort them accordingly + + + Start selection from the left + + + Start selection from the leftmost character for all activation keys, including left and right arrows + + + Disable when Game Mode is On + + + Characters + + + Choose a character set + + + Show only accented characters common to the selected set + + + All available + + + Catalan + + + Currency + + + Croatian + + + Czech + + + Gaeilge + Gaelic language spoken in Ireland + + + Gàidhlig + Scottish Gaelic + + + German + + + Hebrew + + + French + + + Estonian + + + Lithuanian + + + Macedonian + + + Maori + + + Dutch + + + Norwegian + + + Pinyin + + + Polish + + + Portuguese + + + Slovakian + + + Spanish + + + Swedish + + + Turkish + + + Icelandic + + + Romanian + + + Serbian + + + Hungarian + + + Italian + + + Kurdish + + + Welsh + + + Quick and simple utility for managing hosts file. + "Hosts" refers to the system hosts file, do not loc + + + Hosts File Editor + "Hosts" refers to the system hosts file, do not loc + + + Hosts File Editor + Products name: Navigation view item name for Hosts File Editor + + + Enable Hosts File Editor + "Hosts File Editor" is the name of the utility + + + Show a warning at startup + + + Activation + + + Manage your hosts file + "Hosts" refers to the system hosts file, do not loc + + + Launch Host File Editor + "Host File Editor" is a product name + + + Launch Host File Editor + "Host File Editor" is a product name + + + Position of additional content + + + Bottom + + + Top + + + Behavior + + + Launch Hosts File Editor + "Hosts File Editor" is the name of the utility + + + Learn more about Hosts File Editor + "Hosts File Editor" is the name of the utility + + + Hosts File Editor is a quick and simple utility for managing hosts file. + "Hosts File Editor" is the name of the utility + + + Hosts File Editor + "Hosts File Editor" is the name of the utility + + + Needs to be launched as administrator in order to make changes to the hosts file + + + Launch as administrator + + + Press duration before showing taskbar icon shortcuts (ms) + ms = milliseconds + + + A Windows shell extension to find out which processes are using the selected files and directories. + + + File Locksmith + + + File Locksmith + Product name: Navigation view item name for FileLocksmith + + + Enable File Locksmith + File Locksmith is the name of the utility + + + Default and extended context menu + + + Extended context menu only + + + Show File Locksmith in + + + Shell integration + This refers to directly integrating in with Windows + + + The system administrator is forcing this setting. + + + Additional content includes the file header and lines that can't parse + + + Preferred language + + + Pin a window so that: + + + Always On Top + + + To pick a color: + + + Color Picker + + + Here are a few shortcuts to get you started: + + + To open the FancyZones editor, press: + + + FancyZones + + + Get access to your files and more: + + + PowerToys Run + + + Experimentation + + + Note: Only Windows Insider builds may be selected for experimentation + + + Allow experimentation with new features + + + The system administrator has disabled experimentation. + + + Paste As Plain Text + Product name: Navigation view item name for Paste as Plain Text + + + Paste As Plain Text is a quick shortcut for pasting the text contents of your clipboard without formatting. Note: the formatted text in the clipboard is replaced with the unformatted text. + + + Paste As Plain Text + + + cancel + + + Enable Paste As Plain Text + + + Paste As Plain Text strips rich formatting from your clipboard data and pastes it as non-formatted text. + + + Paste As Plain Text + + + to paste your clipboard data as plain text. Note: this will replace the formatted text in your clipboard with the plain text. + + + All apps + + + Back + + + Back + + + Bug report + + + Bug report + + + Documentation + + + Documentation + + + FancyZones Editor + Do not localize this string + + + More + + + More + + + Settings + + + Settings + + + Shortcuts + + + Update available + + + Maximum file size to preview + Size refers to the disk space used by a file + + + The maximum size, in kilobytes, for files to be displayed. This is a safety mechanism to prevent loading large files into RAM. + "RAM" refers to random access memory; "size" refers to disk space; "bytes" refer to the measurement unit + + + A quick little utility to visualize and edit complex Windows Registry files. + + + Registry Preview + + + Registry Preview + Product name: Navigation view item name for Registry Preview + + + Enable Registry Preview + Registry Preview is the name of the utility + + + In File Explorer, right-click a .REG file and select **Preview** from the context menu. + + + You can preview or edit Registry files in File Explorer or by opening the app from the PowerToys launcher. + + + Registry Preview is a quick little utility to visualize and edit complex Windows Registry files. + + + Registry Preview + Do not localize this string + + + Learn more about Registry Preview + Registry Preview is a product name, do not loc + + + Launch Registry Preview + "Registry Preview" is the name of the utility + + + Quickly move the mouse pointer long distances. + "Mouse Jump" is the name of the utility. Mouse is the hardware mouse. + + + Mouse Jump + Refers to the utility name + + + Customize the shortcut to turn on or off this mode + + + Activation shortcut + + + Enable Mouse Jump + "Mouse Jump" is the name of the utility. + + + The system administrator has disabled the automatic download of updates. + + + 127.0.0.1, ::1, ... + "127.0.0.1 and ::1" are well known loopback addresses, do not loc + + + Consider loopback addresses as duplicates + + + Launch + + + Launch Registry Preview + + + Launch Registry Preview + + + Default app + + + Make Registry Preview default app for opening .reg files + Registry Preview is app name. Do not localize. + + + 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. + + + Thumbnail Size + + + Constrain thumbnail image size to a maximum of + + + pixels + + + Maximum height (px) + px = pixels + + + Maximum width (px) + px = pixels + + + DOJCE + + + A lightning fast file preview feature for Windows. + + + Peek + + + to preview the file that's currently selected in File Explorer. + + + Device name + + + Security key + + + Chose the encoding of the hosts file + "Hosts" refers to the system hosts file, do not loc + + + Encoding + + + UTF-8 + + + UTF-8 with BOM + + + Always highlight color + + + Automatically hide crosshairs when the mouse pointer is hidden + + + Windows default + + + Czech + + + German + + + English + + + Spanish + + + French + + + Hungarian + + + Italian + + + Japanese + + + Korean + + + Dutch + + + Polish + + + Portuguese (Brazil) + + + Portuguese (Portugal) + + + Russian + + + Swedish + + + Turkish + + + Chinese (Simplified) + + + Chinese (Traditional) + + + Automatically activate on utility startup + + + Find more plugins + + + Find more plugins + + diff --git a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw index 88f87af1b2..c502fb5bd0 100644 --- a/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw +++ b/src/settings-ui/Settings.UI/Strings/en-us/Resources.resw @@ -2151,7 +2151,7 @@ From there, simply click on one of the supported files in the File Explorer and Welcome to PowerToys - PowerToys Settings + ORIDJINALEEE Awake @@ -3569,7 +3569,7 @@ Activate by holding the key for the character you want to add an accent to, then px = pixels - PowerToys Settings + ORIDJIDJI A lightning fast file preview feature for Windows.