mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
Implemented the 'First day' parameter for repeating timers
This commit is contained in:
22
i18n.c
22
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.53 2002/02/10 15:07:46 kls Exp $
|
||||
* $Id: i18n.c 1.54 2002/02/17 12:36:19 kls Exp $
|
||||
*
|
||||
* Slovenian translations provided by Miha Setina <mihasetina@softhome.net>
|
||||
* Italian translations provided by Alberto Carraro <bertocar@tin.it>
|
||||
@@ -261,6 +261,16 @@ const tPhrase Phrases[] = {
|
||||
"Marker",
|
||||
"Merkitse",
|
||||
},
|
||||
{ "On/Off",
|
||||
"Ein/Aus",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
{ "Record",
|
||||
"Aufnehmen",
|
||||
"Posnemi",
|
||||
@@ -684,6 +694,16 @@ const tPhrase Phrases[] = {
|
||||
"Filnavn",
|
||||
"Tiedosto",
|
||||
},
|
||||
{ "First day",
|
||||
"Erster Tag",
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
"", // TODO
|
||||
},
|
||||
// Error messages:
|
||||
{ "Channel is being used by a timer!",
|
||||
"Kanal wird von einem Timer benutzt!",
|
||||
|
Reference in New Issue
Block a user