From f9472b1e58f206defb77c5caf55fcef1618829ba Mon Sep 17 00:00:00 2001 From: Andreas Brachold Date: Wed, 22 Aug 2007 09:27:33 +0000 Subject: - begin developer series 0.3.x - Use now gettext for i18n texts, introduced with vdr-1.5.8 (Required) --- i18n.h | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 i18n.h (limited to 'i18n.h') diff --git a/i18n.h b/i18n.h deleted file mode 100644 index 8f7b699..0000000 --- a/i18n.h +++ /dev/null @@ -1,30 +0,0 @@ -/* - * Image plugin to VDR (C++) - * - * (C) 2004 Andreas Brachold - * (C) 2003 Kai Tobias Burwieck - * - * This code is free software; you can redistribute it and/or - * modify it under the terms of the GNU General Public License - * as published by the Free Software Foundation; either version 2 - * of the License, or (at your option) any later version. - * - * This code is distributed in the hope that it will be useful, - * but WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - * GNU General Public License for more details. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. - * Or, point your browser to http://www.gnu.org/copyleft/gpl.html - */ - -#ifndef ___I18N_H -#define ___I18N_H - -#include - -extern const tI18nPhrase Phrases[]; - -#endif //___I18N_H -- cgit v1.2.3