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"
|
HorizontalAlignment="Right"
|
||||||
Spacing="8">
|
Spacing="8">
|
||||||
<Button Command="{Binding OpenDeviceCommand}">
|
<Button Command="{Binding OpenDeviceCommand}">
|
||||||
<TextBlock Text="Open device" />
|
<TextBlock Text="{x:Static localization:UI.Title_Open_device}" />
|
||||||
</Button>
|
</Button>
|
||||||
</StackPanel>
|
</StackPanel>
|
||||||
</Grid>
|
</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);
|
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">
|
<data name="Title_Chart" xml:space="preserve">
|
||||||
<value>Gráfica</value>
|
<value>Gráfica</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Title_Open_device" xml:space="preserve">
|
||||||
|
<value>Abrir dispositivo</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
@@ -3359,4 +3359,7 @@ Do you want to continue?</value>
|
|||||||
<data name="Title_Chart" xml:space="preserve">
|
<data name="Title_Chart" xml:space="preserve">
|
||||||
<value>Chart</value>
|
<value>Chart</value>
|
||||||
</data>
|
</data>
|
||||||
|
<data name="Title_Open_device" xml:space="preserve">
|
||||||
|
<value>Open device</value>
|
||||||
|
</data>
|
||||||
</root>
|
</root>
|
||||||
Reference in New Issue
Block a user