/* * i18n.h: Internationalization * * See the README file for copyright information and how to reach the author. * * $Id: i18n.h,v 1.1.1.1 2004-08-01 05:07:04 lucke Exp $ */ #ifndef _I18N__H #define _I18N__H #include extern const tI18nPhrase Phrases[]; #endif //_I18N__H