diff options
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 22 |
1 files changed, 0 insertions, 22 deletions
@@ -1,22 +0,0 @@ -/* - * i18n.h: Internationalization - * - * See the README file for copyright information and how to reach the author. - * - * $Id:$ - */ - -#ifndef _I18N__H -#define _I18N__H - -#include <vdr/i18n.h> - -#ifndef trNOOP -#define trNOOP(s) (s) -#endif - -#if VDRVERSNUM < 10507 -extern const tI18nPhrase Phrases[]; -#endif - -#endif //_I18N__H |