diff options
author | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-09-19 17:57:56 +0000 |
---|---|---|
committer | Christian Wieninger <cwieninger (at) gmx (dot) de> | 2007-09-19 17:57:56 +0000 |
commit | 22ac84a3cc78069b2ed9a8f9e72960b0cba5cec7 (patch) | |
tree | 0f77161b647adc077dd5a36130d0dde2b36b0cde /i18n.h | |
parent | 721f6213cc1343e4ab613a89be55d37dd0780244 (diff) | |
download | vdr-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.h | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -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 |