diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-06 10:26:52 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2004-11-06 10:26:52 +0100 |
commit | 042523bf2b68586a6a8a769bd10e62e88ee2bafe (patch) | |
tree | cb1aff7f6c378a6c0ccaf16c623fa5d4ef372ed1 /i18n.h | |
parent | 7fbd1c56757a7bdb19762c976a6ae5847da0113d (diff) | |
download | vdr-042523bf2b68586a6a8a769bd10e62e88ee2bafe.tar.gz vdr-042523bf2b68586a6a8a769bd10e62e88ee2bafe.tar.bz2 |
Added Danish 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.13 2004/10/16 11:50:41 kls Exp $ + * $Id: i18n.h 1.14 2004/11/06 10:26:52 kls Exp $ */ #ifndef __I18N_H @@ -12,7 +12,7 @@ #include <stdio.h> -const int I18nNumLanguages = 19; +const int I18nNumLanguages = 20; typedef const char *tI18nPhrase[I18nNumLanguages]; |