diff options
author | Andreas Brugger <brougs78@gmx.net> | 2006-02-04 18:25:22 +0100 |
---|---|---|
committer | Thomas Günther <tom@toms-cafe.de> | 2009-06-03 03:08:32 +0200 |
commit | 8d32cf88bbe5b69a2710029cdaa896470a0fe20c (patch) | |
tree | 8a5cbc0e00440ff6a85181e1ffadf4576fa7d343 /i18n.c | |
parent | c1bf83aec2961a4e84dbc1c36042bd985f044a91 (diff) | |
download | vdr-plugin-text2skin-8d32cf88bbe5b69a2710029cdaa896470a0fe20c.tar.gz vdr-plugin-text2skin-8d32cf88bbe5b69a2710029cdaa896470a0fe20c.tar.bz2 |
2006-02-04: Version 1.1-cvs_ext-0.8 (vdr-text2skin-1.1-cvs_ext-0.8.diff)
- added a configuration option for showing the scrollbar in the menus and
finished implementation
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -129,6 +129,31 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "Show scrollbar in the menus", + "Zeige Bildlaufleiste in Menüs", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif + }, { "Reset Marquee for new item", "Marquee für neues Item zurücksetzen", "", |