summaryrefslogtreecommitdiff
path: root/i18n.h
blob: 718e5b838a03493c48e7fa71d28bdd628f4bca0a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/*
 * i18n.h: 'EnigmaNG' skin for the Video Disk Recorder
 *
 * See the README file for copyright information and how to reach the author.
 *
 */

#ifndef __ENIGMA_I18N_H
#define __ENIGMA_I18N_H

#include "common.h"

#include <vdr/i18n.h>

extern const tI18nPhrase Phrases[];

#endif // __ENIGMA_I18N_H
// vim:et:sw=2:ts=2: