livia-test/Astroke/Resources/Strings/en.xaml
2025-03-28 14:31:53 +08:00

12 lines
702 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:system="clr-namespace:System;assembly=System.Runtime">
<system:String x:Key="LoginControlMessage">Welcome to aStroke</system:String>
<system:String x:Key="WindowTitle">aStroke</system:String>
<system:String x:Key="RoiTabHeader0">Ischemic</system:String>
<system:String x:Key="RoiTabHeader1">Restricted Diffusion</system:String>
<system:String x:Key="RoiTabHeader2">Collateral Circulation</system:String>
<system:String x:Key="RoiTabHeader3">ASPECTS</system:String>
</ResourceDictionary>