-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Fix incorrect localization causing crashes in RegisterCommandHandler and KeyGestures #919
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
7fba804
Move const stirings from resx to source
ryalanms 78bf723
Remove const strings from strings.resx
ryalanms c0bf261
Update XLFs
ryalanms bbb5e63
Merge branch 'master' into dev/ryalanms/presentationframework_strings
ryalanms 95716b2
Regenerate DE xlf after merge
ryalanms 3261722
Update xlfs
ryalanms 4b0dcf2
PR feedback
ryalanms 8664ceb
PR feedback. Add a string variable for task name logging strings.
ryalanms dcea4ed
Use nameof for PBT task names
ryalanms 8ad8532
PR Feedback: Document untranslated strings
ryalanms File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 |
---|---|---|
@@ -0,0 +1,159 @@ | ||
## Localization: Resource IDs moved to const strings from strings.resx files ## | ||
|
||
### PresentationBuildTasks ### | ||
|
||
| ResourceID | Value | | ||
| --------------|------------- | | ||
| FileClassifierTask | "FileClassifier" | | ||
| GetWinFXPathTask | "GetWinFXPath" | | ||
| MarkupCompilePass1Task | "MarkupCompilePass1" | | ||
| MarkupCompilePass2Task | "MarkupCompilePass2" | | ||
| MergeLocalizationDirectivesTask | "MergeLocalizationDirectives" | | ||
| ResourcesGeneratorTask | "ResourcesGenerator" | | ||
| UidManagerTask | "UidManager" | | ||
| UpdateManifestForBrowserApplicationTask | "UpdateManifestForBrowserApplication" | | ||
|
||
### PresentationCore ### | ||
|
||
| ResourceID | Value | | ||
| --------------|------------- | | ||
| BrowseBackKey | "Alt+Left;Backspace" | | ||
| BrowseForwardKey | "Alt+Right;Shift+Backspace" | | ||
| BrowseHomeKey | "Alt+Home;BrowserHome" | | ||
| BrowseStopKey | "Alt+Esc;BrowserStop" | | ||
| ContextMenuKey | "Shift+F10;Apps" | | ||
| CopyKey | "Ctrl+C;Ctrl+Insert" | | ||
| CutKey | "Ctrl+X;Shift+Delete" | | ||
| DeleteKey | "Del" | | ||
| ExtendSelectionDownKey | "Shift+Down" | | ||
| ExtendSelectionLeftKey | "Shift+Left" | | ||
| ExtendSelectionRightKey | "Shift+Right" | | ||
| ExtendSelectionUpKey | "Shift+Up" | | ||
| FindKey | "Ctrl+F" | | ||
| HelpKey | "F1" | | ||
| HwndTarget_HardwareNotSupportDueToProtocolMismatch | "Due to protocol mismatch hardware support is not available." | | ||
| MoveDownKey | "Down" | | ||
| MoveFocusBackKey | "Ctrl+Left" | | ||
| MoveFocusDownKey | "Ctrl+Down" | | ||
| MoveFocusForwardKey | "Ctrl+Right" | | ||
| MoveFocusPageDownKey | "Ctrl+PageDown" | | ||
| MoveFocusPageUpKey | "Ctrl+PageUp" | | ||
| MoveFocusUpKey | "Ctrl+Up" | | ||
| MoveLeftKey | "Left" | | ||
| MoveRightKey | "Right" | | ||
| MoveToEndKey | "End" | | ||
| MoveToHomeKey | "Home" | | ||
| MoveToPageDownKey | "PageDown" | | ||
| MoveToPageUpKey | "PageUp" | | ||
| MoveUpKey | "Up" | | ||
| NewKey | "Ctrl+N" | | ||
| OpenKey | "Ctrl+O" | | ||
| PasteKey | "Ctrl+V;Shift+Insert" | | ||
| PrintKey | "Ctrl+P" | | ||
| PrintPreviewKey | "Ctrl+F2" | | ||
| PropertiesKey | "F4" | | ||
| RedoKey | "Ctrl+Y" | | ||
| ReplaceKey | "Ctrl+H" | | ||
| SaveKey | "Ctrl+S" | | ||
| ScrollPageDownKey | "PageDown" | | ||
| ScrollPageUpKey | "PageUp" | | ||
| SelectAllKey | "Ctrl+A" | | ||
| SelectToEndKey | "Shift+End" | | ||
| SelectToHomeKey | "Shift+Home" | | ||
| SelectToPageDownKey | "Shift+PageDown" | | ||
| SelectToPageUpKey | "Shift+PageUp" | | ||
| StopKey | "Esc" | | ||
| UndoKey | "Ctrl+Z" | | ||
|
||
### PresentationFramework ### | ||
|
||
| ResourceID | Value | | ||
| --------------|------------- | | ||
| InkCanvasDeselectKey | "Esc" | | ||
| KeyAlignCenter | "Ctrl+E" | | ||
| KeyAlignLeft | "Ctrl+L" | | ||
| KeyAlignRight | "Ctrl+R" | | ||
| KeyAltUndo | "Alt+Backspace" | | ||
| KeyApplyDoubleSpace | "Ctrl+2" | | ||
| KeyApplyOneAndAHalfSpace | "Ctrl+5" | | ||
| KeyApplySingleSpace | "Ctrl+1" | | ||
| KeyBackspace | "Backspace" | | ||
| KeyCopy | "Ctrl+C" | | ||
| KeyCopyFormat | "Ctrl+Shift+C" | | ||
| KeyCtrlInsert | "Ctrl+Insert" | | ||
| KeyCut | "Ctrl+X" | | ||
| KeyDecreaseFontSize | "Ctrl+OemOpenBrackets" | | ||
| KeyDecreaseIndentation | "Ctrl+Shift+T" | | ||
| KeyDelete | "Delete" | | ||
| KeyDeleteColumns | "Alt+Ctrl+Shift+D" | | ||
| KeyDeleteNextWord | "Ctrl+Delete" | | ||
| KeyDeletePreviousWord | "Ctrl+Backspace" | | ||
| KeyEnterLineBreak | "Shift+Enter" | | ||
| KeyEnterParagraphBreak | "Enter" | | ||
| KeyIncreaseFontSize | "Ctrl+OemCloseBrackets" | | ||
| KeyInsertColumns | "Alt+Ctrl+Shift+C" | | ||
| KeyInsertRows | "Alt+Ctrl+Shift+R" | | ||
| KeyInsertTable | "Alt+Ctrl+Shift+T" | | ||
| KeyMergeCells | "Alt+Ctrl+Shift+M" | | ||
| KeyMoveDownByLine | "Down" | | ||
| KeyMoveDownByPage | "PageDown" | | ||
| KeyMoveDownByParagraph | "Ctrl+Down" | | ||
| KeyMoveLeftByCharacter | "Left" | | ||
| KeyMoveLeftByWord | "Ctrl+Left" | | ||
| KeyMoveRightByCharacter | "Right" | | ||
| KeyMoveRightByWord | "Ctrl+Right" | | ||
| KeyMoveToColumnEnd | "Alt+PageDown" | | ||
| KeyMoveToColumnStart | "Alt+PageUp" | | ||
| KeyMoveToDocumentEnd | "Ctrl+End" | | ||
| KeyMoveToDocumentStart | "Ctrl+Home" | | ||
| KeyMoveToLineEnd | "End" | | ||
| KeyMoveToLineStart | "Home" | | ||
| KeyMoveToWindowBottom | "Alt+Ctrl+PageDown" | | ||
| KeyMoveToWindowTop | "Alt+Ctrl+PageUp" | | ||
| KeyMoveUpByLine | "Up" | | ||
| KeyMoveUpByPage | "PageUp" | | ||
| KeyMoveUpByParagraph | "Ctrl+Up" | | ||
| KeyPasteFormat | "Ctrl+Shift+V" | | ||
| KeyRedo | "Ctrl+Y" | | ||
| KeyRemoveListMarkers | "Ctrl+Shift+R" | | ||
| KeyResetFormat | "Ctrl+Space" | | ||
| KeySelectDownByLine | "Shift+Down" | | ||
| KeySelectDownByPage | "Shift+PageDown" | | ||
| KeySelectDownByParagraph | "Ctrl+Shift+Down" | | ||
| KeySelectLeftByCharacter | "Shift+Left" | | ||
| KeySelectLeftByWord | "Ctrl+Shift+Left" | | ||
| KeySelectRightByCharacter | "Shift+Right" | | ||
| KeySelectRightByWord | "Ctrl+Shift+Right" | | ||
| KeySelectToColumnEnd | "Alt+Shift+PageDown" | | ||
| KeySelectToColumnStart | "Alt+Shift+PageUp" | | ||
| KeySelectToDocumentEnd | "Ctrl+Shift+End" | | ||
| KeySelectToDocumentStart | "Ctrl+Shift+Home" | | ||
| KeySelectToLineEnd | "Shift+End" | | ||
| KeySelectToLineStart | "Shift+Home" | | ||
| KeySelectToWindowBottom | "Alt+Ctrl+Shift+PageDown" | | ||
| KeySelectToWindowTop | "Alt+Ctrl+Shift+PageUp" | | ||
| KeySelectUpByLine | "Shift+Up" | | ||
| KeySelectUpByPage | "Shift+PageUp" | | ||
| KeySelectUpByParagraph | "Ctrl+Shift+Up" | | ||
| KeyShiftBackspace | "Shift+Backspace" | | ||
| KeyShiftDelete | "Shift+Delete" | | ||
| KeyShiftInsert | "Shift+Insert" | | ||
| KeyShiftSpace | "Shift+Space" | | ||
| KeySpace | "Space" | | ||
| KeySplitCell | "Alt+Ctrl+Shift+S" | | ||
| KeySwitchViewingMode | "Ctrl+M" | | ||
| KeyTabBackward | "Shift+Tab" | | ||
| KeyTabForward | "Tab" | | ||
| KeyToggleBullets | "Ctrl+Shift+L" | | ||
| KeyToggleInsert | "Insert" | | ||
| KeyToggleNumbering | "Ctrl+Shift+N" | | ||
| KeyToggleSubscript | "Ctrl+OemPlus" | | ||
| KeyToggleSuperscript | "Ctrl+Shift+OemPlus" | | ||
| KeyToggleUnderline | "Ctrl+U" | | ||
| KeyUndo | "Ctrl+Z" | | ||
| ListBoxSelectAllKey | "Ctrl+A" | | ||
| SwitchViewingMode | "_Switch ViewingMode" | | ||
| ToStringFormatString_Control | "{0}: {1}" | | ||
| ToStringFormatString_GridView | "{0} Columns.Count:{1}" | | ||
| ZoomPercentageConverterStringFormat | "{0:0.##}%" | | ||
|
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.