aboutsummaryrefslogtreecommitdiffstats
path: root/game
diff options
context:
space:
mode:
authortobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-08 22:46:29 +0000
committertobigun <tobigun@b956fd51-792f-4845-bead-9b4dfca2ff2c>2010-05-08 22:46:29 +0000
commit69cd34b1a50914fad7e5befaa848a6a2c537b4ac (patch)
tree2af1f9f588faa82c445026c212250f9cf38d26a2 /game
parent4ae6069e48c8b30610cec32c7508e2a7400d4d35 (diff)
downloadusdx-69cd34b1a50914fad7e5befaa848a6a2c537b4ac.tar.gz
usdx-69cd34b1a50914fad7e5befaa848a6a2c537b4ac.tar.xz
usdx-69cd34b1a50914fad7e5befaa848a6a2c537b4ac.zip
validate microphone settings when leaving the record options and when USDX is started:
- check if a user is assigned to multiple devices. If this is the case either do not leave the record options (if we already are there) or enter the record options (if USDX was started) - the check is performed by calling TAudioInputProcessor.ValidateSettings() git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@2346 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'game')
-rw-r--r--game/languages/English.ini3
-rw-r--r--game/languages/German.ini3
2 files changed, 4 insertions, 2 deletions
diff --git a/game/languages/English.ini b/game/languages/English.ini
index cff7e7a3..5ac41efc 100644
--- a/game/languages/English.ini
+++ b/game/languages/English.ini
@@ -428,4 +428,5 @@ ERROR_CORRUPT_SONG_FILE_NOT_FOUND=Song could not be loaded: File not found
ERROR_CORRUPT_SONG_NO_NOTES=Song could not be loaded: Can''t find any notes
ERROR_CORRUPT_SONG_NO_BREAKS=Song could not be loaded: Can''t find any linebreaks
ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE=Song could not be loaded: Error parsing line %0:d
-ERROR_NO_EDITOR=This feature is not available on Linux/Mac \ No newline at end of file
+ERROR_NO_EDITOR=This feature is not available on Linux/Mac
+ERROR_PLAYER_DEVICE_ASSIGNMENT=Player %d was assigned to multiple microphones. Please check your record options
diff --git a/game/languages/German.ini b/game/languages/German.ini
index bbd936c9..02124805 100644
--- a/game/languages/German.ini
+++ b/game/languages/German.ini
@@ -426,4 +426,5 @@ ERROR_CORRUPT_SONG_FILE_NOT_FOUND=Song konnte nicht geladen werden: Datei wurde
ERROR_CORRUPT_SONG_NO_NOTES=Song konnte nicht geladen werden: Es wurden keine Noten gefunden.
ERROR_CORRUPT_SONG_NO_BREAKS=Song konnte nicht geladen werden: Es wurden keine Satzwechsel gefunden.
ERROR_CORRUPT_SONG_UNKNOWN_IN_LINE=Song konnte nicht geladen werden: Fehler beim parsen der Zeile %0:d
-ERROR_NO_EDITOR=Diese Funktion ist unter Linux/Mac noch nicht verfügbar \ No newline at end of file
+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. \ No newline at end of file