diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-11 13:44:58 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-05-11 13:44:58 +0200 |
commit | 51eb880da0365236e6a08aca3b1d84b14f6294b3 (patch) | |
tree | c05286856f7a422ce95b547935c30ae7fb0ae60e /i18n.c | |
parent | 0fac78954c1d1afeaa772baa4daa0a6e52e1e0a2 (diff) | |
download | vdr-51eb880da0365236e6a08aca3b1d84b14f6294b3.tar.gz vdr-51eb880da0365236e6a08aca3b1d84b14f6294b3.tar.bz2 |
Improved implementation of setup menus for plugins
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: i18n.c 1.87 2002/05/09 13:40:51 kls Exp $ + * $Id: i18n.c 1.88 2002/05/11 11:43:38 kls Exp $ * * Translations provided by: * @@ -1270,6 +1270,19 @@ const tI18nPhrase Phrases[] = { "Plugins", "Plugins", }, + { "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + "Plugin", + }, { "Restart", "Neustart", "Ponoven zagon", |