Skip to content

Commit 9e350cf

Browse files
committed
ToolTip added
1 parent 37eec2d commit 9e350cf

12 files changed

Lines changed: 44 additions & 18 deletions

Source/NETworkManager/Resources/Localization/Resources.de-DE.xaml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
<system:String x:Key="String_AdditionalCommandLine">Zusätzliche Kommandozeile</system:String>
396396
<system:String x:Key="String_PuTTYProcessHasEnded">PuTTY-Prozess wurde beendet!</system:String>
397397
<system:String x:Key="String_EditGroup">Gruppe bearbeiten</system:String>
398-
<system:String x:Key="String_NewSession">Neue Sitzung</system:String>
398+
<system:String x:Key="String_NewSessionDots">Neue Sitzung...</system:String>
399399
<system:String x:Key="String_Gitter">Gitter</system:String>
400400
<system:String x:Key="String_GitHub">GitHub</system:String>
401401
<system:String x:Key="String_OverwriteSettingsInTheDestinationFolder">Einstellungen im Zielordner überschreiben?\n\nWenn Sie auf "Verschieben &amp; neu starten" klicken, werden die restlichen Dateien kopiert und die Anwendung danach mit den neuen Einstellungen neu gestartet!</system:String>
@@ -427,7 +427,11 @@
427427
<system:String x:Key="String_RemotePort">Remote Port</system:String>
428428
<system:String x:Key="String_State">Zustand</system:String>
429429
<system:String x:Key="String_AutomaticallyUpdateEvery">Automatisch aktualisieren alle</system:String>
430-
430+
<system:String x:Key="String_AddProfileDots">Profil hinzufügen...</system:String>
431+
<system:String x:Key="String_ClearFilter">Filter löschen</system:String>
432+
<system:String x:Key="String_AddSessionDots">Sitzung hinzufügen...</system:String>
433+
<system:String x:Key="String_AddClientDots">Client hinzufügen...</system:String>
434+
431435
<!-- Documentation title -->
432436
<system:String x:Key="String_DocumentationTitle_00001">Wie installiere ich RDP 8.1 unter Windows 7 / Server 2008 R2?</system:String>
433437
<system:String x:Key="String_DocumentationTitle_00002">Wie erstelle ich ein benutzerdefiniertes Thema und Akzent?</system:String>

Source/NETworkManager/Resources/Localization/Resources.en-US.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
<system:String x:Key="String_AdditionalCommandLine">Additional command line</system:String>
396396
<system:String x:Key="String_PuTTYProcessHasEnded">PuTTY process has ended!</system:String>
397397
<system:String x:Key="String_EditGroup">Edit group</system:String>
398-
<system:String x:Key="String_NewSession">New session</system:String>
398+
<system:String x:Key="String_NewSessionDots">New session...</system:String>
399399
<system:String x:Key="String_Gitter">Gitter</system:String>
400400
<system:String x:Key="String_GitHub">GitHub</system:String>
401401
<system:String x:Key="String_OverwriteSettingsInTheDestinationFolder">Overwrite settings in the destination folder?\n\nIf you click "Move &amp; Restart", the remaining files will be copied and the application will be restarted with the new settings!</system:String>
@@ -427,6 +427,10 @@
427427
<system:String x:Key="String_RemotePort">Remote Port</system:String>
428428
<system:String x:Key="String_State">Zustand</system:String>
429429
<system:String x:Key="String_AutomaticallyUpdateEvery">Automatically update every</system:String>
430+
<system:String x:Key="String_ClearFilter">Clear filter</system:String>
431+
<system:String x:Key="String_AddProfileDots">Add profile...</system:String>
432+
<system:String x:Key="String_AddSessionDots">Add session...</system:String>
433+
<system:String x:Key="String_AddClientDots">Add client...</system:String>
430434

431435
<!-- Documentation title -->
432436
<system:String x:Key="String_DocumentationTitle_00001">How to install RDP 8.1 on Windows 7/Server 2008 R2</system:String>

