forked from microsoft/PowerToys
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Localize C++ Projects of FancyZones (microsoft#1130)
* localized dllmain.cpp of fancyzones project * localized FancyZones.cpp * format fancyzones.rc file * Moved SuperFancyZones back to being a string instead of having it in the resource file as it is the window class name * reverted changes for window name * Formatted fancyzones rc file
- Loading branch information
1 parent
495f725
commit 9ada27c
Showing
3 changed files
with
21 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,17 @@ | ||
#define IDS_SETTING_DESCRIPTION_SHIFTDRAG 101 | ||
#define IDS_SETTING_DESCRIPTION_OVERRIDE_SNAP_HOTKEYS 102 | ||
#define IDS_SETTING_DESCRIPTION_DISPLAYCHANGE_MOVEWINDOWS 103 | ||
#define IDS_SETTING_DESCRIPTION_ZONESETCHANGE_MOVEWINDOWS 104 | ||
#define IDS_SETTING_DESCRIPTION_ZONESETCHANGE_FLASHZONES 105 | ||
#define IDS_SETTING_DESCRIPTION_VIRTUALDESKTOPCHANGE_MOVEWINDOWS 106 | ||
#define IDS_SETTING_DESCRIPTION_ZONEHIGHLIGHTCOLOR 107 | ||
#define IDS_SETTING_DESCRIPTION_APPLASTZONE_MOVEWINDOWS 108 | ||
#define IDS_SETTING_DESCRIPTION_USE_CURSORPOS_EDITOR_STARTUPSCREEN 109 | ||
#define IDS_SETTING_DESCRIPTION 110 | ||
#define IDS_SETTING_LAUNCH_EDITOR_LABEL 111 | ||
#define IDS_SETTING_LAUNCH_EDITOR_BUTTON 112 | ||
#define IDS_SETTING_LAUNCH_EDITOR_DESCRIPTION 113 | ||
#define IDS_SETTING_LAUNCH_EDITOR_HOTKEY_LABEL 114 | ||
#define IDS_SETTING_EXCLCUDED_APPS_DESCRIPTION 115 | ||
#define IDS_SETTINGS_HIGHLIGHT_OPACITY 116 | ||
#define IDS_SETTING_DESCRIPTION_SHIFTDRAG 101 | ||
#define IDS_SETTING_DESCRIPTION_OVERRIDE_SNAP_HOTKEYS 102 | ||
#define IDS_SETTING_DESCRIPTION_DISPLAYCHANGE_MOVEWINDOWS 103 | ||
#define IDS_SETTING_DESCRIPTION_ZONESETCHANGE_MOVEWINDOWS 104 | ||
#define IDS_SETTING_DESCRIPTION_ZONESETCHANGE_FLASHZONES 105 | ||
#define IDS_SETTING_DESCRIPTION_VIRTUALDESKTOPCHANGE_MOVEWINDOWS 106 | ||
#define IDS_SETTING_DESCRIPTION_ZONEHIGHLIGHTCOLOR 107 | ||
#define IDS_SETTING_DESCRIPTION_APPLASTZONE_MOVEWINDOWS 108 | ||
#define IDS_SETTING_DESCRIPTION_USE_CURSORPOS_EDITOR_STARTUPSCREEN 109 | ||
#define IDS_SETTING_DESCRIPTION 110 | ||
#define IDS_SETTING_LAUNCH_EDITOR_LABEL 111 | ||
#define IDS_SETTING_LAUNCH_EDITOR_BUTTON 112 | ||
#define IDS_SETTING_LAUNCH_EDITOR_DESCRIPTION 113 | ||
#define IDS_SETTING_LAUNCH_EDITOR_HOTKEY_LABEL 114 | ||
#define IDS_SETTING_EXCLCUDED_APPS_DESCRIPTION 115 | ||
#define IDS_SETTINGS_HIGHLIGHT_OPACITY 116 | ||
#define IDS_FANCYZONES 117 |