summaryrefslogtreecommitdiff
path: root/src/i18n.cpp
diff options
context:
space:
mode:
authorsvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-21 23:01:20 +0000
committersvntobi <svntobi@cd0d6b48-d4f9-0310-940f-ab8c4eb44d3f>2008-03-21 23:01:20 +0000
commitfeff6c258c109abe5a64f5dd08ad5198c5202e4c (patch)
tree145191b7df91250969db5dd57640dd2a3c2cb535 /src/i18n.cpp
parent20f371ed3393b72ffb23b05f228f9312a149d082 (diff)
downloadvdr-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/i18n.cpp')
-rw-r--r--src/i18n.cpp9
1 files changed, 7 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 }
};