aboutsummaryrefslogtreecommitdiff
path: root/source/nds/message.h
diff options
context:
space:
mode:
authorSignZ2013-02-07 04:56:34 -0500
committerNebuleon Fumika2013-02-07 04:56:34 -0500
commitea8ff33951d53f0e71801052c540dcc1bd0f7f42 (patch)
treeef4b7ea08b46d2ebe84a275f410776d73b778b01 /source/nds/message.h
parent55895f01f73ba1b4fab7095fa5cb8cf7884846ed (diff)
downloadsnes9x2005-ea8ff33951d53f0e71801052c540dcc1bd0f7f42.tar.gz
snes9x2005-ea8ff33951d53f0e71801052c540dcc1bd0f7f42.tar.bz2
snes9x2005-ea8ff33951d53f0e71801052c540dcc1bd0f7f42.zip
EN: Added a German translation. DE: Deutsche Übersetzung hinzugefügt.
Diffstat (limited to 'source/nds/message.h')
-rw-r--r--source/nds/message.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/nds/message.h b/source/nds/message.h
index c7e79b8..538bc3b 100644
--- a/source/nds/message.h
+++ b/source/nds/message.h
@@ -145,13 +145,14 @@ enum MSG
enum LANGUAGE {
ENGLISH,
CHINESE_SIMPLIFIED,
- FRENCH
+ FRENCH,
+ GERMAN
};
-extern char* lang[3]; // Allocated in gui.c, needs to match the languages ^
+extern char* lang[4]; // Allocated in gui.c, needs to match the languages ^
char *msg[MSG_END+1];
-char msg_data[16 * 1024];
+char msg_data[32 * 1024];
#endif //__MESSAGE_H__