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