see plug-ins/perl/Changes
This commit is contained in:
parent
49bb3594a6
commit
facdf43902
5 changed files with 23 additions and 1 deletions
|
|
@ -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 :(
|
||||
|
|
|
|||
|
|
@ -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%^<Toolbox>/Xtns/Perl-Fu/Logos/%<Image>/Filters/Logulator/% or die;
|
||||
my $mp = __"<Image>/Filters/Logulator";
|
||||
$menupath =~ s%([^/]+)$%$mp/$1% or die;
|
||||
my($i,$j)=0;
|
||||
my($ti,$fsi,$fi);
|
||||
$i=@$params;
|
||||
|
|
|
|||
|
|
@ -467,6 +467,10 @@ msgstr ""
|
|||
msgid "<Image>/Layers/Center Layer"
|
||||
msgstr "<Image>/Filter/"
|
||||
|
||||
#, fuzzy
|
||||
msgid "<Image>/Filters/Logulator"
|
||||
msgstr "<Image>/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 "<Image>/Filter/"
|
|||
msgid "<Image>/Filters/Animation/Animate Cells"
|
||||
msgstr ""
|
||||
|
||||
msgid "<Image>/View/3D Surface"
|
||||
msgstr ""
|
||||
|
||||
msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -453,6 +453,9 @@ msgstr ""
|
|||
msgid "<Image>/Layers/Center Layer"
|
||||
msgstr ""
|
||||
|
||||
msgid "<Image>/Filters/Logulator"
|
||||
msgstr ""
|
||||
|
||||
msgid "closing connection %d (%d requests in %g seconds)"
|
||||
msgstr ""
|
||||
|
||||
|
|
@ -720,6 +723,9 @@ msgstr ""
|
|||
msgid "<Image>/Filters/Animation/Animate Cells"
|
||||
msgstr ""
|
||||
|
||||
msgid "<Image>/View/3D Surface"
|
||||
msgstr ""
|
||||
|
||||
msgid "$function: argument/return value '$p->[1]' has illegal type '$p->[0]'"
|
||||
msgstr ""
|
||||
|
||||
|
|
|
|||
|
|
@ -506,6 +506,10 @@ msgstr "<Image>/Filters/Edge-Detect/2x2 Individuazione Contorni"
|
|||
msgid "<Image>/Layers/Center Layer"
|
||||
msgstr "<Image>/Layers/Centra Livello"
|
||||
|
||||
#, fuzzy
|
||||
msgid "<Image>/Filters/Logulator"
|
||||
msgstr "<Image>/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 "<Image>/Filters/Misc/Webify"
|
|||
msgid "<Image>/Filters/Animation/Animate Cells"
|
||||
msgstr "<Image>/Filters/Animazione/Animazione Celle"
|
||||
|
||||
msgid "<Image>/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 "
|
||||
|
|
|
|||
Loading…
Reference in a new issue