summaryrefslogtreecommitdiff
path: root/apps/lang/english.lang
diff options
context:
space:
mode:
authorChristian Soffke <christian.soffke@gmail.com>2022-11-27 23:37:26 +0100
committerChristian Soffke <christian.soffke@gmail.com>2023-01-07 14:53:36 +0100
commited95892a1f938956aca8d0b5b97434c9cbbbbe88 (patch)
tree10f9861e0b464a7550d562c34b6ce9010084b733 /apps/lang/english.lang
parent21ca64d7cda167d325d9b21ac25155eff13aac12 (diff)
downloadrockbox-ed95892a1f938956aca8d0b5b97434c9cbbbbe88.tar.gz
rockbox-ed95892a1f938956aca8d0b5b97434c9cbbbbe88.zip
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
Diffstat (limited to 'apps/lang/english.lang')
-rw-r--r--apps/lang/english.lang51
1 files changed, 47 insertions, 4 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index d5f6ac3fa7..18842a3207 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -6452,16 +6452,16 @@
6452</phrase> 6452</phrase>
6453<phrase> 6453<phrase>
6454 id: LANG_CATALOG_ADD_TO 6454 id: LANG_CATALOG_ADD_TO
6455 desc: in onplay playlist catalogue submenu 6455 desc: deprecated
6456 user: core 6456 user: core
6457 <source> 6457 <source>
6458 *: "Add to Playlist" 6458 *: ""
6459 </source> 6459 </source>
6460 <dest> 6460 <dest>
6461 *: "Add to Playlist" 6461 *: ""
6462 </dest> 6462 </dest>
6463 <voice> 6463 <voice>
6464 *: "Add to Playlist" 6464 *: ""
6465 </voice> 6465 </voice>
6466</phrase> 6466</phrase>
6467<phrase> 6467<phrase>
@@ -16461,3 +16461,46 @@
16461 recording: "Recording Directory" 16461 recording: "Recording Directory"
16462 </voice> 16462 </voice>
16463</phrase> 16463</phrase>
16464<phrase>
16465 id: LANG_ADD_TO_PL
16466 desc: used in the onplay menu
16467 user: core
16468 <source>
16469 *: "Add to Playlist..."
16470 </source>
16471 <dest>
16472 *: "Add to Playlist..."
16473 </dest>
16474 <voice>
16475 *: "Add to Playlist..."
16476 </voice>
16477</phrase>
16478<phrase>
16479 id: LANG_ADD_TO_EXISTING_PL
16480 desc: used in the onplay menu
16481 user: core
16482 <source>
16483 *: "Add to Existing Playlist"
16484 </source>
16485 <dest>
16486 *: "Add to Existing Playlist"
16487 </dest>
16488 <voice>
16489 *: "Add to Existing Playlist"
16490 </voice>
16491</phrase>
16492<phrase>
16493 id: LANG_PLAYING_NEXT
16494 desc: used in the onplay menu
16495 user: core
16496 <source>
16497 *: "Playing Next..."
16498 </source>
16499 <dest>
16500 *: "Playing Next..."
16501 </dest>
16502 <voice>
16503 *: "Playing Next..."
16504 </voice>
16505</phrase>
16506