subscriptions module finished

This commit is contained in:
2024-03-09 20:15:19 +01:00
Unverified
parent 38475a96ad
commit 2d53f75be2
5 changed files with 82 additions and 13 deletions

View File

@@ -159,4 +159,7 @@
<data name="StartAtMeteredConnectionDialogTitle" xml:space="preserve">
<value>Warning</value>
</data>
<data name="SubscriptionVideoListName" xml:space="preserve">
<value>Subscriptions</value>
</data>
</root>

View File

@@ -132,6 +132,12 @@
<data name="OptionBarMessageLoading" xml:space="preserve">
<value>Loading...</value>
</data>
<data name="OptionBarMessageVideosFound" xml:space="preserve">
<value>New videos:</value>
</data>
<data name="OptionBarMessageVideosNotFound" xml:space="preserve">
<value>No new videos</value>
</data>
<data name="OptionBarPlaylistSearch.Label" xml:space="preserve">
<value>Playlist search</value>
</data>