i18n.c
branchtrunk
changeset 2 4c1f7b705009
parent 0 474a1293c3c0
equal deleted inserted replaced
1:a6fedb9b8528 2:4c1f7b705009
     1 /*
     1 /*
     2  * MP3/MPlayer plugin to VDR (C++)
     2  * MP3/MPlayer plugin to VDR (C++)
     3  *
     3  *
     4  * (C) 2001-2006 Stefan Huelswitt <s.huelswitt@gmx.de>
     4  * (C) 2001-2007 Stefan Huelswitt <s.huelswitt@gmx.de>
     5  *
     5  *
     6  * This code is free software; you can redistribute it and/or
     6  * This code is free software; you can redistribute it and/or
     7  * modify it under the terms of the GNU General Public License
     7  * modify it under the terms of the GNU General Public License
     8  * as published by the Free Software Foundation; either version 2
     8  * as published by the Free Software Foundation; either version 2
     9  * of the License, or (at your option) any later version.
     9  * of the License, or (at your option) any later version.
    22 #include "common.h"
    22 #include "common.h"
    23 #include "i18n.h"
    23 #include "i18n.h"
    24 
    24 
    25 const char *i18n_name = 0;
    25 const char *i18n_name = 0;
    26 
    26 
       
    27 #if APIVERSNUM < 10507
       
    28 
    27 const tI18nPhrase Phrases[] = {
    29 const tI18nPhrase Phrases[] = {
    28 /*
    30 /*
    29  * French     translations provided by Maxime Guilbot <maxime.guilbot@orange.fr>
    31  * French     translations provided by Maxime Guilbot <maxime.guilbot@orange.fr>
    30  *               additions provided by Pierre-Henri Beguin <ph.beguin@free.fr>
    32  *               additions provided by Pierre-Henri Beguin <ph.beguin@free.fr>
    31  *               additions provided by Jerome Rousset <zekje@hotmail.com>
    33  *               additions provided by Jerome Rousset <zekje@hotmail.com>
  2305 #endif
  2307 #endif
  2306   },
  2308   },
  2307 
  2309 
  2308   { NULL }
  2310   { NULL }
  2309   };
  2311   };
       
  2312 
       
  2313 #endif