29 lines
1.9 KiB
XML
29 lines
1.9 KiB
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="SoftwareVersionInfo"
|
||
xml:space="preserve">Software Name:Medical Image Processing Software
|
||
Model:Md-pC-6
|
||
Publish Version:V1
|
||
Full Version:V1.0.0.0</system:String>
|
||
<system:String x:Key="ManufacturerInformation"
|
||
xml:space="preserve">Manufacturer Name: AnImage Technology (Beijing) Co,Ltd.
|
||
Production Address: Room 205, 206, 207, unit 201, building 3(3A), yard 16, Baoshennan street, Daxing District, Beijing
|
||
After Sales Service Unit: AnImage Technology (Beijing) Co,Ltd.
|
||
Contact: 010-69465675</system:String>
|
||
<system:String x:Key="LoginControlMessage">Welcome to CereFlow</system:String>
|
||
<system:String x:Key="LoginControlMessage2">Md-pC-6</system:String>
|
||
<system:String x:Key="WindowTitle">CereFlow</system:String>
|
||
<system:String x:Key="Processing">Importing</system:String>
|
||
<system:String x:Key="DataProcessComplete">Import Success!</system:String>
|
||
<system:String x:Key="ImportTime">Import Time</system:String>
|
||
<system:String x:Key="ServerJobStatus3">Importing</system:String>
|
||
<system:String x:Key="SelectSeriesWindowTitle">Select series to import</system:String>
|
||
<system:String x:Key="SelectSeriesSuccess">Start to import!</system:String>
|
||
<system:String x:Key="JobListLoadDataButtonText">Load</system:String>
|
||
<system:String x:Key="ProcessingError">Import failed!</system:String>
|
||
<system:String x:Key="ServerError10023">Resource has been deleted</system:String>
|
||
<system:String x:Key="ServerError10024">Import terminated</system:String>
|
||
<system:String x:Key="ServerError20017">Too many files imported.</system:String>
|
||
<system:String x:Key="DownloadReportSuccess">Reports saved!</system:String>
|
||
</ResourceDictionary> |