/* * i18n.h: Internationalization * * See the main source file 'avards.c' for copyright information and * how to reach the author. * */ #ifndef _I18N__H #define _I18N__H #include extern const tI18nPhrase Phrases[]; #endif //_I18N__H