mirror of
https://github.com/rofafor/vdr-plugin-femon.git
synced 2023-10-10 13:36:53 +02:00
17 lines
291 B
C
17 lines
291 B
C
/*
|
|
* Frontend Status Monitor plugin for the Video Disk Recorder
|
|
*
|
|
* See the README file for copyright information and how to reach the author.
|
|
*
|
|
* $Id$
|
|
*/
|
|
|
|
#ifndef __FEMONI18N_H
|
|
#define __FEMONI18N_H
|
|
|
|
#include <vdr/i18n.h>
|
|
|
|
extern const tI18nPhrase Phrases[];
|
|
|
|
#endif // __FEMONI18N_H
|