mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Support basic adding to playlists (#157)
Closes #143 Adds option in the "More" menu to add the item to a playlist. Can also create a playlist if needed.
This commit is contained in:
parent
86977f846c
commit
40a8249469
9 changed files with 540 additions and 0 deletions
|
|
@ -139,6 +139,8 @@
|
|||
<string name="years_old">%1$d years old</string>
|
||||
<string name="play_with_transcoding">Play with transcoding</string>
|
||||
<string name="aired_episode_order">Aired Episode Order</string>
|
||||
<string name="create_playlist">Create new playlist</string>
|
||||
<string name="add_to_playlist">Add to playlist</string>
|
||||
|
||||
<plurals name="downloads">
|
||||
<item quantity="zero">%d downloads</item>
|
||||
|
|
@ -150,6 +152,11 @@
|
|||
<item quantity="one">%d hour</item>
|
||||
<item quantity="other">%d hours</item>
|
||||
</plurals>
|
||||
<plurals name="items">
|
||||
<item quantity="zero">%d items</item>
|
||||
<item quantity="one">%d item</item>
|
||||
<item quantity="other">%d items</item>
|
||||
</plurals>
|
||||
<plurals name="seconds">
|
||||
<item quantity="zero">%d seconds</item>
|
||||
<item quantity="one">%d second</item>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue