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 the Shortcut guide PowerToy (microsoft#199) (microsoft#1126)
* Localized shortcut_guide.cpp * localized overlay_window.cpp * formatting changes * Localize overlay window * removed the README link from the set of localized resources * Typo: changed upper to lower
- Loading branch information
1 parent
0203dc4
commit 495f725
Showing
5 changed files
with
66 additions
and
48 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
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,6 +1,18 @@ | ||
#define IDS_SETTING_DESCRIPTION_PRESS_TIME 101 | ||
#define IDS_SETTING_DESCRIPTION_OVERLAY_OPACITY 102 | ||
#define IDS_SETTING_DESCRIPTION_THEME 103 | ||
#define IDS_SETTING_DESCRIPTION_THEME_LIGHT 104 | ||
#define IDS_SETTING_DESCRIPTION_THEME_DARK 105 | ||
#define IDS_SETTING_DESCRIPTION_THEME_SYSTEM 106 | ||
#define IDS_SETTING_DESCRIPTION_PRESS_TIME 101 | ||
#define IDS_SETTING_DESCRIPTION_OVERLAY_OPACITY 102 | ||
#define IDS_SETTING_DESCRIPTION_THEME 103 | ||
#define IDS_SETTING_DESCRIPTION_THEME_LIGHT 104 | ||
#define IDS_SETTING_DESCRIPTION_THEME_DARK 105 | ||
#define IDS_SETTING_DESCRIPTION_THEME_SYSTEM 106 | ||
#define IDS_SETTINGS_DESCRIPTION 107 | ||
#define IDS_SHORTCUT_GUIDE 108 | ||
#define IDS_NO_ACTION 109 | ||
#define IDS_RESTORE 110 | ||
#define IDS_SNAP_RIGHT 111 | ||
#define IDS_SNAP_LEFT 112 | ||
#define IDS_SNAP_UPPER_RIGHT 113 | ||
#define IDS_SNAP_UPPER_LEFT 114 | ||
#define IDS_SNAP_LOWER_RIGHT 115 | ||
#define IDS_SNAP_LOWER_LEFT 116 | ||
#define IDS_MINIMIZE 117 | ||
#define IDS_MAXIMIZE 118 |
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
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.