summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorChristian Wieninger <cwieninger (at) gmx (dot) de>2007-09-19 17:57:56 +0000
committerChristian Wieninger <cwieninger (at) gmx (dot) de>2007-09-19 17:57:56 +0000
commit22ac84a3cc78069b2ed9a8f9e72960b0cba5cec7 (patch)
tree0f77161b647adc077dd5a36130d0dde2b36b0cde /i18n.h
parent721f6213cc1343e4ab613a89be55d37dd0780244 (diff)
downloadvdr-plugin-live-22ac84a3cc78069b2ed9a8f9e72960b0cba5cec7.tar.gz
vdr-plugin-live-22ac84a3cc78069b2ed9a8f9e72960b0cba5cec7.tar.bz2
- fix translations in vdr-1.5.9
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/i18n.h b/i18n.h
index bedba37..ce5421f 100644
--- a/i18n.h
+++ b/i18n.h
@@ -23,8 +23,13 @@ class I18n
I18n& LiveI18n();
-#if VDRVERSNUM < 10507
+#if APIVERSNUM < 10507
extern const tI18nPhrase Phrases[];
+#define trNOOP(s) (s)
+#endif
+
+#if APIVERSNUM < 10509
+#define trVDR(s) tr(s)
#endif
} // namespace vdrlive