summaryrefslogtreecommitdiff
path: root/i18n.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'i18n.cpp')
-rw-r--r--i18n.cpp6
1 files changed, 5 insertions, 1 deletions
diff --git a/i18n.cpp b/i18n.cpp
index a052eb3..965ee4d 100644
--- a/i18n.cpp
+++ b/i18n.cpp
@@ -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