Rename “Current Playlist” and “Playlist Catalogue” context menus

Use action-oriented and more descriptive titles

"Add to Playlist..." instead of "Playlist Catalogue"
- "Add to Existing Playlist" instead of "Add to Playlist"
- "Add to New Playlist" (unchanged)

- "Playing Next..." instead of "Current Playlist"

In WPS context menu:

- "Current Playlist" instead of "Playlist"

Change-Id: I5cce9e317676537988682f46ac6b920598af3b9e
This commit is contained in:
Christian Soffke 2022-11-27 23:37:26 +01:00
parent 21ca64d7cd
commit ed95892a1f
9 changed files with 86 additions and 43 deletions

View file

@ -6452,16 +6452,16 @@
</phrase>
<phrase>
id: LANG_CATALOG_ADD_TO
desc: in onplay playlist catalogue submenu
desc: deprecated
user: core
<source>
*: "Add to Playlist"
*: ""
</source>
<dest>
*: "Add to Playlist"
*: ""
</dest>
<voice>
*: "Add to Playlist"
*: ""
</voice>
</phrase>
<phrase>
@ -16461,3 +16461,46 @@
recording: "Recording Directory"
</voice>
</phrase>
<phrase>
id: LANG_ADD_TO_PL
desc: used in the onplay menu
user: core
<source>
*: "Add to Playlist..."
</source>
<dest>
*: "Add to Playlist..."
</dest>
<voice>
*: "Add to Playlist..."
</voice>
</phrase>
<phrase>
id: LANG_ADD_TO_EXISTING_PL
desc: used in the onplay menu
user: core
<source>
*: "Add to Existing Playlist"
</source>
<dest>
*: "Add to Existing Playlist"
</dest>
<voice>
*: "Add to Existing Playlist"
</voice>
</phrase>
<phrase>
id: LANG_PLAYING_NEXT
desc: used in the onplay menu
user: core
<source>
*: "Playing Next..."
</source>
<dest>
*: "Playing Next..."
</dest>
<voice>
*: "Playing Next..."
</voice>
</phrase>