aboutsummaryrefslogtreecommitdiffstats
path: root/game
diff options
context:
space:
mode:
authorbasisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c>2015-09-14 00:11:19 +0000
committerbasisbit <basisbit@b956fd51-792f-4845-bead-9b4dfca2ff2c>2015-09-14 00:11:19 +0000
commit5a01e129266afda8614b766147606e3d318fc89c (patch)
tree47bed9c239720b44aeced53bdac3f23003be4e58 /game
parent8ace847c2b8bbe70c7225540ae8ded1366196e11 (diff)
downloadusdx-5a01e129266afda8614b766147606e3d318fc89c.tar.gz
usdx-5a01e129266afda8614b766147606e3d318fc89c.tar.xz
usdx-5a01e129266afda8614b766147606e3d318fc89c.zip
* 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
Diffstat (limited to 'game')
-rw-r--r--game/languages/English.ini15
-rw-r--r--game/languages/German.ini15
2 files changed, 30 insertions, 0 deletions
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
+
diff --git a/game/languages/German.ini b/game/languages/German.ini
index 2a2fbea9..b0ffc6ec 100644
--- a/game/languages/German.ini
+++ b/game/languages/German.ini
@@ -443,3 +443,18 @@ ERROR_NO_EDITOR=Diese Funktion ist unter Linux/Mac noch nicht verfügbar
ERROR_PLAYER_DEVICE_ASSIGNMENT=Mehrere Mikrofone für Spieler %d gewählt.\nAufnahmeoptionen überprüfen.
ERROR_PLAYER_NO_DEVICE_ASSIGNMENT=Kein Mikrofon für Spieler %d gewählt.\nAufnahmeoptionen überprüfen.
;UNUSED: SING_OPTIONS_ADVANCED_COUNT_HOW_OFTEN_SUNG=Wie oft gesungen mitzählen
+
+MSG_END_JUKEBOX=JokeBox Modus beenden?
+JUKEBOX_RANDOM=Zufall
+JUKEBOX_REPEAT=Wiederholen
+JUKEBOX_FIND=Suche
+JUKEBOX_SORT=Sortierung:
+JUKEBOX_SONGLIST=Liederliste
+
+JUKEBOX_OPTIONS_SONGPOSITION=CTRl+UP/DOWN: Songwahl hoch/runter
+JUKEBOX_OPTIONS_LYRIC=CTRL+L: An/Aus Liedtext
+JUKEBOX_OPTIONS_REPEAT=CTRL+X: An/Aus Wiedergabeliste wiederhoen
+JUKEBOX_OPTIONS_RANDOM=CTRL+R: Zufällige Sortierung
+JUKEBOX_OPTIONS_SORT=CTRL+S: Sortieren nach Künstler/Titel/Edition/Genre/Sprache
+JUKEBOX_OPTIONS_FIND=CTRL+F: An/Aus Song-Suche
+