diff options
author | Midas <vdrportal_midas@gmx.de> | 2013-01-26 11:59:14 +0100 |
---|---|---|
committer | Midas <vdrportal_midas@gmx.de> | 2013-01-26 11:59:14 +0100 |
commit | b7775013af60b079290305441142659f26db9883 (patch) | |
tree | 67f925ff14c5d0e7340b7633d5df72608b323002 /i18n.h | |
parent | 9b1417e1fc23446f590505e0bbf7e3a0bf314b12 (diff) | |
download | vdr-plugin-sleeptimer-master.tar.gz vdr-plugin-sleeptimer-master.tar.bz2 |
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 20 |
1 files changed, 13 insertions, 7 deletions
@@ -1,17 +1,23 @@ -/* - * i18n.h: Internationalization +/** + * based on i18n.h,v 1.1.1.1 2006/02/26 14:11:02 lordjaxom * - * See the README file for copyright information and how to reach the author. + * version by Midas * - * $Id$ */ -#ifndef _I18N__H -#define _I18N__H +#ifndef __SLEEPTIMER_I18N_H +#define __SLEEPTIMER_I18N_H #include <vdr/i18n.h> #include <vdr/config.h> +#if VDRVERSNUM < 10507 + +#define trNOOP(s) (s) +#define trVDR(s) tr(s) + extern const tI18nPhrase Phrases[]; -#endif //_I18N__H +#endif + +#endif
\ No newline at end of file |