Source/NETworkManager/Resources/Localization/Resources.ru-RU.xaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@
395395
<system:String x:Key="String_AdditionalCommandLine">Дополнительная командная строка</system:String>
396396
<system:String x:Key="String_PuTTYProcessHasEnded">PuTTY процесс завершился!</system:String>
397397
<system:String x:Key="String_EditGroup">Изменить группу</system:String>
398-
<system:String x:Key="String_NewSession">Новый сеанс</system:String>
398+
<system:String x:Key="String_NewSessionDots">Новый сеанс...</system:String>
399399
<system:String x:Key="String_Gitter">Gitter</system:String>
400400
<system:String x:Key="String_GitHub">GitHub</system:String>
401401
<system:String x:Key="String_OverwriteSettingsInTheDestinationFolder">Перезаписать настройки в папке назначения?\n\nЕсли Вы нажмете "Move &amp; Restart", остальные файлы будут скопированы и приложение будет перезапущено с новыми настройками!</system:String>
@@ -427,6 +427,10 @@
427427
<system:String x:Key="String_RemotePort">Remote Port</system:String>
428428
<system:String x:Key="String_State">State</system:String>
429429
<system:String x:Key="String_AutomaticallyUpdateEvery">Automatically update every</system:String>
430+
<system:String x:Key="String_ClearFilter">Clear filter</system:String>
431+
<system:String x:Key="String_AddProfileDots">Add profile...</system:String>
432+
<system:String x:Key="String_AddSessionDots">Add session...</system:String>
433+
<system:String x:Key="String_AddClientDots">Add client...</system:String>
430434

431435
<!-- Documentation title -->
432436
<system:String x:Key="String_DocumentationTitle_00001">Как установить RDP 8.1 на Windows 7 / Server 2008 R2</system:String>

Source/NETworkManager/Views/HTTPHeadersHostView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</Style>
6767
</Grid.Style>
6868
<StackPanel>
69-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
69+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" ToolTip="{DynamicResource String_NewTab}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
7070
<Rectangle Width="20" Height="20">
7171
<Rectangle.OpacityMask>
7272
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />

Source/NETworkManager/Views/IPScannerHostView.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</Style>
7575
</Grid.Style>
7676
<StackPanel>
77-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
77+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" ToolTip="{DynamicResource String_NewTab}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
7878
<Rectangle Width="20" Height="20">
7979
<Rectangle.OpacityMask>
8080
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -216,9 +216,11 @@
216216
<Button.Style>
217217
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource CleanButton}">
218218
<Setter Property="Command" Value="{Binding AddProfileCommand}" />
219+
<Setter Property="ToolTip" Value="{DynamicResource String_AddProfileDots}" />
219220
<Style.Triggers>
220221
<DataTrigger Binding="{Binding Search, Converter={StaticResource NullOrEmptyToBoolConverter}}" Value="False">
221222
<Setter Property="Command" Value="{Binding ClearSearchCommand}" />
223+
<Setter Property="ToolTip" Value="{DynamicResource String_ClearFilter}" />
222224
</DataTrigger>
223225
</Style.Triggers>
224226
</Style>

Source/NETworkManager/Views/PingHostView.xaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
</Style>
7474
</Grid.Style>
7575
<StackPanel>
76-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
76+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" ToolTip="{DynamicResource String_NewTab}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
7777
<Rectangle Width="20" Height="20">
7878
<Rectangle.OpacityMask>
7979
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -215,10 +215,12 @@
215215
<Button.Style>
216216
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource CleanButton}">
217217
<Setter Property="Command" Value="{Binding AddProfileCommand}" />
218-
<Style.Triggers>
218+
<Setter Property="ToolTip" Value="{DynamicResource String_AddProfileDots}" />
219+
<Style.Triggers>
219220
<DataTrigger Binding="{Binding Search, Converter={StaticResource NullOrEmptyToBoolConverter}}" Value="False">
220221
<Setter Property="Command" Value="{Binding ClearSearchCommand}" />
221-
</DataTrigger>
222+
<Setter Property="ToolTip" Value="{DynamicResource String_ClearFilter}" />
223+
</DataTrigger>
222224
</Style.Triggers>
223225
</Style>
224226
</Button.Style>

Source/NETworkManager/Views/PortScannerHostView.xaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
</Style>
7575
</Grid.Style>
7676
<StackPanel>
77-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
77+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" ToolTip="{DynamicResource String_NewTab}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
7878
<Rectangle Width="20" Height="20">
7979
<Rectangle.OpacityMask>
8080
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -216,9 +216,11 @@
216216
<Button.Style>
217217
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource CleanButton}">
218218
<Setter Property="Command" Value="{Binding AddProfileCommand}" />
219+
<Setter Property="ToolTip" Value="{DynamicResource String_AddProfileDots}" />
219220
<Style.Triggers>
220221
<DataTrigger Binding="{Binding Search, Converter={StaticResource NullOrEmptyToBoolConverter}}" Value="False">
221222
<Setter Property="Command" Value="{Binding ClearSearchCommand}" />
223+
<Setter Property="ToolTip" Value="{DynamicResource String_ClearFilter}" />
222224
</DataTrigger>
223225
</Style.Triggers>
224226
</Style>

