nathan@23: /* nathan@23: * PremiereEpg plugin to VDR (C++) nathan@23: * nathan@23: * (C) 2005-2008 Stefan Huelswitt nathan@23: * nathan@23: * This code is base on the commandline tool premiereepg2vdr nathan@23: * (C) 2004-2005 by Axel Katzur software@katzur.de nathan@23: * but has been rewritten from scratch nathan@23: * nathan@23: * This code is free software; you can redistribute it and/or nathan@23: * modify it under the terms of the GNU General Public License nathan@23: * as published by the Free Software Foundation; either version 2 nathan@23: * of the License, or (at your option) any later version. nathan@23: * nathan@23: * This code is distributed in the hope that it will be useful, nathan@23: * but WITHOUT ANY WARRANTY; without even the implied warranty of nathan@23: * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the nathan@23: * GNU General Public License for more details. nathan@23: * nathan@23: * You should have received a copy of the GNU General Public License nathan@23: * along with this program; if not, write to the Free Software nathan@23: * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. nathan@23: * Or, point your browser to http://www.gnu.org/copyleft/gpl.html nathan@23: */ nathan@23: nathan@23: #ifndef ___I18N_H nathan@23: #define ___I18N_H nathan@23: nathan@23: #include nathan@23: nathan@23: #if APIVERSNUM < 10507 nathan@23: extern const tI18nPhrase Phrases[]; nathan@23: #define trNOOP(s) (s) nathan@23: #endif nathan@23: nathan@23: #endif //___I18N_H