File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 408408 <system : String x : Key =" String_AddATabToPerformAnSNMPAction" >Füge eine Registerkarte hinzu, um eine SNMP-Aktion auszuführen...</system : String >
409409 <system : String x : Key =" String_AddATabToQueryTheHTTPHeaders" >Füge eine Registerkarte hinzu, um die HTTP Headers abzufragen...</system : String >
410410 <system : String x : Key =" String_AddATabToOpenANewConnection" >Füge eine Registerkarte hinzu, um eine neue Verbindung herzustellen...</system : String >
411- <system : String x : Key =" String_PortScan " >Portscan </system : String >
411+ <system : String x : Key =" String_PortScanner " >Port-Scanner </system : String >
412412 <system : String x : Key =" String_DNSLookupDots" >DNS-Lookup...</system : String >
413413 <system : String x : Key =" String_Traceroute" >Traceroute</system : String >
414+ <system : String x : Key =" String_RemoteDesktop" >Remote Desktop</system : String >
415+ <system : String x : Key =" String_PuTTY" >PuTTY</system : String >
416+ <system : String x : Key =" String_SNMP" >SNMP</system : String >
414417
415418 <!-- Documentation title -->
416419 <system : String x : Key =" String_DocumentationTitle_00001" >Wie installiere ich RDP 8.1 unter Windows 7 / Server 2008 R2?</system : String >
Original file line number Diff line number Diff line change 408408 <system : String x : Key =" String_AddATabToPerformAnSNMPAction" >Add a tab to perform an SNMP action...</system : String >
409409 <system : String x : Key =" String_AddATabToQueryTheHTTPHeaders" >Add a tab to query the HTTP headers...</system : String >
410410 <system : String x : Key =" String_AddATabToOpenANewConnection" >Add a tab to open a new connection...</system : String >
411- <system : String x : Key =" String_PortScan" >Port scan</system : String >
412- <system : String x : Key =" String_DNSLookupDots" >DNS lookup...</system : String >
413- <system : String x : Key =" String_Traceroute" >Traceroute</system : String >
411+ <system : String x : Key =" String_PortScanner" >Port Scanner</system : String >
412+ <system : String x : Key =" String_DNSLookupDots" >DNS Lookup...</system : String >
413+ <system : String x : Key =" String_Traceroute" >Traceroute</system : String >
414+ <system : String x : Key =" String_RemoteDesktop" >Remote Desktop</system : String >
415+ <system : String x : Key =" String_PuTTY" >PuTTY</system : String >
416+ <system : String x : Key =" String_SNMP" >SNMP</system : String >
414417
415418 <!-- Documentation title -->
416419 <system : String x : Key =" String_DocumentationTitle_00001" >How to install RDP 8.1 on Windows 7/Server 2008 R2</system : String >
Original file line number Diff line number Diff line change 164164 <Style TargetType =" {x:Type ScrollBar}" BasedOn =" {StaticResource DataGridScrollBar}" />
165165 <WpfHelper : BindingProxy x : Key =" BindingProxy" Data =" {Binding}" />
166166 <ContextMenu x : Key =" RowContextMenu" Opened =" ContextMenu_Opened" MinWidth =" 150" >
167- <MenuItem Header =" {DynamicResource String_PortScan }" Command =" {Binding PerformPortScanCommand}" >
167+ <MenuItem Header =" {DynamicResource String_PortScanner }" Command =" {Binding PerformPortScanCommand}" >
168168 <MenuItem .Icon>
169169 <Rectangle Width =" 16" Height =" 16" Fill =" {DynamicResource BlackColorBrush}" >
170170 <Rectangle .OpacityMask>
218218 </MenuItem .Icon>
219219 </MenuItem >
220220 </MenuItem >
221+ <MenuItem Header =" {DynamicResource String_RemoteDesktop}" Command =" {Binding ConnectRemoteDesktopCommand}" >
222+ <MenuItem .Icon>
223+ <Rectangle Width =" 16" Height =" 16" Fill =" {DynamicResource BlackColorBrush}" >
224+ <Rectangle .OpacityMask>
225+ <VisualBrush Stretch =" Uniform" Visual =" {IconPacks:Material Kind=Console}" />
226+ </Rectangle .OpacityMask>
227+ </Rectangle >
228+ </MenuItem .Icon>
229+ </MenuItem >
230+ <MenuItem Header =" {DynamicResource String_PuTTY}" Command =" {Binding ConnectPuTTYCommand}" >
231+ <MenuItem .Icon>
232+ <Rectangle Width =" 16" Height =" 16" Fill =" {DynamicResource BlackColorBrush}" >
233+ <Rectangle .OpacityMask>
234+ <VisualBrush Stretch =" Uniform" Visual =" {IconPacks:Material Kind=Console}" />
235+ </Rectangle .OpacityMask>
236+ </Rectangle >
237+ </MenuItem .Icon>
238+ </MenuItem >
239+ <MenuItem Header =" {DynamicResource String_SNMP}" Command =" {Binding PerformSNMPCommand}" >
240+ <MenuItem .Icon>
241+ <Rectangle Width =" 16" Height =" 16" Fill =" {DynamicResource BlackColorBrush}" >
242+ <Rectangle .OpacityMask>
243+ <VisualBrush Stretch =" Uniform" Visual =" {IconPacks:Material Kind=Console}" />
244+ </Rectangle .OpacityMask>
245+ </Rectangle >
246+ </MenuItem .Icon>
247+ </MenuItem >
221248 <Separator />
222249 <MenuItem Header =" {DynamicResource String_CopyDots}" >
223250 <MenuItem .Icon>
You can’t perform that action at this time.
0 commit comments