Source/NETworkManager/Views/PuTTYHostView.xaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<Setter Property="HeaderSuffixContent" >
3636
<Setter.Value>
3737
<Grid HorizontalAlignment="Left" Width="40" Height="44">
38-
<Button Command="{Binding ConnectNewSessionCommand}" ToolTip="{DynamicResource String_NewSession}" Style="{StaticResource CleanButton}">
38+
<Button Command="{Binding ConnectNewSessionCommand}" ToolTip="{DynamicResource String_NewSessionDots}" Style="{StaticResource CleanButton}">
3939
<Rectangle Width="20" Height="20">
4040
<Rectangle.OpacityMask>
4141
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -77,7 +77,7 @@
7777
</Style>
7878
</Grid.Style>
7979
<StackPanel>
80-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding ConnectNewSessionCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
80+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding ConnectNewSessionCommand}" ToolTip="{DynamicResource String_NewSessionDots}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
8181
<Rectangle Width="20" Height="20">
8282
<Rectangle.OpacityMask>
8383
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -228,9 +228,11 @@
228228
<Button.Style>
229229
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource CleanButton}">
230230
<Setter Property="Command" Value="{Binding AddSessionCommand}" />
231+
<Setter Property="ToolTip" Value="{DynamicResource String_AddSessionDots}" />
231232
<Style.Triggers>
232233
<DataTrigger Binding="{Binding Search, Converter={StaticResource NullOrEmptyToBoolConverter}}" Value="False">
233234
<Setter Property="Command" Value="{Binding ClearSearchCommand}" />
235+
<Setter Property="ToolTip" Value="{DynamicResource String_ClearFilter}" />
234236
</DataTrigger>
235237
</Style.Triggers>
236238
</Style>

Source/NETworkManager/Views/RemoteDesktopHostView.xaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<Setter Property="HeaderSuffixContent" >
3737
<Setter.Value>
3838
<Grid HorizontalAlignment="Left" Width="40" Height="44">
39-
<Button Command="{Binding ConnectNewSessionCommand}" ToolTip="{DynamicResource String_NewSession}" Style="{StaticResource CleanButton}" >
39+
<Button Command="{Binding ConnectNewSessionCommand}" ToolTip="{DynamicResource String_NewSessionDots}" Style="{StaticResource CleanButton}" >
4040
<Rectangle Width="20" Height="20">
4141
<Rectangle.OpacityMask>
4242
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -78,7 +78,7 @@
7878
</Style>
7979
</Grid.Style>
8080
<StackPanel>
81-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding ConnectNewSessionCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
81+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding ConnectNewSessionCommand}" ToolTip="{DynamicResource String_NewSessionDots}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
8282
<Rectangle Width="20" Height="20">
8383
<Rectangle.OpacityMask>
8484
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />
@@ -238,10 +238,12 @@
238238
<Button.Style>
239239
<Style TargetType="{x:Type Button}" BasedOn="{StaticResource CleanButton}">
240240
<Setter Property="Command" Value="{Binding AddSessionCommand}" />
241-
<Style.Triggers>
241+
<Setter Property="ToolTip" Value="{DynamicResource String_AddSessionDots}" />
242+
<Style.Triggers>
242243
<DataTrigger Binding="{Binding Search, Converter={StaticResource NullOrEmptyToBoolConverter}}" Value="False">
243244
<Setter Property="Command" Value="{Binding ClearSearchCommand}" />
244-
</DataTrigger>
245+
<Setter Property="ToolTip" Value="{DynamicResource String_ClearFilter}" />
246+
</DataTrigger>
245247
</Style.Triggers>
246248
</Style>
247249
</Button.Style>

Source/NETworkManager/Views/SNMPHostView.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
</Style>
6767
</Grid.Style>
6868
<StackPanel>
69-
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
69+
<Button HorizontalAlignment="Center" Focusable="False" Command="{Binding AddTabCommand}" ToolTip="{DynamicResource String_NewTab}" Style="{StaticResource CleanButton}" Margin="0,0,0,10">
7070
<Rectangle Width="20" Height="20">
7171
<Rectangle.OpacityMask>
7272
<VisualBrush Stretch="Fill" Visual="{IconPacks:Material Kind=Plus}" />

0 commit comments

Comments
 (0)