/* * DVD Player plugin for VDR * * Copyright (C) 2001.2002 Andreas Schultz * * This code is distributed under the terms and conditions of the * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details. * */ #ifndef __DVD_I18N_H #define __DVD_I18N_H #include extern const char *ISO639code[]; extern const char *DvdLanguageCode[][2]; #if VDRVERSNUM < 10507 extern const tI18nPhrase DvdPhrases[]; #endif #endif // __DVD_I18N_H