summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--HISTORY8
-rw-r--r--README2
-rw-r--r--po/it.po12
-rw-r--r--src/Version.h2
4 files changed, 14 insertions, 10 deletions
diff --git a/HISTORY b/HISTORY
index e11573c..8670936 100644
--- a/HISTORY
+++ b/HISTORY
@@ -28,8 +28,8 @@ VDR Plugin 'menuorg' Revision History
2008-03-23: Version 0.4
-- Added optional title attribute for system and plugin menu items, which allows the
- displayed text to be changed
+- Added optional title attribute for system and plugin menu items, which allows
+ the displayed text to be changed
- Added a Seperator Item
- Now an empty submenu can exist
- Now VDR >= 1.5.18 is required
@@ -47,3 +47,7 @@ VDR Plugin 'menuorg' Revision History
- Separator items now don't have a hotkey (number) in the OSD menu anymore
(requires the patch to be updated once more)
- Added French translation by NIVAL Michaël <mnival@club-internet.fr>
+
+2008-03-26: Version 0.4.3
+
+- Updated Italian translation by Diego Pierotto <vdr-italian@tiscali.it>
diff --git a/README b/README
index 8a3177b..7bd26a1 100644
--- a/README
+++ b/README
@@ -8,7 +8,7 @@ Project's homepage:
http://www.e-tobi.net/blog/pages/vdr-menuorg
Translations:
- it: The Italian VDR Community - Gringo <vdr-italian@tiscali.it>
+ it: Diego Pierotto <vdr-italian@tiscali.it> (The Italian VDR Community)
fr: NIVAL Michaël <mnival@club-internet.fr>
License:
diff --git a/po/it.po b/po/it.po
index c47840d..fa32a09 100644
--- a/po/it.po
+++ b/po/it.po
@@ -3,9 +3,9 @@ msgstr ""
"Project-Id-Version: vdr-menuorg\n"
"Report-Msgid-Bugs-To: <vdr@e-tobi.net>\n"
"POT-Creation-Date: 2008-03-22 16:44+0100\n"
-"PO-Revision-Date: 2008-03-22 16:47+0100\n"
+"PO-Revision-Date: 2008-03-26 01:01+0100\n"
"Last-Translator: Gringo <vdr-italian@tiscali.it>\n"
-"Language-Team: Gringo <vdr-italian@tiscali.it>\n"
+"Language-Team: Gringo <vdr-italian@tiscali.it>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
@@ -13,14 +13,14 @@ msgstr ""
"X-Poedit-Country: ITALY\n"
msgid "Reorganizes the main menu"
-msgstr ""
+msgstr "Riorganizza il menu principale"
msgid "Failed to load MenuOrg's config file!"
-msgstr "Impossibile caricare il file di configurazione MenuOrg"
+msgstr "Caricamento file config. MenuOrg fallito!"
msgid "Enable custom menu"
-msgstr ""
+msgstr "Attiva menu personalizzati"
msgid "Include unconfigured plugins"
-msgstr ""
+msgstr "Includi plugin non configurati"
diff --git a/src/Version.h b/src/Version.h
index 3aa543d..6d724f5 100644
--- a/src/Version.h
+++ b/src/Version.h
@@ -24,6 +24,6 @@
#ifndef ___VERSION_H
#define ___VERSION_H
-static const char VERSION[] = "0.4.2";
+static const char VERSION[] = "0.4.3";
#endif