|
| 1 | +## Localization: Resource IDs moved to const strings from strings.resx files ## |
| 2 | + |
| 3 | +### PresentationBuildTasks ### |
| 4 | + |
| 5 | +| ResourceID | Value | |
| 6 | +| --------------|------------- | |
| 7 | +| FileClassifierTask | "FileClassifier" | |
| 8 | +| GetWinFXPathTask | "GetWinFXPath" | |
| 9 | +| MarkupCompilePass1Task | "MarkupCompilePass1" | |
| 10 | +| MarkupCompilePass2Task | "MarkupCompilePass2" | |
| 11 | +| MergeLocalizationDirectivesTask | "MergeLocalizationDirectives" | |
| 12 | +| ResourcesGeneratorTask | "ResourcesGenerator" | |
| 13 | +| UidManagerTask | "UidManager" | |
| 14 | +| UpdateManifestForBrowserApplicationTask | "UpdateManifestForBrowserApplication" | |
| 15 | + |
| 16 | +### PresentationCore ### |
| 17 | + |
| 18 | +| ResourceID | Value | |
| 19 | +| --------------|------------- | |
| 20 | +| BrowseBackKey | "Alt+Left;Backspace" | |
| 21 | +| BrowseForwardKey | "Alt+Right;Shift+Backspace" | |
| 22 | +| BrowseHomeKey | "Alt+Home;BrowserHome" | |
| 23 | +| BrowseStopKey | "Alt+Esc;BrowserStop" | |
| 24 | +| ContextMenuKey | "Shift+F10;Apps" | |
| 25 | +| CopyKey | "Ctrl+C;Ctrl+Insert" | |
| 26 | +| CutKey | "Ctrl+X;Shift+Delete" | |
| 27 | +| DeleteKey | "Del" | |
| 28 | +| ExtendSelectionDownKey | "Shift+Down" | |
| 29 | +| ExtendSelectionLeftKey | "Shift+Left" | |
| 30 | +| ExtendSelectionRightKey | "Shift+Right" | |
| 31 | +| ExtendSelectionUpKey | "Shift+Up" | |
| 32 | +| FindKey | "Ctrl+F" | |
| 33 | +| HelpKey | "F1" | |
| 34 | +| HwndTarget_HardwareNotSupportDueToProtocolMismatch | "Due to protocol mismatch hardware support is not available." | |
| 35 | +| MoveDownKey | "Down" | |
| 36 | +| MoveFocusBackKey | "Ctrl+Left" | |
| 37 | +| MoveFocusDownKey | "Ctrl+Down" | |
| 38 | +| MoveFocusForwardKey | "Ctrl+Right" | |
| 39 | +| MoveFocusPageDownKey | "Ctrl+PageDown" | |
| 40 | +| MoveFocusPageUpKey | "Ctrl+PageUp" | |
| 41 | +| MoveFocusUpKey | "Ctrl+Up" | |
| 42 | +| MoveLeftKey | "Left" | |
| 43 | +| MoveRightKey | "Right" | |
| 44 | +| MoveToEndKey | "End" | |
| 45 | +| MoveToHomeKey | "Home" | |
| 46 | +| MoveToPageDownKey | "PageDown" | |
| 47 | +| MoveToPageUpKey | "PageUp" | |
| 48 | +| MoveUpKey | "Up" | |
| 49 | +| NewKey | "Ctrl+N" | |
| 50 | +| OpenKey | "Ctrl+O" | |
| 51 | +| PasteKey | "Ctrl+V;Shift+Insert" | |
| 52 | +| PrintKey | "Ctrl+P" | |
| 53 | +| PrintPreviewKey | "Ctrl+F2" | |
| 54 | +| PropertiesKey | "F4" | |
| 55 | +| RedoKey | "Ctrl+Y" | |
| 56 | +| ReplaceKey | "Ctrl+H" | |
| 57 | +| SaveKey | "Ctrl+S" | |
| 58 | +| ScrollPageDownKey | "PageDown" | |
| 59 | +| ScrollPageUpKey | "PageUp" | |
| 60 | +| SelectAllKey | "Ctrl+A" | |
| 61 | +| SelectToEndKey | "Shift+End" | |
| 62 | +| SelectToHomeKey | "Shift+Home" | |
| 63 | +| SelectToPageDownKey | "Shift+PageDown" | |
| 64 | +| SelectToPageUpKey | "Shift+PageUp" | |
| 65 | +| StopKey | "Esc" | |
| 66 | +| UndoKey | "Ctrl+Z" | |
| 67 | + |
| 68 | +### PresentationFramework ### |
| 69 | + |
| 70 | +| ResourceID | Value | |
| 71 | +| --------------|------------- | |
| 72 | +| InkCanvasDeselectKey | "Esc" | |
| 73 | +| KeyAlignCenter | "Ctrl+E" | |
| 74 | +| KeyAlignLeft | "Ctrl+L" | |
| 75 | +| KeyAlignRight | "Ctrl+R" | |
| 76 | +| KeyAltUndo | "Alt+Backspace" | |
| 77 | +| KeyApplyDoubleSpace | "Ctrl+2" | |
| 78 | +| KeyApplyOneAndAHalfSpace | "Ctrl+5" | |
| 79 | +| KeyApplySingleSpace | "Ctrl+1" | |
| 80 | +| KeyBackspace | "Backspace" | |
| 81 | +| KeyCopy | "Ctrl+C" | |
| 82 | +| KeyCopyFormat | "Ctrl+Shift+C" | |
| 83 | +| KeyCtrlInsert | "Ctrl+Insert" | |
| 84 | +| KeyCut | "Ctrl+X" | |
| 85 | +| KeyDecreaseFontSize | "Ctrl+OemOpenBrackets" | |
| 86 | +| KeyDecreaseIndentation | "Ctrl+Shift+T" | |
| 87 | +| KeyDelete | "Delete" | |
| 88 | +| KeyDeleteColumns | "Alt+Ctrl+Shift+D" | |
| 89 | +| KeyDeleteNextWord | "Ctrl+Delete" | |
| 90 | +| KeyDeletePreviousWord | "Ctrl+Backspace" | |
| 91 | +| KeyEnterLineBreak | "Shift+Enter" | |
| 92 | +| KeyEnterParagraphBreak | "Enter" | |
| 93 | +| KeyIncreaseFontSize | "Ctrl+OemCloseBrackets" | |
| 94 | +| KeyInsertColumns | "Alt+Ctrl+Shift+C" | |
| 95 | +| KeyInsertRows | "Alt+Ctrl+Shift+R" | |
| 96 | +| KeyInsertTable | "Alt+Ctrl+Shift+T" | |
| 97 | +| KeyMergeCells | "Alt+Ctrl+Shift+M" | |
| 98 | +| KeyMoveDownByLine | "Down" | |
| 99 | +| KeyMoveDownByPage | "PageDown" | |
| 100 | +| KeyMoveDownByParagraph | "Ctrl+Down" | |
| 101 | +| KeyMoveLeftByCharacter | "Left" | |
| 102 | +| KeyMoveLeftByWord | "Ctrl+Left" | |
| 103 | +| KeyMoveRightByCharacter | "Right" | |
| 104 | +| KeyMoveRightByWord | "Ctrl+Right" | |
| 105 | +| KeyMoveToColumnEnd | "Alt+PageDown" | |
| 106 | +| KeyMoveToColumnStart | "Alt+PageUp" | |
| 107 | +| KeyMoveToDocumentEnd | "Ctrl+End" | |
| 108 | +| KeyMoveToDocumentStart | "Ctrl+Home" | |
| 109 | +| KeyMoveToLineEnd | "End" | |
| 110 | +| KeyMoveToLineStart | "Home" | |
| 111 | +| KeyMoveToWindowBottom | "Alt+Ctrl+PageDown" | |
| 112 | +| KeyMoveToWindowTop | "Alt+Ctrl+PageUp" | |
| 113 | +| KeyMoveUpByLine | "Up" | |
| 114 | +| KeyMoveUpByPage | "PageUp" | |
| 115 | +| KeyMoveUpByParagraph | "Ctrl+Up" | |
| 116 | +| KeyPasteFormat | "Ctrl+Shift+V" | |
| 117 | +| KeyRedo | "Ctrl+Y" | |
| 118 | +| KeyRemoveListMarkers | "Ctrl+Shift+R" | |
| 119 | +| KeyResetFormat | "Ctrl+Space" | |
| 120 | +| KeySelectDownByLine | "Shift+Down" | |
| 121 | +| KeySelectDownByPage | "Shift+PageDown" | |
| 122 | +| KeySelectDownByParagraph | "Ctrl+Shift+Down" | |
| 123 | +| KeySelectLeftByCharacter | "Shift+Left" | |
| 124 | +| KeySelectLeftByWord | "Ctrl+Shift+Left" | |
| 125 | +| KeySelectRightByCharacter | "Shift+Right" | |
| 126 | +| KeySelectRightByWord | "Ctrl+Shift+Right" | |
| 127 | +| KeySelectToColumnEnd | "Alt+Shift+PageDown" | |
| 128 | +| KeySelectToColumnStart | "Alt+Shift+PageUp" | |
| 129 | +| KeySelectToDocumentEnd | "Ctrl+Shift+End" | |
| 130 | +| KeySelectToDocumentStart | "Ctrl+Shift+Home" | |
| 131 | +| KeySelectToLineEnd | "Shift+End" | |
| 132 | +| KeySelectToLineStart | "Shift+Home" | |
| 133 | +| KeySelectToWindowBottom | "Alt+Ctrl+Shift+PageDown" | |
| 134 | +| KeySelectToWindowTop | "Alt+Ctrl+Shift+PageUp" | |
| 135 | +| KeySelectUpByLine | "Shift+Up" | |
| 136 | +| KeySelectUpByPage | "Shift+PageUp" | |
| 137 | +| KeySelectUpByParagraph | "Ctrl+Shift+Up" | |
| 138 | +| KeyShiftBackspace | "Shift+Backspace" | |
| 139 | +| KeyShiftDelete | "Shift+Delete" | |
| 140 | +| KeyShiftInsert | "Shift+Insert" | |
| 141 | +| KeyShiftSpace | "Shift+Space" | |
| 142 | +| KeySpace | "Space" | |
| 143 | +| KeySplitCell | "Alt+Ctrl+Shift+S" | |
| 144 | +| KeySwitchViewingMode | "Ctrl+M" | |
| 145 | +| KeyTabBackward | "Shift+Tab" | |
| 146 | +| KeyTabForward | "Tab" | |
| 147 | +| KeyToggleBullets | "Ctrl+Shift+L" | |
| 148 | +| KeyToggleInsert | "Insert" | |
| 149 | +| KeyToggleNumbering | "Ctrl+Shift+N" | |
| 150 | +| KeyToggleSubscript | "Ctrl+OemPlus" | |
| 151 | +| KeyToggleSuperscript | "Ctrl+Shift+OemPlus" | |
| 152 | +| KeyToggleUnderline | "Ctrl+U" | |
| 153 | +| KeyUndo | "Ctrl+Z" | |
| 154 | +| ListBoxSelectAllKey | "Ctrl+A" | |
| 155 | +| SwitchViewingMode | "_Switch ViewingMode" | |
| 156 | +| ToStringFormatString_Control | "{0}: {1}" | |
| 157 | +| ToStringFormatString_GridView | "{0} Columns.Count:{1}" | |
| 158 | +| ZoomPercentageConverterStringFormat | "{0:0.##}%" | |
| 159 | + |
0 commit comments