File: i18n.h

package info (click to toggle)
vdr-plugin-dvd 0.3.6~b03%2Bcvs20090426.0013-19
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 688 kB
  • ctags: 1,098
  • sloc: ansic: 5,095; sh: 636; makefile: 87; ruby: 10
file content (23 lines) | stat: -rwxr-xr-x 476 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
/*
 * DVD Player plugin for VDR
 *
 * Copyright (C) 2001.2002 Andreas Schultz <aschultz@warp10.net>
 *
 * This code is distributed under the terms and conditions of the
 * GNU GENERAL PUBLIC LICENSE. See the file COPYING for details.
 *
 */

#ifndef __DVD_I18N_H
#define __DVD_I18N_H

#include <vdr/i18n.h>

extern const char *ISO639code[];
extern const char *DvdLanguageCode[][2];
#if VDRVERSNUM < 10507
extern const tI18nPhrase DvdPhrases[];
#endif

#endif // __DVD_I18N_H