diff options
Diffstat (limited to 'Game/Output/Languages')
-rw-r--r-- | Game/Output/Languages/English.ini | 4 | ||||
-rw-r--r-- | Game/Output/Languages/German.ini | 4 | ||||
-rw-r--r-- | Game/Output/Languages/Italian.ini | 4 |
3 files changed, 12 insertions, 0 deletions
diff --git a/Game/Output/Languages/English.ini b/Game/Output/Languages/English.ini index d8e44373..8fe018a8 100644 --- a/Game/Output/Languages/English.ini +++ b/Game/Output/Languages/English.ini @@ -413,6 +413,10 @@ MSG_HELP_KEYMAP=Key mapping ;new
SING_OPTIONS_ADVANCED_SUMPLAYERS=Sum up Top 8
+#### Options ####
+;new
+ERROR_NO_SOUND_INPUT=No sound input devices found!
+
#########################################################
# Help System #
#########################################################
diff --git a/Game/Output/Languages/German.ini b/Game/Output/Languages/German.ini index 37b457b9..42be25ba 100644 --- a/Game/Output/Languages/German.ini +++ b/Game/Output/Languages/German.ini @@ -414,6 +414,10 @@ MSG_HELP_KEYMAP=Tastenbelegung ;new
SING_OPTIONS_ADVANCED_SUMPLAYERS=Sum up Top 8
+#### Options ####
+;new
+ERROR_NO_SOUND_INPUT=Keine Aufnahmegeräte gefunden!
+
#-------------------------------------------------------#
# Help System #
#-------------------------------------------------------#
diff --git a/Game/Output/Languages/Italian.ini b/Game/Output/Languages/Italian.ini index cd79a0cf..df194739 100644 --- a/Game/Output/Languages/Italian.ini +++ b/Game/Output/Languages/Italian.ini @@ -404,6 +404,10 @@ EDITOR_CAPITALIZE_LETTER=Capitalized letter at the beginning of line ;new
SING_OPTIONS_ADVANCED_SUMPLAYERS=Sum up Top 8
+#### Options ####
+;new
+ERROR_NO_SOUND_INPUT=No sound input devices found!
+
#-------------------------------------------------------#
# Help System #
#-------------------------------------------------------#
|