diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-03 13:07:20 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2001-06-03 13:07:20 +0200 |
commit | a9b2afd28b878f932f98983e5e4e4f780ac6a7fe (patch) | |
tree | 479d2830d1508fe75288b0e85c2c2bb24f866a6b /i18n.c | |
parent | b41adae497b395d66cbca978a0b1b557aebda070 (diff) | |
download | vdr-a9b2afd28b878f932f98983e5e4e4f780ac6a7fe.tar.gz vdr-a9b2afd28b878f932f98983e5e4e4f780ac6a7fe.tar.bz2 |
Support for two audio channels
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 24 |
1 files changed, 18 insertions, 6 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.17 2001/06/02 09:39:36 kls Exp $ + * $Id: i18n.c 1.18 2001/06/03 12:57:21 kls Exp $ * * Slovenian translations provided by Miha Setina <mihasetina@softhome.net> * Italian translations provided by Alberto Carraro <bertocar@tin.it> @@ -225,6 +225,12 @@ const tPhrase Phrases[] = { "Programma", "Programma", }, + { "Language", + "Sprache", + "Jezik", + "Linguaggio", + "Taal", + }, // Confirmations: { "Delete channel?", "Kanal löschen?", @@ -293,11 +299,17 @@ const tPhrase Phrases[] = { "Vpid", "Vpid", }, - { "Apid", - "Apid", - "Apid", - "Apid", - "Apid", + { "Apid1", + "Apid1", + "Apid1", + "Apid1", + "Apid1", + }, + { "Apid2", + "Apid2", + "Apid2", + "Apid2", + "Apid2", }, { "Tpid", "Tpid", |