Files
2024-10-23 17:49:23 +03:00

12 lines
745 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="settings">Settings</system:String>
<system:String x:Key="fullscreen">Fullscreen</system:String>
<system:String x:Key="rememberLast">Remember last seen programm</system:String>
<system:String x:Key="addNewPlaylist">Add new playlist</system:String>
<system:String x:Key="playlistURL">Playlist URL</system:String>
<system:String x:Key="playlistName">Playlist name</system:String>
<system:String x:Key="programs">programs</system:String>
</ResourceDictionary>