summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlordjaxom <lordjaxom>2005-01-20 17:07:28 +0000
committerlordjaxom <lordjaxom>2005-01-20 17:07:28 +0000
commit756df3bcf0d9b39fb9197309f59e411cee6467f5 (patch)
tree88e046842a4fb6d27782dcd2f1a50f9be3be2781
parent45128661783dc02428f2a73df9a5e043e5f4f6dc (diff)
downloadvdr-plugin-text2skin-756df3bcf0d9b39fb9197309f59e411cee6467f5.tar.gz
vdr-plugin-text2skin-756df3bcf0d9b39fb9197309f59e411cee6467f5.tar.bz2
- Added translation for skin too large message
-rw-r--r--i18n.c27
1 files changed, 26 insertions, 1 deletions
diff --git a/i18n.c b/i18n.c
index 9c5a80e..8a89172 100644
--- a/i18n.c
+++ b/i18n.c
@@ -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 }
};