From b377086bef8f053542abe20e7d6663ae92cbcb25 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 17 Sep 2002 07:45:19 +0000 Subject: a few more translated strings git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2316 a1c6a512-1295-4272-9138-f99709370657 --- apps/lang.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'apps/lang.h') diff --git a/apps/lang.h b/apps/lang.h index a6d0cab4a0..b841271eff 100644 --- a/apps/lang.h +++ b/apps/lang.h @@ -1,7 +1,7 @@ /* 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 except a string to be + * translated. Use it like str(MACRO) and expect a string to be * returned! */ #define str(x) language_strings[x] @@ -9,9 +9,17 @@ /* 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 */ -- cgit v1.2.3