From 5a01e129266afda8614b766147606e3d318fc89c Mon Sep 17 00:00:00 2001 From: basisbit Date: Mon, 14 Sep 2015 00:11:19 +0000 Subject: * added texts and English+German translation for JukeBox * write to log if a skin-texture can't be found / loaded * implemented search-feature in jukebox-mode similar to the search feature in normal mode * fixed bunch of bugs in jukebox mode that existed in usdx wp * jukebox mode: start playing full playlist when user presses enter after doing a search without results instead of crashing * repeat playlist by default in jukebox mode git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@3137 b956fd51-792f-4845-bead-9b4dfca2ff2c --- game/languages/English.ini | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'game/languages/English.ini') diff --git a/game/languages/English.ini b/game/languages/English.ini index 66815a7e..ebb44b1d 100644 --- a/game/languages/English.ini +++ b/game/languages/English.ini @@ -443,3 +443,18 @@ ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE=Song could not be loaded: Error parsing line ERROR_NO_EDITOR=This feature is not available on Linux/Mac ERROR_PLAYER_DEVICE_ASSIGNMENT=Player %d is assigned to multiple microphones. Please check your record options ERROR_PLAYER_NO_DEVICE_ASSIGNMENT=Player %d is not assigned to a microphone. Please check your record options + +MSG_END_JUKEBOX=Do you want leave Jukebox Mode? +JUKEBOX_RANDOM=Random +JUKEBOX_REPEAT=Repeat +JUKEBOX_FIND=Find: +JUKEBOX_SORT=Sort: +JUKEBOX_SONGLIST=List of Songs + +JUKEBOX_OPTIONS_SONGPOSITION=CTRl+UP/DOWN: move song to up/down +JUKEBOX_OPTIONS_LYRIC=CTRL+L: On/Off Lyric +JUKEBOX_OPTIONS_REPEAT=CTRL+X: On/Off Playlist Repeat +JUKEBOX_OPTIONS_RANDOM=CTRL+R: Random Sort +JUKEBOX_OPTIONS_SORT=CTRL+S: Sort by Artist/Title/Edition/Genre/Language +JUKEBOX_OPTIONS_FIND=CTRL+F: On/Off Song Search + -- cgit v1.2.3