mirror of https://github.com/GNOME/gimp.git
parent
3814d33855
commit
b667bfda2c
|
@ -1,3 +1,11 @@
|
|||
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:
|
||||
|
|
|
@ -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
|
||||
)
|
||||
|
||||
|
|
|
@ -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")
|
||||
)
|
||||
|
||||
|
|
|
@ -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))
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
|
@ -5,9 +5,9 @@
|
|||
#
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: GIMP 1.1.21\n"
|
||||
"POT-Creation-Date: 2000-05-09 20:27-0700\n"
|
||||
"PO-Revision-Date: 2000-05-08 15:47+02:00\n"
|
||||
"Project-Id-Version: GIMP 1.1.22\n"
|
||||
"POT-Creation-Date: 2000-05-17 17:41+0200\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 "Höhe der Schräge (Schärfe)"
|
||||
|
@ -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 "Körnigkeit (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 "Körnigkeit (1 ist wenig)"
|
||||
|
||||
#: plug-ins/script-fu/scripts/camo.scm:0
|
||||
#: plug-ins/script-fu/scripts/rendermap.scm:0
|
||||
msgid "Granularity"
|
||||
msgstr "Körnigkeit"
|
||||
|
@ -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 (Größer 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
|
||||
|
|
|
@ -1,3 +1,7 @@
|
|||
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.
|
||||
|
|
Loading…
Reference in New Issue