From a245047c8c60d3acc0af75f5ffc7479cfeacd34d Mon Sep 17 00:00:00 2001 From: Martin Prochnow Date: Thu, 16 Mar 2006 20:17:58 +0100 Subject: Version 0.6 - after the replay of a recording ended, the menu jumps now to the last replayed recording - recording commands like in VDR's recordings menu now work - start to write some documentation in README --- i18n.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'i18n.c') diff --git a/i18n.c b/i18n.c index b6e89ac..010eb8a 100644 --- a/i18n.c +++ b/i18n.c @@ -1,7 +1,9 @@ /* * See the README file for copyright information and how to reach the author. + * */ + #include "i18n.h" const tI18nPhrase Phrases[] = { @@ -17,6 +19,9 @@ const tI18nPhrase Phrases[] = { { "Button$Play", "Wiedergabe", }, + { "Button$Commands", + "Befehle", + }, { "Button$Rewind", "Anfang", }, -- cgit v1.2.3