summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-04-09 13:26:56 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-04-09 13:26:56 +0200
commit87ba3ae5585878951f9db6fa4d0a975b1e9e2e68 (patch)
tree46426a3d6652ea7375f94c3a3d1d51b409e1d1f1 /i18n.c
parente36da7ab8d9d1da0eb2911cd229070de555c485b (diff)
downloadvdr-87ba3ae5585878951f9db6fa4d0a975b1e9e2e68.tar.gz
vdr-87ba3ae5585878951f9db6fa4d0a975b1e9e2e68.tar.bz2
The initial channel and volume can now be defined in the "Setup/Miscellaneous" menu
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c68
1 files changed, 67 insertions, 1 deletions
diff --git a/i18n.c b/i18n.c
index 06c58ecd..feabf70b 100644
--- a/i18n.c
+++ b/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.254 2006/04/08 13:52:28 kls Exp $
+ * $Id: i18n.c 1.255 2006/04/09 13:04:50 kls Exp $
*
* Translations provided by:
*
@@ -4404,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",