diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-06-22 09:30:06 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-06-22 09:30:06 +0200 |
commit | 8a9898ea4f5d1ad71d3ab13b08484bd6ef3a72c8 (patch) | |
tree | d17a8bb31031de9b359f204bd9329e76b9b3314b /i18n.h | |
parent | 3ab746babd6d879f05b4cbc76662c65cf4146397 (diff) | |
download | vdr-8a9898ea4f5d1ad71d3ab13b08484bd6ef3a72c8.tar.gz vdr-8a9898ea4f5d1ad71d3ab13b08484bd6ef3a72c8.tar.bz2 |
Added Hungarian language texts
Diffstat (limited to 'i18n.h')
-rw-r--r-- | i18n.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.h 1.4 2002/06/10 16:14:02 kls Exp $ + * $Id: i18n.h 1.5 2002/06/22 09:12:21 kls Exp $ */ #ifndef __I18N_H @@ -12,7 +12,7 @@ #include <stdio.h> -const int I18nNumLanguages = 14; +const int I18nNumLanguages = 15; typedef const char *tI18nPhrase[I18nNumLanguages]; |