mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Support for two audio channels
This commit is contained in:
24
i18n.c
24
i18n.c
@@ -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",
|
||||
|
Reference in New Issue
Block a user