summaryrefslogtreecommitdiff
path: root/apps/lang.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/lang.h')
-rw-r--r--apps/lang.h25
1 files changed, 0 insertions, 25 deletions
diff --git a/apps/lang.h b/apps/lang.h
deleted file mode 100644
index b841271eff..0000000000
--- a/apps/lang.h
+++ /dev/null
@@ -1,25 +0,0 @@
1/* This file was automaticly generated using genlang */
2/*
3 * The str() macro/functions is how to access strings that might be
4 * translated. Use it like str(MACRO) and expect a string to be
5 * returned!
6 */
7#define str(x) language_strings[x]
8
9/* this is the array with all the strings */
10extern unsigned char *language_strings[];
11
12/* The enum below contains all available strings */
13enum {
14 LANG_SOUND_SETTINGS,
15 LANG_GENERAL_SETTINGS,
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,
24};
25/* end of generated enum list */