summaryrefslogtreecommitdiff
path: root/apps/lang.h
diff options
context:
space:
mode:
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"