1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/lang.h
Daniel Stenberg 0bc588cddc First simple steps using possibly translated strings for the main menu.
The lang.h file in CVS is meant to contain the default english strings.
Generate your favourite local one using the proper language file.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2306 a1c6a512-1295-4272-9138-f99709370657
2002-09-17 06:44:10 +00:00

10 lines
345 B
C

/* This file was automaticly generated using genlan */
/*
* The str() macro/functions is how to access strings that might be
* translated. Use it like str(MACRO) and except a string to be
* returned!
*/
#define str(x) x
#define LANG_SOUND_SETTINGS "Sound Settings"
#define LANG_GENERAL_SETTINGS "General Settings"
#define LANG_GAMES "Games"