From: Bruno Haible Date: Sun, 30 Nov 2003 15:00:56 +0000 (+0000) Subject: Add the new message catalogs. X-Git-Tag: v0.13~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27f873b2ccf25cc5c3f2b0d19694d8b798e67798;p=thirdparty%2Fgettext.git Add the new message catalogs. --- diff --git a/gettext-tools/examples/ChangeLog b/gettext-tools/examples/ChangeLog index f0bd88ade..e68c41059 100644 --- a/gettext-tools/examples/ChangeLog +++ b/gettext-tools/examples/ChangeLog @@ -1,3 +1,8 @@ +2003-11-30 Bruno Haible + + * hello-*/po/LINGUAS: Update. + * Makefile.am (EXAMPLESFILES): Add the new message catalogs. + 2003-11-30 Bruno Haible * po/es.po: New file, from Max de Mendizábal . diff --git a/gettext-tools/examples/Makefile.am b/gettext-tools/examples/Makefile.am index 396c1eccd..7787490da 100644 --- a/gettext-tools/examples/Makefile.am +++ b/gettext-tools/examples/Makefile.am @@ -38,7 +38,15 @@ EXAMPLESFILES = \ hello-c/po/Makevars \ hello-c/po/POTFILES.in \ hello-c/po/LINGUAS \ + hello-c/po/ca.po \ hello-c/po/de.po \ + hello-c/po/es.po \ + hello-c/po/fr.po \ + hello-c/po/ja.po \ + hello-c/po/pl.po \ + hello-c/po/ro.po \ + hello-c/po/sr.po \ + hello-c/po/zh_CN.po \ \ hello-c-gnome/INSTALL \ hello-c-gnome/autogen.sh \ @@ -53,7 +61,15 @@ EXAMPLESFILES = \ hello-c-gnome/po/Makevars \ hello-c-gnome/po/POTFILES.in \ hello-c-gnome/po/LINGUAS \ + hello-c-gnome/po/ca.po \ hello-c-gnome/po/de.po \ + hello-c-gnome/po/es.po \ + hello-c-gnome/po/fr.po \ + hello-c-gnome/po/ja.po \ + hello-c-gnome/po/pl.po \ + hello-c-gnome/po/ro.po \ + hello-c-gnome/po/sr.po \ + hello-c-gnome/po/zh_CN.po \ \ hello-c++/INSTALL \ hello-c++/autogen.sh \ @@ -65,7 +81,15 @@ EXAMPLESFILES = \ hello-c++/po/Makevars \ hello-c++/po/POTFILES.in \ hello-c++/po/LINGUAS \ + hello-c++/po/ca.po \ hello-c++/po/de.po \ + hello-c++/po/es.po \ + hello-c++/po/fr.po \ + hello-c++/po/ja.po \ + hello-c++/po/pl.po \ + hello-c++/po/ro.po \ + hello-c++/po/sr.po \ + hello-c++/po/zh_CN.po \ \ hello-c++-qt/INSTALL \ hello-c++-qt/autogen.sh \ @@ -77,7 +101,15 @@ EXAMPLESFILES = \ hello-c++-qt/m4/qt.m4 \ hello-c++-qt/po/Makefile.am \ hello-c++-qt/po/LINGUAS \ + hello-c++-qt/po/ca.po \ hello-c++-qt/po/de.po \ + hello-c++-qt/po/es.po \ + hello-c++-qt/po/fr.po \ + hello-c++-qt/po/ja.po \ + hello-c++-qt/po/pl.po \ + hello-c++-qt/po/ro.po \ + hello-c++-qt/po/sr.po \ + hello-c++-qt/po/zh_CN.po \ \ hello-c++-kde/INSTALL \ hello-c++-kde/autogen.sh \ @@ -91,7 +123,15 @@ EXAMPLESFILES = \ hello-c++-kde/po/Makevars \ hello-c++-kde/po/POTFILES.in \ hello-c++-kde/po/LINGUAS \ + hello-c++-kde/po/ca.po \ hello-c++-kde/po/de.po \ + hello-c++-kde/po/es.po \ + hello-c++-kde/po/fr.po \ + hello-c++-kde/po/ja.po \ + hello-c++-kde/po/pl.po \ + hello-c++-kde/po/ro.po \ + hello-c++-kde/po/sr.po \ + hello-c++-kde/po/zh_CN.po \ \ hello-c++-gnome/INSTALL \ hello-c++-gnome/autogen.sh \ @@ -108,7 +148,15 @@ EXAMPLESFILES = \ hello-c++-gnome/po/Makevars \ hello-c++-gnome/po/POTFILES.in \ hello-c++-gnome/po/LINGUAS \ + hello-c++-gnome/po/ca.po \ hello-c++-gnome/po/de.po \ + hello-c++-gnome/po/es.po \ + hello-c++-gnome/po/fr.po \ + hello-c++-gnome/po/ja.po \ + hello-c++-gnome/po/pl.po \ + hello-c++-gnome/po/ro.po \ + hello-c++-gnome/po/sr.po \ + hello-c++-gnome/po/zh_CN.po \ \ hello-objc/INSTALL \ hello-objc/autogen.sh \ @@ -120,7 +168,15 @@ EXAMPLESFILES = \ hello-objc/po/Makevars \ hello-objc/po/POTFILES.in \ hello-objc/po/LINGUAS \ + hello-objc/po/ca.po \ hello-objc/po/de.po \ + hello-objc/po/es.po \ + hello-objc/po/fr.po \ + hello-objc/po/ja.po \ + hello-objc/po/pl.po \ + hello-objc/po/ro.po \ + hello-objc/po/sr.po \ + hello-objc/po/zh_CN.po \ \ hello-objc-gnustep/INSTALL \ hello-objc-gnustep/autogen.sh \ @@ -134,7 +190,15 @@ EXAMPLESFILES = \ hello-objc-gnustep/po/GNUmakefile \ hello-objc-gnustep/po/LocaleAliases \ hello-objc-gnustep/po/LINGUAS \ + hello-objc-gnustep/po/ca.po \ hello-objc-gnustep/po/de.po \ + hello-objc-gnustep/po/es.po \ + hello-objc-gnustep/po/fr.po \ + hello-objc-gnustep/po/ja.po \ + hello-objc-gnustep/po/pl.po \ + hello-objc-gnustep/po/ro.po \ + hello-objc-gnustep/po/sr.po \ + hello-objc-gnustep/po/zh_CN.po \ \ hello-objc-gnome/INSTALL \ hello-objc-gnome/autogen.sh \ @@ -149,7 +213,15 @@ EXAMPLESFILES = \ hello-objc-gnome/po/Makevars \ hello-objc-gnome/po/POTFILES.in \ hello-objc-gnome/po/LINGUAS \ + hello-objc-gnome/po/ca.po \ hello-objc-gnome/po/de.po \ + hello-objc-gnome/po/es.po \ + hello-objc-gnome/po/fr.po \ + hello-objc-gnome/po/ja.po \ + hello-objc-gnome/po/pl.po \ + hello-objc-gnome/po/ro.po \ + hello-objc-gnome/po/sr.po \ + hello-objc-gnome/po/zh_CN.po \ \ hello-sh/INSTALL \ hello-sh/autogen.sh \ @@ -160,7 +232,15 @@ EXAMPLESFILES = \ hello-sh/m4/Makefile.am \ hello-sh/po/Makefile.am \ hello-sh/po/LINGUAS \ + hello-sh/po/ca.po \ hello-sh/po/de.po \ + hello-sh/po/es.po \ + hello-sh/po/fr.po \ + hello-sh/po/ja.po \ + hello-sh/po/pl.po \ + hello-sh/po/ro.po \ + hello-sh/po/sr.po \ + hello-sh/po/zh_CN.po \ \ hello-python/INSTALL \ hello-python/autogen.sh \ @@ -171,7 +251,15 @@ EXAMPLESFILES = \ hello-python/m4/Makefile.am \ hello-python/po/Makefile.am \ hello-python/po/LINGUAS \ + hello-python/po/ca.po \ hello-python/po/de.po \ + hello-python/po/es.po \ + hello-python/po/fr.po \ + hello-python/po/ja.po \ + hello-python/po/pl.po \ + hello-python/po/ro.po \ + hello-python/po/sr.po \ + hello-python/po/zh_CN.po \ \ hello-clisp/INSTALL \ hello-clisp/autogen.sh \ @@ -182,7 +270,15 @@ EXAMPLESFILES = \ hello-clisp/m4/Makefile.am \ hello-clisp/po/Makefile.am \ hello-clisp/po/LINGUAS \ + hello-clisp/po/ca.po \ hello-clisp/po/de.po \ + hello-clisp/po/es.po \ + hello-clisp/po/fr.po \ + hello-clisp/po/ja.po \ + hello-clisp/po/pl.po \ + hello-clisp/po/ro.po \ + hello-clisp/po/sr.po \ + hello-clisp/po/zh_CN.po \ \ hello-librep/INSTALL \ hello-librep/autogen.sh \ @@ -193,7 +289,15 @@ EXAMPLESFILES = \ hello-librep/m4/Makefile.am \ hello-librep/po/Makefile.am \ hello-librep/po/LINGUAS \ + hello-librep/po/ca.po \ hello-librep/po/de.po \ + hello-librep/po/es.po \ + hello-librep/po/fr.po \ + hello-librep/po/ja.po \ + hello-librep/po/pl.po \ + hello-librep/po/ro.po \ + hello-librep/po/sr.po \ + hello-librep/po/zh_CN.po \ \ hello-smalltalk/INSTALL \ hello-smalltalk/autogen.sh \ @@ -204,7 +308,15 @@ EXAMPLESFILES = \ hello-smalltalk/m4/Makefile.am \ hello-smalltalk/po/Makefile.am \ hello-smalltalk/po/LINGUAS \ + hello-smalltalk/po/ca.po \ hello-smalltalk/po/de.po \ + hello-smalltalk/po/es.po \ + hello-smalltalk/po/fr.po \ + hello-smalltalk/po/ja.po \ + hello-smalltalk/po/pl.po \ + hello-smalltalk/po/ro.po \ + hello-smalltalk/po/sr.po \ + hello-smalltalk/po/zh_CN.po \ \ hello-java/INSTALL \ hello-java/autogen.sh \ @@ -215,7 +327,15 @@ EXAMPLESFILES = \ hello-java/m4/Makefile.am \ hello-java/po/Makefile.am \ hello-java/po/LINGUAS \ + hello-java/po/ca.po \ hello-java/po/de.po \ + hello-java/po/es.po \ + hello-java/po/fr.po \ + hello-java/po/ja.po \ + hello-java/po/pl.po \ + hello-java/po/ro.po \ + hello-java/po/sr.po \ + hello-java/po/zh_CN.po \ \ hello-java-awt/INSTALL \ hello-java-awt/autogen.sh \ @@ -228,7 +348,15 @@ EXAMPLESFILES = \ hello-java-awt/m4/TestAWT.class \ hello-java-awt/po/Makefile.am \ hello-java-awt/po/LINGUAS \ + hello-java-awt/po/ca.po \ hello-java-awt/po/de.po \ + hello-java-awt/po/es.po \ + hello-java-awt/po/fr.po \ + hello-java-awt/po/ja.po \ + hello-java-awt/po/pl.po \ + hello-java-awt/po/ro.po \ + hello-java-awt/po/sr.po \ + hello-java-awt/po/zh_CN.po \ \ hello-java-swing/INSTALL \ hello-java-swing/autogen.sh \ @@ -241,7 +369,15 @@ EXAMPLESFILES = \ hello-java-swing/m4/TestAWT.class \ hello-java-swing/po/Makefile.am \ hello-java-swing/po/LINGUAS \ + hello-java-swing/po/ca.po \ hello-java-swing/po/de.po \ + hello-java-swing/po/es.po \ + hello-java-swing/po/fr.po \ + hello-java-swing/po/ja.po \ + hello-java-swing/po/pl.po \ + hello-java-swing/po/ro.po \ + hello-java-swing/po/sr.po \ + hello-java-swing/po/zh_CN.po \ \ hello-gawk/INSTALL \ hello-gawk/autogen.sh \ @@ -252,7 +388,15 @@ EXAMPLESFILES = \ hello-gawk/m4/Makefile.am \ hello-gawk/po/Makefile.am \ hello-gawk/po/LINGUAS \ + hello-gawk/po/ca.po \ hello-gawk/po/de.po \ + hello-gawk/po/es.po \ + hello-gawk/po/fr.po \ + hello-gawk/po/ja.po \ + hello-gawk/po/pl.po \ + hello-gawk/po/ro.po \ + hello-gawk/po/sr.po \ + hello-gawk/po/zh_CN.po \ \ hello-pascal/INSTALL \ hello-pascal/autogen.sh \ @@ -263,7 +407,15 @@ EXAMPLESFILES = \ hello-pascal/m4/Makefile.am \ hello-pascal/po/Makefile.am \ hello-pascal/po/LINGUAS \ + hello-pascal/po/ca.po \ hello-pascal/po/de.po \ + hello-pascal/po/es.po \ + hello-pascal/po/fr.po \ + hello-pascal/po/ja.po \ + hello-pascal/po/pl.po \ + hello-pascal/po/ro.po \ + hello-pascal/po/sr.po \ + hello-pascal/po/zh_CN.po \ \ hello-ycp/INSTALL \ hello-ycp/autogen.sh \ @@ -274,7 +426,15 @@ EXAMPLESFILES = \ hello-ycp/m4/Makefile.am \ hello-ycp/po/Makefile.am \ hello-ycp/po/LINGUAS \ + hello-ycp/po/ca.po \ hello-ycp/po/de.po \ + hello-ycp/po/es.po \ + hello-ycp/po/fr.po \ + hello-ycp/po/ja.po \ + hello-ycp/po/pl.po \ + hello-ycp/po/ro.po \ + hello-ycp/po/sr.po \ + hello-ycp/po/zh_CN.po \ \ hello-tcl/INSTALL \ hello-tcl/autogen.sh \ @@ -285,7 +445,15 @@ EXAMPLESFILES = \ hello-tcl/m4/Makefile.am \ hello-tcl/po/Makefile.am \ hello-tcl/po/LINGUAS \ + hello-tcl/po/ca.po \ hello-tcl/po/de.po \ + hello-tcl/po/es.po \ + hello-tcl/po/fr.po \ + hello-tcl/po/ja.po \ + hello-tcl/po/pl.po \ + hello-tcl/po/ro.po \ + hello-tcl/po/sr.po \ + hello-tcl/po/zh_CN.po \ \ hello-tcl-tk/INSTALL \ hello-tcl-tk/autogen.sh \ @@ -296,7 +464,15 @@ EXAMPLESFILES = \ hello-tcl-tk/m4/Makefile.am \ hello-tcl-tk/po/Makefile.am \ hello-tcl-tk/po/LINGUAS \ + hello-tcl-tk/po/ca.po \ hello-tcl-tk/po/de.po \ + hello-tcl-tk/po/es.po \ + hello-tcl-tk/po/fr.po \ + hello-tcl-tk/po/ja.po \ + hello-tcl-tk/po/pl.po \ + hello-tcl-tk/po/ro.po \ + hello-tcl-tk/po/sr.po \ + hello-tcl-tk/po/zh_CN.po \ \ hello-perl/INSTALL \ hello-perl/autogen.sh \ @@ -307,7 +483,15 @@ EXAMPLESFILES = \ hello-perl/m4/Makefile.am \ hello-perl/po/Makefile.am \ hello-perl/po/LINGUAS \ + hello-perl/po/ca.po \ hello-perl/po/de.po \ + hello-perl/po/es.po \ + hello-perl/po/fr.po \ + hello-perl/po/ja.po \ + hello-perl/po/pl.po \ + hello-perl/po/ro.po \ + hello-perl/po/sr.po \ + hello-perl/po/zh_CN.po \ \ hello-php/INSTALL \ hello-php/README \ @@ -319,7 +503,15 @@ EXAMPLESFILES = \ hello-php/m4/Makefile.am \ hello-php/po/Makefile.am \ hello-php/po/LINGUAS \ + hello-php/po/ca.po \ hello-php/po/de.po \ + hello-php/po/es.po \ + hello-php/po/fr.po \ + hello-php/po/ja.po \ + hello-php/po/pl.po \ + hello-php/po/ro.po \ + hello-php/po/sr.po \ + hello-php/po/zh_CN.po \ \ README