summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
authorMartin Prochnow <nordlicht@martins-kabuff.de>2006-03-12 18:14:36 +0100
committerAndreas Mair <andreas@vdr-developer.org>2006-03-12 18:14:36 +0100
commit17f89bafd559b28b5a175aa82730226dfe9f7d69 (patch)
tree7098824c14f462d44eaaccf5dc4c6975673ed275 /i18n.c
parentbabfdd26f9d2fbe164205951413d74aa6d21ef23 (diff)
downloadvdr-plugin-extrecmenu-0.3.tar.gz
vdr-plugin-extrecmenu-0.3.tar.bz2
Version 0.3v0.3
- details for directories are shown now (# of entries, # of new entries) - option to shown the length of a recording - option to hide recording date, time and/or length
Diffstat (limited to 'i18n.c')
-rw-r--r--i18n.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/i18n.c b/i18n.c
index c400632..3dc620a 100644
--- a/i18n.c
+++ b/i18n.c
@@ -47,5 +47,14 @@ const tI18nPhrase Phrases[] = {
{ "Rename recording",
"Aufzeichnung umbenennen",
},
+ { "Show recording date",
+ "Zeige Aufnahmedatum",
+ },
+ { "Show recording time",
+ "Zeige Aufnahmezeit",
+ },
+ { "Show recording length",
+ "Zeige Aufnahmelänge",
+ },
{ NULL }
};