File: i18n.h

package info (click to toggle)
vdr-plugin-remote 0.3.3-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 212 kB
  • ctags: 118
  • sloc: ansic: 1,337; makefile: 105; sh: 79
file content (20 lines) | stat: -rw-r--r-- 343 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Remote Control plugin for the Video Disk Recorder
 *
 * i18n.h: Internationalization
 *
 * See the README file for copyright information and how to reach the author.
 */


#ifndef __PLUGIN_REMOTE_I18N_H
#define __PLUGIN_REMOTE_I18N_H


#include <vdr/i18n.h>


extern const tI18nPhrase remotePhrases[];


#endif // __PLUGIN_REMOTE_I18N_H