Blame view
sources/RoboforkApp/Resources/LangResources.xaml
566 Bytes
729be9a6d
|
1 2 3 4 5 6 7 8 9 |
<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=mscorlib"> <system:String x:Key="quitApp">Quit</system:String> <system:String x:Key="robofork">ROBO FORK</system:String> <system:String x:Key="forkLiftName">FORK LIFT 01</system:String> <system:String x:Key="loadMap">Load 3D map</system:String> <system:String x:Key="btnQuitApp">Quit Applicatiion</system:String> </ResourceDictionary> |