9 lines
585 B
XML
9 lines
585 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">Benutzer Anmeldung</system:String>
|
|
<system:String x:Key="textUsername">Benutzername</system:String>
|
|
<system:String x:Key="textPassword">Passwort</system:String>
|
|
<system:String x:Key="textLogin">Anmelden</system:String>
|
|
<system:String x:Key="textExit">Abbrechen</system:String>
|
|
</ResourceDictionary> |