mirror of
https://github.com/aaru-dps/Aaru.git
synced 2025-12-16 19:24:25 +00:00
[GUI] Add missing translation for button in device list view.
This commit is contained in:
@@ -129,7 +129,7 @@
|
||||
HorizontalAlignment="Right"
|
||||
Spacing="8">
|
||||
<Button Command="{Binding OpenDeviceCommand}">
|
||||
<TextBlock Text="Open device" />
|
||||
<TextBlock Text="{x:Static localization:UI.Title_Open_device}" />
|
||||
</Button>
|
||||
</StackPanel>
|
||||
</Grid>
|
||||
|
||||
6
Aaru.Localization/UI.Designer.cs
generated
6
Aaru.Localization/UI.Designer.cs
generated
@@ -6567,5 +6567,11 @@ namespace Aaru.Localization {
|
||||
return ResourceManager.GetString("Title_Chart", resourceCulture);
|
||||
}
|
||||
}
|
||||
|
||||
public static string Title_Open_device {
|
||||
get {
|
||||
return ResourceManager.GetString("Title_Open_device", resourceCulture);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3284,4 +3284,7 @@ Probadores:
|
||||
<data name="Title_Chart" xml:space="preserve">
|
||||
<value>Gráfica</value>
|
||||
</data>
|
||||
<data name="Title_Open_device" xml:space="preserve">
|
||||
<value>Abrir dispositivo</value>
|
||||
</data>
|
||||
</root>
|
||||
@@ -3359,4 +3359,7 @@ Do you want to continue?</value>
|
||||
<data name="Title_Chart" xml:space="preserve">
|
||||
<value>Chart</value>
|
||||
</data>
|
||||
<data name="Title_Open_device" xml:space="preserve">
|
||||
<value>Open device</value>
|
||||
</data>
|
||||
</root>
|
||||
Reference in New Issue
Block a user