diff options
author | austriancoder <austriancoder> | 2004-08-05 23:05:21 +0000 |
---|---|---|
committer | austriancoder <austriancoder> | 2004-08-05 23:05:21 +0000 |
commit | c47666d42f7972e1b51f9de61ce0fa27c72f3127 (patch) | |
tree | e34a87e37901b7f892fb6f330ccb15bcba30039b /dxr3i18n.h | |
download | vdr-plugin-dxr3-c47666d42f7972e1b51f9de61ce0fa27c72f3127.tar.gz vdr-plugin-dxr3-c47666d42f7972e1b51f9de61ce0fa27c72f3127.tar.bz2 |
initial import
Diffstat (limited to 'dxr3i18n.h')
-rw-r--r-- | dxr3i18n.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dxr3i18n.h b/dxr3i18n.h new file mode 100644 index 0000000..990d2ee --- /dev/null +++ b/dxr3i18n.h @@ -0,0 +1,12 @@ +#ifndef _DXR3_I18N_H_ +#define _DXR3_I18N_H_ + +#include <vdr/i18n.h> + +extern const char *i18n_name; +extern const tI18nPhrase Phrases[]; + +#undef tr +#define tr(s) I18nTranslate(s, i18n_name) + +#endif /*_DXR3_I18N_H_*/ |