summaryrefslogtreecommitdiff
path: root/i18n.h
diff options
context:
space:
mode:
authorMidas <vdrportal_midas@gmx.de>2013-01-26 11:59:14 +0100
committerMidas <vdrportal_midas@gmx.de>2013-01-26 11:59:14 +0100
commitb7775013af60b079290305441142659f26db9883 (patch)
tree67f925ff14c5d0e7340b7633d5df72608b323002 /i18n.h
parent9b1417e1fc23446f590505e0bbf7e3a0bf314b12 (diff)
downloadvdr-plugin-sleeptimer-master.tar.gz
vdr-plugin-sleeptimer-master.tar.bz2
Makefile adapted to vdr-1.7.36HEADmaster
Diffstat (limited to 'i18n.h')
-rw-r--r--i18n.h20
1 files changed, 13 insertions, 7 deletions
diff --git a/i18n.h b/i18n.h
index a878dd9..d80fe75 100644
--- a/i18n.h
+++ b/i18n.h
@@ -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