summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-03-14 16:45:35 +0100
committerAndreas Mair <andreas@vdr-developer.org>2006-03-14 16:45:35 +0100
commitdda6babd28ffef10bed47f53f2b4a9168fa90a67 (patch)
tree961f4e90c9b8014ee347b1eaa5b2b67a63f1bb36 /i18n.c
parent69ab28fe3563ca25153a7bc5bfab003f6c23d9aa (diff)
downloadvdr-plugin-extrecmenu-dda6babd28ffef10bed47f53f2b4a9168fa90a67.tar.gz
vdr-plugin-extrecmenu-dda6babd28ffef10bed47f53f2b4a9168fa90a67.tar.bz2
Version 0.5v0.5
- improved updating of moved or renamed recordings - updating should be faster now - added patch and option to replace VDR's recordings menu; thanks to 'egal' from vdr-portal.de - fixed the settings of tabs - month of a recording was shown the wrong way - fixed
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/i18n.c b/i18n.c
index 6488471..b6e89ac 100644
--- a/i18n.c
+++ b/i18n.c
@@ -59,5 +59,8 @@ const tI18nPhrase Phrases[] = {
{ "Hide main menu entry",
"Hauptmenüeintrag ausblenden",
},
+ { "Replace original recordings menu",
+ "Originales Aufzeichnungsmenü ersetzen",
+ },
{ NULL }
};