summaryrefslogtreecommitdiffstats
path: root/gettext-tools/examples
diff options
context:
space:
mode:
Diffstat (limited to 'gettext-tools/examples')
-rw-r--r--gettext-tools/examples/ChangeLog7
-rw-r--r--gettext-tools/examples/Makefile.am27
-rw-r--r--gettext-tools/examples/hello-c++-gnome/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c++-kde/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c++-qt/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c++/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c-gnome/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-c/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-clisp/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-csharp-forms/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-csharp/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-gawk/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-guile/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-java-awt/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-java-swing/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-java/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-librep/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-objc-gnome/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-objc-gnustep/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-objc/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-pascal/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-perl/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-php/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-python/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-sh/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-smalltalk/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-tcl-tk/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-tcl/po/LINGUAS2
-rw-r--r--gettext-tools/examples/hello-ycp/po/LINGUAS2
-rw-r--r--gettext-tools/examples/po/LINGUAS2
-rw-r--r--gettext-tools/examples/po/it.po85
31 files changed, 147 insertions, 28 deletions
diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog
index 5543d74..ca5e994 100644
--- a/gettext-tools/examples/ChangeLog
+++ b/gettext-tools/examples/ChangeLog
@@ -1,3 +1,10 @@
+2005-03-08 Bruno Haible <bruno@clisp.org>
+
+ * po/it.po: New file, from Marco Colombo <m.colombo@ed.ac.uk>.
+ * po/LINGUAS: Add it.
+ * hello-*/po/LINGUAS: Update.
+ * Makefile.am (EXAMPLESFILES): Add the new message catalogs.
+
2005-03-06 Bruno Haible <bruno@clisp.org>
* po/Makefile.am, hello-*/po/Makefile.am (stamp-po): Do nothing if
diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am
index 2e9b118..8c148c8 100644
--- a/gettext-tools/examples/Makefile.am
+++ b/gettext-tools/examples/Makefile.am
@@ -45,6 +45,7 @@ EXAMPLESFILES = \
hello-c/po/es.po \
hello-c/po/fr.po \
hello-c/po/ga.po \
+ hello-c/po/it.po \
hello-c/po/ja.po \
hello-c/po/nl.po \
hello-c/po/pl.po \
@@ -78,6 +79,7 @@ EXAMPLESFILES = \
hello-c-gnome/po/es.po \
hello-c-gnome/po/fr.po \
hello-c-gnome/po/ga.po \
+ hello-c-gnome/po/it.po \
hello-c-gnome/po/ja.po \
hello-c-gnome/po/nl.po \
hello-c-gnome/po/pl.po \
@@ -108,6 +110,7 @@ EXAMPLESFILES = \
hello-c++/po/es.po \
hello-c++/po/fr.po \
hello-c++/po/ga.po \
+ hello-c++/po/it.po \
hello-c++/po/ja.po \
hello-c++/po/nl.po \
hello-c++/po/pl.po \
@@ -139,6 +142,7 @@ EXAMPLESFILES = \
hello-c++-qt/po/es.po \
hello-c++-qt/po/fr.po \
hello-c++-qt/po/ga.po \
+ hello-c++-qt/po/it.po \
hello-c++-qt/po/ja.po \
hello-c++-qt/po/nl.po \
hello-c++-qt/po/pl.po \
@@ -196,6 +200,7 @@ EXAMPLESFILES = \
hello-c++-kde/po/es.po \
hello-c++-kde/po/fr.po \
hello-c++-kde/po/ga.po \
+ hello-c++-kde/po/it.po \
hello-c++-kde/po/ja.po \
hello-c++-kde/po/nl.po \
hello-c++-kde/po/pl.po \
@@ -231,6 +236,7 @@ EXAMPLESFILES = \
hello-c++-gnome/po/es.po \
hello-c++-gnome/po/fr.po \
hello-c++-gnome/po/ga.po \
+ hello-c++-gnome/po/it.po \
hello-c++-gnome/po/ja.po \
hello-c++-gnome/po/nl.po \
hello-c++-gnome/po/pl.po \
@@ -261,6 +267,7 @@ EXAMPLESFILES = \
hello-objc/po/es.po \
hello-objc/po/fr.po \
hello-objc/po/ga.po \
+ hello-objc/po/it.po \
hello-objc/po/ja.po \
hello-objc/po/nl.po \
hello-objc/po/pl.po \
@@ -294,6 +301,7 @@ EXAMPLESFILES = \
hello-objc-gnustep/po/es.po \
hello-objc-gnustep/po/fr.po \
hello-objc-gnustep/po/ga.po \
+ hello-objc-gnustep/po/it.po \
hello-objc-gnustep/po/ja.po \
hello-objc-gnustep/po/nl.po \
hello-objc-gnustep/po/pl.po \
@@ -327,6 +335,7 @@ EXAMPLESFILES = \
hello-objc-gnome/po/es.po \
hello-objc-gnome/po/fr.po \
hello-objc-gnome/po/ga.po \
+ hello-objc-gnome/po/it.po \
hello-objc-gnome/po/ja.po \
hello-objc-gnome/po/nl.po \
hello-objc-gnome/po/pl.po \
@@ -356,6 +365,7 @@ EXAMPLESFILES = \
hello-sh/po/es.po \
hello-sh/po/fr.po \
hello-sh/po/ga.po \
+ hello-sh/po/it.po \
hello-sh/po/ja.po \
hello-sh/po/nl.po \
hello-sh/po/pl.po \
@@ -385,6 +395,7 @@ EXAMPLESFILES = \
hello-python/po/es.po \
hello-python/po/fr.po \
hello-python/po/ga.po \
+ hello-python/po/it.po \
hello-python/po/ja.po \
hello-python/po/nl.po \
hello-python/po/pl.po \
@@ -414,6 +425,7 @@ EXAMPLESFILES = \
hello-clisp/po/es.po \
hello-clisp/po/fr.po \
hello-clisp/po/ga.po \
+ hello-clisp/po/it.po \
hello-clisp/po/ja.po \
hello-clisp/po/nl.po \
hello-clisp/po/pl.po \
@@ -443,6 +455,7 @@ EXAMPLESFILES = \
hello-librep/po/es.po \
hello-librep/po/fr.po \
hello-librep/po/ga.po \
+ hello-librep/po/it.po \
hello-librep/po/ja.po \
hello-librep/po/nl.po \
hello-librep/po/pl.po \
@@ -472,6 +485,7 @@ EXAMPLESFILES = \
hello-guile/po/es.po \
hello-guile/po/fr.po \
hello-guile/po/ga.po \
+ hello-guile/po/it.po \
hello-guile/po/ja.po \
hello-guile/po/nl.po \
hello-guile/po/pl.po \
@@ -501,6 +515,7 @@ EXAMPLESFILES = \
hello-smalltalk/po/es.po \
hello-smalltalk/po/fr.po \
hello-smalltalk/po/ga.po \
+ hello-smalltalk/po/it.po \
hello-smalltalk/po/ja.po \
hello-smalltalk/po/nl.po \
hello-smalltalk/po/pl.po \
@@ -530,6 +545,7 @@ EXAMPLESFILES = \
hello-java/po/es.po \
hello-java/po/fr.po \
hello-java/po/ga.po \
+ hello-java/po/it.po \
hello-java/po/ja.po \
hello-java/po/nl.po \
hello-java/po/pl.po \
@@ -562,6 +578,7 @@ EXAMPLESFILES = \
hello-java-awt/po/es.po \
hello-java-awt/po/fr.po \
hello-java-awt/po/ga.po \
+ hello-java-awt/po/it.po \
hello-java-awt/po/ja.po \
hello-java-awt/po/nl.po \
hello-java-awt/po/pl.po \
@@ -594,6 +611,7 @@ EXAMPLESFILES = \
hello-java-swing/po/es.po \
hello-java-swing/po/fr.po \
hello-java-swing/po/ga.po \
+ hello-java-swing/po/it.po \
hello-java-swing/po/ja.po \
hello-java-swing/po/nl.po \
hello-java-swing/po/pl.po \
@@ -623,6 +641,7 @@ EXAMPLESFILES = \
hello-csharp/po/es.po \
hello-csharp/po/fr.po \
hello-csharp/po/ga.po \
+ hello-csharp/po/it.po \
hello-csharp/po/ja.po \
hello-csharp/po/nl.po \
hello-csharp/po/pl.po \
@@ -653,6 +672,7 @@ EXAMPLESFILES = \
hello-csharp-forms/po/es.po \
hello-csharp-forms/po/fr.po \
hello-csharp-forms/po/ga.po \
+ hello-csharp-forms/po/it.po \
hello-csharp-forms/po/ja.po \
hello-csharp-forms/po/nl.po \
hello-csharp-forms/po/pl.po \
@@ -682,6 +702,7 @@ EXAMPLESFILES = \
hello-gawk/po/es.po \
hello-gawk/po/fr.po \
hello-gawk/po/ga.po \
+ hello-gawk/po/it.po \
hello-gawk/po/ja.po \
hello-gawk/po/nl.po \
hello-gawk/po/pl.po \
@@ -712,6 +733,7 @@ EXAMPLESFILES = \
hello-pascal/po/es.po \
hello-pascal/po/fr.po \
hello-pascal/po/ga.po \
+ hello-pascal/po/it.po \
hello-pascal/po/ja.po \
hello-pascal/po/nl.po \
hello-pascal/po/pl.po \
@@ -741,6 +763,7 @@ EXAMPLESFILES = \
hello-ycp/po/es.po \
hello-ycp/po/fr.po \
hello-ycp/po/ga.po \
+ hello-ycp/po/it.po \
hello-ycp/po/ja.po \
hello-ycp/po/nl.po \
hello-ycp/po/pl.po \
@@ -770,6 +793,7 @@ EXAMPLESFILES = \
hello-tcl/po/es.po \
hello-tcl/po/fr.po \
hello-tcl/po/ga.po \
+ hello-tcl/po/it.po \
hello-tcl/po/ja.po \
hello-tcl/po/nl.po \
hello-tcl/po/pl.po \
@@ -799,6 +823,7 @@ EXAMPLESFILES = \
hello-tcl-tk/po/es.po \
hello-tcl-tk/po/fr.po \
hello-tcl-tk/po/ga.po \
+ hello-tcl-tk/po/it.po \
hello-tcl-tk/po/ja.po \
hello-tcl-tk/po/nl.po \
hello-tcl-tk/po/pl.po \
@@ -829,6 +854,7 @@ EXAMPLESFILES = \
hello-perl/po/es.po \
hello-perl/po/fr.po \
hello-perl/po/ga.po \
+ hello-perl/po/it.po \
hello-perl/po/ja.po \
hello-perl/po/nl.po \
hello-perl/po/pl.po \
@@ -859,6 +885,7 @@ EXAMPLESFILES = \
hello-php/po/es.po \
hello-php/po/fr.po \
hello-php/po/ga.po \
+ hello-php/po/it.po \
hello-php/po/ja.po \
hello-php/po/nl.po \
hello-php/po/pl.po \
diff --git a/gettext-tools/examples/hello-c++-gnome/po/LINGUAS b/gettext-tools/examples/hello-c++-gnome/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-c++-gnome/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++-gnome/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-c++-kde/po/LINGUAS b/gettext-tools/examples/hello-c++-kde/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-c++-kde/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++-kde/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-c++-qt/po/LINGUAS b/gettext-tools/examples/hello-c++-qt/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-c++-qt/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++-qt/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-c++/po/LINGUAS b/gettext-tools/examples/hello-c++/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-c++/po/LINGUAS
+++ b/gettext-tools/examples/hello-c++/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-c-gnome/po/LINGUAS b/gettext-tools/examples/hello-c-gnome/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-c-gnome/po/LINGUAS
+++ b/gettext-tools/examples/hello-c-gnome/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-c/po/LINGUAS b/gettext-tools/examples/hello-c/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-c/po/LINGUAS
+++ b/gettext-tools/examples/hello-c/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-clisp/po/LINGUAS b/gettext-tools/examples/hello-clisp/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-clisp/po/LINGUAS
+++ b/gettext-tools/examples/hello-clisp/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-csharp-forms/po/LINGUAS b/gettext-tools/examples/hello-csharp-forms/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-csharp-forms/po/LINGUAS
+++ b/gettext-tools/examples/hello-csharp-forms/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-csharp/po/LINGUAS b/gettext-tools/examples/hello-csharp/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-csharp/po/LINGUAS
+++ b/gettext-tools/examples/hello-csharp/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-gawk/po/LINGUAS b/gettext-tools/examples/hello-gawk/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-gawk/po/LINGUAS
+++ b/gettext-tools/examples/hello-gawk/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-guile/po/LINGUAS b/gettext-tools/examples/hello-guile/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-guile/po/LINGUAS
+++ b/gettext-tools/examples/hello-guile/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-java-awt/po/LINGUAS b/gettext-tools/examples/hello-java-awt/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-java-awt/po/LINGUAS
+++ b/gettext-tools/examples/hello-java-awt/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-java-swing/po/LINGUAS b/gettext-tools/examples/hello-java-swing/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-java-swing/po/LINGUAS
+++ b/gettext-tools/examples/hello-java-swing/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-java/po/LINGUAS b/gettext-tools/examples/hello-java/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-java/po/LINGUAS
+++ b/gettext-tools/examples/hello-java/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-librep/po/LINGUAS b/gettext-tools/examples/hello-librep/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-librep/po/LINGUAS
+++ b/gettext-tools/examples/hello-librep/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-objc-gnome/po/LINGUAS b/gettext-tools/examples/hello-objc-gnome/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-objc-gnome/po/LINGUAS
+++ b/gettext-tools/examples/hello-objc-gnome/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS b/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS
+++ b/gettext-tools/examples/hello-objc-gnustep/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-objc/po/LINGUAS b/gettext-tools/examples/hello-objc/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-objc/po/LINGUAS
+++ b/gettext-tools/examples/hello-objc/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-pascal/po/LINGUAS b/gettext-tools/examples/hello-pascal/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-pascal/po/LINGUAS
+++ b/gettext-tools/examples/hello-pascal/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-perl/po/LINGUAS b/gettext-tools/examples/hello-perl/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-perl/po/LINGUAS
+++ b/gettext-tools/examples/hello-perl/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-php/po/LINGUAS b/gettext-tools/examples/hello-php/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-php/po/LINGUAS
+++ b/gettext-tools/examples/hello-php/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-python/po/LINGUAS b/gettext-tools/examples/hello-python/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-python/po/LINGUAS
+++ b/gettext-tools/examples/hello-python/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-sh/po/LINGUAS b/gettext-tools/examples/hello-sh/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-sh/po/LINGUAS
+++ b/gettext-tools/examples/hello-sh/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-smalltalk/po/LINGUAS b/gettext-tools/examples/hello-smalltalk/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-smalltalk/po/LINGUAS
+++ b/gettext-tools/examples/hello-smalltalk/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-tcl-tk/po/LINGUAS b/gettext-tools/examples/hello-tcl-tk/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-tcl-tk/po/LINGUAS
+++ b/gettext-tools/examples/hello-tcl-tk/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-tcl/po/LINGUAS b/gettext-tools/examples/hello-tcl/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-tcl/po/LINGUAS
+++ b/gettext-tools/examples/hello-tcl/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/hello-ycp/po/LINGUAS b/gettext-tools/examples/hello-ycp/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/hello-ycp/po/LINGUAS
+++ b/gettext-tools/examples/hello-ycp/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/po/LINGUAS b/gettext-tools/examples/po/LINGUAS
index 9b0d207..49ccf62 100644
--- a/gettext-tools/examples/po/LINGUAS
+++ b/gettext-tools/examples/po/LINGUAS
@@ -3,4 +3,4 @@
# This file is in the public domain.
#
# Set of available languages.
-af ca de el es fr ga ja nl pl ro ru sk sr sv tr uk vi zh_CN
+af ca de el es fr ga it ja nl pl ro ru sk sr sv tr uk vi zh_CN
diff --git a/gettext-tools/examples/po/it.po b/gettext-tools/examples/po/it.po
new file mode 100644
index 0000000..f0a4c33
--- /dev/null
+++ b/gettext-tools/examples/po/it.po
@@ -0,0 +1,85 @@
+# Italian messages for gettext-examples.
+# Copyright (C) 2005 Yoyodyne, Inc.
+# This file is distributed under the same license as the gettext package.
+# Marco Colombo <m.colombo@ed.ac.uk>, 2005.
+#
+msgid ""
+msgstr ""
+"Project-Id-Version: gettext-examples 0.14.2\n"
+"Report-Msgid-Bugs-To: bug-gnu-gettext@gnu.org\n"
+"POT-Creation-Date: 2005-01-29 17:39+0100\n"
+"PO-Revision-Date: 2005-03-05 10:28+0000\n"
+"Last-Translator: Marco Colombo <m.colombo@ed.ac.uk>\n"
+"Language-Team: Italian <tp@lists.linux.it>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+
+#: hello-c/hello.c:31 hello-c-gnome/hello.c:47 hello-c++/hello.cc:40
+#: hello-c++-qt/hello.cc:46 hello-c++-kde/hellowindow.cc:42
+#: hello-c++-gnome/hello.cc:51 hello-objc/hello.m:31
+#: hello-objc-gnustep/Hello.m:50 hello-objc-gnome/hello.m:48
+#: hello-sh/hello.sh:15 hello-python/hello.py.in:13
+#: hello-clisp/hello.lisp.in:12 hello-librep/hello.jl.in:13
+#: hello-guile/hello.scm:16 hello-smalltalk/hello.st.in:32
+#: hello-java/Hello.java:15 hello-java-awt/Hello.java:24
+#: hello-java-swing/Hello.java:21 hello-csharp/hello.cs:15
+#: hello-csharp-forms/hello.cs:30 hello-gawk/hello.awk:12
+#: hello-pascal/hello.hello_world hello-ycp/hello.ycp:16
+#: hello-tcl/hello.tcl:12 hello-tcl-tk/hello.tcl:14
+#: hello-perl/hello-1.pl.in:18 hello-perl/hello-2.pl.in:13
+#: hello-php/hello.php:13
+msgid "Hello, world!"
+msgstr "Salve, mondo!"
+
+#: hello-c/hello.c:32 hello-c-gnome/hello.c:52 hello-c++/hello.cc:41
+#: hello-c++-gnome/hello.cc:56 hello-objc/hello.m:32
+#: hello-objc-gnustep/Hello.m:59 hello-objc-gnome/hello.m:53
+#: hello-librep/hello.jl.in:15 hello-gawk/hello.awk:13
+#: hello-pascal/hello.running_as hello-tcl/hello.tcl:13
+#: hello-tcl-tk/hello.tcl:17 hello-perl/hello-1.pl.in:20
+#: hello-php/hello.php:15
+#, php-format
+msgid "This program is running as process number %d."
+msgstr "Questo programma è in esecuzione con numero di processo %d."
+
+#: hello-c++-qt/hello.cc:53 hello-c++-kde/hellowindow.cc:49
+#: hello-smalltalk/hello.st.in:33 hello-ycp/hello.ycp:20
+#, ycp-format
+msgid "This program is running as process number %1."
+msgstr "Questo programma è in esecuzione con numero di processo %1."
+
+#: hello-c++-kde/hello.cc:46
+msgid "Hello example"
+msgstr "Esempio di salve mondo"
+
+#: hello-c++-kde/hello.cc:48
+msgid "Hello world example"
+msgstr "Esempio di Salve mondo"
+
+#: hello-sh/hello.sh:18
+#, sh-format
+msgid "This program is running as process number $pid."
+msgstr "Questo programma è in esecuzione con numero di processo $pid."
+
+#: hello-python/hello.py.in:14
+#, python-format
+msgid "This program is running as process number %(pid)d."
+msgstr "Questo programma è in esecuzione con numero di processo %(pid)d."
+
+#: hello-clisp/hello.lisp.in:14 hello-guile/hello.scm:18
+#, scheme-format
+msgid "This program is running as process number ~D."
+msgstr "Questo programma è in esecuzione con numero di processo ~D."
+
+#: hello-java/Hello.java:19 hello-java-awt/Hello.java:29
+#: hello-java-swing/Hello.java:26 hello-csharp/hello.cs:18
+#: hello-csharp-forms/hello.cs:37
+#, csharp-format
+msgid "This program is running as process number {0}."
+msgstr "Questo programma è in esecuzione con numero di processo {0}."
+
+#: hello-perl/hello-2.pl.in:15
+#, perl-brace-format
+msgid "This program is running as process number {pid}."
+msgstr "Questo programma è in esecuzione con numero di processo {pid}."