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 cfcf1e3..a85ce5e 100644
--- a/i18n.cpp
+++ b/i18n.cpp
@@ -17,7 +17,7 @@
* with this program; if not, write to the Free Software Foundation, Inc.,
* 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*
- * $Id: i18n.cpp 95 2007-09-21 23:01:10Z tom $
+ * $Id: i18n.cpp 96 2007-09-23 13:18:41Z tom $
*
*
* Translations provided by:
@@ -30,6 +30,8 @@
#include <vdr/config.h>
+#if VDRVERSNUM < 10507
+
const tI18nPhrase SpiderPlugin::Phrases[] = {
{ "Spider Arachnid", // English
"Spider Arachnid", // Deutsch / German
@@ -231,3 +233,5 @@ const tI18nPhrase SpiderPlugin::Phrases[] = {
},
{ NULL }
};
+
+#endif