/* This file was automaticly generated using genlang */ /* * The str() macro/functions is how to access strings that might be * translated. Use it like str(MACRO) and expect a string to be * returned! */ #define str(x) language_strings[x] /* this is the array with all the strings */ extern unsigned char *language_strings[]; /* The enum below contains all available strings */ enum { LANG_SOUND_SETTINGS, LANG_GENERAL_SETTINGS, LANG_GAMES, LANG_DEMOS, LANG_INFO, LANG_VERSION, LANG_DEBUG, LANG_ROCKBOX_INFO, LANG_BUFFER_STAT_PLAYER, LANG_BUFFER_STAT_RECORDER, }; /* end of generated enum list */