forked from len0rd/rockbox
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
10 lines
345 B
C
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"
|