diff options
| author | andreas 'randy' weinberger <vdr@smue.org> | 2010-02-21 19:56:01 +0100 |
|---|---|---|
| committer | andreas 'randy' weinberger <vdr@smue.org> | 2010-02-21 19:56:01 +0100 |
| commit | e73252dc58ecd5a27c6d8af94028f311f23687ab (patch) | |
| tree | a66d0564de1a0e267ee681e5d731b1864e7a3d12 /i18n.h | |
| download | vdr-plugin-graphlcd-e73252dc58ecd5a27c6d8af94028f311f23687ab.tar.gz vdr-plugin-graphlcd-e73252dc58ecd5a27c6d8af94028f311f23687ab.tar.bz2 | |
initial git upload, based on graphlcd-0.1.5
Diffstat (limited to 'i18n.h')
| -rw-r--r-- | i18n.h | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -0,0 +1,20 @@ +/* + * GraphLCD plugin for the Video Disk Recorder + * + * i18n.h - Internationalization + * + * This file is released under the GNU General Public License. Refer + * to the COPYING file distributed with this package. + * + * (c) 2001-2004 Carsten Siebholz <c.siebholz AT t-online.de> + * (c) 2004 Andreas Regel <andreas.regel AT powarman.de> + */ + +#ifndef _GRAPHLCD_I18N_H_ +#define _GRAPHLCD_I18N_H_ + +#include <vdr/i18n.h> + +extern const tI18nPhrase Phrases[]; + +#endif |
