summaryrefslogtreecommitdiff
path: root/apps/lang.h
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2002-09-17 06:44:10 +0000
committerDaniel Stenberg <daniel@haxx.se>2002-09-17 06:44:10 +0000
commit0bc588cddcaec3713cc2d273e4590ae328b7a314 (patch)
tree836c28c87cfcbbcd85db7d1233458291c44dd5df /apps/lang.h
parent99e3b2d186379bed043a35031437817237c82ba8 (diff)
downloadrockbox-0bc588cddcaec3713cc2d273e4590ae328b7a314.tar.gz
rockbox-0bc588cddcaec3713cc2d273e4590ae328b7a314.zip
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
Diffstat (limited to 'apps/lang.h')
-rw-r--r--apps/lang.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/apps/lang.h b/apps/lang.h
new file mode 100644
index 0000000000..b56e4ab337
--- /dev/null
+++ b/apps/lang.h
@@ -0,0 +1,10 @@
1/* This file was automaticly generated using genlan */
2/*
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
5 * returned!
6 */
7#define str(x) x
8#define LANG_SOUND_SETTINGS "Sound Settings"
9#define LANG_GENERAL_SETTINGS "General Settings"
10#define LANG_GAMES "Games"