diff options
author | thomas <thomas> | 2006-07-05 20:36:11 +0000 |
---|---|---|
committer | thomas <thomas> | 2006-07-05 20:36:11 +0000 |
commit | 2179180564f179307e41214ee98936df8a0b06c0 (patch) | |
tree | e0f429abfa510029b517fe79274d1afc8caca643 | |
parent | c36434a83f2ec48a8de6c9dd29e33f3b4da324c7 (diff) | |
download | vdr-plugin-streamdev-2179180564f179307e41214ee98936df8a0b06c0.tar.gz vdr-plugin-streamdev-2179180564f179307e41214ee98936df8a0b06c0.tar.bz2 |
Plugin active i18n für 1.4.x eingebaut
-rw-r--r-- | i18n.c | 22 |
1 files changed, 21 insertions, 1 deletions
@@ -1,5 +1,5 @@ /* - * $Id: i18n.c,v 1.3 2005/05/10 21:02:24 lordjaxom Exp $ + * $Id: i18n.c,v 1.4 2006/07/05 20:36:11 thomas Exp $ */ #include "i18n.h" @@ -807,5 +807,25 @@ const tI18nPhrase Phrases[] = { "" // Russian #endif }, + { "Streaming active", // English + "Streamen im Gange",// Deutsch + "", // Slovenski + "", // Italiano + "", // Nederlands + "", // Português + "", // Français + "", // Norsk + "", // suomi + "", // Polski + "", // Español + "", // Ellinika + "", // Svenska + "", // Romaneste + "", // Magyar + "", // Catala +#if VDRVERSNUM >= 10300 + "" // Russian +#endif + }, { NULL } }; |