diff options
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 92 |
1 files changed, 90 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.c 1.252 2006/03/26 09:17:58 kls Exp $ + * $Id: i18n.c 1.255 2006/04/09 13:04:50 kls Exp $ * * Translations provided by: * @@ -680,7 +680,7 @@ const tI18nPhrase Phrases[] = { "Til/Fra", "Zap./Vyp.", }, - { "Timer", + { "Button$Timer", "Timer", "",// TODO "",// TODO @@ -2246,6 +2246,28 @@ const tI18nPhrase Phrases[] = { "*** Ugyldig kanal! ***", "*** Neplatný kanál ***", }, + { "Upcoming VPS recording!", + "VPS-Aufnahme beginnt in Kürze!", + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + "",//TODO + }, { "No free DVB device to record!", "Keine freie DVB-Karte zum Aufnehmen!", "Ni proste DVB naprave za snemanje!", @@ -4382,6 +4404,72 @@ const tI18nPhrase Phrases[] = { "Zap timeout (s)", "Časový limit Zap (s)", }, + { "Setup.Miscellaneous$Initial channel", + "Kanal beim Einschalten", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, + { "Setup.Miscellaneous$Initial volume", + "Lautstärke beim Einschalten", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, + { "Setup.Miscellaneous$as before", + "wie vorher", + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + "",// TODO + }, // The days of the week: { "MTWTFSS", "MDMDFSS", |