Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GIMP
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
2,768
Issues
2,768
List
Boards
Labels
Service Desk
Milestones
Merge Requests
40
Merge Requests
40
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
External Wiki
External Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
GIMP
Commits
b667bfda
Commit
b667bfda
authored
May 17, 2000
by
Sven Neumann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
small cleanups in Script-Fu scripts
--Sven
parent
3814d338
Changes
8
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
307 additions
and
278 deletions
+307
-278
ChangeLog
ChangeLog
+8
-0
plug-ins/script-fu/scripts/camo.scm
plug-ins/script-fu/scripts/camo.scm
+7
-7
plug-ins/script-fu/scripts/rendermap.scm
plug-ins/script-fu/scripts/rendermap.scm
+2
-2
plug-ins/script-fu/scripts/textured-logo.scm
plug-ins/script-fu/scripts/textured-logo.scm
+7
-7
po-script-fu/ChangeLog
po-script-fu/ChangeLog
+4
-0
po-script-fu/de.po
po-script-fu/de.po
+22
-17
po/ChangeLog
po/ChangeLog
+4
-0
po/de.po
po/de.po
+253
-245
No files found.
ChangeLog
View file @
b667bfda
2000-05-17 Sven Neumann <sven@gimp.org>
* plug-ins/script-fu/scripts/camo.scm: no need to mention the
ranges in the label, we use a slider anyway...
* plug-ins/script-fu/scripts/rendermap.scm
* plug-ins/script-fu/scripts/textured-logo.scm: use SF-OPTION
2000-05-17 Asbjorn Pettersen <asbjornP@dualog.no>
* app/module_db.c:
...
...
plug-ins/script-fu/scripts/camo.scm
View file @
b667bfda
...
...
@@ -90,12 +90,12 @@
"28th April 1998"
"Chris Gutteridge / ECS @ University of Southampton, England"
""
SF-ADJUSTMENT
_
"Image Size"
'
(
256
10
1000
1
10
0
1
)
SF-ADJUSTMENT
_
"Granularity
(0-15)"
'
(
7
0
15
1
1
0
0
)
SF-COLOR
_
"Color 1"
'
(
33
100
58
)
SF-COLOR
_
"Color 2"
'
(
170
170
60
)
SF-COLOR
_
"Color 3"
'
(
150
115
100
)
SF-TOGGLE
_
"Smooth"
FALSE
SF-TOGGLE
_
"Flatten Image"
TRUE
SF-ADJUSTMENT
_
"Image Size"
'
(
256
10
1000
1
10
0
1
)
SF-ADJUSTMENT
_
"Granularity
"
'
(
7
0
15
1
1
0
0
)
SF-COLOR
_
"Color 1"
'
(
33
100
58
)
SF-COLOR
_
"Color 2"
'
(
170
170
60
)
SF-COLOR
_
"Color 3"
'
(
150
115
100
)
SF-TOGGLE
_
"Smooth"
FALSE
SF-TOGGLE
_
"Flatten Image"
TRUE
)
plug-ins/script-fu/scripts/rendermap.scm
View file @
b667bfda
...
...
@@ -35,7 +35,7 @@
(
gimp-image-add-layer
theImage
theLayer
0
)
(
plug-in-solid-noise
TRUE
theImage
theLayer
1
0
(
rand
65536
)
inGrain
inGrain
inGrain
)
(
if
(
=
inWiden
TRUE
)
(
begin
(
if
(
=
inWiden
1
)
(
begin
(
set!
thinLayer
(
car
(
gimp-layer-new
theImage
theWidth
theHeight
RGBA_IMAGE
"Camo Thin Layer"
100
NORMAL
)))
(
gimp-image-add-layer
theImage
thinLayer
0
)
(
let
((
theBigGrain
(
min
15
(
*
2
inGrain
))))
...
...
@@ -75,6 +75,6 @@
SF-ADJUSTMENT
_
"Image Size"
'
(
256
0
2048
1
10
0
0
)
SF-ADJUSTMENT
_
"Granularity"
'
(
4
0
15
1
1
0
0
)
SF-GRADIENT
_
"Gradient"
"Land_and_Sea"
SF-
TOGGLE
_
"TRUE = Detail in Middle, FALSE = Tile"
FALSE
SF-
OPTION
_
"Behaviour"
'
(
_
"Tile"
_
"Detail in Middle"
)
)
plug-ins/script-fu/scripts/textured-logo.scm
View file @
b667bfda
...
...
@@ -84,11 +84,11 @@
"Spencer Kimball"
"1996"
""
SF-PATTERN
_
"Text Pattern"
"Fibers"
SF-
ADJUSTMENT
_
"Mosaic Tile Type\nSquares 0, Hex 1, Oct 2"
'
(
0
0
2
1
1
0
1
)
SF-STRING
_
"Text"
"The GIMP"
SF-PATTERN
_
"Text Pattern"
"Fibers"
SF-
OPTION
_
"Mosaic Tile Type"
'
(
_
"Squares"
"Hexagones"
"Octagons"
)
SF-STRING
_
"Text"
"The GIMP"
SF-ADJUSTMENT
_
"Font Size (pixels)"
'
(
200
1
1000
1
10
0
1
)
SF-FONT
_
"Font"
"-*-cuneifontlight-*-r-*-*-24-*-*-*-p-*-*-*"
SF-COLOR
_
"Background Color"
'
(
255
255
255
)
SF-COLOR
_
"Starting Blend"
'
(
32
106
0
)
SF-COLOR
_
"Ending Blend"
'
(
0
0
106
))
SF-FONT
_
"Font"
"-*-cuneifontlight-*-r-*-*-24-*-*-*-p-*-*-*"
SF-COLOR
_
"Background Color"
'
(
255
255
255
)
SF-COLOR
_
"Starting Blend"
'
(
32
106
0
)
SF-COLOR
_
"Ending Blend"
'
(
0
0
106
))
po-script-fu/ChangeLog
View file @
b667bfda
2000-05-17 Sven Neumann <sven@gimp.org>
* de.po: updated german translation
Tue May 16 21:07:06 CEST 2000 Stanislav Brabec <utx@penguin.cz>
* cs.po: Updated translation.
...
...
po-script-fu/de.po
View file @
b667bfda
...
...
@@ -5,9 +5,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: GIMP 1.1.2
1
\n"
"POT-Creation-Date: 2000-05-
09 20:27-07
00\n"
"PO-Revision-Date: 2000-05-
08 15:47
+02:00\n"
"Project-Id-Version: GIMP 1.1.2
2
\n"
"POT-Creation-Date: 2000-05-
17 17:41+02
00\n"
"PO-Revision-Date: 2000-05-
17 17:39
+02:00\n"
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
"Language-Team: German <de@li.org>\n"
"MIME-Version: 1.0\n"
...
...
@@ -764,6 +764,10 @@ msgstr "Grundfarbe"
msgid "Base Radius (pixel)"
msgstr "Grundradius (Pixel)"
#: plug-ins/script-fu/scripts/rendermap.scm:0
msgid "Behaviour"
msgstr "Verhalten"
#: plug-ins/script-fu/scripts/gradient-bevel-logo.scm:0
msgid "Bevel Height (Sharpness)"
msgstr "Hhe der Schrge (Schrfe)"
...
...
@@ -989,6 +993,10 @@ msgstr "Beschreibung"
msgid "Detail Level"
msgstr "Detailreichtum"
#: plug-ins/script-fu/scripts/rendermap.scm:0
msgid "Detail in Middle"
msgstr "Details in der Mitte"
#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm:0
msgid "Diameter"
msgstr "Durchmesser"
...
...
@@ -1253,15 +1261,12 @@ msgstr "Radius des Gl
msgid "Gradient"
msgstr "Farbverlauf"
#: plug-ins/script-fu/scripts/camo.scm:0
msgid "Granularity (0 - 15)"
msgstr "Krnigkeit (0 - 15)"
#: plug-ins/script-fu/scripts/distress_selection.scm:0
#: plug-ins/script-fu/scripts/fuzzyborder.scm:0
msgid "Granularity (1 is Low)"
msgstr "Krnigkeit (1 ist wenig)"
#: plug-ins/script-fu/scripts/camo.scm:0
#: plug-ins/script-fu/scripts/rendermap.scm:0
msgid "Granularity"
msgstr "Krnigkeit"
...
...
@@ -1430,12 +1435,8 @@ msgid "Max. Blur Radius"
msgstr "Max. Weichzeichner-Radius"
#: plug-ins/script-fu/scripts/textured-logo.scm:0
msgid ""
"Mosaic Tile Type\n"
"Squares 0, Hex 1, Oct 2"
msgstr ""
"Art der Mosaiksteine\n"
"Quadrate 0, Hexagone 1, Oktaeder 2"
msgid "Mosaic Tile Type"
msgstr "Art der Mosaiksteine"
#: plug-ins/script-fu/scripts/old_photo.scm:0
msgid "Mottle"
...
...
@@ -1801,6 +1802,10 @@ msgstr "Kugelfarbe"
msgid "Spread"
msgstr "Verteilen"
#: plug-ins/script-fu/scripts/textured-logo.scm:0
msgid "Squares"
msgstr "Quadrate"
#: plug-ins/script-fu/scripts/coffee.scm:0
msgid "Stains"
msgstr "Flecken"
...
...
@@ -1830,10 +1835,6 @@ msgstr "Start Farb
msgid "Supersample"
msgstr "Hochrechnung"
#: plug-ins/script-fu/scripts/rendermap.scm:0
msgid "TRUE = Detail in Middle, FALSE = Tile"
msgstr "TRUE = Details in der Mitte, FALSE = Kacheln"
#: plug-ins/script-fu/scripts/pupi-button.scm:0
msgid "Text Color (Active)"
msgstr "Textfarbe (aktiv)"
...
...
@@ -1920,6 +1921,10 @@ msgstr "Fadenl
msgid "Threshold (Bigger 1<-->255 Smaller)"
msgstr "Schwellwert (Grer 1<-->255 Kleiner)"
#: plug-ins/script-fu/scripts/rendermap.scm:0
msgid "Tile"
msgstr "Kacheln"
#: plug-ins/script-fu/scripts/asc2img.scm:0
#: plug-ins/script-fu/scripts/beveled-pattern-bullet.scm:0
#: plug-ins/script-fu/scripts/beveled-pattern-heading.scm:0
...
...
po/ChangeLog
View file @
b667bfda
2000-05-17 Sven Neumann <sven@gimp.org>
* de.po: updated german translation
Tue May 16 21:06:38 CEST 2000 Stanislav Brabec <utx@penguin.cz>
* cs.po: Updated translation.
...
...
po/de.po
View file @
b667bfda
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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