11 lines
757 B
XML
11 lines
757 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=mscorlib">
|
|
<system:String x:Key="textLoginCaption">User login</system:String>
|
|
<system:String x:Key="textUsername">Username</system:String>
|
|
<system:String x:Key="textPassword">Password</system:String>
|
|
<system:String x:Key="textLogin">Login</system:String>
|
|
<system:String x:Key="textExit">Exit</system:String>
|
|
<system:String x:Key="textApplicationTitle">Bremen calling</system:String>
|
|
<system:String x:Key="textUserNamePasswordEmpty">Username and/or password empty!</system:String>
|
|
</ResourceDictionary> |