i18n.h
branchtrunk
changeset 23 3c10fdd8ccce
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/i18n.h	Mon Jan 28 17:39:51 2008 +0100
     1.3 @@ -0,0 +1,36 @@
     1.4 +/*
     1.5 + * PremiereEpg plugin to VDR (C++)
     1.6 + *
     1.7 + * (C) 2005-2008 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + *
     1.9 + * This code is base on the commandline tool premiereepg2vdr
    1.10 + * (C) 2004-2005 by Axel Katzur software@katzur.de
    1.11 + * but has been rewritten from scratch
    1.12 + *
    1.13 + * This code is free software; you can redistribute it and/or
    1.14 + * modify it under the terms of the GNU General Public License
    1.15 + * as published by the Free Software Foundation; either version 2
    1.16 + * of the License, or (at your option) any later version.
    1.17 + *
    1.18 + * This code is distributed in the hope that it will be useful,
    1.19 + * but WITHOUT ANY WARRANTY; without even the implied warranty of
    1.20 + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    1.21 + * GNU General Public License for more details.
    1.22 + *
    1.23 + * You should have received a copy of the GNU General Public License
    1.24 + * along with this program; if not, write to the Free Software
    1.25 + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
    1.26 + * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
    1.27 + */
    1.28 +
    1.29 +#ifndef ___I18N_H
    1.30 +#define ___I18N_H
    1.31 +
    1.32 +#include <vdr/i18n.h>
    1.33 +
    1.34 +#if APIVERSNUM < 10507
    1.35 +extern const tI18nPhrase Phrases[];
    1.36 +#define trNOOP(s) (s)
    1.37 +#endif
    1.38 +
    1.39 +#endif //___I18N_H