diff options
Diffstat (limited to 'i18n.cpp')
| -rw-r--r-- | i18n.cpp | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -3,7 +3,7 @@ * * See the README file for copyright information and how to reach the author. * - * $Id: i18n.cpp 68 2007-02-23 20:43:08Z tom $ + * $Id: i18n.cpp 102 2007-12-03 22:10:04Z tom $ * * * Translations provided by: @@ -17,6 +17,8 @@ #include <vdr/config.h> +#if VDRVERSNUM < 10507 + const tI18nPhrase SudokuPlugin::Phrases[] = { { "Sudoku", // English "Sudoku", // Deutsch / German @@ -218,3 +220,5 @@ const tI18nPhrase SudokuPlugin::Phrases[] = { }, { NULL } }; + +#endif |
