blob: e5281ed2eb5ee8cb7edcc0bef1b19723cf2496e6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
#ifndef VDR_LIVE_I18N_H
#define VDR_LIVE_I18N_H
#include <vdr/i18n.h>
namespace vdrlive {
extern const tI18nPhrase Phrases[];
} // namespace vdrlive
#endif // VDR_LIVE_I18N_H
|