/* * i18n.h: 'EnigmaNG' skin for the Video Disk Recorder * * See the README file for copyright information and how to reach the author. * */ #ifndef __ENIGMA_I18N_H #define __ENIGMA_I18N_H #include "common.h" #include extern const tI18nPhrase Phrases[]; #endif // __ENIGMA_I18N_H // vim:et:sw=2:ts=2: