mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Converted to the new API plus several small enhancements
This commit is contained in:
20
i18n.c
20
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.16 2001/03/31 09:58:14 kls Exp $
|
||||
* $Id: i18n.c 1.17 2001/06/02 09:39:36 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -452,6 +452,12 @@ const tPhrase Phrases[] = {
|
||||
"Marca la registrazione",
|
||||
"Direkte opnamen markeren",
|
||||
},
|
||||
{ "LnbSLOF",
|
||||
"LnbSLOF",
|
||||
"LnbSLOF",
|
||||
"LnbSLOF",
|
||||
"LnbSLOF",
|
||||
},
|
||||
{ "LnbFrequLo",
|
||||
"Untere LNB-Frequenz",
|
||||
"Spodnja LNB-frek.",
|
||||
@@ -500,6 +506,18 @@ const tPhrase Phrases[] = {
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "DefaultPriority",
|
||||
"Default Priorit<69>t",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "DefaultLifetime",
|
||||
"Default Lebensdauer",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
// The days of the week:
|
||||
{ "MTWTFSS",
|
||||
"MDMDFSS",
|
||||
|
Reference in New Issue
Block a user