summaryrefslogtreecommitdiff
path: root/apps/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/lang.h')
-rw-r--r--apps/lang.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/apps/lang.h b/apps/lang.h
index a6d0cab4a0..b841271eff 100644
--- a/apps/lang.h
+++ b/apps/lang.h
@@ -1,7 +1,7 @@
1/* This file was automaticly generated using genlang */ 1/* This file was automaticly generated using genlang */
2/* 2/*
3 * The str() macro/functions is how to access strings that might be 3 * The str() macro/functions is how to access strings that might be
4 * translated. Use it like str(MACRO) and except a string to be 4 * translated. Use it like str(MACRO) and expect a string to be
5 * returned! 5 * returned!
6 */ 6 */
7#define str(x) language_strings[x] 7#define str(x) language_strings[x]
@@ -9,9 +9,17 @@
9/* this is the array with all the strings */ 9/* this is the array with all the strings */
10extern unsigned char *language_strings[]; 10extern unsigned char *language_strings[];
11 11
12/* The enum below contains all available strings */
12enum { 13enum {
13 LANG_SOUND_SETTINGS, 14 LANG_SOUND_SETTINGS,
14 LANG_GENERAL_SETTINGS, 15 LANG_GENERAL_SETTINGS,
15 LANG_GAMES, 16 LANG_GAMES,
17 LANG_DEMOS,
18 LANG_INFO,
19 LANG_VERSION,
20 LANG_DEBUG,
21 LANG_ROCKBOX_INFO,
22 LANG_BUFFER_STAT_PLAYER,
23 LANG_BUFFER_STAT_RECORDER,
16}; 24};
17/* end of generated enum list */ 25/* end of generated enum list */