VRCMelonAssistant/ModAssistant/Localisation/en-GB.xaml
2020-02-01 20:31:56 +00:00

10 lines
521 B
XML

<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:sys="clr-namespace:System;assembly=mscorlib">
<sys:String x:Key="ResourceDictionaryName">i18n:en-GB</sys:String>
<sys:String x:Key="WindowTitle">ModAssistant</sys:String>
<sys:String x:Key="AgreeButton">I Agree</sys:String>
<sys:String x:Key="DisagreeButton">Disagree</sys:String>
</ResourceDictionary>