File tree Expand file tree Collapse file tree 2 files changed +0
-21
lines changed
src/Microsoft.PowerShell.ConsoleHost/resources Expand file tree Collapse file tree 2 files changed +0
-21
lines changed Original file line number Diff line number Diff line change 123
123
<data name =" RemoveBreakHandlerExceptionTemplate" xml : space =" preserve" >
124
124
<value >The Win32 internal error "{0}" 0x{1:X} occurred while trying to remove a break handler. Contact Microsoft Customer Support Services.</value >
125
125
</data >
126
- <data name =" AttachToParentConsoleExceptionTemplate" xml : space =" preserve" >
127
- <value >The Win32 internal error "{0}" 0x{1:X} occurred while attaching to parent console. Contact Microsoft Customer Support Services.</value >
128
- </data >
129
- <data name =" DetachFromConsoleExceptionTemplate" xml : space =" preserve" >
130
- <value >The Win32 internal error "{0}" 0x{1:X} occurred while detaching from the console. Contact Microsoft Customer Support Services.</value >
131
- </data >
132
126
<data name =" GetInputModeExceptionTemplate" xml : space =" preserve" >
133
127
<value >The Win32 internal error "{0}" 0x{1:X} occurred while getting input about the console handle. Contact Microsoft Customer Support Services.</value >
134
128
</data >
192
186
<data name =" SetConsoleTextAttributeExceptionTemplate" xml : space =" preserve" >
193
187
<value >The Win32 internal error "{0}" 0x{1:X} occurred while setting character attributes for the console output buffer. Contact Microsoft Customer Support Services.</value >
194
188
</data >
195
- <data name =" SetConsoleCursorPositionExceptionTemplate" xml : space =" preserve" >
196
- <value >The Win32 internal error "{0}" 0x{1:X} occurred while trying to set the cursor position. Contact Microsoft Customer Support Services.</value >
197
- </data >
198
189
<data name =" GetConsoleCursorInfoExceptionTemplate" xml : space =" preserve" >
199
190
<value >The Win32 internal error "{0}" 0x{1:X} occurred while getting cursor information. Contact Microsoft Customer Support Services.</value >
200
191
</data >
207
198
<data name =" SendKeyPressInputExceptionTemplate" xml : space =" preserve" >
208
199
<value >The Win32 internal error "{0}" 0x{1:X} occurred while sending keyboard input. Contact Microsoft Customer Support Services.</value >
209
200
</data >
210
- <data name =" SetConsoleFontInfoExceptionTemplate" xml : space =" preserve" >
211
- <value >The Win32 internal error "{0}" 0x{1:X} occurred while setting console font information. Contact Microsoft Customer Support Services.</value >
212
- </data >
213
201
</root >
Original file line number Diff line number Diff line change 123
123
<data name =" InputExitCurrentLoopOutOfSyncError" xml : space =" preserve" >
124
124
<value >Cannot process input loop. ExitCurrentLoop was called when no InputLoops were running.</value >
125
125
</data >
126
- <data name =" NestedPromptEntryError" xml : space =" preserve" >
127
- <value >A nested prompt cannot be entered until the host is running at least one prompt loop.</value >
128
- </data >
129
126
<data name =" DefaultPrompt" xml : space =" preserve" >
130
127
<value >PS> </value >
131
128
</data >
132
- <data name =" InitScriptFailed" xml : space =" preserve" >
133
- <value >Execution of initialization script has failed. The shell cannot be started.</value >
134
- </data >
135
129
<data name =" ShellCannotBeStarted" xml : space =" preserve" >
136
130
<value >The shell cannot be started. A failure occurred during initialization:</value >
137
131
</data >
@@ -155,9 +149,6 @@ PowerShell transcript end
155
149
End time: {0:yyyyMMddHHmmss}
156
150
**********************</value >
157
151
</data >
158
- <data name =" ConsoleHostIsSingleton" xml : space =" preserve" >
159
- <value >An instance of the ConsoleHost class has already been created for this process.</value >
160
- </data >
161
152
<data name =" InitialCommandNotExecuted" xml : space =" preserve" >
162
153
<value >Command '{0}' could not be run because some PowerShell Snap-Ins did not load.</value >
163
154
</data >
You can’t perform that action at this time.
0 commit comments