diff options
author | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-21 23:01:20 +0000 |
---|---|---|
committer | svntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f> | 2008-03-21 23:01:20 +0000 |
commit | feff6c258c109abe5a64f5dd08ad5198c5202e4c (patch) | |
tree | 145191b7df91250969db5dd57640dd2a3c2cb535 /src | |
parent | 20f371ed3393b72ffb23b05f228f9312a149d082 (diff) | |
download | vdr-plugin-menuorg-feff6c258c109abe5a64f5dd08ad5198c5202e4c.tar.gz vdr-plugin-menuorg-feff6c258c109abe5a64f5dd08ad5198c5202e4c.tar.bz2 |
merged changes from the 0.3.x branch
git-svn-id: file:///home/tobias/sandbox/vdr/--/vdr-pkg/vdr-pkg/menuorg/trunk@6962 cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f
Diffstat (limited to 'src')
-rw-r--r-- | src/i18n.cpp | 9 | ||||
-rw-r--r-- | src/i18n.h | 1 |
2 files changed, 8 insertions, 2 deletions
diff --git a/src/i18n.cpp b/src/i18n.cpp index ab5a7a6..d17cc13 100644 --- a/src/i18n.cpp +++ b/src/i18n.cpp @@ -20,6 +20,12 @@ * */ +/* + * Translators: + * - Italian translations provided by Gringo <vdr-italian@tiscali.it> + * + */ + #include "i18n.h" const tI18nPhrase Phrases[] = @@ -28,7 +34,7 @@ const tI18nPhrase Phrases[] = "Failed to load MenuOrg's config file!", // 1 English "Konnte die MenuOrg Konfigurationsdatei nicht laden", // 2 Deutsch "", // 3 Slovenski - "", // 4 Italiano + "Impossibile caricare il file di configurazione MenuOrg", // 4 Italiano "", // 5 Nederlands "", // 6 Português "", // 7 Français @@ -207,7 +213,6 @@ const tI18nPhrase Phrases[] = "", "", "", - "", }, { NULL } }; @@ -24,6 +24,7 @@ #define ___I18N__H #include <vdr/i18n.h> +#include <vdr/config.h> extern const tI18nPhrase Phrases[]; |