summaryrefslogtreecommitdiff
path: root/apps/lang
diff options
context:
space:
mode:
Diffstat (limited to 'apps/lang')
-rw-r--r--apps/lang/english.lang44
1 files changed, 36 insertions, 8 deletions
diff --git a/apps/lang/english.lang b/apps/lang/english.lang
index c843471831..4689660176 100644
--- a/apps/lang/english.lang
+++ b/apps/lang/english.lang
@@ -15807,16 +15807,16 @@
15807</phrase> 15807</phrase>
15808<phrase> 15808<phrase>
15809 id: LANG_CLEAR_LIST_AND_PLAY_NEXT 15809 id: LANG_CLEAR_LIST_AND_PLAY_NEXT
15810 desc: in onplay menu. Replace current playlist with selected tracks 15810 desc: deprecated
15811 user: core 15811 user: core
15812 <source> 15812 <source>
15813 *: "Clear List & Play Next" 15813 *: ""
15814 </source> 15814 </source>
15815 <dest> 15815 <dest>
15816 *: "Clear List & Play Next" 15816 *: ""
15817 </dest> 15817 </dest>
15818 <voice> 15818 <voice>
15819 *: "Clear List & Play Next" 15819 *: ""
15820 </voice> 15820 </voice>
15821</phrase> 15821</phrase>
15822<phrase> 15822<phrase>
@@ -15877,16 +15877,16 @@
15877</phrase> 15877</phrase>
15878<phrase> 15878<phrase>
15879 id: LANG_CLEAR_LIST_AND_PLAY_SHUFFLED 15879 id: LANG_CLEAR_LIST_AND_PLAY_SHUFFLED
15880 desc: in onplay menu. Replace current playlist with selected tracks in random order. 15880 desc: deprecated
15881 user: core 15881 user: core
15882 <source> 15882 <source>
15883 *: "Clear List & Play Shuffled" 15883 *: ""
15884 </source> 15884 </source>
15885 <dest> 15885 <dest>
15886 *: "Clear List & Play Shuffled" 15886 *: ""
15887 </dest> 15887 </dest>
15888 <voice> 15888 <voice>
15889 *: "Clear List & Play Shuffled" 15889 *: ""
15890 </voice> 15890 </voice>
15891</phrase> 15891</phrase>
15892<phrase> 15892<phrase>
@@ -16326,3 +16326,31 @@
16326 *: "Track Info" 16326 *: "Track Info"
16327 </voice> 16327 </voice>
16328</phrase> 16328</phrase>
16329<phrase>
16330 id: LANG_PLAY
16331 desc: play selected file/directory, in playlist context menu
16332 user: core
16333 <source>
16334 *: "Play"
16335 </source>
16336 <dest>
16337 *: "Play"
16338 </dest>
16339 <voice>
16340 *: "Play"
16341 </voice>
16342</phrase>
16343<phrase>
16344 id: LANG_PLAY_SHUFFLED
16345 desc: play selected files in shuffled order, in playlist context menu
16346 user: core
16347 <source>
16348 *: "Play Shuffled"
16349 </source>
16350 <dest>
16351 *: "Play Shuffled"
16352 </dest>
16353 <voice>
16354 *: "Play Shuffled"
16355 </voice>
16356</phrase>