diff options
author | RaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-23 15:17:50 +0000 |
---|---|---|
committer | RaK <RaK@e10066b5-e1e2-0310-b819-94efdf66514b> | 2004-02-23 15:17:50 +0000 |
commit | da41cc77e5600aad1f37c8409cb112dbe071de67 (patch) | |
tree | 2c2eb72239541614464bac668f437dac1349c819 /i18n.h | |
parent | 53fbd7857faa6572e90b7ddaac17034ba7f0c486 (diff) | |
download | vdr-plugin-muggle-da41cc77e5600aad1f37c8409cb112dbe071de67.tar.gz vdr-plugin-muggle-da41cc77e5600aad1f37c8409cb112dbe071de67.tar.bz2 |
- first i18n attempt
git-svn-id: https://vdr-muggle.svn.sourceforge.net/svnroot/vdr-muggle/trunk/muggle-plugin@42 e10066b5-e1e2-0310-b819-94efdf66514b
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -0,0 +1,16 @@ +/* + * i18n.h: Internationalization + * + * See the README file for copyright information and how to reach the author. + * + * $Id: i18n.h,v 1.1 2004/02/23 15:41:21 RaK Exp $ + */ + +#ifndef _I18N__H +#define _I18N__H + +#include <vdr/i18n.h> + +extern const tI18nPhrase Phrases[]; + +#endif //_I18N__H |