/* * i18n.h: Internationalization * * See the README file for copyright information and how to reach the author. * * $Id: i18n.h,v 1.2 2005/01/01 22:11:13 schmitzj Exp $ * */ #ifndef _I18N__H #define _I18N__H #include #include // for VDRVERSNUM define only extern const tI18nPhrase tlPhrases[]; #endif //_I18N__H