Adds a toolbar and moves most functionality to actions.

This commit is contained in:
Markil3
2021-09-06 07:37:51 -06:00
parent d453135e03
commit 275873155c
7 changed files with 561 additions and 142 deletions

View File

@@ -1,16 +1,16 @@
title=Universal Music Player
menu.file.title=File
menu.view.title=View
menu.view.collections=Collections
menu.playback.title=Playback
menu.help.title=Help
albumInfo.album=Album
albumInfo.artists=Artists
albumInfo.genres=Genres
albumInfo.year=Year
collections.all=All Songs
collections.artists=Artists
collections.albums=Albums
collections.genres=Genres
collections.years=Years
collections.playlists=Playlists
interface.queue.title=Queue
@@ -19,19 +19,37 @@ actions.confirm=O.K.
actions.add=Add
actions.remove=Remove
actions.cancel=Cancel
actions.clear=Clear
actions.play=Play
actions.pause=Pause
actions.skipNext=Next
actions.skipPrev=Previous
actions.stop=Stop
actions.external.add.title=Add External Song
actions.external.add.url=URL
actions.external.add.song=Song Title
actions.external.add.album=Album
actions.external.add.artists=Artists
actions.external.add.genre=Genre
actions.addExternal=Add External Song
actions.addExternal.url=URL
actions.addExternal.song=Song Title
actions.addExternal.album=Album
actions.addExternal.artists=Artists
actions.addExternal.genre=Genre
actions.refresh=Refresh Song Cache
actions.exit=Exit
actions.logs=Show Logs
actions.about=About
actions.view.all=All Songs
actions.view.artists=Artists
actions.view.albums=Albums
actions.view.genres=Genres
actions.view.years=Years
actions.view.playlists=Playlists
actions.playback.clear=Clear Queue
actions.playback.play=Play
actions.playback.pause=Pause
actions.playback.toggle=Toggle Playback
actions.playback.stop=Stop
actions.playback.skipPrev=Skip Previously
actions.playback.skipNext=Skip Next
error.generic=Error!
error.browser.launch=Could not open browser background