diff options
Diffstat (limited to 'i18n.c')
-rw-r--r-- | i18n.c | 27 |
1 files changed, 26 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.2 2005/01/11 18:00:34 lordjaxom Exp $ + * $Id: i18n.c,v 1.3 2005/01/20 17:07:28 lordjaxom Exp $ */ #include "i18n.h" @@ -129,6 +129,31 @@ const tI18nPhrase Phrases[] = { "", #endif }, + { "Skin too large or incorrectly aligned", + "Skin zu groß oder nicht korrekt ausgerichtet", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", + "", +#if VDRVERSNUM >= 10313 + "", +#endif +#if VDRVERSNUM >= 10316 + "", +#endif + }, { NULL } }; |