/* * GraphLCD plugin for the Video Disk Recorder * * i18n.h - Internationalization * * This file is released under the GNU General Public License. Refer * to the COPYING file distributed with this package. * * (c) 2001-2004 Carsten Siebholz * (c) 2004 Andreas Regel */ #ifndef _GRAPHLCD_I18N_H_ #define _GRAPHLCD_I18N_H_ #include extern const tI18nPhrase Phrases[]; #endif