Adds a toolbar and moves most functionality to actions.
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user