blob: 7ed5d790d97a0f4808f225207906d02861902d31 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/*
* OSD Picture in Picture plugin for the Video Disk Recorder
*
* See the README file for copyright information and how to reach the author.
*/
#ifndef VDR_OSDPIP_I18N_H
#define VDR_OSDPIP_I18N_H
#include <vdr/i18n.h>
extern const tI18nPhrase Phrases[];
#endif // VDR_OSDPIP_I18N_H
|