4 * Copyright 2003, 2005 Develer S.r.l. (http://www.develer.com/)
5 * This file is part of DevLib - See README.devlib for information.
8 * \brief Messages for LCD.
12 * \author Bernardo Innocenti <bernie@develer.com>
13 * \author Stefano Fedrigo <aleph@develer.com>
18 *#* Revision 1.1 2005/03/01 23:31:02 bernie
19 *#* String table and localization stuff.
26 * Array of pointers to localized strings. Should be filled
27 * by localization stuff, but not for now.
29 const char *msg_strings[MSG_COUNT] = {
31 // TODO: add your strings here
34 /* Buffer for catalog file */
35 /* char msg_buf[MSG_BUFSIZE]; */
38 /* The following does not work (move string tables into the DMSG/CMSG segments)
39 * #pragma memory=dataseg(DMSG)
40 * #pragma memory=constseg(CMSG)
45 * Untranslated constant strings used more than once are
46 * grouped here to save ROM space.