From facdf43902b937b21f6773b6f03fb091c9ce24aa Mon Sep 17 00:00:00 2001 From: Marc Lehmann Date: Tue, 23 Nov 1999 04:31:42 +0000 Subject: [PATCH] see plug-ins/perl/Changes --- plug-ins/perl/Changes | 1 + plug-ins/perl/examples/logulator | 3 ++- plug-ins/perl/po/de.po | 7 +++++++ plug-ins/perl/po/gimp-perl.pot | 6 ++++++ plug-ins/perl/po/it.po | 7 +++++++ 5 files changed, 23 insertions(+), 1 deletion(-) diff --git a/plug-ins/perl/Changes b/plug-ins/perl/Changes index 5b6259fd01..70bc863ed2 100644 --- a/plug-ins/perl/Changes +++ b/plug-ins/perl/Changes @@ -3,6 +3,7 @@ Revision history for Gimp-Perl extension. 1.17 - re-fitted i18n translation for most plug-ins. - intllibs linking bugfix. + - half-hearted attempt to i18nize logulator. 1.16 Sun Nov 21 02:37:16 CET 1999 - removed sethspin.pl & billboard, they are no longer maintained :( diff --git a/plug-ins/perl/examples/logulator b/plug-ins/perl/examples/logulator index fafdcb5c4a..d890856c04 100755 --- a/plug-ins/perl/examples/logulator +++ b/plug-ins/perl/examples/logulator @@ -13,7 +13,8 @@ sub register($$$$$$$$$;@) { my($function,$blurb,$help,$author,$copyright,$date, $menupath,$imagetypes,$params,$code)=@_; $function =~ s%^perl_fu_%logulator_% or die; - $menupath =~ s%^/Xtns/Perl-Fu/Logos/%/Filters/Logulator/% or die; + my $mp = __"/Filters/Logulator"; + $menupath =~ s%([^/]+)$%$mp/$1% or die; my($i,$j)=0; my($ti,$fsi,$fi); $i=@$params; diff --git a/plug-ins/perl/po/de.po b/plug-ins/perl/po/de.po index d5504509af..962fc3db82 100644 --- a/plug-ins/perl/po/de.po +++ b/plug-ins/perl/po/de.po @@ -467,6 +467,10 @@ msgstr "" msgid "/Layers/Center Layer" msgstr "/Filter/" +#, fuzzy +msgid "/Filters/Logulator" +msgstr "/Filter/" + msgid "closing connection %d (%d requests in %g seconds)" msgstr "Schließe Verbindung %d (%d Anfragen in %g Sekunden)" @@ -743,6 +747,9 @@ msgstr "/Filter/" msgid "/Filters/Animation/Animate Cells" msgstr "" +msgid "/View/3D Surface" +msgstr "" + msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'" msgstr "" diff --git a/plug-ins/perl/po/gimp-perl.pot b/plug-ins/perl/po/gimp-perl.pot index 8bac1e4ac8..83cfbec2db 100644 --- a/plug-ins/perl/po/gimp-perl.pot +++ b/plug-ins/perl/po/gimp-perl.pot @@ -453,6 +453,9 @@ msgstr "" msgid "/Layers/Center Layer" msgstr "" +msgid "/Filters/Logulator" +msgstr "" + msgid "closing connection %d (%d requests in %g seconds)" msgstr "" @@ -720,6 +723,9 @@ msgstr "" msgid "/Filters/Animation/Animate Cells" msgstr "" +msgid "/View/3D Surface" +msgstr "" + msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'" msgstr "" diff --git a/plug-ins/perl/po/it.po b/plug-ins/perl/po/it.po index d3e08061bf..e03fd13a4b 100644 --- a/plug-ins/perl/po/it.po +++ b/plug-ins/perl/po/it.po @@ -506,6 +506,10 @@ msgstr "/Filters/Edge-Detect/2x2 Individuazione Contorni" msgid "/Layers/Center Layer" msgstr "/Layers/Centra Livello" +#, fuzzy +msgid "/Filters/Logulator" +msgstr "/Filters/" + msgid "closing connection %d (%d requests in %g seconds)" msgstr "ora chiudo connessione %d (%d richiesto in %g secondi)" @@ -808,6 +812,9 @@ msgstr "/Filters/Misc/Webify" msgid "/Filters/Animation/Animate Cells" msgstr "/Filters/Animazione/Animazione Celle" +msgid "/View/3D Surface" +msgstr "" + msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'" msgstr "" "$function: valore di argomento o di ritorno '$p->[1]' ha un tipo illegale "