i18n.c
branchtrunk
changeset 2 4c1f7b705009
parent 0 474a1293c3c0
     1.1 --- a/i18n.c	Sat Dec 29 14:47:49 2007 +0100
     1.2 +++ b/i18n.c	Sat Dec 29 14:49:09 2007 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  /*
     1.5   * MP3/MPlayer plugin to VDR (C++)
     1.6   *
     1.7 - * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.8 + * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     1.9   *
    1.10   * This code is free software; you can redistribute it and/or
    1.11   * modify it under the terms of the GNU General Public License
    1.12 @@ -24,6 +24,8 @@
    1.13  
    1.14  const char *i18n_name = 0;
    1.15  
    1.16 +#if APIVERSNUM < 10507
    1.17 +
    1.18  const tI18nPhrase Phrases[] = {
    1.19  /*
    1.20   * French     translations provided by Maxime Guilbot <maxime.guilbot@orange.fr>
    1.21 @@ -2307,3 +2309,5 @@
    1.22  
    1.23    { NULL }
    1.24    };
    1.25 +
    1.26 +#endif