Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
GIMP
Commits
facdf439
Commit
facdf439
authored
Nov 23, 1999
by
Marc Lehmann
Browse files
see plug-ins/perl/Changes
parent
49bb3594
Changes
5
Hide whitespace changes
Inline
Side-by-side
plug-ins/perl/Changes
View file @
facdf439
...
...
@@ -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 :(
...
...
plug-ins/perl/examples/logulator
View file @
facdf439
...
...
@@ -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
;
...
...
plug-ins/perl/po/de.po
View file @
facdf439
...
...
@@ -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 "Schliee 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 ""
...
...
plug-ins/perl/po/gimp-perl.pot
View file @
facdf439
...
...
@@ -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 ""
...
...
plug-ins/perl/po/it.po
View file @
facdf439
...
...
@@ -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 "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment