i18n.h
branchtrunk
changeset 23 3c10fdd8ccce
equal deleted inserted replaced
22:83fd6cf37084 23:3c10fdd8ccce
       
     1 /*
       
     2  * PremiereEpg plugin to VDR (C++)
       
     3  *
       
     4  * (C) 2005-2008 Stefan Huelswitt <s.huelswitt@gmx.de>
       
     5  *
       
     6  * This code is base on the commandline tool premiereepg2vdr
       
     7  * (C) 2004-2005 by Axel Katzur software@katzur.de
       
     8  * but has been rewritten from scratch
       
     9  *
       
    10  * This code is free software; you can redistribute it and/or
       
    11  * modify it under the terms of the GNU General Public License
       
    12  * as published by the Free Software Foundation; either version 2
       
    13  * of the License, or (at your option) any later version.
       
    14  *
       
    15  * This code is distributed in the hope that it will be useful,
       
    16  * but WITHOUT ANY WARRANTY; without even the implied warranty of
       
    17  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
       
    18  * GNU General Public License for more details.
       
    19  *
       
    20  * You should have received a copy of the GNU General Public License
       
    21  * along with this program; if not, write to the Free Software
       
    22  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
       
    23  * Or, point your browser to http://www.gnu.org/copyleft/gpl.html
       
    24  */
       
    25 
       
    26 #ifndef ___I18N_H
       
    27 #define ___I18N_H
       
    28 
       
    29 #include <vdr/i18n.h>
       
    30 
       
    31 #if APIVERSNUM < 10507
       
    32 extern const tI18nPhrase Phrases[];
       
    33 #define trNOOP(s) (s)
       
    34 #endif
       
    35 
       
    36 #endif //___I18N_H