summaryrefslogtreecommitdiff
path: root/i18n.c
diff options
context:
space:
mode:
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 }
};