Translation of PuTTY Settings

This commit is contained in:
Andreas Rehm
2010-05-28 19:36:45 +02:00
parent 176bc52f62
commit 45b8e5c10f
4 changed files with 16 additions and 0 deletions

View File

@@ -1951,4 +1951,7 @@ Fehler Beschreibung: {1}</value>
<data name="strPropertyDescriptionAll" xml:space="preserve">
<value>Umschalten aller Vererbungen</value>
</data>
<data name="strPuttySettings" xml:space="preserve">
<value>PuTTY Einstellungen</value>
</data>
</root>

View File

@@ -4674,6 +4674,15 @@ Namespace My.Resources
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die PuTTY Settings ähnelt.
'''</summary>
Friend ReadOnly Property strPuttySettings() As String
Get
Return ResourceManager.GetString("strPuttySettings", resourceCulture)
End Get
End Property
'''<summary>
''' Sucht eine lokalisierte Zeichenfolge, die Show PuTTY Settings Dialog failed! ähnelt.
'''</summary>

View File

@@ -2268,4 +2268,7 @@ Error Description: {1}</value>
<data name="strFormatInheritDescription" xml:space="preserve">
<value>Description of inherited property: {0}</value>
</data>
<data name="strPuttySettings" xml:space="preserve">
<value>PuTTY Settings</value>
</data>
</root>

View File

@@ -302,6 +302,7 @@ Namespace UI
cmenTabDuplicateTab.Text = My.Resources.strMenuDuplicateTab
cmenTabReconnect.Text = My.Resources.strMenuReconnect
cmenTabDisconnect.Text = My.Resources.strMenuDisconnect
cmenTabPuttySettings.Text = My.Resources.strPuttySettings
End Sub
Private Sub Connection_FormClosing(ByVal sender As Object, ByVal e As System.Windows.Forms.FormClosingEventArgs) Handles Me.FormClosing