1.2.0 stuff

-Yosh
This commit is contained in:
Manish Singh 2000-12-25 08:08:08 +00:00
parent c8cfd1a92d
commit 378814ac77
68 changed files with 11851 additions and 18439 deletions

View File

@ -1,3 +1,7 @@
Sun Dec 24 23:18:32 PST 2000 Manish Singh <yosh@gimp.org>
* Made 1.2.0 release
Sun Dec 24 12:24:01 PST 2000 Manish Singh <yosh@gimp.org>
* app/Makefile.am

View File

@ -181,19 +181,13 @@ EXTRA_DIST = \
unitrc \
gimp_logo.ppm \
gimp_splash.ppm \
gimp1_0_splash.ppm \
rmshm \
user_install \
user_install.bat \
ps-menurc \
gimp.1 \
gimprc.5 \
gimptool.1 \
gimp-remote.1 \
gimp.m4 \
gimprc.win32 \
config.h.win32 \
gimp.spec
config.h.win32
gimpdata_DATA = \
gimp_logo.ppm \

932
NEWS
View File

@ -1,231 +1,799 @@
GIMP 1.1 - New features -*- text -*-
GIMP 1.2 - Hadjaha - New features -*- text -*-
The following list tries to describe all the new features that are
already implemented or currently being worked on. I cannot guarantee
that I describe everything correctly, since for most items I haven't
read the code but only looked at the ChangeLog entry. I can however
guarantee that a few things are missing.
already implemented or currently being worked on. I cannot
guarantee that I describe everything correctly, since for most
items I haven't read the code but only looked at the ChangeLog
entry. I can however guarantee that a few things are missing...
Older items are on top, newer ones further down the list. At the end a
few common things are listed.
XInput support
GIMP does now support special input devices like drawing tablets by
default. It depends on the device being supported by your
XServer. This is true for example for Wacom drawing
tablets. Support for multiple devices, pressure and tilt
sensitivity is slowly added to all paint tools.
[ Changes in versions 1.1.21 to 1.1.32 ]
Ink tool
A nice new toy that really comes to life if you have an extended
input device as described above. If you don't happen to have a
special device, Ink will vary its size based on the speed of your
cursor. The results can be remarkably natural-looking.
Bug fixes We are getting ready for 1.2 ...
Smudge tool
This tool lets you push pixels around on the image as if you were
using your finger and "smudging" wet paint.
[ Changes in version 1.1.20 ]
Dodge & Burn tool
This tool lets you selectively darken or lighten the image.
Bug fixes Squeezing, squashing, crushing them ....
Quick Mask
With quick mask, you can quickly convert a selection to a visible
red mask and back again. You can edit the mask directly with
painting tools or plugins.
[ Changes in version 1.1.19 ]
Image selection thumbnails
For dialogs that allow you to choose which image they're associated
with, the menu now has a small thumbnail image to help you
determine which image you're selecting.
Bug fixes The GIMP developers crew is working hard to
fix all known bugs. If you find a bug, please
check if it is still present in the latest
version. Then report it using the Bug Report
Form or send an email as described here.
'File New' dialog
The new dialog for creating new images allows to use real life
units like centimeters and inches along with a resolution entry.
Installation dialog A new much improved installation dialogs
guides you through the user-installation and
asks the user to set important values like
the tile_cache_size and the monitor
resolution.
Hex display
A small but nifty feature was added to the Color Picker: It know
displays the HEX triplet of the selected color. Useful for WEB
artists.
I18n of Script-Fu Finally the UI of Script-Fu is fully
internationalized.
Pop-up button
The small rectangle between the rulers in the upper left corner of
the image window now gives access to the menu. Useful for people
with tablets or two-button mice.
[ Changes in version 1.1.18 ]
Status bar
The image display know has a status bar. Plug-ins display their
progress there and your mouse coordinates are displayed. Most tools
use it too. The Selection tool for example shows the selection size
while you drag. And don't worry, it's possible to hide the
status bar to save screen estate.
Bug fixes The GIMP developers crew is working hard to
fix all known bugs. If you find a bug, please
check if it is still present in the latest
version. Then report it using the Bug Report
Form or send an email as described here.
GUI enhancements
Lots of nifty enhancements to the user interface. Spinbuttons are
used in a lot of places. More stuff like that has to be added in
the future...
[ Changes in version 1.1.17 ]
Session management
GIMP remembers window positions and sizes and restores them on
startup.
Bug fixes The latest versions shipped with broken
message catalogs that triggered a bug in
gtk+-1.2.6. This bug will be fixed in the
upcoming gtk+-1.2.7 and we have added a
workaround to prevent GIMP from crashing.
Lots of other bugs have been fixed too.
Selections
New algorithms are now used to grow and shrink the selection. The
result looks much better!
LibGimp We have started to document libgimp using
documentation gtk-doc. This should make it easier for
plug-in developers and will help them
especially to use all the new widgets and
convenience functions in libgimpui which make
the plug-ins look so nice.
PDB interface
A lot more internal functions are now exported to the PDB. This
should for example allow the GIMP Animation Plugin to work without
changes to the GIMP core.
[ Changes in version 1.1.16 ]
Better tile-caching
Tiles are now more intelligently cached and a threaded process
tries to swap out dirty tiles before you run out of physical
memory.
Bug fixes The GIMP developers crew is working hard to
fix all known bugs. If you find a bug, please
check if it is still present in the latest
version. Then report it using the Bug Report
Form or send an email as described here.
Copy On Write
The MAD-COW patches that appeared too late to get integrated into
GIMP-1.0 are now integrated. And...its FASTER!!
Localisation The internationalisation of GIMP's UI is
pretty much complete, which means that the
strings are marked for translation. Now,
those strings have to be translated of
course. Check out the translation status.
Document Index
The document index keeps track of the images you used with The
GIMP. You can even drag in an image from a file-manager (GNOME MC
for example).
[ Changes in version 1.1.15 ]
Editable Brushes
Well, editable brushes still need some work, but the basics are
there...
Arrival of the help A first set of help pages for our new online
pages help system was added. If you want to help
Olof and Karin with that task, contact
olof@gimp.org.
Fixed size selections
The size or the aspect ratio of selections can now be entered
numerically as well.
It is also now possible to use Netscape to
read the help pages, if you don't want to (or
can't) use the internal helpbrowser.
Script-Fu interface improvements
The Script-Fu dialog now allows a whole bunch of entry widgets,
like selectors for fonts, brushes, gradients and patterns. Strings
can be entered without the nasty quotes and numerical entries can
use sliders and spinbuttons. Most of the scripts were already
updated.
Plugins overhaul Several GTK wrappers had made their way into
The GIMP over the last years making live hard
for developers and pushing a bad (IMHO)
coding style. We are now trying to get rid of
those libraries like gpc (RIP), megawidget
and libgck.
Quick Reference
The Quick Reference sheet looks much better and holds more
information. A must-have for your desktop.
Most plug-ins now use helpful widgets from
libgimpui, which give much nicer layout and
better functionality (pressing F1 for Help
works in most plug-in windows now).
Transform Tool UI
The user interface for the Transform tool has seen a major
overhaul. It now offers a new 'Corrective' mode that for example
makes it easy to correct slightly rotated scans.
GAP Navigator Working with GIMP Animations is getting more
comfortable with the new GAP VCR Naviagtor
which provides a view on your GAP animation
frames in the style of the L&C-dialog.
Color representation
GIMP now uses GdkRGB to provide better dithering for non truecolor
displays. This should also speed GIMP up a bit.
[ Changes in version 1.1.14 ]
Parasites
Arbitrary data can be attached to an image and be retrieved later.
Internationalization I18n has been improved a lot lately. The core
is now fully marked for translation and the
plug-ins are following. Now what we need are
translators. Only very few languages are
supported by now.
Tattoos
A unique stamp can be attached to drawables. That way a plug-in can
easily keep track of layers.
Dialog layouts In an attempt to make the interface more
unification consistent, most plug-ins saw some small
changes to their dialog layout. You should
soon find the default buttons at the same
place in all dialogs.
Dialogs
A few dialogs can now be controlled via the PDB. That allows a
plug-in to use the internal dialogs to select brushes, patterns and
gradients.
[ Changes in version 1.1.13 ]
Idle-Renderer
Display re-rendering is now handled in an interruptible
asynchronous thread. This makes The GIMP more responsive especially
when working with the Layers-dialog.
Not much There were some problems with the 1.1.12
release, that made it necessary to release
1.1.13 only a day later.
Resolution support
Each image now has a resolution associated with it. This needs to
be integrated better into the GUI, but there are already a few file
plug-ins that make use of this.
[ Changes in version 1.1.12 ]
GimpPerl
The GIMP-Perl extension and several Perl-Fu scripts are now part of
GIMP 1.1.
Script-Fu bug fixed One of the most annoying bugs in the last
releases was fixed. Script-Fu scripts used to
crash the GIMP pretty regulary. Well, GDK
refcounting can be confusing...
Monitor resolution
The image can now be displayed in float scale factors. If GIMP
knows about your monitor resolution it displays one inch as one
inch. Still needs some work...
Memleaks plugged With the help of memprof a whole bunch of
memleaks were found and lots of them plugged.
Help in the DB Browser
The DB Browser now also display the help that is available for a
lot of functions in the PDB.
Layer move speedups Layer moving has been speed up by avoiding to
put each and every one-pixel move onto the
undo-stack.
Internationalization
National Language Support is coming!
Multiple previews The File Open dialog now allows to create
previews for multiple files at once. To
create previews for a whole directory, simply
select all files and press the Preview
button.
New plug-ins
Various new plug-ins were added. More have appeared in the Registry
and wait to be added or updated. A few nice ones that are now
included:
Menu Reorganization The core and plug-in menus were reorganized.
The new structure might take some time to get
used to, but it is more intuitive and
consistent.
* WaterSelect - a nifty way to select colors
* NewsPrint - whee, you have to see that
* Guillotine - slices the image up along its guides
* Unsharp Mask
[ Changes in version 1.1.11 ]
Internals
Lots of changes were made to GIMP internals that I don't understand
correctly, like objectification and removal of the image ID
system. Read the ChangeLog yourself to figure this out.
Bug fixes The GIMP developers crew is working hard to
fix all known bugs. If you find a bug, please
check if it is still present in the latest
version. Then report it using the Bug Report
Form or send an email as described here.
Plug-ins and Scripts
Various plug-ins and scripts not mentioned above have been updated
or fixed to work with changes in the GIMP core or GTK+. One day I
might add a list of all changed plug-ins to this list...
[ Changes in version 1.1.10 ]
Color selectors
An API has been added to allow the addition of any number of
different color selection systems via pluggable modules. The GTK
color selector and a triangle color selector have been added to the
color selection dialog through this new system.
Intelligent Scissors Finally Intelligent Scissors work again the
way they worked back in the old 0.54 days.
Hooray for Austin!!
Better feedback
Internal operations that take a long time to complete (transforms,
gradients, etc.) now display a progress bar and cursor change to
inform the user about what's going on.
Undo History the undo system was overworked and on the
surface a new dialog showed up showing a
history of the undoable steps performed on
the image. Very nice!
Unit representation
You can now work directly in inches, centimeters, millimeters, and
other units without having to do pixel math to figure things out.
Export Finally The GIMP knows how to export files.
Or to be exact: it provides a way for
plug-ins to propagate their capabilities to
the core which will take care of opening a
dialog that proposes suitable conversion to
the user. These conversions are then
performed on a duplicate of the original
image.
Paths dialog
Manipulating paths is much easier, and the Paths dialog is
integrated into the Layers & Channels dialog. Paths are quite
flexible and will soon replace the Bezier tool entirely.
Help System The GIMP now has a builtin help system.
Pressing F1 on whatever dialog starts the
helpbrowser on the related help-page. The
same works on a menu-entry. Olof and Karin
Kylander are already busy at writing the
documentation...
Thumbnails
The Open dialog now displays a thumbnail if it exists, and gives
the option to generate one if it doesn't.
DnD was added to the helpbrowser so you can
now drag help to Netscape if you prefer
reading it there.
Indexed images
Converting images from RGB to Indexed color has been improved.
Brush Pipe Brush Pipes are now marked in the Brush
indicators Selection Dialog and the popup animates
through the pipe.
Win32 merging
The patches required for compiling under Win32 are being integrated
into the main GIMP source.
Bug fixes The GIMP developers crew is working hard to
fix all known bugs. If you find a bug, please
check that it is still present in the latest
version. Then report it using the Bug Report
Form or send an email as described here.
Cursor changes
The cursors now visually indicate selection modes. It's much easier
to tell if you're adding, subtracting, or intersecting a selection
now. Cursors also change depending on your Path mode.
[ New features in version 1.1.9 ]
Miscellaneous
- The painting functions (brush, pencil, airbrush, etc.) have been
optimized, and a new painting option allows you to color with a
gradient.
- The GAP plugin, which has some essential animation features, is
now integrated into GIMP.
- The font selector has been redesigned.
- The new, slightly incomplete MAINTAINERS file should help track
responsibility and expertise for various GIMP parts.
- There's now a man page for the gimprc file.
- The titlebar layout can be customized to display information in
various ways.
Enhanced pressure Using a pressure sensitive device you can now
support control what is affected by the pressure.
This can be opacity, brush-size and color.
Copyright 1998 by Sven Neumann
Modified by Zach Beane
New Path tool A new path manipulation tool was added that
is in early development stage and aims to be
a replacement for the bezier tool combining
bezier, spline and iscissor paths.
New Airbrush tool A new airbrush is under development that
promises to give you a much more natural
airbrush feeling with extended input devices
(graphic tablets).
Resizable toolbox Got annoyed so often that those GIMP windows
just don't fit to the screen the way you like
them? Now you can come closer since the
toolbox is resizable. Would you like a
horizontal toolbox better?
Navigation popup In the lower right corner of the image window
you will now find a button that pops up a
very handy navigation window similar to the
one you can access through the menus.
Indicators overhaul The small area at the bottom of the toolbox
has seen a total rewrite. Now the gradient is
displayed as well and all the preview code is
in one generic widget that is reused in the
devices status too.
Lotsa new plug-ins The GIMPressionist was added to the
distribution and its author directly came up
with a new thing out of the Vidar-Labs:
SphereDesigner. Other new plug-ins include
ImageMap, GFlare, PyGimp (Python scripting
support), AlienMap2, Color Enhance and Warp.
Deterministic Deterministic colour dithering to arbitrary
dithering palettes and deterministic alpha dithering
over layers. Don't ask, it's cool!
Twain Plugin for The new Twain plug-in gives you access to
Win32 Twain image sources like scanners on Win32
platforms.
Real-life units in This is more a call for help then a new
plug-ins feature. The framework has been there for
long, but still most plug-ins ignore
real-life units. I have changed the Grid
plug-in to make use of the nice widgets that
libgimp offers to handle all the unit stuff.
The code is heavily commented to make it more
easy to copy from it. So if you read this and
are a plugin author or you fell you could
help anyway, go hack those plug-ins! If you
need help, drop me a line.
JPEG saving with Not only offers the new JPEG plug-in much
Preview more control over the saving parameters, it
also shows you what the result will look
like.
More Drag'n'Drop Support for Dnd is coming along. You can now
drag layers from the Layers'n'Channels-dialog
to the toolbox to create a new image with
only that layer. Or drop the layer on an
image to add it to the images layerstack.
Also Color DnD is now supported almost
everywhere and you can drag brushes and
patterns around in the device status dialog.
Image Pipe Pixmap brushes were just recently added, but
it doesn't end there. Now there's an image
pipe. This is a brush that draws with a
pixmap out of a list of pixmaps. The pixmap
is either choosen randomly or based on cursor
direction, pressure or tilt. You'll love it!
New measure tool A new tool that allows to measure arbitray
distances and angles in an image was added.
See a (dumb) screenshot here.
Image navigation The new navigation window helps you to
navigate through large images. Have a look at
it here.
Scaled brush The brush selector now scales the brushes so
previews that they fit into the preview area. Click
here for a screenshot.
Pixmap brushes Pixmap brushes are being added. This will
allow you to paint with small colored images.
New Win32 plugin A new plug-in allows you to copy and paste
between different Windoze applications and
The GIMP using the clipboard.
[ New features in version 1.1.8 ]
Better cubic The algorithms for the cubic interpolation
interpolation for transformation were replaced by faster/
better ones.
Wheel mouse support Wheel mice are now supported in a variety of
Gimp dialogs.
New Plugins Sample Colorize and Curve Bend were added to
the distribution. Additionally two new
plug-ins for the Win32 port were added that
allow to print and to take screenshots on Win
platforms.
[ New features in version 1.1.7 ]
Selection to Path A new plug-in allows you to convert a
selection into an editable bezierpath.
Drag'n'Drop You can now drop a file (out of GMC for
example) onto the toolbox and The GIMP will
try to load it. This also works with URLs
(that you can drag out of netscape).
QuickMask Finally we have QuickMask in The GIMP. IMHO
the UI still needs a little tweak, but it
works perfectly as you can see here.
Paste As New You can know directly paste the content of
the buffer into a new image. Saves a few
mouse-clicks.
Win32 portability It is now possible to build a fully
functioning GIMP on Win32 with free tools
only.
IFS Compose saves One day you did that wonderful tree with IFS
and loads Compose and since then you've never ever
managed to get those parameters right again?
Now IFS Compose can save and load his
settings.
New tools Finally the empty holes in the toolbox got
filled and we have Dodge and Burn and Smudge
tools.
Help Browser Work has started on a Help System for The
GIMP and the helpbrowser is already done! Now
Karin and Olof (authors of The GUM) can start
to work on the documentation.
Image preview cache Thumbnail previews of an image are now
handled in a central place, so that small
previews can be computed from larger ones in
the cache. Right now this is used in the
image-menu (e.g. in the L&C-Dialog), more
will follow.
Tear-off menus The rumours have come true and while the
concept of an active image evolves, tear-off
menus sprang to life.
[ New features in version 1.1.6 ]
Active image concept Preliminary code to add an active image
concept has been added. So far the first cool
thing you get from this is that the
Layers-n-Channels-dialog automagically tracks
the image you're currently working on.
Interesting things will happen here. Tear-off
menus are rumoured to appear soon...
Indicator area The toolbox has been extended to show the
current brush and pattern you are using
giving direct access to the related dialogs.
This will soon be extended to also show you
the current gradient.
Bug fixes Bug fixes, bug fixes, bug fixes all over the
place. Hopefully not too much new ones were
added...
Colored Curves Color in the previously greyscale bars to the
dialog left and below the curve itself. This still
needs to be done for the Levels dialog too.
New File-New dialog Yep, another change to the dialog. Hopefully
everyone is content with the layout/
functionality this time.
Line draw preview You do know that you can draw a straight line
using the Shift key with the paint tools,
don't you? Now you can even position this
line precisely using the new line-preview.
Unfortunately this is quite buggy right now
and absolutely needs to be redone (and I can
say this as I've implemented this
feature...). UPDATE: This should work now.
Tile Row Hinting The image compositing has been speed up by
implementing hints to the tile structure.
That way the render-engine knows for example
if a row is totally transparent and can skip
the calculation.
Waterselect The waterselect plug-in has been integrated
color-selector as a pluggable color-selector module.
Context cursors Work has begun on giving better user feedback
through context cursors. For example the
selection tools now indicate whether you are
adding or subtracting the selection by adding
a small plus or minus sign to the cursor.
[ New features in version 1.1.5 ]
New Scale/Resize UI The Scale and Resize dialogs have been
overworked and it is now possible to change
the image resolution interactively.
OS/2 portability Lots of changes to make this version of The
Gimp compile on OS/2. This is still a work in
progress as is the Win32 portability.
Tool toggles Tools behaviuor for tools like Flip, Crop,
Convolve can be easily toggled on the fly
using the Shift key.
Opaque layer moves Layer are moved opaque now. That is you don't
only see the dashed outline move but the
whole content. Helps a lot when positioning
layers.
Per tool paint This is toggleable in the Preferences and
options adds the paintbrush options like Opacity to
every tool so you can have different settings
for different tools.
Sample average The color-picker can now optionally average
color-picker the neighborhood of pixels instead only
giving you the pixel you click at.
Speedups The color-correction functions as well as the
histogram functions have been optimized and
make use of multi-processor machines.
Global parasites Global parasites (arbitrary data attached to
the Gimp process) have been there for longer,
but now they are saved and can be retrieved
through the PDB.
Tool options The layout of all tools has changed slightly.
redesign They look more uniform, have a nice
Reset-button and inactive widgets are greyed
about giving better user feedback.
Crop tool overhaul The former crop tool is now called Crop &
Resize and allows you to interactively resize
layers or the image. Autocrop functionality
has also been added.
Interactive Curves Curves dialog now has interactive feedback.
Press and drag the mouse button in the image
window and a marker will appear in the curves
dialog showing the channel value at that
point.
New plug-ins New plug-ins were added: Rotate ColorMap
allows you to shift ranges of colors to new
values much like the way you know it from XV.
GDynText has been added and integrated as an
optional replacement for the text tool. It
allows you to add editable text layers. Oh,
it really rocks!!
PDBgen integration The PDB (Procedural Database) calls for the
gimp functions that allow you to call gimp
internals from scripts and plug-ins are now
autogenerated using some Perl-magic.
More work on unit Support for real-world units is coming along
support and is now supported by the gimp core in most
of the places where it makes sense.
[ New features in version 1.1.4 ]
New plug-ins Three new plug-ins were added to the
distribution: The wmf plug-in loads files of
the Windows(tm) metafile file format. GAP,
the Gimp Animation Plug-in, gives access to a
bunch of functions for working on and
creation of animations. The xjt plug-in
combines the functionality of the XCF file
format with JPEG compression.
Gradient The paintbrush can now be configured to use
brush-strokes the current gradient as its color-source.
This allows for some very nice effects. A
not-so-nice one can be seen here.
User-defined units The framework for user-defined units has been
added. If you like to measure your images in
lightyears, you can now do so and the unit
definition will be saved with your work in
the XCF file.
Power-user shortcuts Modifier keys (Shift|Ctrl|Alt) can now be
used with the buttons in the L&C-dialog and
give quick access to functions like Move
Layer to Top and others. Additionally a
button for Channel To Selection has been
added.
XCF loading/saving XCF files do not only load and save much
speedups faster, they also compress a little better
then before. However full backward
compatibilty is preserved.
More preferences The preferences dialog is seeing a major
cosmetic overhaul. There's a new widget to select
directories and recently the dialog has been
reordered to use a tree instead of notebook
tabs.
Plug-in updates A bunch of plug-ins including but not limited
to wind, bumpmap, exchange, sharpen and mail
have seen bugfixes and/or enhancements.
[ New features in version 1.1.3 ]
Paths dialog The Layers&Channels-dialog now features a new
page: Paths. This allows you to conveniently
add and remove points from your bezier paths
and to save, delete and modify paths.
Additionally it is an easy way to crash your
Gimp.
Real-world unit The integration of real-world units into The
support Gimp is going on nicely. The basics are
there: You can choose your favorite unit/
resolution in the Preferences, use it when
creating a new image and the information is
displayed in the statusbar.
Better RGB->Indexed The box-cut quantizer used in RGB->INDEXED
conversion conversion has been revised and should give
better results now.
Win32 merges Tor Lillqvist started to merge his changes
for Win32 into The Gimp source. For more info
have a look at the GIMP Win32 page.
Configurable image The string that is displayed in the image
title title is now configurable. It can for example
show the display zoom factor.
Perl A lot of work has been put into the Perl
plugin recently, but as long as I haven't
managed to build it on my system, I can't say
anything about this...
[ New features in version 1.1.2 ]
New plugin: This new plugin allows you to browse the
Plugindetails plugin menu system and helps to find the
plug-in you've lost in the menu jungle weeks
ago. See it in action here.
Thumbnails Gimp now automagically saves xv-compatible
thumbnails upon image saves. And of course,
the load dialog shows them.
More fun with Ink The Ink-tool now allows the user to choose
between elliptical, square, and diamond
shaped brushes.
Parallelization In addition to all the work that's been put
into threads, true parallelization is now
being added. Choose your number of processors
and make The Gimp fly...
Triangular Due to the ease of adding new color-selectors
Color-Selector via modules, a nice new triangular one has
appeared. Have a look at this screenshot.
[ New features in version 1.1.1 ]
File->Revert A function that reverts your image to the
version on disk was added.
Pluggable There's now the possibility to add
Color-Selectors color-selector modules to the Gimp. Next to
the standard rectangular one you'll now find
the circle that is used for Script-Fu.
More speed, less Optimizations using copy-on-write were
memory applied to more internal functions to bring
you a faster, less memory-consuming Gimp.
Improved JPEG The JPEG plugin now handles comments,
handling resolution and progressive saving.
Progress indicators Most if not all timeintensive core-functions
now change the cursor to indicate that gimp
is busy and show their progress in the
statusbar.
Tab hides dialogs Ever wished to get rid of all the dialogs
floating around on your screen? Well, with
the new version, you press the TAB-key and
they go away ... and can be brought back
using the TAB-key again.
Gimp class generator Well, I'm not sure if I got this right, so
here's what Yosh said about it: "[GCG] is
autogening that gtk+ class drugdery". Should
make coding easier.
Spiral gradients A new gradient type was introduced: spiral
gradients. Have a look at this small sample.
Palette dialog The palette dialog has seen an overhaul.
Things haven't settled yet, but the new
dialog looks much nicer and, unlike the old
one, can handle large amounts of palettes.
[ New features in version 1.1.0 ]
XInput support GIMP now supports special input devices like
drawing tablets by default. It depends on the
device being supported by your XServer. For
example, Wacom drawing tablets are often
supported. Support for multiple devices,
pressure and tilt sensitivity is slowly being
added to all paint tools.
Ink tool A nice new toy that really comes to life if
you have an extended input device as
described above. Have a look at this
screenshot.
'File New' dialog The New Image dialog allows the use of real
life units like centimeters and inches along
with a resolution entry. Have a look at this
screenshot.
Hex display A small but nifty feature was added to the
Color Picker: It now displays the HEX triplet
of the selected color. Useful for WEB
artists.
Popup button The small rectangle between the rulers in the
upper left corner of the image window now
gives access to the menu. Usefule for people
with tablets or two-button mice.
Statusbar The image display now has a statusbar.
Plug-ins write their progress there and your
mouse coordinates are also displayed. Most
tools use it too. The Selection tool, for
example, shows the selection size while you
drag. Have a look at this screenshot. And
don't worry, it's possible to hide the
statusbar to save screen estate.
GUI enhancements Lots of nifty enhancements to the user
interface. Spinbuttons are used in a lot of
places. More stuff like that has to be added
in the future...
Session management GIMP remembers window positions and sizes
(eeek, not working currently, but its almost
there) and restores them on startup.
Selections New algorithms are now used to grow and
shrink the selection. The result looks much
better!
PDB interface A lot more internal functions are now
exported to the PDB. For example, this should
allow the GIMP Animation Plugin to work
without changes to the GIMP core.
Better tile-caching Tiles are now more intelligently cached and a
threaded process tries to swap out dirty
tiles before you run out of physical memory.
(Hmm, have I got this right? IIRC, there's a
thread to swap in stuff ahead of the time,
too.)
Copy On Write The MAD-COW patches that appeared too late to
get integrated into GIMP-1.0 are now
integrated. And...its FASTER!!
Document Index The document index keeps track of the images
you used with The GIMP. You can even drag in
an image from a file-manager (GNOME MC for
example).
Editable Brushes Well, editable brushes still need some work,
but the basics are there...
Fixed size The size or the aspect ratio of selections
selections can now be entered numerically as well.
Script-Fu interface The Script-Fu dialog now allows a whole bunch
improvements of entry widgets, like selectors for fonts,
brushes, gradients and patterns. Strings can
be entered without the nasty quotes and
numerical entries can use sliders and
spinbuttons. Have a look at this screenshot.
Most of the scripts were already updated.
Quick Reference The Quick Reference sheet looks much better
and holds more information. A must-have for
your desktop.
Transform Tool UI The user interface for the Transform tool has
seen a major overhaul. It now offers a new
'Corrective' mode that for example makes it
easy to correct slightly rotated scans. Have
a look at this screenshot.
Color representation GIMP now uses GdkRGB to provide better
dithering for non truecolor displays. This
should also speed GIMP up a bit.
Parasites Arbitrary data can be attached to an image
and be retrieved later. (Is this already
saved in the XCF file? I think not...)
Tatoos A unique stamp can be attached to drawables.
That way a plug-in can easily keep track of
layers.
Dialogs A few dialogs can now be controlled via the
PDB. That allows a plug-in to use the
internal dialogs to select brushes, patterns
and gradients.
Idle-Renderer Display re-rendering is now handled in an
interruptible asynchronous thread. This makes
The GIMP more responsive, especially when
working with the Layers-dialog.
Resolution support Each image now has a resolution associated
with it. This needs to be integrated better
into the GUI, but there are already a few
file plug-ins that make use of this.
GimpPerl The GIMP-Perl extension is now part of
GIMP-1.1.
Monitor resolution The image can now be displayed in float scale
factrors. If GIMP knows about your monitor
resolution it displays one inch as one inch.
Still needs some work...
Help in the DB The DB Browser now also display the help that
Browser is available for a lot of functions in the
PDB.
Internationalization National Language Support is coming!
New plug-ins Various new plug-ins were added. More have
appeared in the Registry and wait to be added
or updated. A few nice ones that are now
included:
* WaterSelect - a nifty way to select
colors
* NewsPrint - whee, you have to see that
* Guillotine - slices the image up along
its guides
Internals Lots of changes were made to GIMP internals
that I don't understand correctly, like
objectification and removal of the image ID
system. Read the ChangeLog yourself to figure
this out.
GTK+ compatibilty GIMP 1.1 makes use of the development version
of GTK+. Therefore a whole lot of work has
been put in following the GTK+ development
and keeping The GIMP in sync.
Plug-ins and Scripts Various plug-ins and scripts not mentioned
above have been updated or fixed to work with
changes in the GIMP core or GTK+. One day I
might add a list of all changed plug-ins to
this list...
Miscellaneous * The painting functions (brush, pencil,
airbrush, etc.) have been optimized.
* The GAP plugin, which has some essential
animation features, is being integrated
into GIMP.
* The font selector has been redesigned.
* The new, slightly incomplete MAINTAINERS
file should help track responsibility and
expertise for various parts of The GIMP.
Copyright 1998-2000 by Sven Neumann <sven@gimp.org>

16
README
View File

@ -1,11 +1,9 @@
The GIMP: The GNU Image Manipulation Program
============================================
This is an unstable release of the GIMP, intended for developers only.
For production use, please use the 1.0.x series.
The GIMP: The GNU Image Manipulation Program: The Hadjaha Release
=================================================================
The GIMP is designed to be a professional image manipulation program
for both print and on-line based outputs.
suitable for such tasks as photo retouching, image composition and image
authoring.
For installation instructions, see the file INSTALL.
@ -84,13 +82,13 @@ Many of the developers hang out there. One of the Byxnet servers are:
The look of GIMP's interface can be customized like any other GTK app
by editing the ~/.gtkrc file or by using "themes" (ready-made
customizations). For downloadable themes and further details, see
http://gtk.themes.org. Additionally GIMP reads ~/.gimp-1.1/gtkrc so you
http://gtk.themes.org. Additionally GIMP reads ~/.gimp-1.2/gtkrc so you
can have settings that only apply to The GIMP.
Included is a set of keybindings similar to those in Adobe Photoshop (tm).
You can find them in the ps-menurc file. To use them, copy this file to
~/.gimp-1.1/menurc. You can also manually change the keybindings to any of
your choice by editing ~/.gimp-1.1/menurc.
~/.gimp-1.2/menurc. You can also manually change the keybindings to any of
your choice by editing ~/.gimp-1.2/menurc.
5. Bugs
=======

View File

@ -57,7 +57,7 @@ PREREQUISITES
http://www.gimp.org/
ftp://ftp.gimp.org/pub/gimp/
gimp-1.1 (or newer, e.g. CVS or CVS snapshots) is recommended
gimp-1.2 (or newer, e.g. CVS or CVS snapshots) is recommended
for full functionality, but any version since 1.0.2 should do,
some features not implemented in 1.0 don't work, though.
@ -247,7 +247,7 @@ register "gimp_fu_example_script", # fill in a function name
fill $l BG_IMAGE_FILL;
# the next function only works in gimp-1.1
# the next function only works in gimp-1.2
$text_layer=$img->text_fontname(-1,10,10,$text,5,1,xlfd_size($font),$font);
gimp_palette_set_foreground("green");

View File

@ -3,8 +3,8 @@ AC_INIT(gimprc.in)
dnl Initialize automake stuff
GIMP_MAJOR_VERSION=1
GIMP_MINOR_VERSION=1
GIMP_MICRO_VERSION=32
GIMP_MINOR_VERSION=2
GIMP_MICRO_VERSION=0
GIMP_INTERFACE_AGE=0
GIMP_BINARY_AGE=0
GIMP_VERSION=$GIMP_MAJOR_VERSION.$GIMP_MINOR_VERSION.$GIMP_MICRO_VERSION
@ -802,7 +802,6 @@ help/C/channels/Makefile
help/C/dialogs/Makefile
help/C/dialogs/channels/Makefile
help/C/dialogs/color_selectors/Makefile
help/C/dialogs/display_filters/Makefile
help/C/dialogs/gradient_editor/Makefile
help/C/dialogs/layers/Makefile
help/C/dialogs/palette_editor/Makefile

File diff suppressed because one or more lines are too long

View File

@ -5289,15 +5289,15 @@ GIOChannel *channel,gchar **data,gint count
</MACRO>
<MACRO>
<NAME>GIMP_MINOR_VERSION</NAME>
#define GIMP_MINOR_VERSION (1)
#define GIMP_MINOR_VERSION (2)
</MACRO>
<MACRO>
<NAME>GIMP_MICRO_VERSION</NAME>
#define GIMP_MICRO_VERSION (29)
#define GIMP_MICRO_VERSION (0)
</MACRO>
<MACRO>
<NAME>GIMP_VERSION</NAME>
#define GIMP_VERSION "1.1.29"
#define GIMP_VERSION "1.2.0"
</MACRO>
<MACRO>
<NAME>GIMP_CHECK_VERSION</NAME>

View File

@ -15,7 +15,7 @@ assigned, the old command will lose it's binding.
The GIMP also comes with a menurc that will implement Adobe
Photoshop style keybindings, if you are used to Photoshop, this
may prove helpful. To use it, rename ps-menurc to menurc and
put it in ~/gimp-1.1, overwriting the one that is already there
put it in ~/gimp-1.2, overwriting the one that is already there
(you may want to make a backup first).
1. ToolBox

View File

@ -6,7 +6,7 @@
# Blank lines are ignored.
# The variable gimp_dir refers to your personal gimp directory. It is
# set to either the value _gimp1.1 or the value of the environment
# set to either the value _gimp1.2 or the value of the environment
# variable GIMP_DIRECTORY. If the path in gimp_dir is relative, it is
# considered relative to your home directory (value of environment
# variable %HOME%, or %HOMEDRIVE%:%HOMEPATH%). If you don't have a

File diff suppressed because one or more lines are too long

View File

@ -198,7 +198,7 @@ gamma-correction turned on. If you are going to work with images of
this sort, turn gamma correction off by setting the value to 1.0.
.TP
.I color-cube COLORCUBE
Set the displays color cube. No longer used in gimp-1.1.x since the
Set the displays color cube. No longer used in gimp-1.2.x since the
introduction of GdkRgb.
.TP
.I install-colormap BOOLEAN

View File

@ -198,7 +198,7 @@ gamma-correction turned on. If you are going to work with images of
this sort, turn gamma correction off by setting the value to 1.0.
.TP
.I color-cube COLORCUBE
Set the displays color cube. No longer used in gimp-1.1.x since the
Set the displays color cube. No longer used in gimp-1.2.x since the
introduction of GdkRgb.
.TP
.I install-colormap BOOLEAN

View File

@ -6,7 +6,7 @@
# Blank lines are ignored.
# The variable gimp_dir refers to your personal gimp directory. It is
# set to either the value _gimp1.1 or the value of the environment
# set to either the value _gimp1.2 or the value of the environment
# variable GIMP_DIRECTORY. If the path in gimp_dir is relative, it is
# considered relative to your home directory (value of environment
# variable %HOME%, or %HOMEDRIVE%:%HOMEPATH%). If you don't have a

View File

@ -8,7 +8,7 @@
# only, it probably is best to keep them in the GIMP's bin directory.
BIN = C:\install\gimp\bin
GIMP_VER = 1.1
GIMP_VER = 1.2
# The name of the directory in your %HOME% where the GIMP's personal settings
# and stuff is saved.

View File

@ -15,7 +15,7 @@ endif
TOP = ../..
GIMP_VER = 1.1
GIMP_VER = 1.2
include $(GIMPTOP)/build/win32/make.mingw

View File

@ -545,7 +545,7 @@ HAVE_RESOURCE = YES
EXTRALIBS = user32.lib gdi32.lib
!endif
GIMP_VER = 1.1
GIMP_VER = 1.2
GTK_VER = 1.3
GLIB_VER = 1.3

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP libgimp /gnome-cvs\n"
"POT-Creation-Date: 2000-12-22 12:57+0100\n"
"POT-Creation-Date: 2000-12-18 23:30-0800\n"
"PO-Revision-Date: 2000-12-22 13:29+0100\n"
"Last-Translator: Andras TIMAR <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
@ -125,7 +125,8 @@ msgstr "A k
#. the footline
#: libgimp/gimpexport.c:420
msgid "The export conversion won't modify your original image."
msgstr "Az exportáláshoz szükséges átalakítások nem módosítják az eredeti képet."
msgstr ""
"Az exportáláshoz szükséges átalakítások nem módosítják az eredeti képet."
#: libgimp/gimpfileselection.c:388
msgid "Select File"
@ -206,8 +207,8 @@ msgid ""
"generator seed - this allows you to repeat a given \"random\" operation"
msgstr ""
"Ha az \"Idõ\" gomb nincs lenyomva, ezt a számot használja a "
"véletlenszám-generálás kiindulópontjaként. Így az adott \"véletlen\" "
"sorozat megismételhető."
"véletlenszám-generálás kiindulópontjaként. Így az adott \"véletlen\" sorozat "
"megismételhető."
#: libgimp/gimpwidgets.c:720
msgid "Time"
@ -217,7 +218,9 @@ msgstr "Id
msgid ""
"Seed random number generator from the current time - this guarantees a "
"reasonable randomization"
msgstr "A véletlenszám-generálás kiindulópontja a pontos idő, ez garantálja a megfelelő véletlenséget."
msgstr ""
"A véletlenszám-generálás kiindulópontja a pontos idő, ez garantálja a "
"megfelelő véletlenséget."
#: libgimp/gimpwidgets.c:1041
msgid "Bytes"
@ -230,4 +233,3 @@ msgstr "kilob
#: libgimp/gimpwidgets.c:1043
msgid "MegaBytes"
msgstr "megabájt"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -71,28 +71,28 @@ msgstr ""
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -153,19 +153,19 @@ msgstr ""
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -202,12 +202,11 @@ msgstr ""
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -337,8 +336,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr ""
@ -348,8 +346,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -360,9 +357,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr ""
@ -1083,7 +1080,6 @@ msgid "Options"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr ""
@ -1255,7 +1251,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1339,7 +1334,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1382,7 +1377,7 @@ msgstr ""
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1409,7 +1404,7 @@ msgstr ""
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1740,7 +1735,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr ""
@ -2102,7 +2097,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3312,8 +3307,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3330,7 +3324,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4930,7 +4924,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -4994,8 +4988,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -5975,163 +5968,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr ""
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6184,60 +6020,60 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10261,6 +10097,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10883,6 +10724,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -10911,6 +10756,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11217,6 +11066,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11303,6 +11157,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-std-plugins 1.1.30\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-18 21:35+01:00\n"
"Last-Translator: Stanislav Brabec <utx@k332.feld.cvut.cz>\n"
"Language-Team: Czech <cs@li.org>\n"
@ -70,28 +70,28 @@ msgstr "O programu"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -152,19 +152,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -201,12 +201,11 @@ msgstr "Zru
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -342,8 +341,7 @@ msgstr ""
"Mandelbrotova a Sierpinského)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Naèíst"
@ -353,8 +351,7 @@ msgstr "Na
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -365,9 +362,9 @@ msgid "Reset parameters to default values"
msgstr "Nastaví parametry na implicitní hodnoty"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Zapsat"
@ -1103,7 +1100,6 @@ msgid "Options"
msgstr "Volby"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Svìtlo"
@ -1275,7 +1271,6 @@ msgid "Map Images to Box Faces"
msgstr "Mapovat obrázek do plo¹ek hranolù"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Zvìt¹ení X:"
@ -1359,7 +1354,7 @@ msgstr "Uk
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1402,7 +1397,7 @@ msgstr "%s:
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1429,7 +1424,7 @@ msgstr "Nelze otev
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1767,7 +1762,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standardní"
@ -2138,7 +2133,7 @@ msgstr "Zapsat jako text"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formátování dat"
@ -3351,8 +3346,7 @@ msgstr "Detekuj
msgid "Edge Detection"
msgstr "Detekce hran"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Míra:"
@ -3369,7 +3363,7 @@ msgstr "Reli
msgid "Function"
msgstr "Fuknce"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Mapa vyvý¹ení"
@ -5001,7 +4995,7 @@ msgstr "Plazma..."
msgid "Plasma"
msgstr "Plazma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulence:"
@ -5065,8 +5059,7 @@ msgid "Help:"
msgstr "Nápovìda:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Typ:"
@ -6060,165 +6053,6 @@ msgstr "Pou
msgid "Use the Background Color"
msgstr "Pou¾ít barvu pozadí"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Barevná plocha"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Kontrola"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Mramor"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Je¹tìrka"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Phongùv"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "©um"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Døevo"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spirála"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Skvrny"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Textura"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(neznámý!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Otevøít soubor"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Zapsat soubor"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Dialog výbìru barvy"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Tvorba koulí"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Zaktualizovat"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Textury"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Pøidat"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Duplikovat"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Smazat"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Vlastnosti textur"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Textura:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Barvy:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Velikost:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Zvìt¹ení Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Zvìt¹ení Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotace X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotace Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotace Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Poloha X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Poloha Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Poloha Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Vyvý¹ení"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Export:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"napsal Vidar Madsen\n"
"Záøí 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Výpoèty..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filtry/Vyobrazení/Tvorba koulí..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filtry/©um/Roprostøení..."
@ -6271,60 +6105,60 @@ msgstr "Dol
msgid "Bottom-Right"
msgstr "Dolù doprava"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Nelze otevøít souboru pro ètení"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Nelze otevøít souboru jako SUN-raster-soubor"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Tento typ SUN-raster souboru není podporován"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Nelze èíst barevné polo¾ky"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Typ barevné mapy není podporován"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Tato hloubka obrázku není podporována"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS zápis neumí zpracovat obrázky s alfa kanály"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Neumí zpracovat neznámé typy obrázku"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Nelze otevøít souboru pro zápis"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "Bìhem ètení soubor skonèil"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Nastala chyba zápisu"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Zapsat jako SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "Kódované RunLength"
@ -10597,6 +10431,11 @@ msgstr "Tlak:"
msgid "No Options..."
msgstr "®ádné volby..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Pøidat"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Pøepsat"
@ -11230,6 +11069,10 @@ msgstr "Barevn
msgid "Adds random noise to the color"
msgstr "Pøidává do obrázku náhodný ¹um"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Dialog výbìru barvy"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Ztmavení hran:"
@ -11258,6 +11101,10 @@ msgstr "Z pap
msgid "Copy the texture of the selected paper as a background"
msgstr "Kopíruje texturu zvoleného papíru jako pozadí"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Barevná plocha"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Pozadí z barevné plochy"
@ -11570,6 +11417,11 @@ msgstr "Invertuje texturu pap
msgid "Applies the paper as it is (without embossing it)"
msgstr "Pou¾ije papír tak, jak je (bez reliéfu)"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Velikost:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "Urèuje velikost textury (v procentech pùvodního souboru)"
@ -11661,6 +11513,11 @@ msgstr ""
"mù¾ete mi je poslat na <vidar@prosalg.no>,\n"
"aby mohly být zaøazeny do pøí¹tího vydání!\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Zaktualizovat"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Zaktualizovat náhledové okno"
@ -13288,6 +13145,106 @@ msgstr "Chyba: Nelze na
msgid "Error: XJT propertyfile %s is empty"
msgstr "Chyba: Soubor XJT vlastností %s je prázdný"
#~ msgid "Checker"
#~ msgstr "Kontrola"
#~ msgid "Marble"
#~ msgstr "Mramor"
#~ msgid "Lizard"
#~ msgstr "Je¹tìrka"
#~ msgid "Phong"
#~ msgstr "Phongùv"
#~ msgid "Noise"
#~ msgstr "©um"
#~ msgid "Wood"
#~ msgstr "Døevo"
#~ msgid "Spiral"
#~ msgstr "Spirála"
#~ msgid "Spots"
#~ msgstr "Skvrny"
#~ msgid "Texture"
#~ msgstr "Textura"
#~ msgid "(unknown!?)"
#~ msgstr "(neznámý!?)"
#~ msgid "Open file"
#~ msgstr "Otevøít soubor"
#~ msgid "Save file"
#~ msgstr "Zapsat soubor"
#~ msgid "Sphere Designer"
#~ msgstr "Tvorba koulí"
#~ msgid "Textures"
#~ msgstr "Textury"
#~ msgid "Dup"
#~ msgstr "Duplikovat"
#~ msgid "Del"
#~ msgstr "Smazat"
#~ msgid "Texture Properties"
#~ msgstr "Vlastnosti textur"
#~ msgid "Texture:"
#~ msgstr "Textura:"
#~ msgid "Colors:"
#~ msgstr "Barvy:"
#~ msgid "Scale Y:"
#~ msgstr "Zvìt¹ení Y:"
#~ msgid "Scale Z:"
#~ msgstr "Zvìt¹ení Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotace X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotace Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotace Z:"
#~ msgid "Pos X:"
#~ msgstr "Poloha X:"
#~ msgid "Pos Y:"
#~ msgstr "Poloha Y:"
#~ msgid "Pos Z:"
#~ msgstr "Poloha Z:"
#~ msgid "Bump"
#~ msgstr "Vyvý¹ení"
#~ msgid "Exp:"
#~ msgstr "Export:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "napsal Vidar Madsen\n"
#~ "Záøí 1999"
#~ msgid "Rendering..."
#~ msgstr "Výpoèty..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filtry/Vyobrazení/Tvorba koulí..."
#~ msgid "Save as Pixmap Brush"
#~ msgstr "Zapsat jako pixelovì mapovanou stopu"

View File

@ -10,7 +10,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP plug-ins /gnome-cvs\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-19 19:34+01:00\n"
"Last-Translator: Keld Simonsen <keld@dkuug.dk>\n"
"Language-Team: Danish/Dansk <sslug-locale@sslug.dk>\n"
@ -75,28 +75,28 @@ msgstr "Om"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -157,19 +157,19 @@ msgstr "Ok"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -206,12 +206,11 @@ msgstr "Annull
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -349,8 +348,7 @@ msgstr ""
"Mandelbrot og Sierpinski)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Indlæs"
@ -360,8 +358,7 @@ msgstr "Indl
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -372,9 +369,9 @@ msgid "Reset parameters to default values"
msgstr "Nulstil til standardværdier"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Gem"
@ -1112,7 +1109,6 @@ msgid "Options"
msgstr "Opsætning"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Lys"
@ -1284,7 +1280,6 @@ msgid "Map Images to Box Faces"
msgstr "Afbild billeder to ansigtskasser"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Skalering X:"
@ -1368,7 +1363,7 @@ msgstr "Vis/skjul gitter for forh
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1411,7 +1406,7 @@ msgstr "%s: forkert farvekort"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1438,7 +1433,7 @@ msgstr "Kan ikke
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1775,7 +1770,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2146,7 +2141,7 @@ msgstr "Gem som tekst"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Dataformattering"
@ -3359,8 +3354,7 @@ msgstr "Kantdetektering..."
msgid "Edge Detection"
msgstr "Kantdetektering"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Mængde:"
@ -3377,7 +3371,7 @@ msgstr "Relief"
msgid "Function"
msgstr "Funktion"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Bumpmap"
@ -5006,7 +5000,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulens:"
@ -5070,8 +5064,7 @@ msgid "Help:"
msgstr "Hjælp:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Type:"
@ -6068,165 +6061,6 @@ msgstr "Benyt forgrundsfarve"
msgid "Use the Background Color"
msgstr "Benyt baggrundsfarve"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Ensfarvet"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Skakbrædt"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Marmor"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Firben"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Reflex"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Stød"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Træ"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spiral"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Prikker"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Tekstur"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(ukendt!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Åbn fil"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Gem fil"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Farvevælgerdialog"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Sfæredesigner"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Opdatér"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Teksturer"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Tilføj"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Duplikér"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Slet"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Teksturegenskaber"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Tekstur:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Farver:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skalér:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Skalering Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Skalering Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotation X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotation Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotation Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Position X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Position Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Position Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Bump"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Export:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"af Vidar Madsen\n"
"September 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Tegner..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filter/Render/Kugle-Designer..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filter/Støj/Fordel..."
@ -6279,60 +6113,60 @@ msgstr "For neden til venstre"
msgid "Bottom-Right"
msgstr "For neden til højre"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Kan ikke åbne fil for læsning"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Kan ikke åbne fil som SUN-raster-fil"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Typen for denne SUN-rasterfil er ikke understøttet"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Kan ikke læse farveindgange"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Palettetype er ikke understøttet"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Denne farvedybde er ikke understøttet"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS kan ikke gemme billeder med alfa-kanaler"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Kan ikke arbejde med ukendt billedtype"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Kan ikke åbne fil for skrivning"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "EOF mødt ved læsning"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Der skete en skrivefejl"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Gem som SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RL kodet"
@ -10610,6 +10444,11 @@ msgstr "Tryk:"
msgid "No Options..."
msgstr "Ingen indstillinger..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Tilføj"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Erstat"
@ -11244,6 +11083,10 @@ msgstr "Farve-St
msgid "Adds random noise to the color"
msgstr "Tilføjer tilfældig støj til farven"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Farvevælgerdialog"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Formørk kant:"
@ -11272,6 +11115,10 @@ msgstr "Fra papir"
msgid "Copy the texture of the selected paper as a background"
msgstr "Kopiér teksturen fra det valgte papir som baggrund"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Ensfarvet"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Ensfarvet baggrund"
@ -11588,6 +11435,11 @@ msgstr "Invert
msgid "Applies the paper as it is (without embossing it)"
msgstr "Bruger papir som det er (uden først at \"udstanse\" det (emboss))"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skalér:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "Angiver størrelse på tekstur (i % af den oprindelige fil)"
@ -11679,6 +11531,11 @@ msgstr ""
"så send dem gerne til mig (vidar@prosalg.no),\n"
"for inkludering i den næste udgave!\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Opdatér"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Genopfrisk forhåndsvisningsvinduet"
@ -13312,6 +13169,106 @@ msgstr "Fejl: Kan ikke l
msgid "Error: XJT propertyfile %s is empty"
msgstr "Fejl: fil %s med egenskaber for XJT er tom"
#~ msgid "Checker"
#~ msgstr "Skakbrædt"
#~ msgid "Marble"
#~ msgstr "Marmor"
#~ msgid "Lizard"
#~ msgstr "Firben"
#~ msgid "Phong"
#~ msgstr "Reflex"
#~ msgid "Noise"
#~ msgstr "Stød"
#~ msgid "Wood"
#~ msgstr "Træ"
#~ msgid "Spiral"
#~ msgstr "Spiral"
#~ msgid "Spots"
#~ msgstr "Prikker"
#~ msgid "Texture"
#~ msgstr "Tekstur"
#~ msgid "(unknown!?)"
#~ msgstr "(ukendt!?)"
#~ msgid "Open file"
#~ msgstr "Åbn fil"
#~ msgid "Save file"
#~ msgstr "Gem fil"
#~ msgid "Sphere Designer"
#~ msgstr "Sfæredesigner"
#~ msgid "Textures"
#~ msgstr "Teksturer"
#~ msgid "Dup"
#~ msgstr "Duplikér"
#~ msgid "Del"
#~ msgstr "Slet"
#~ msgid "Texture Properties"
#~ msgstr "Teksturegenskaber"
#~ msgid "Texture:"
#~ msgstr "Tekstur:"
#~ msgid "Colors:"
#~ msgstr "Farver:"
#~ msgid "Scale Y:"
#~ msgstr "Skalering Y:"
#~ msgid "Scale Z:"
#~ msgstr "Skalering Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotation X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotation Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotation Z:"
#~ msgid "Pos X:"
#~ msgstr "Position X:"
#~ msgid "Pos Y:"
#~ msgstr "Position Y:"
#~ msgid "Pos Z:"
#~ msgstr "Position Z:"
#~ msgid "Bump"
#~ msgstr "Bump"
#~ msgid "Exp:"
#~ msgstr "Export:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "af Vidar Madsen\n"
#~ "September 1999"
#~ msgid "Rendering..."
#~ msgstr "Tegner..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filter/Render/Kugle-Designer..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "ORV! GIMPs påskeæg!"

View File

@ -8,7 +8,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP 1.1.31\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-20 14:52+01:00\n"
"Last-Translator: Sven Neumann <sven@gimp.org>\n"
"Language-Team: German <de@li.org>\n"
@ -73,28 +73,28 @@ msgstr "
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -155,19 +155,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -204,12 +204,11 @@ msgstr "Abbrechen"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -346,8 +345,7 @@ msgstr ""
"ausser Mandelbrot und Sierpinski)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Öffnen"
@ -357,8 +355,7 @@ msgstr "Fraktal aus Datei laden"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -369,9 +366,9 @@ msgid "Reset parameters to default values"
msgstr "Auf Standardwerte zurücksetzen"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Sichern"
@ -1115,7 +1112,6 @@ msgid "Options"
msgstr "Einstellungen"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Licht"
@ -1287,7 +1283,6 @@ msgid "Map Images to Box Faces"
msgstr "Bild auf Würfelseiten abbilden"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Skalierung X:"
@ -1371,7 +1366,7 @@ msgstr "Zeige/Verberge Vorschau-Drahtgitter"
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1414,7 +1409,7 @@ msgstr "%s: fehlerhafte Palette"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1441,7 +1436,7 @@ msgstr "Kann %s nicht
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1780,7 +1775,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2151,7 +2146,7 @@ msgstr "Speichere als Text"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Daten Formatierung"
@ -3368,8 +3363,7 @@ msgstr "Kanten finden..."
msgid "Edge Detection"
msgstr "Kanten finden"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Menge:"
@ -3386,7 +3380,7 @@ msgstr "Relief"
msgid "Function"
msgstr "Funktion"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Bumpmap"
@ -5035,7 +5029,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulenz:"
@ -5099,8 +5093,7 @@ msgid "Help:"
msgstr "Hilfe:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Typ:"
@ -6105,165 +6098,6 @@ msgstr "Benutze Vordergrundfarbe"
msgid "Use the Background Color"
msgstr "Benutze Hintergrundfarbe"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Einfarbig"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Schachbrett"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Marmor"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Eidechse"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Reflex"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Rauschen"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Holz"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spirale"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Punkte"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Textur"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr " (unbekannt!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Datei öffnen"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Datei speichern"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Farbauswahl-Dialog"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Kugel-Designer"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Neu zeichnen"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Texturen"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Hinzufügen"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Duplizieren"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Löschen"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Textureigenschaften"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Textur:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Farben:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skalierung:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Skalierung Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Skalierung Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotation X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotation Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotation Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Position X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Position Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Position Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Bump"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Export:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"von Vidar Madsen\n"
"September 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Rendere..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filter/Render/Kugel-Designer..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filter/Rauschen/Verteilen..."
@ -6316,60 +6150,60 @@ msgstr "Unten Links"
msgid "Bottom-Right"
msgstr "Unten Rechts"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Kann Datei nicht zum Lesen öffnen"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Kann Datei nicht als SUN-raster-datei öffnen"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Der Typ dieser SUN-rasterdatei ist nicht unterstützt"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Kann Farbeinträge nicht lesen"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Palettentyp ist nicht unterstützt"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Diese Farbtiefe ist nicht unterstützt"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS kann keine Bilder mit alpha Kanälen speichern"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Kann nicht mit unbekanntem Bildtyp arbeiten"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Kann Datei nicht zum Schreiben öffnen"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "beim Lesen auf EOF gestossen"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Ein Schreibfehler ist aufgetreten"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Als SunRas sichern"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RL kodiert"
@ -10680,6 +10514,11 @@ msgstr "Druck:"
msgid "No Options..."
msgstr "Keine Einstellungen..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Hinzufügen"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Ersetzen"
@ -11327,6 +11166,10 @@ msgstr "Farb-Rauschen (noise)"
msgid "Adds random noise to the color"
msgstr "Fügt dem Bild ein \"zufälliges Rauschen\" (noise) hinzu"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Farbauswahl-Dialog"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Am Rand verdunkeln:"
@ -11355,6 +11198,10 @@ msgstr "Vom Papier"
msgid "Copy the texture of the selected paper as a background"
msgstr "Nimmt die Textur vom ausgewählten Papier als Hintergrund"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Einfarbig"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Einfarbiger Hintergrund"
@ -11687,6 +11534,11 @@ msgstr ""
"Wendet das Papier an, so wie es ist (ohne es vorher \"auszustanzen\" "
"(emboss))"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skalierung:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "Stellt die Grösse der Textur ein (in % von der ursprüngl. Datei)"
@ -11780,6 +11632,11 @@ msgstr ""
"dann scheuen Sie sich nicht, mir das\n"
"für das nächste Release zuzuschicken (vidar@prosalg.no)!\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Neu zeichnen"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Das Vorschau-Fenster auffrischen"
@ -13436,3 +13293,103 @@ msgstr "Fehler: Kann XJT Eigenschaften-Datei %s nicht lesen"
#, c-format
msgid "Error: XJT propertyfile %s is empty"
msgstr "Fehler: XJT Eigenschaften-Datei %s ist leer"
#~ msgid "Checker"
#~ msgstr "Schachbrett"
#~ msgid "Marble"
#~ msgstr "Marmor"
#~ msgid "Lizard"
#~ msgstr "Eidechse"
#~ msgid "Phong"
#~ msgstr "Reflex"
#~ msgid "Noise"
#~ msgstr "Rauschen"
#~ msgid "Wood"
#~ msgstr "Holz"
#~ msgid "Spiral"
#~ msgstr "Spirale"
#~ msgid "Spots"
#~ msgstr "Punkte"
#~ msgid "Texture"
#~ msgstr "Textur"
#~ msgid "(unknown!?)"
#~ msgstr " (unbekannt!?)"
#~ msgid "Open file"
#~ msgstr "Datei öffnen"
#~ msgid "Save file"
#~ msgstr "Datei speichern"
#~ msgid "Sphere Designer"
#~ msgstr "Kugel-Designer"
#~ msgid "Textures"
#~ msgstr "Texturen"
#~ msgid "Dup"
#~ msgstr "Duplizieren"
#~ msgid "Del"
#~ msgstr "Löschen"
#~ msgid "Texture Properties"
#~ msgstr "Textureigenschaften"
#~ msgid "Texture:"
#~ msgstr "Textur:"
#~ msgid "Colors:"
#~ msgstr "Farben:"
#~ msgid "Scale Y:"
#~ msgstr "Skalierung Y:"
#~ msgid "Scale Z:"
#~ msgstr "Skalierung Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotation X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotation Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotation Z:"
#~ msgid "Pos X:"
#~ msgstr "Position X:"
#~ msgid "Pos Y:"
#~ msgstr "Position Y:"
#~ msgid "Pos Z:"
#~ msgstr "Position Z:"
#~ msgid "Bump"
#~ msgstr "Bump"
#~ msgid "Exp:"
#~ msgstr "Export:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "von Vidar Madsen\n"
#~ "September 1999"
#~ msgid "Rendering..."
#~ msgstr "Rendere..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filter/Render/Kugel-Designer..."

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp CVS\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-02-02 14:07+0000\n"
"Last-Translator: Robert Brady <robert@susu.org.uk>\n"
"Language-Team: \n"
@ -70,28 +70,28 @@ msgstr ""
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -152,19 +152,19 @@ msgstr ""
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -201,12 +201,11 @@ msgstr ""
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -336,8 +335,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr ""
@ -347,8 +345,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -359,9 +356,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr ""
@ -1095,7 +1092,6 @@ msgid "Options"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr ""
@ -1270,7 +1266,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1354,7 +1349,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1397,7 +1392,7 @@ msgstr "%s: bad colourmap\n"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1425,7 +1420,7 @@ msgstr ""
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1756,7 +1751,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr ""
@ -2118,7 +2113,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3330,8 +3325,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3348,7 +3342,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4974,7 +4968,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -5038,8 +5032,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -6020,163 +6013,6 @@ msgstr "Use the Foreground Colour"
msgid "Use the Background Color"
msgstr "Use the Background Colour"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Colour Selection Dialog"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Colours:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6229,60 +6065,60 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Can't read colour entries"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Type of colourmap not supported"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10349,6 +10185,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10982,6 +10823,10 @@ msgstr "Colour noise:"
msgid "Adds random noise to the color"
msgstr "Adds random noise to the colour"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Colour Selection Dialog"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -11010,6 +10855,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Solid coloured background"
@ -11319,6 +11168,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11405,6 +11259,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""
@ -13005,6 +12864,9 @@ msgstr ""
msgid "Error: XJT propertyfile %s is empty"
msgstr ""
#~ msgid "Colors:"
#~ msgstr "Colours:"
#, fuzzy
#~ msgid "Scaling and Color Settings"
#~ msgstr "can't read colour entries"

View File

@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP 1.1.25\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-09-28 01:22+02:00\n"
"Last-Translator: Rodrigo Sancho Senosiain <ruy_ikari@bigfoot.com>\n"
"Language-Team: Spanish <es@li.org>\n"
@ -75,28 +75,28 @@ msgstr "Acerca"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -157,19 +157,19 @@ msgstr "Aceptar"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -206,12 +206,11 @@ msgstr "Cancelar"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -348,8 +347,7 @@ msgstr ""
"fractales menos con Mandelbrot y Sierpinski)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Cargar"
@ -359,8 +357,7 @@ msgstr "Cargar un fractal de un fichero"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -371,9 +368,9 @@ msgid "Reset parameters to default values"
msgstr "Restaurar parámetros con valores predefindos"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Guardar"
@ -1120,7 +1117,6 @@ msgid "Options"
msgstr "Opciones"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Luz"
@ -1295,7 +1291,6 @@ msgid "Map Images to Box Faces"
msgstr "Proyectar imágenes a las caras de la caja"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Escala X:"
@ -1379,7 +1374,7 @@ msgstr "Muestra/Oculta una vista previa del objeto en modo \"alambre\""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1422,7 +1417,7 @@ msgstr "%s: mapa de colores malo"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1449,7 +1444,7 @@ msgstr "No puedo abrir %s"
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1785,7 +1780,7 @@ msgstr "M
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Mín (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Estándar"
@ -2166,7 +2161,7 @@ msgstr "Guardar como texto"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formateado de datos"
@ -3391,8 +3386,7 @@ msgstr "Detecci
msgid "Edge Detection"
msgstr "Detección de bordes"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Cantidad:"
@ -3409,7 +3403,7 @@ msgstr "Repujado"
msgid "Function"
msgstr "Función"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Aplicación de relieve"
@ -5063,7 +5057,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulencia:"
@ -5127,8 +5121,7 @@ msgid "Help:"
msgstr "Ayuda:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Tipo:"
@ -6143,165 +6136,6 @@ msgstr "Usar el color de Frente"
msgid "Use the Background Color"
msgstr "Usar el color de Fondo"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Sólido"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Ajedrez"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Mármol"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Lagarto"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Phong"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Ruido"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Madera"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Espiral"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Lunares"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Textura"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(¡¿desconocido?!)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Abrir fichero"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Guardar fichero"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Diálogo de selección de color"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Diseñador de esferas"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Actualizar"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Texturas"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Añadir"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Duplicar"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Borrar"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Propiedades de la textura"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Textura:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Colores:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Escala:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Escala Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Escala Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotación X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotación Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotación Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Pos. X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Pos. Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Pos. Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Relieve"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Exp:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"por Vidar Madsen\n"
"Septiembre 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Renderizando..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filtros/Render/Diseñador de esferas..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filtros/Ruido/Esparcir..."
@ -6354,60 +6188,60 @@ msgstr "Inferior-Izquierda"
msgid "Bottom-Right"
msgstr "Inferior-Derecha"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "No puedo abrir fichero para lectura"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "No puedo abrir fichero como fichero SUN-raster"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "El tipo de este fichero SUN-raster no está soportado"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "No puedo leer entradas de color"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "El tipo del mapa de color no está soportado"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Esta profundidad de imagen no está soportada"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS no puede manejar imágenes con canales alfa"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "No puedo funcionar con tipos desconocidos de imagen"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "No puedo abrir fichero para escritura"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "Encontrado EOF (fin-de-fichero) al leer"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Ocurrió un error de escritura"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Guardar como SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "Codificación RunLenght"
@ -10724,6 +10558,11 @@ msgstr "Presi
msgid "No Options..."
msgstr "Sin opciones..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Añadir"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Reemplazar"
@ -11366,6 +11205,10 @@ msgstr "Ruido de color:"
msgid "Adds random noise to the color"
msgstr "Añade ruido aleatorio al color"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Diálogo de selección de color"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Oscurecimiento de bordes:"
@ -11394,6 +11237,10 @@ msgstr "Del papel"
msgid "Copy the texture of the selected paper as a background"
msgstr "Copia la textura del papel seleccionado como fondo"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Sólido"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Fondo con color sólido"
@ -11719,6 +11566,11 @@ msgstr "Invierte la textura del Papel"
msgid "Applies the paper as it is (without embossing it)"
msgstr "Aplica el papel como está (sin darle relieve)"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Escala:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11815,6 +11667,11 @@ msgstr ""
"quieres para incluírlos en la\n"
"próxima versión. \n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Actualizar"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Refrescar la venta de Vista previa"
@ -13473,6 +13330,106 @@ msgstr "Error: No puedo leer fichero de propiedades XJT %s"
msgid "Error: XJT propertyfile %s is empty"
msgstr "Error: fichero de propiedades XJT %s está vacío"
#~ msgid "Checker"
#~ msgstr "Ajedrez"
#~ msgid "Marble"
#~ msgstr "Mármol"
#~ msgid "Lizard"
#~ msgstr "Lagarto"
#~ msgid "Phong"
#~ msgstr "Phong"
#~ msgid "Noise"
#~ msgstr "Ruido"
#~ msgid "Wood"
#~ msgstr "Madera"
#~ msgid "Spiral"
#~ msgstr "Espiral"
#~ msgid "Spots"
#~ msgstr "Lunares"
#~ msgid "Texture"
#~ msgstr "Textura"
#~ msgid "(unknown!?)"
#~ msgstr "(¡¿desconocido?!)"
#~ msgid "Open file"
#~ msgstr "Abrir fichero"
#~ msgid "Save file"
#~ msgstr "Guardar fichero"
#~ msgid "Sphere Designer"
#~ msgstr "Diseñador de esferas"
#~ msgid "Textures"
#~ msgstr "Texturas"
#~ msgid "Dup"
#~ msgstr "Duplicar"
#~ msgid "Del"
#~ msgstr "Borrar"
#~ msgid "Texture Properties"
#~ msgstr "Propiedades de la textura"
#~ msgid "Texture:"
#~ msgstr "Textura:"
#~ msgid "Colors:"
#~ msgstr "Colores:"
#~ msgid "Scale Y:"
#~ msgstr "Escala Y:"
#~ msgid "Scale Z:"
#~ msgstr "Escala Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotación X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotación Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotación Z:"
#~ msgid "Pos X:"
#~ msgstr "Pos. X:"
#~ msgid "Pos Y:"
#~ msgstr "Pos. Y:"
#~ msgid "Pos Z:"
#~ msgstr "Pos. Z:"
#~ msgid "Bump"
#~ msgstr "Relieve"
#~ msgid "Exp:"
#~ msgstr "Exp:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "por Vidar Madsen\n"
#~ "Septiembre 1999"
#~ msgid "Rendering..."
#~ msgstr "Renderizando..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filtros/Render/Diseñador de esferas..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "¡Eh! ¡Encontró el huevo de Pascua!"

View File

@ -7,7 +7,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-plug-ins 1.1.26\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-02-12 05:50+0200\n"
"Last-Translator: Tor Lillqvist tml@iki.fi>\n"
"Language-Team: Finnish <fi@li.org>\n"
@ -72,28 +72,28 @@ msgstr "Tietoja"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -154,19 +154,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -203,12 +203,11 @@ msgstr "Peru"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -344,8 +343,7 @@ msgstr ""
"fraktaaleihin paitsi Mandelbrot ja Sierpinski)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Lataa"
@ -355,8 +353,7 @@ msgstr "Lataa fraktaali tiedostosta"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -367,9 +364,9 @@ msgid "Reset parameters to default values"
msgstr "Palauta parametrit oletusarvoisiksi"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Tallenna"
@ -1093,7 +1090,6 @@ msgid "Options"
msgstr "Asetukset"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Valo"
@ -1265,7 +1261,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Skaalaa X:"
@ -1349,7 +1344,7 @@ msgstr "N
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1392,7 +1387,7 @@ msgstr "%s: virheellinen v
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1419,7 +1414,7 @@ msgstr "Ei voi avata %s"
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1754,7 +1749,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standardi"
@ -2116,7 +2111,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3326,8 +3321,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3344,7 +3338,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4943,7 +4937,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -5007,8 +5001,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -5988,163 +5981,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr ""
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "kuhmurainen"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6197,64 +6033,65 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
#: plug-ins/common/tga.c:425
#, c-format
msgid "TGA: can't open \"%s\"\n"
msgstr ""
@ -10273,6 +10110,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10895,6 +10737,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -10923,6 +10769,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11229,6 +11079,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11315,6 +11170,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""
@ -12895,6 +12755,9 @@ msgstr ""
msgid "Error: XJT propertyfile %s is empty"
msgstr ""
#~ msgid "Bump"
#~ msgstr "kuhmurainen"
#~ msgid "Env"
#~ msgstr "env"

View File

@ -9,7 +9,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-std-plugins 1.1.29\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-11-24 15:36+0100\n"
"Last-Translator: Christophe Merlet (RedFox) <redfox@eikonex.org>\n"
"Language-Team: GNOME French Team <gnomefr@gnomefr.traduc.org>\n"
@ -74,28 +74,28 @@ msgstr "
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -156,19 +156,19 @@ msgstr "Valider"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -205,12 +205,11 @@ msgstr "Annuler"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -346,8 +345,7 @@ msgstr ""
"les fractales sauf Mandelbrot et Sierpinski)."
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Charger"
@ -357,8 +355,7 @@ msgstr "Charge les param
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -369,9 +366,9 @@ msgid "Reset parameters to default values"
msgstr "Remets les paramètres à leur valeurs par défaut."
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Enregistrer"
@ -1124,7 +1121,6 @@ msgid "Options"
msgstr "Options"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Lumière"
@ -1300,7 +1296,6 @@ msgid "Map Images to Box Faces"
msgstr "Plaquer différentes images sur les côtés de la boîte"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Échelle en X :"
@ -1384,7 +1379,7 @@ msgstr "Tracer les ar
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1427,7 +1422,7 @@ msgstr "%s : mauvaise palette de couleurs"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1455,7 +1450,7 @@ msgstr "Impossible d'ouvrir %s"
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1794,7 +1789,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2166,7 +2161,7 @@ msgstr "Enregistrer en tant que texte"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formatage des données"
@ -3383,8 +3378,7 @@ msgstr "D
msgid "Edge Detection"
msgstr "Détection du contour"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Quantité :"
@ -3401,7 +3395,7 @@ msgstr "Repoussage"
msgid "Function"
msgstr "Fonction"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Carte en relief"
@ -5047,7 +5041,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulence :"
@ -5111,8 +5105,7 @@ msgid "Help:"
msgstr "Aide :"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Type :"
@ -6118,166 +6111,6 @@ msgstr "Utiliser la couleur d'avant-plan"
msgid "Use the Background Color"
msgstr "Utiliser la couleur de fond"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Solide"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Damier"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Marbre"
# proper name?
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Lizard"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Phong"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Bruit"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Bois"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spirale"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Points"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Texture"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(inconnu !?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Ouvrir le fichier"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Enregistrer le fichier"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Boîte de sélection de couleur"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Traceur de sphère"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Mise à Jour"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Textures"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Ajouter"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Dup"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Suppr"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Propriétés des Textures"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Texture :"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Couleurs :"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Échelle :"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Échelle en Y :"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Échelle en Z :"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotation en X :"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotation en Y :"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotation en Z :"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Pos X :"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Pos Y :"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Pos Z :"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Bosselage"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Exp :"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"par Vidar Madsen\n"
"Septembre 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Interprétation en cours..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filtres/Rendu/Créateur de Sphère..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filtres/Bruit/Étendre..."
@ -6330,62 +6163,62 @@ msgstr "En Bas
msgid "Bottom-Right"
msgstr "En Bas à Droite"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Impossible d'ouvrir le fichier en lecture"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Impossible d'ouvrir comme fichier SUN-Raster"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Le type de ce fichier SUN-Raster n'est pas supporté"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Je ne peux lire les données de couleurs."
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Type de palette de couleurs non supporté."
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Cette résolution d'image n'est pas supportée"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
"Il est impossible d'enregistrer des images avec canaux alpha au format "
"SUNRAS."
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Impossible d'opérer sur un type d'image inconnu."
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Impossible d'ouvrir le fichier en écriture"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "Fin de fichier rencontrée lors de la lecture"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Une erreur d'écriture est survenue"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Enregistrer en SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "Encodage RunLength"
@ -10702,6 +10535,11 @@ msgstr "Pression :"
msgid "No Options..."
msgstr "Pas d'options..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Ajouter"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Remplacer"
@ -11347,6 +11185,10 @@ msgstr "Perturbations de couleur :"
msgid "Adds random noise to the color"
msgstr "Ajoute une perturbation aléatoire à la couleur"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Boîte de sélection de couleur"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Assombrissement des bords :"
@ -11377,6 +11219,10 @@ msgstr "Depuis le papier"
msgid "Copy the texture of the selected paper as a background"
msgstr "Copie la texture du papier sélectionné comme fond"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Solide"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Fond de couleur uniforme"
@ -11704,6 +11550,11 @@ msgstr "Inverse la texture du papier"
msgid "Applies the paper as it is (without embossing it)"
msgstr "Applique le papier tel quel (sans le bosseler)"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Échelle :"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "Spécifie l'échelle de la texture (en pourcentage de l'original)"
@ -11798,6 +11649,11 @@ msgstr ""
"<vidar@prosalg.no> pour qu'ils soient inclus\n"
"dans la prochaine version !\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Mise à Jour"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Rafraîchir la fenêtre d'Aperçu"
@ -13445,6 +13301,107 @@ msgstr "Erreur : Impossible de lire le fichier de propri
msgid "Error: XJT propertyfile %s is empty"
msgstr "Erreur : le fichier de propriétés XJT %s est vide"
#~ msgid "Checker"
#~ msgstr "Damier"
#~ msgid "Marble"
#~ msgstr "Marbre"
# proper name?
#~ msgid "Lizard"
#~ msgstr "Lizard"
#~ msgid "Phong"
#~ msgstr "Phong"
#~ msgid "Noise"
#~ msgstr "Bruit"
#~ msgid "Wood"
#~ msgstr "Bois"
#~ msgid "Spiral"
#~ msgstr "Spirale"
#~ msgid "Spots"
#~ msgstr "Points"
#~ msgid "Texture"
#~ msgstr "Texture"
#~ msgid "(unknown!?)"
#~ msgstr "(inconnu !?)"
#~ msgid "Open file"
#~ msgstr "Ouvrir le fichier"
#~ msgid "Save file"
#~ msgstr "Enregistrer le fichier"
#~ msgid "Sphere Designer"
#~ msgstr "Traceur de sphère"
#~ msgid "Textures"
#~ msgstr "Textures"
#~ msgid "Dup"
#~ msgstr "Dup"
#~ msgid "Del"
#~ msgstr "Suppr"
#~ msgid "Texture Properties"
#~ msgstr "Propriétés des Textures"
#~ msgid "Texture:"
#~ msgstr "Texture :"
#~ msgid "Colors:"
#~ msgstr "Couleurs :"
#~ msgid "Scale Y:"
#~ msgstr "Échelle en Y :"
#~ msgid "Scale Z:"
#~ msgstr "Échelle en Z :"
#~ msgid "Rotate X:"
#~ msgstr "Rotation en X :"
#~ msgid "Rotate Y:"
#~ msgstr "Rotation en Y :"
#~ msgid "Rotate Z:"
#~ msgstr "Rotation en Z :"
#~ msgid "Pos X:"
#~ msgstr "Pos X :"
#~ msgid "Pos Y:"
#~ msgstr "Pos Y :"
#~ msgid "Pos Z:"
#~ msgstr "Pos Z :"
#~ msgid "Bump"
#~ msgstr "Bosselage"
#~ msgid "Exp:"
#~ msgstr "Exp :"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "par Vidar Madsen\n"
#~ "Septembre 1999"
#~ msgid "Rendering..."
#~ msgstr "Interprétation en cours..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filtres/Rendu/Créateur de Sphère..."
# Oeuf should have &oelig; instead of oe if we used Unicode
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "Woah ! Vous avez trouvé l'oeuf de Pâques !"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp po-plug-ins CVS\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-08-27 00:23+0000\n"
"Last-Translator: Seán Ó Ceallaigh <s_oceallaigh@yahoo.com>\n"
"Language-Team: Gaeilge <gaeilge-a@listserv.heanet.ie>\n"
@ -70,28 +70,28 @@ msgstr "Faoi"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -152,19 +152,19 @@ msgstr "Ceart go leor"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -201,12 +201,11 @@ msgstr "Cealaigh"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -338,8 +337,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr ""
@ -349,8 +347,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -361,9 +358,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr ""
@ -1085,7 +1082,6 @@ msgid "Options"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr ""
@ -1257,7 +1253,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1341,7 +1336,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1384,7 +1379,7 @@ msgstr ""
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1411,7 +1406,7 @@ msgstr ""
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1742,7 +1737,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr ""
@ -2104,7 +2099,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3314,8 +3309,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3332,7 +3326,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4931,7 +4925,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -4995,8 +4989,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -5976,163 +5969,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr ""
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6185,60 +6021,60 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10262,6 +10098,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10884,6 +10725,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -10912,6 +10757,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11218,6 +11067,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11304,6 +11158,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -71,28 +71,28 @@ msgstr ""
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -153,19 +153,19 @@ msgstr ""
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -202,12 +202,11 @@ msgstr ""
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -337,8 +336,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr ""
@ -348,8 +346,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -360,9 +357,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr ""
@ -1083,7 +1080,6 @@ msgid "Options"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr ""
@ -1255,7 +1251,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1339,7 +1334,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1382,7 +1377,7 @@ msgstr ""
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1409,7 +1404,7 @@ msgstr ""
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1740,7 +1735,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr ""
@ -2102,7 +2097,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3312,8 +3307,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3330,7 +3324,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4930,7 +4924,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -4994,8 +4988,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -5975,163 +5968,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr ""
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6184,60 +6020,60 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10261,6 +10097,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10883,6 +10724,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -10911,6 +10756,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11217,6 +11066,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11303,6 +11157,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp 1.1.29\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-11-04 15:00+0100\n"
"Last-Translator: ®eljan Rikalo <zeljko@linuxfreak.com>\n"
"Language-Team: Croatian <lokalizacija@linux.hr>\n"
@ -70,28 +70,28 @@ msgstr "O"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -152,19 +152,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -201,12 +201,11 @@ msgstr "Odustani"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -354,8 +353,7 @@ msgstr ""
"osimMandelbrot i Sierpinski"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Uèitaj"
@ -366,8 +364,7 @@ msgstr "U
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -379,9 +376,9 @@ msgid "Reset parameters to default values"
msgstr "Vrati uobièajene osobitosti"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Spremi"
@ -1177,7 +1174,6 @@ msgid "Options"
msgstr "Moguænosti"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Svjetlo"
@ -1380,7 +1376,6 @@ msgstr "Spoji Sliku u okvire"
#
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Skala X:"
@ -1470,7 +1465,7 @@ msgstr "Prika
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1513,7 +1508,7 @@ msgstr "%s: kriva mapa boja"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1541,7 +1536,7 @@ msgstr "Ne mogu otvoriti %s"
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1899,7 +1894,7 @@ msgstr "Minim. (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Minim. (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Uobièajeno"
@ -2298,7 +2293,7 @@ msgstr "Spremi kao Tekst"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formatiranje Podataka"
@ -3582,8 +3577,7 @@ msgid "Edge Detection"
msgstr "Detekcija Ruba"
#
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Vrijednost:"
@ -3603,7 +3597,7 @@ msgid "Function"
msgstr "Funkcija"
#
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Bumpmap"
@ -5458,7 +5452,7 @@ msgstr "Plazma..."
msgid "Plasma"
msgstr "Plazma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulencija:"
@ -5531,8 +5525,7 @@ msgid "Help:"
msgstr "Pomoæ :"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Vrsta:"
@ -6635,166 +6628,6 @@ msgstr "Upotrijebi Boju Prednjeg plana"
msgid "Use the Background Color"
msgstr "Upotrijebi Boju Pozadine"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Jako"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "©ahovnica"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Èarobno"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Gu¹ter"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Phong"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "©um"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Stablo"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spirala"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Spotovi"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Tekstura"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(nepoznato!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Otvori datoteku"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Spremi datoteku"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Dijalog Odabira Boje"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Dizajner Kugle"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Osvje¾i"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Teksture"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Dodaj"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Dup"
#
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Izbri¹i"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Osobitosti Teksture"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Tekstura:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Boje:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Vrijednost:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Vrijednost Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Vrijednost Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotiraj X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotiraj Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotiraj Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Poz X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Poz Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Poz Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Bump"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Izvezi:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"by Vidar Madsen\n"
"Rujan 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Renderiranje..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filteri/Renderiranje/Dizajner Kugle..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filteri/©um/Rastegni..."
@ -6847,60 +6680,60 @@ msgstr "Dno-Lijevo"
msgid "Bottom-Right"
msgstr "Dno-Desno"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Ne mogu otvoriti datoteku"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Ne mogu otvoriti datoteku kao SUN raster"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Ovaj tip SUN-Raster datoteke nije podr¾an"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Ne mogu proèitati ulazne boje"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Ova mapa boja nije podr¾ana"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Ova dubina slike nije podr¾ana"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS spremanje ne mo¾e rukovati sa alfa kanalima"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Ne mogu raditi sa nepoznatim vrstama slika"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Ne mogu otvoriti datoteku za pisanje"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "Nai¹ao na EOF prilikom èitanja"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Gre¹ka pri zapisivanju"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Spremi kao SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RLE Enkodirano"
@ -11071,6 +10904,11 @@ msgstr "Tlak:"
msgid "No Options..."
msgstr "Nema Opcija..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Dodaj"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Izmjesti"
@ -11696,6 +11534,10 @@ msgstr "
msgid "Adds random noise to the color"
msgstr "Dodaje nasumièno ¹um u boju"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Dijalog Odabira Boje"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Zatamnjenje ruba:"
@ -11724,6 +11566,10 @@ msgstr "Iz papira"
msgid "Copy the texture of the selected paper as a background"
msgstr "Kopiraj uzorak odabranog papira kao pozadinu"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Jako"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Pozadina u Boji"
@ -12035,6 +11881,11 @@ msgstr "Invertira teksturu papira"
msgid "Applies the paper as it is (without embossing it)"
msgstr "Prihvaæa papir onakav kakav je"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Vrijednost:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -12121,6 +11972,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Osvje¾i"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Osvje¾i prozor za pregled"
@ -13795,6 +13651,107 @@ msgstr "Gre
msgid "Error: XJT propertyfile %s is empty"
msgstr "Gre¹ka XJT datoteka %s je prazna"
#~ msgid "Checker"
#~ msgstr "©ahovnica"
#~ msgid "Marble"
#~ msgstr "Èarobno"
#~ msgid "Lizard"
#~ msgstr "Gu¹ter"
#~ msgid "Phong"
#~ msgstr "Phong"
#~ msgid "Noise"
#~ msgstr "©um"
#~ msgid "Wood"
#~ msgstr "Stablo"
#~ msgid "Spiral"
#~ msgstr "Spirala"
#~ msgid "Spots"
#~ msgstr "Spotovi"
#~ msgid "Texture"
#~ msgstr "Tekstura"
#~ msgid "(unknown!?)"
#~ msgstr "(nepoznato!?)"
#~ msgid "Open file"
#~ msgstr "Otvori datoteku"
#~ msgid "Save file"
#~ msgstr "Spremi datoteku"
#~ msgid "Sphere Designer"
#~ msgstr "Dizajner Kugle"
#~ msgid "Textures"
#~ msgstr "Teksture"
#~ msgid "Dup"
#~ msgstr "Dup"
#
#~ msgid "Del"
#~ msgstr "Izbri¹i"
#~ msgid "Texture Properties"
#~ msgstr "Osobitosti Teksture"
#~ msgid "Texture:"
#~ msgstr "Tekstura:"
#~ msgid "Colors:"
#~ msgstr "Boje:"
#~ msgid "Scale Y:"
#~ msgstr "Vrijednost Y:"
#~ msgid "Scale Z:"
#~ msgstr "Vrijednost Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotiraj X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotiraj Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotiraj Z:"
#~ msgid "Pos X:"
#~ msgstr "Poz X:"
#~ msgid "Pos Y:"
#~ msgstr "Poz Y:"
#~ msgid "Pos Z:"
#~ msgstr "Poz Z:"
#~ msgid "Bump"
#~ msgstr "Bump"
#~ msgid "Exp:"
#~ msgstr "Izvezi:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "by Vidar Madsen\n"
#~ "Rujan 1999"
#~ msgid "Rendering..."
#~ msgstr "Renderiranje..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filteri/Renderiranje/Dizajner Kugle..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "GEE! GIMP jaje!"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP plug-ins /gnome-cvs\n"
"POT-Creation-Date: 2000-12-22 13:43+0100\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-22 14:55+0100\n"
"Last-Translator: Andras TIMAR <timar@gnome.hu>\n"
"Language-Team: Hungarian <hu@gnome.hu>\n"
@ -711,7 +711,8 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/FractalExplorer.c:1166
msgid "fractalexplorer-path misconfigured - the following directories were not found"
msgid ""
"fractalexplorer-path misconfigured - the following directories were not found"
msgstr ""
#: plug-ins/FractalExplorer/FractalExplorer.c:1342
@ -1469,7 +1470,8 @@ msgid "Use cosine-function for green component."
msgstr ""
#: plug-ins/common/AlienMap.c:1504
msgid "Green channel: use linear mapping instead of any trigonometrical function"
msgid ""
"Green channel: use linear mapping instead of any trigonometrical function"
msgstr ""
#: plug-ins/common/AlienMap.c:1523
@ -1481,7 +1483,8 @@ msgid "Use cosine-function for blue component."
msgstr ""
#: plug-ins/common/AlienMap.c:1527
msgid "Blue channel: use linear mapping instead of any trigonometrical function"
msgid ""
"Blue channel: use linear mapping instead of any trigonometrical function"
msgstr ""
#: plug-ins/common/AlienMap.c:1657
@ -6279,7 +6282,8 @@ msgid ""
msgstr ""
#: plug-ins/common/uniteditor.c:539
msgid "This string will be used to identify a unit in GIMP's configuration files."
msgid ""
"This string will be used to identify a unit in GIMP's configuration files."
msgstr ""
#: plug-ins/common/uniteditor.c:541
@ -7514,7 +7518,8 @@ msgid " you can get xanim exporting edition at"
msgstr ""
#: plug-ins/gap/gap_decode_xanim.c:146
msgid "2.) if your xanim exporting edition is not in your PATH or is not named xanim"
msgid ""
"2.) if your xanim exporting edition is not in your PATH or is not named xanim"
msgstr ""
#: plug-ins/gap/gap_decode_xanim.c:150
@ -9803,7 +9808,8 @@ msgstr ""
#: plug-ins/gdyntext/gdyntext_ui.c:975
#, c-format
msgid "Warning file \"%s\" is larger than the maximum allowed text length (%d).\n"
msgid ""
"Warning file \"%s\" is larger than the maximum allowed text length (%d).\n"
msgstr ""
#: plug-ins/gdyntext/gdyntext_ui.c:986
@ -10792,7 +10798,8 @@ msgid "Shadow depth:"
msgstr ""
#: plug-ins/gimpressionist/general.c:313
msgid "The depth of the drop shadow, i.e. how far apart from the object it should be"
msgid ""
"The depth of the drop shadow, i.e. how far apart from the object it should be"
msgstr ""
#: plug-ins/gimpressionist/general.c:319
@ -11184,11 +11191,13 @@ msgid "The largest brush to create"
msgstr ""
#: plug-ins/gimpressionist/size.c:136
msgid "Let the value (brightness) of the region determine the size of the stroke"
msgid ""
"Let the value (brightness) of the region determine the size of the stroke"
msgstr ""
#: plug-ins/gimpressionist/size.c:146
msgid "The distance from the center of the image determines the size of the stroke"
msgid ""
"The distance from the center of the image determines the size of the stroke"
msgstr ""
#: plug-ins/gimpressionist/size.c:156
@ -12732,4 +12741,3 @@ msgstr ""
#, c-format
msgid "Error: XJT propertyfile %s is empty"
msgstr ""

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp 1.1.29\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-11-06 13:11+01:00\n"
"Last-Translator: Daniele Medri <madrid@linux.it>\n"
"Language-Team: gimp.linux.it\n"
@ -74,28 +74,28 @@ msgstr "Informazioni"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -156,19 +156,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -205,12 +205,11 @@ msgstr "Cancella"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -347,8 +346,7 @@ msgstr ""
"frattale purchè Mandelbrot e Sierpinski)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Apri"
@ -358,8 +356,7 @@ msgstr "Apri un frattale da file"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -370,9 +367,9 @@ msgid "Reset parameters to default values"
msgstr "Cancella parametri per i valori base"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Salva"
@ -1123,7 +1120,6 @@ msgid "Options"
msgstr "Opzioni"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Luce"
@ -1296,7 +1292,6 @@ msgid "Map Images to Box Faces"
msgstr "Mappa Immagini sulle facciate di un Cubo"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Scala X:"
@ -1380,7 +1375,7 @@ msgstr "Mostra/nascondi anteprima wireframe"
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1423,7 +1418,7 @@ msgstr "%s: mappa colore non valida"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1451,7 +1446,7 @@ msgstr "Non
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1793,7 +1788,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2163,7 +2158,7 @@ msgstr "Salva come Testo"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formattazione Dati"
@ -3375,8 +3370,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Ammontare:"
@ -3393,7 +3387,7 @@ msgstr "Emboss"
msgid "Function"
msgstr "Funzione"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Bumpmap"
@ -5024,7 +5018,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbolenza:"
@ -5088,8 +5082,7 @@ msgid "Help:"
msgstr "Aiuto:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Tipo:"
@ -6107,165 +6100,6 @@ msgstr "Utilizza Colore in Primo Piano"
msgid "Use the Background Color"
msgstr "Utilizza Colore di Sfondo"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Solido"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Scacchiera"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Disturbo"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Legno"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spirale"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Texture"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(sconosciuto!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Apri file"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Salva file"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Finestra di Dialogo per Selezione Colore"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Sphere Designer"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Aggiorna"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Texture"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Aggiungi"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Elimina"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Proprietà Texture"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Texture:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Colori:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Scala:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Scala Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Scala Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotazione X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotazione Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotazione Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Pos X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Pos Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Pos Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Bump"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"di Vidar Madsen\n"
"Settembre 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Rendering..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filtri/Render/Sphere Designer..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filtri/Disturbo/Spread..."
@ -6325,60 +6159,60 @@ msgstr "Sinistra Basso"
msgid "Bottom-Right"
msgstr "Destra Basso"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Impossibile aprire file in lettura"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Impossibile aprire il file come SUN-raster-file"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Impossibile leggere i colori"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Tipo di mappa colore non supportata"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "La definizione immagine non è supportata"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS non è possibile salvare le immagini con canali alpha"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Impossibile operare su tipi di immagine sconosciuti"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Impossibile aprire il file in scrittura"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "EOF riscontrato in lettura"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Errore di scrittura"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Salva come SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RLE encodato"
@ -10630,6 +10464,11 @@ msgstr "Progressiva"
msgid "No Options..."
msgstr "Opzioni"
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Aggiungi"
#: plug-ins/gfig/gfig.c:3139
#, fuzzy
msgid "Replace"
@ -11301,6 +11140,10 @@ msgstr "Colorify"
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Finestra di Dialogo per Selezione Colore"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -11329,6 +11172,10 @@ msgstr "Dalla carta"
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Solido"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Sfondo con colore solido"
@ -11644,6 +11491,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Scala:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11733,6 +11585,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Aggiorna"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""
@ -13471,6 +13328,88 @@ msgstr ""
msgid "Error: XJT propertyfile %s is empty"
msgstr ""
#~ msgid "Checker"
#~ msgstr "Scacchiera"
#~ msgid "Noise"
#~ msgstr "Disturbo"
#~ msgid "Wood"
#~ msgstr "Legno"
#~ msgid "Spiral"
#~ msgstr "Spirale"
#~ msgid "Texture"
#~ msgstr "Texture"
#~ msgid "(unknown!?)"
#~ msgstr "(sconosciuto!?)"
#~ msgid "Open file"
#~ msgstr "Apri file"
#~ msgid "Save file"
#~ msgstr "Salva file"
#~ msgid "Sphere Designer"
#~ msgstr "Sphere Designer"
#~ msgid "Textures"
#~ msgstr "Texture"
#~ msgid "Del"
#~ msgstr "Elimina"
#~ msgid "Texture Properties"
#~ msgstr "Proprietà Texture"
#~ msgid "Texture:"
#~ msgstr "Texture:"
#~ msgid "Colors:"
#~ msgstr "Colori:"
#~ msgid "Scale Y:"
#~ msgstr "Scala Y:"
#~ msgid "Scale Z:"
#~ msgstr "Scala Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotazione X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotazione Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotazione Z:"
#~ msgid "Pos X:"
#~ msgstr "Pos X:"
#~ msgid "Pos Y:"
#~ msgstr "Pos Y:"
#~ msgid "Pos Z:"
#~ msgstr "Pos Z:"
#~ msgid "Bump"
#~ msgstr "Bump"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "di Vidar Madsen\n"
#~ "Settembre 1999"
#~ msgid "Rendering..."
#~ msgstr "Rendering..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filtri/Render/Sphere Designer..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "GEE! The GIMP E'er Egg!"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp 1.2.0\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-07 00:41+09:00\n"
"Last-Translator: 白崎 泰弘 <yasuhiro@gnome.gr.jp>\n"
"Language-Team: Japanese <translation@gnome.gr.jp>\n"
@ -71,28 +71,28 @@ msgstr "
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -153,19 +153,19 @@ msgstr "λ
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -202,12 +202,11 @@ msgstr "
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -342,8 +341,7 @@ msgstr ""
"全てのフラクタルのアスペクト比が変わる.)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "読み込み"
@ -353,8 +351,7 @@ msgstr "
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -365,9 +362,9 @@ msgid "Reset parameters to default values"
msgstr "パラメータを初期値に戻す"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "保存"
@ -1097,7 +1094,6 @@ msgid "Options"
msgstr "オプション"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "光源"
@ -1269,7 +1265,6 @@ msgid "Map Images to Box Faces"
msgstr "画像を直方体の表面にマップ"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "拡大縮小 X:"
@ -1353,7 +1348,7 @@ msgstr "
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1396,7 +1391,7 @@ msgstr "%s:
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1423,7 +1418,7 @@ msgstr "%s
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1758,7 +1753,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "標準"
@ -2128,7 +2123,7 @@ msgstr "
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "データフォーマット"
@ -3340,8 +3335,7 @@ msgstr "
msgid "Edge Detection"
msgstr "輪郭抽出"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "量:"
@ -3358,7 +3352,7 @@ msgstr "
msgid "Function"
msgstr "機能"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "バンプマップ"
@ -4983,7 +4977,7 @@ msgstr "
msgid "Plasma"
msgstr "プラズマ"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "乱れ:"
@ -5047,8 +5041,7 @@ msgid "Help:"
msgstr "ヘルプ:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "種類:"
@ -6044,165 +6037,6 @@ msgstr "
msgid "Use the Background Color"
msgstr "背景色を使う"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "ソリッド"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "格子模様"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "マーブル模様"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "うろこ模様"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "フォン"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "ノイズ"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "木目"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "渦巻"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "斑模様"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "テクスチャ"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(不明!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "ファイルを開く"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "ファイルに保存"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "色選択ダイアログ"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "球面デザイナー"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "更新"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "テクスチャ"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "追加"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "複製"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "削除"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "テクスチャ設定"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "テクスチャ"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "色:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "拡大縮小:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "拡大縮小 Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "拡大縮小 Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "回転 X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "回転 Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "回転 Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "位置 X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "位置 Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "位置 Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "バンプ"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "指数:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"Vidar Madsen\n"
"1999 年 9月 作"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "レンダリングしています..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/フィルタ/下塗り/球面デザイナー..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/フィルタ/ノイズ/拡散..."
@ -6255,60 +6089,60 @@ msgstr "
msgid "Bottom-Right"
msgstr "右下"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "読み込にファイルが開けない"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "SUN-raster ファイル形式でファイルが開けない"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "この形式の SUN-taster ファイルは使用できません"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "色情報が読み込めない"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "このカラーマップ形式は使用できません"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "この色深度は使用できません"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS による保存はアルファチャンネルを持った画像を取り扱えません"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "不明な画像種は扱えません"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "書き出しファイルが開けません"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "読み込み中に EOF が現れた"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "書き出しエラー発生"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "SUNRAS 形式で保存する"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RLE エンコード"
@ -10551,6 +10385,11 @@ msgstr "
msgid "No Options..."
msgstr "オプションなし..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "追加"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "置換"
@ -11183,6 +11022,10 @@ msgstr "
msgid "Adds random noise to the color"
msgstr "色にランダムノイズを付加する"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "色選択ダイアログ"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "端を暗く:"
@ -11211,6 +11054,10 @@ msgstr "
msgid "Copy the texture of the selected paper as a background"
msgstr "選択した紙のテクスチャを背景にコピーする"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "ソリッド"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "背景ベタ塗り"
@ -11523,6 +11370,11 @@ msgstr "
msgid "Applies the paper as it is (without embossing it)"
msgstr "浮き彫りにせずにそのまま紙を適用する"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "拡大縮小:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "テクスチャの拡大率 (パーセントで指定する)"
@ -11614,6 +11466,11 @@ msgstr ""
"お気軽に私までどうぞ <vidar@prosalg.no>\n"
"次のリリースに含まれるかもね!\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "更新"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "プレビューウィンドウの更新"
@ -13239,6 +13096,106 @@ msgstr "
msgid "Error: XJT propertyfile %s is empty"
msgstr "エラー: XJT プロパティファイル %s が空です"
#~ msgid "Checker"
#~ msgstr "格子模様"
#~ msgid "Marble"
#~ msgstr "マーブル模様"
#~ msgid "Lizard"
#~ msgstr "うろこ模様"
#~ msgid "Phong"
#~ msgstr "フォン"
#~ msgid "Noise"
#~ msgstr "ノイズ"
#~ msgid "Wood"
#~ msgstr "木目"
#~ msgid "Spiral"
#~ msgstr "渦巻"
#~ msgid "Spots"
#~ msgstr "斑模様"
#~ msgid "Texture"
#~ msgstr "テクスチャ"
#~ msgid "(unknown!?)"
#~ msgstr "(不明!?)"
#~ msgid "Open file"
#~ msgstr "ファイルを開く"
#~ msgid "Save file"
#~ msgstr "ファイルに保存"
#~ msgid "Sphere Designer"
#~ msgstr "球面デザイナー"
#~ msgid "Textures"
#~ msgstr "テクスチャ"
#~ msgid "Dup"
#~ msgstr "複製"
#~ msgid "Del"
#~ msgstr "削除"
#~ msgid "Texture Properties"
#~ msgstr "テクスチャ設定"
#~ msgid "Texture:"
#~ msgstr "テクスチャ"
#~ msgid "Colors:"
#~ msgstr "色:"
#~ msgid "Scale Y:"
#~ msgstr "拡大縮小 Y:"
#~ msgid "Scale Z:"
#~ msgstr "拡大縮小 Z:"
#~ msgid "Rotate X:"
#~ msgstr "回転 X:"
#~ msgid "Rotate Y:"
#~ msgstr "回転 Y:"
#~ msgid "Rotate Z:"
#~ msgstr "回転 Z:"
#~ msgid "Pos X:"
#~ msgstr "位置 X:"
#~ msgid "Pos Y:"
#~ msgstr "位置 Y:"
#~ msgid "Pos Z:"
#~ msgstr "位置 Z:"
#~ msgid "Bump"
#~ msgstr "バンプ"
#~ msgid "Exp:"
#~ msgstr "指数:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "Vidar Madsen\n"
#~ "1999 年 9月 作"
#~ msgid "Rendering..."
#~ msgstr "レンダリングしています..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/フィルタ/下塗り/球面デザイナー..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "GEE! The GIMP E'er Egg!"

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-plug-ins 1.1.10\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 1999-10-13 05:33:05+0900\n"
"Last-Translator: Young-Boo Park <DIRBOO@hitel.net>\n"
"Language-Team: Korean <ko@li.org>\n"
@ -69,28 +69,28 @@ msgstr "
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -151,19 +151,19 @@ msgstr "Ȯ
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -200,12 +200,11 @@ msgstr "
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -344,8 +343,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "읽기"
@ -356,8 +354,7 @@ msgstr "
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
#, fuzzy
@ -370,9 +367,9 @@ msgid "Reset parameters to default values"
msgstr " 초기값으로 재설정"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "저장"
@ -1155,7 +1152,6 @@ msgid "Options"
msgstr "옵션"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "빛"
@ -1357,7 +1353,6 @@ msgid "Map Images to Box Faces"
msgstr "프레임안에서 이미지 분할"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
#, fuzzy
msgid "Scale X:"
msgstr "스케일:"
@ -1448,7 +1443,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1491,7 +1486,7 @@ msgstr "%s:
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1519,7 +1514,7 @@ msgstr "%s
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1862,7 +1857,7 @@ msgstr "
msgid "Min (x-d, -), (0.5 < x)"
msgstr "최소 (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "표준"
@ -2275,7 +2270,7 @@ msgstr "Jpeg
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3602,8 +3597,7 @@ msgstr ""
msgid "Edge Detection"
msgstr "라이트 방향"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
#, fuzzy
msgid "Amount:"
msgstr "환경:"
@ -3623,7 +3617,7 @@ msgstr ""
msgid "Function"
msgstr "함수 :"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
#, fuzzy
msgid "Bumpmap"
msgstr "충돌(Bump) 맵"
@ -5446,7 +5440,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -5517,8 +5511,7 @@ msgid "Help:"
msgstr "도움말 :"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "유형:"
@ -6623,184 +6616,6 @@ msgstr "
msgid "Use the Background Color"
msgstr "배경 색상 사용"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "입체"
#: plug-ins/common/spheredesigner.c:248
#, fuzzy
msgid "Checker"
msgstr "채커보드"
#: plug-ins/common/spheredesigner.c:249
#, fuzzy
msgid "Marble"
msgstr "파란색"
#: plug-ins/common/spheredesigner.c:250
#, fuzzy
msgid "Lizard"
msgstr "선형"
#: plug-ins/common/spheredesigner.c:251
#, fuzzy
msgid "Phong"
msgstr "핑퐁"
#: plug-ins/common/spheredesigner.c:252
#, fuzzy
msgid "Noise"
msgstr "없음"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
#, fuzzy
msgid "Spiral"
msgstr "구"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
#, fuzzy
msgid "(unknown!?)"
msgstr " (알수 없는 배열)"
#: plug-ins/common/spheredesigner.c:1826
#, fuzzy
msgid "Open file"
msgstr "출력파일:"
#: plug-ins/common/spheredesigner.c:1826
#, fuzzy
msgid "Save file"
msgstr "서버 로그파일:"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "색상 셀렉션 대화상자"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
#, fuzzy
msgid "Update"
msgstr " 갱신 "
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "추가"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
#, fuzzy
msgid "Colors:"
msgstr "색상:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "스케일:"
#: plug-ins/common/spheredesigner.c:2435
#, fuzzy
msgid "Scale Y:"
msgstr "스케일:"
#: plug-ins/common/spheredesigner.c:2452
#, fuzzy
msgid "Scale Z:"
msgstr "스케일:"
#: plug-ins/common/spheredesigner.c:2470
#, fuzzy
msgid "Rotate X:"
msgstr "회전하기"
#: plug-ins/common/spheredesigner.c:2487
#, fuzzy
msgid "Rotate Y:"
msgstr "회전하기"
#: plug-ins/common/spheredesigner.c:2504
#, fuzzy
msgid "Rotate Z:"
msgstr "회전하기"
#: plug-ins/common/spheredesigner.c:2521
#, fuzzy
msgid "Pos X:"
msgstr "어디로 :"
#: plug-ins/common/spheredesigner.c:2538
#, fuzzy
msgid "Pos Y:"
msgstr "어디로 :"
#: plug-ins/common/spheredesigner.c:2555
#, fuzzy
msgid "Pos Z:"
msgstr "어디로 :"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "충돌(bump)"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
#, fuzzy
msgid "Rendering..."
msgstr "랜더링"
#: plug-ins/common/spheredesigner.c:2813
#, fuzzy
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/필터/랜더/채커보드"
#: plug-ins/common/spread.c:133
#, fuzzy
msgid "<Image>/Filters/Noise/Spread..."
@ -6863,70 +6678,70 @@ msgstr "
msgid "Bottom-Right"
msgstr "아래-오른쪽"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
#, fuzzy
msgid "Can't open file for reading"
msgstr "읽기위해 파일을 열수 없습니다."
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
#, fuzzy
msgid "Can't open file as SUN-raster-file"
msgstr "XWD파일로 열 수 없습니다."
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
#, fuzzy
msgid "Can't read color entries"
msgstr "색상 앤트리를 읽을 수 없습니다."
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
#, fuzzy
msgid "Type of colormap not supported"
msgstr "이런 그림 깊이(depth)/형식은 지원되지 않습니다"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
#, fuzzy
msgid "This image depth is not supported"
msgstr "이런 그림 깊이(depth)/형식은 지원되지 않습니다"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
#, fuzzy
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "XWD 저장은 알파 채널을 가진 그림을 조작할 수 없습니다"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
#, fuzzy
msgid "Can't operate on unknown image types"
msgstr "모르는 그림형식에서는 동작할 수 없습니다"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
#, fuzzy
msgid "Can't open file for writing"
msgstr "쓰기위한 파일을 열수 없습니다."
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "읽기동작시 EOF 만남"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
#, fuzzy
msgid "Write error occured"
msgstr "쓰기 애러 발생"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
#, fuzzy
msgid "Save as SUNRAS"
msgstr "BMP로 저장"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
#, fuzzy
msgid "RunLength Encoded"
msgstr "RLE로 인코드"
@ -11469,6 +11284,11 @@ msgstr "
msgid "No Options..."
msgstr "PNG 옵션"
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "추가"
#: plug-ins/gfig/gfig.c:3139
#, fuzzy
msgid "Replace"
@ -12160,6 +11980,10 @@ msgstr "
msgid "Adds random noise to the color"
msgstr "색상에 랜덤 노이즈 추가"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "색상 셀렉션 대화상자"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "어두운 가장자리:"
@ -12188,6 +12012,10 @@ msgstr "
msgid "Copy the texture of the selected paper as a background"
msgstr "배경으로써 선택된 페이퍼의 텍스쳐 복사"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "입체"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "채색된 배경 입체"
@ -12505,6 +12333,11 @@ msgstr "
msgid "Applies the paper as it is (without embossing it)"
msgstr "양각된것 없는 그것처럼 페이퍼에 적용하기"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "스케일:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "텍스쳐의 스케일 지정 (원래 파일의 퍼센트로)"
@ -12597,6 +12430,12 @@ msgstr ""
"다음 릴리즈에 포함하기 위해\n"
"저 <vidar@prosalg.no> 에게 보내주세요!\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
#, fuzzy
msgid "Update"
msgstr " 갱신 "
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "미리보기 창 새로고침"
@ -14330,6 +14169,89 @@ msgstr ""
msgid "Error: XJT propertyfile %s is empty"
msgstr ""
#, fuzzy
#~ msgid "Checker"
#~ msgstr "채커보드"
#, fuzzy
#~ msgid "Marble"
#~ msgstr "파란색"
#, fuzzy
#~ msgid "Lizard"
#~ msgstr "선형"
#, fuzzy
#~ msgid "Phong"
#~ msgstr "핑퐁"
#, fuzzy
#~ msgid "Noise"
#~ msgstr "없음"
#, fuzzy
#~ msgid "Spiral"
#~ msgstr "구"
#, fuzzy
#~ msgid "(unknown!?)"
#~ msgstr " (알수 없는 배열)"
#, fuzzy
#~ msgid "Open file"
#~ msgstr "출력파일:"
#, fuzzy
#~ msgid "Save file"
#~ msgstr "서버 로그파일:"
#, fuzzy
#~ msgid "Colors:"
#~ msgstr "색상:"
#, fuzzy
#~ msgid "Scale Y:"
#~ msgstr "스케일:"
#, fuzzy
#~ msgid "Scale Z:"
#~ msgstr "스케일:"
#, fuzzy
#~ msgid "Rotate X:"
#~ msgstr "회전하기"
#, fuzzy
#~ msgid "Rotate Y:"
#~ msgstr "회전하기"
#, fuzzy
#~ msgid "Rotate Z:"
#~ msgstr "회전하기"
#, fuzzy
#~ msgid "Pos X:"
#~ msgstr "어디로 :"
#, fuzzy
#~ msgid "Pos Y:"
#~ msgstr "어디로 :"
#, fuzzy
#~ msgid "Pos Z:"
#~ msgstr "어디로 :"
#~ msgid "Bump"
#~ msgstr "충돌(bump)"
#, fuzzy
#~ msgid "Rendering..."
#~ msgstr "랜더링"
#, fuzzy
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/필터/랜더/채커보드"
#, fuzzy
#~ msgid "Save as Pixmap Brush"
#~ msgstr "브러쉬 저장"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -71,28 +71,28 @@ msgstr ""
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -153,19 +153,19 @@ msgstr ""
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -202,12 +202,11 @@ msgstr ""
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -337,8 +336,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr ""
@ -348,8 +346,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -360,9 +357,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr ""
@ -1083,7 +1080,6 @@ msgid "Options"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr ""
@ -1255,7 +1251,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1339,7 +1334,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1382,7 +1377,7 @@ msgstr ""
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1409,7 +1404,7 @@ msgstr ""
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1740,7 +1735,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr ""
@ -2102,7 +2097,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3312,8 +3307,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3330,7 +3324,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4929,7 +4923,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -4993,8 +4987,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -5974,163 +5967,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr ""
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6183,60 +6019,60 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10260,6 +10096,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10882,6 +10723,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -10910,6 +10755,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11216,6 +11065,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11302,6 +11156,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: achtung 1.1.25\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-15 15:06+01:00\n"
"Last-Translator: Kjartan Maraas <kmaraas@gnome.org>\n"
"Language-Team: Norwegian <no@li.org>\n"
@ -70,28 +70,28 @@ msgstr "Om"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -152,19 +152,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -201,12 +201,11 @@ msgstr "Avbryt"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -336,8 +335,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Last"
@ -347,8 +345,7 @@ msgstr "Last en fraktal fra en fil"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -359,9 +356,9 @@ msgid "Reset parameters to default values"
msgstr "Sett parametere tilbake til standardverdiene"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Lagre"
@ -1088,7 +1085,6 @@ msgid "Options"
msgstr "Alternativer"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Lys"
@ -1260,7 +1256,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Skalér X:"
@ -1344,7 +1339,7 @@ msgstr "Vis/skjul rutenett for forh
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1387,7 +1382,7 @@ msgstr "%s: ugyldig fargekart"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1414,7 +1409,7 @@ msgstr "Kan ikke
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1751,7 +1746,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2122,7 +2117,7 @@ msgstr "Lagre som tekst"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Dataformattering"
@ -3332,8 +3327,7 @@ msgstr "Finn kant..."
msgid "Edge Detection"
msgstr "Finn kant"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Mengde:"
@ -3350,7 +3344,7 @@ msgstr "Emboss"
msgid "Function"
msgstr "Funksjon"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Bumpmap"
@ -4969,7 +4963,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulens:"
@ -5033,8 +5027,7 @@ msgid "Help:"
msgstr "Hjelp:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Type:"
@ -6022,165 +6015,6 @@ msgstr "Bruk forgrunnsfargen"
msgid "Use the Background Color"
msgstr "Bruk bakgrunnsfargen"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Helfylt"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Sjakkbrett"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Marmor"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Øgle"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Phong"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Støy"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Tre"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spiral"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Flekker"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Tekstur"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(ukjent!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Åpne fil"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Lagre fil"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Sfæredesigner"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Oppdater"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Teksturer"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Legg til"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Dupliser"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Slett"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Egenskaper for teksturer"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Tekstur:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Farger:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skala:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Skala Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Skala Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Roter X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Roter Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Roter Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Pos X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Pos Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Pos Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "\"Bump\""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Eksp:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"av Vidar Madsen\n"
"september 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Rendrer..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filter/Render/Sfæreutformer..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filter/Støy/Spredning..."
@ -6233,60 +6067,60 @@ msgstr "Nederst til venstre"
msgid "Bottom-Right"
msgstr "Nederst til høyre"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Kan ikke åpne filen for lesing"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "kan ikke åpne filen som SUN raster-fil"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Typen for denne SUN raster-filen er ikke støttet"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Kan ikke lese fargeoppføringer"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Fargekarttypen er ikke støttet"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Denne bildedybden er ikke støttet"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS lagring kan ikke håndtere bilder med alfakanaler"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Kan ikke operere på ukjente bildetyper"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Kan ikke åpne filen for skriving"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "EOF funnet under lesing"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Skrivefeil oppsto"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Lagre som SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RLE-kodet"
@ -10379,6 +10213,11 @@ msgstr "Progressiv"
msgid "No Options..."
msgstr "Alternativer for zoom"
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Legg til"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Erstatt"
@ -11064,6 +10903,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -11095,6 +10938,10 @@ msgstr "Fra bilde"
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Helfylt"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11412,6 +11259,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skala:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11501,6 +11353,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Oppdater"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""
@ -13192,6 +13049,106 @@ msgstr "Feil: Kan ikke lese fil %s med egenskaper for XJT"
msgid "Error: XJT propertyfile %s is empty"
msgstr "Feil: fil %s med egenskaper for XJT er tom"
#~ msgid "Checker"
#~ msgstr "Sjakkbrett"
#~ msgid "Marble"
#~ msgstr "Marmor"
#~ msgid "Lizard"
#~ msgstr "Øgle"
#~ msgid "Phong"
#~ msgstr "Phong"
#~ msgid "Noise"
#~ msgstr "Støy"
#~ msgid "Wood"
#~ msgstr "Tre"
#~ msgid "Spiral"
#~ msgstr "Spiral"
#~ msgid "Spots"
#~ msgstr "Flekker"
#~ msgid "Texture"
#~ msgstr "Tekstur"
#~ msgid "(unknown!?)"
#~ msgstr "(ukjent!?)"
#~ msgid "Open file"
#~ msgstr "Åpne fil"
#~ msgid "Save file"
#~ msgstr "Lagre fil"
#~ msgid "Sphere Designer"
#~ msgstr "Sfæredesigner"
#~ msgid "Textures"
#~ msgstr "Teksturer"
#~ msgid "Dup"
#~ msgstr "Dupliser"
#~ msgid "Del"
#~ msgstr "Slett"
#~ msgid "Texture Properties"
#~ msgstr "Egenskaper for teksturer"
#~ msgid "Texture:"
#~ msgstr "Tekstur:"
#~ msgid "Colors:"
#~ msgstr "Farger:"
#~ msgid "Scale Y:"
#~ msgstr "Skala Y:"
#~ msgid "Scale Z:"
#~ msgstr "Skala Z:"
#~ msgid "Rotate X:"
#~ msgstr "Roter X:"
#~ msgid "Rotate Y:"
#~ msgstr "Roter Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Roter Z:"
#~ msgid "Pos X:"
#~ msgstr "Pos X:"
#~ msgid "Pos Y:"
#~ msgstr "Pos Y:"
#~ msgid "Pos Z:"
#~ msgstr "Pos Z:"
#~ msgid "Bump"
#~ msgstr "\"Bump\""
#~ msgid "Exp:"
#~ msgstr "Eksp:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "av Vidar Madsen\n"
#~ "september 1999"
#~ msgid "Rendering..."
#~ msgstr "Rendrer..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filter/Render/Sfæreutformer..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "GEE! GIMP påskeegget!"

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-std-plugins\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-11-14 23:15+0100\n"
"Last-Translator: GNOME PL Team <translators@gnome.pl>\n"
"Language-Team: Polish <pl@li.org>\n"
@ -69,28 +69,28 @@ msgstr "Informacje o"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -151,19 +151,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -200,12 +200,11 @@ msgstr "Anuluj"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -341,8 +340,7 @@ msgstr ""
"wyj±tkiem Mandelbrota i Sierpiñskiego)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Wczytaj"
@ -352,8 +350,7 @@ msgstr "Wczytuje fraktal z pliku"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -364,9 +361,9 @@ msgid "Reset parameters to default values"
msgstr "Przywraca domy¶lne warto¶ci parametrów"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Zapisz"
@ -1112,7 +1109,6 @@ msgid "Options"
msgstr "Opcje"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "¦wiat³o"
@ -1286,7 +1282,6 @@ msgid "Map Images to Box Faces"
msgstr "Obrazy na p³aszczyznach prostopad³o¶cianu"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Skala X:"
@ -1370,7 +1365,7 @@ msgstr "Prze
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1413,7 +1408,7 @@ msgstr "%s: z
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1440,7 +1435,7 @@ msgstr "Nie mo
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1781,7 +1776,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2150,7 +2145,7 @@ msgstr "Zapis jako tekst"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formatowanie danych"
@ -3361,8 +3356,7 @@ msgstr "Wykrywanie kraw
msgid "Edge Detection"
msgstr "Wykrywanie krawêdzi"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Rozmiar:"
@ -3379,7 +3373,7 @@ msgstr "Wyt
msgid "Function"
msgstr "Funkcja"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Mapowanie wypuk³o¶ci"
@ -5010,7 +5004,7 @@ msgstr "Plazma..."
msgid "Plasma"
msgstr "Plazma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulencje:"
@ -5074,8 +5068,7 @@ msgid "Help:"
msgstr "Pomoc:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Typ:"
@ -6065,163 +6058,6 @@ msgstr "Wykorzystanie koloru narz
msgid "Use the Background Color"
msgstr "Wykorzystanie koloru t³a"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Jednolite"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Szachownica"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Marmur"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Skóra jaszczurki"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Phong"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Szum"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Drewno"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Spirala"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Kropki"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Tekstura"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(nieznana!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Otwórz plik"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Zapisz plik"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Wybór koloru"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Tworzenie sfery"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Aktualizuj"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Tekstury"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Dodaj"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Duplikuj"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Usuñ"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Ustawienia tekstur"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Tekstura:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Kolory:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skala:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Skala Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Skala Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Obrót X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Obrót Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Obrót Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Wsp. X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Wsp. Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Wsp. Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Wypuk³o¶æ"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Wyk³adnik:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr "autor: Vidar Madsen, Wrzesieñ 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Renderowanie..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filtry/Renderowanie/Tworzenie sfery..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filtry/Szum/Rozrzut..."
@ -6274,60 +6110,60 @@ msgstr "Dolny-lewy"
msgid "Bottom-Right"
msgstr "Dolny-prawy"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Nie mo¿na otworzyæ pliku do odczytu"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Nie mo¿na otworzyæ pliku jako SUN-raster"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "Typ tego SUN-rastra nie jest obs³ugiwany"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Nie mo¿na odczytaæ kolorów"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Nieobs³ugiwany typ palety kolorów "
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Ta g³êbia kolorów nie jest obs³ugiwana"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS nie zapisuje obrazków z kana³ami alfa"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Nie mo¿na pracowaæ na nieznanych formatach obrazów"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Nie mo¿na otworzyæ pliku do zapisu"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "Podczas odczytu napotkano koniec pliku"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Wyst±pi³ b³±d zapisu"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Zapis jako SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "Kompresja RLE"
@ -10615,6 +10451,11 @@ msgstr "Nacisk:"
msgid "No Options..."
msgstr "Brak opcji..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Dodaj"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Zast±p"
@ -11252,6 +11093,10 @@ msgstr "Szum koloru:"
msgid "Adds random noise to the color"
msgstr "Dodaje losowy szum do koloru"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Wybór koloru"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Przyciemnianie krawêdzi:"
@ -11281,6 +11126,10 @@ msgstr "Z papieru"
msgid "Copy the texture of the selected paper as a background"
msgstr "Kopiuje teksturê wybranego papieru jako t³o"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Jednolite"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "T³o o jednolitym kolorze"
@ -11598,6 +11447,11 @@ msgstr "Odwraca tekstur
msgid "Applies the paper as it is (without embossing it)"
msgstr "Zastosowuje papier bez zmian (bez uwypuklania)"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skala:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "Okre¶la skalê tekstury (jako procent orygina³u)"
@ -11689,6 +11543,11 @@ msgstr ""
"na adres <vidar@prosalg.no> (w jêzyku angielskim), aby\n"
"mog³y zostaæ do³±czone w kolejnej wersji.\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Aktualizuj"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Od¶wie¿a okno podgl±du"
@ -13328,6 +13187,104 @@ msgstr "B
msgid "Error: XJT propertyfile %s is empty"
msgstr "B³±d: Plik z w³a¶ciwo¶ciami XJT %s jest pusty"
#~ msgid "Checker"
#~ msgstr "Szachownica"
#~ msgid "Marble"
#~ msgstr "Marmur"
#~ msgid "Lizard"
#~ msgstr "Skóra jaszczurki"
#~ msgid "Phong"
#~ msgstr "Phong"
#~ msgid "Noise"
#~ msgstr "Szum"
#~ msgid "Wood"
#~ msgstr "Drewno"
#~ msgid "Spiral"
#~ msgstr "Spirala"
#~ msgid "Spots"
#~ msgstr "Kropki"
#~ msgid "Texture"
#~ msgstr "Tekstura"
#~ msgid "(unknown!?)"
#~ msgstr "(nieznana!?)"
#~ msgid "Open file"
#~ msgstr "Otwórz plik"
#~ msgid "Save file"
#~ msgstr "Zapisz plik"
#~ msgid "Sphere Designer"
#~ msgstr "Tworzenie sfery"
#~ msgid "Textures"
#~ msgstr "Tekstury"
#~ msgid "Dup"
#~ msgstr "Duplikuj"
#~ msgid "Del"
#~ msgstr "Usuñ"
#~ msgid "Texture Properties"
#~ msgstr "Ustawienia tekstur"
#~ msgid "Texture:"
#~ msgstr "Tekstura:"
#~ msgid "Colors:"
#~ msgstr "Kolory:"
#~ msgid "Scale Y:"
#~ msgstr "Skala Y:"
#~ msgid "Scale Z:"
#~ msgstr "Skala Z:"
#~ msgid "Rotate X:"
#~ msgstr "Obrót X:"
#~ msgid "Rotate Y:"
#~ msgstr "Obrót Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Obrót Z:"
#~ msgid "Pos X:"
#~ msgstr "Wsp. X:"
#~ msgid "Pos Y:"
#~ msgstr "Wsp. Y:"
#~ msgid "Pos Z:"
#~ msgstr "Wsp. Z:"
#~ msgid "Bump"
#~ msgstr "Wypuk³o¶æ"
#~ msgid "Exp:"
#~ msgstr "Wyk³adnik:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr "autor: Vidar Madsen, Wrzesieñ 1999"
#~ msgid "Rendering..."
#~ msgstr "Renderowanie..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filtry/Renderowanie/Tworzenie sfery..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "£a³! Jajo wielkanocne GIMP-a!"

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp plugins\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-10-24 10:20-0300\n"
"Last-Translator: Marcia Norie Nakaza <norie@conectiva.com.br>\n"
"Language-Team: Brazilian Portuguese <ldp-br@bazar.conectiva.com.br>\n"
@ -69,28 +69,28 @@ msgstr "Sobre"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -151,19 +151,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -200,12 +200,11 @@ msgstr "Cancelar"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -343,8 +342,7 @@ msgstr ""
"porém Mandelbrot e Sierpinski)"
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Carregar"
@ -354,8 +352,7 @@ msgstr "Carrega um fractal do arquivo"
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -366,9 +363,9 @@ msgid "Reset parameters to default values"
msgstr "Restaura parâmetros para valores padrão"
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Salvar"
@ -1106,7 +1103,6 @@ msgid "Options"
msgstr "Opções"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Luz"
@ -1278,7 +1274,6 @@ msgid "Map Images to Box Faces"
msgstr "Mapear imagens para superfícies da caixa"
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr "Escala X:"
@ -1362,7 +1357,7 @@ msgstr "Exibe/oculta quadro de pr
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1405,7 +1400,7 @@ msgstr "%s: mapa de cor inadequado"
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1433,7 +1428,7 @@ msgstr "N
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1772,7 +1767,7 @@ msgstr "M
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Mín. (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Padrão"
@ -2143,7 +2138,7 @@ msgstr "Salvar como texto"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "Formatando dados"
@ -3353,8 +3348,7 @@ msgstr "Detec
msgid "Edge Detection"
msgstr "Detecção de borda"
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr "Quantidade:"
@ -3371,7 +3365,7 @@ msgstr "Salientar"
msgid "Function"
msgstr "Função"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr "Mapa de saliências"
@ -5006,7 +5000,7 @@ msgstr "Plasma..."
msgid "Plasma"
msgstr "Plasma"
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr "Turbulência:"
@ -5070,8 +5064,7 @@ msgid "Help:"
msgstr "Ajuda:"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Tipo:"
@ -6071,165 +6064,6 @@ msgstr "Usar cor de frente"
msgid "Use the Background Color"
msgstr "Usar cor de fundo"
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Sólido"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr "Xadrez"
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr "Mármore"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr "Lizard"
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr "Algoritmo de geração de imagem (Phong)"
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr "Ruído"
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr "Madeira"
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr "Espiral"
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr "Manchas"
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr "Textura"
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr "(desconhecido!?)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Abrir arquivo"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Salvar arquivo"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Diálogo de seleção de cores"
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr "Designer de esfera"
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Atualizar"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr "Texturas"
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Acrescentar"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Duplicar"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Excluir"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr "Propriedades de textura"
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr "Textura:"
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Cores:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Escala:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr "Escala Y:"
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr "Escala Z:"
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr "Rotacionar X:"
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr "Rotacionar Y:"
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr "Rotacionar Z:"
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr "Posição X:"
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr "Posição Y:"
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr "Posição Z:"
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr "Saliência"
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr "Expoente:"
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
"de Vidar Madsen\n"
"setembro 1999"
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr "Renderizando..."
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr "<Image>/Filtros/Renderizar/Designer de esfera..."
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr "<Image>/Filtros/Ruído/Espalha..."
@ -6282,60 +6116,60 @@ msgstr "Esquerda inferior"
msgid "Bottom-Right"
msgstr "Direita inferior"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "Não se pode abrir arquivo para leitura"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "Não pode abrir arquivo como arquivo SUN-raster"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "O tipo deste arquivo SUN-raster não é suportado"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "Não é possível ler as entradas de cores"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "Tipo de mapa de cores não suportado"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "Esta profundidade de imagem não é suportada"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "Gravação SUNRAS não pode manipular imagens com canais alfa"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "Não é possível operar em tipos de imagens desconhecidas"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "Não se pode abrir arquivo para gravação"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "EOF encontrado na leitura"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "Ocorreu erro de gravação"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "Salvar como SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "Profundidade de execução codificada"
@ -10620,6 +10454,11 @@ msgstr "Press
msgid "No Options..."
msgstr "Sem opções..."
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Acrescentar"
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr "Substituir"
@ -11256,6 +11095,10 @@ msgstr "Ru
msgid "Adds random noise to the color"
msgstr "Adiciona ruído randômico à cor"
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr "Diálogo de seleção de cores"
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr "Escurecer borda:"
@ -11284,6 +11127,10 @@ msgstr "A partir do papel"
msgid "Copy the texture of the selected paper as a background"
msgstr "Copia a textura do papel selecionado como fundo"
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Sólido"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr "Fundo sólido colorido"
@ -11605,6 +11452,11 @@ msgstr "Inverte a textura dos pap
msgid "Applies the paper as it is (without embossing it)"
msgstr "Aplica o papel como ele está (sem fazer relevo)"
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Escala:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr "Especifica a escala da textura (na porcentagem do arquivo original)"
@ -11697,6 +11549,11 @@ msgstr ""
"sinta-se livre em enviá-los para mim <vidar@prosalg.no>\n"
"para serem incluídos no próximo lançamento!\n"
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Atualizar"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr "Restaura a janela de pré-visualização"
@ -13334,6 +13191,106 @@ msgstr "Erro: N
msgid "Error: XJT propertyfile %s is empty"
msgstr "Erro: o arquivo de propriedade %s XJT está vazio"
#~ msgid "Checker"
#~ msgstr "Xadrez"
#~ msgid "Marble"
#~ msgstr "Mármore"
#~ msgid "Lizard"
#~ msgstr "Lizard"
#~ msgid "Phong"
#~ msgstr "Algoritmo de geração de imagem (Phong)"
#~ msgid "Noise"
#~ msgstr "Ruído"
#~ msgid "Wood"
#~ msgstr "Madeira"
#~ msgid "Spiral"
#~ msgstr "Espiral"
#~ msgid "Spots"
#~ msgstr "Manchas"
#~ msgid "Texture"
#~ msgstr "Textura"
#~ msgid "(unknown!?)"
#~ msgstr "(desconhecido!?)"
#~ msgid "Open file"
#~ msgstr "Abrir arquivo"
#~ msgid "Save file"
#~ msgstr "Salvar arquivo"
#~ msgid "Sphere Designer"
#~ msgstr "Designer de esfera"
#~ msgid "Textures"
#~ msgstr "Texturas"
#~ msgid "Dup"
#~ msgstr "Duplicar"
#~ msgid "Del"
#~ msgstr "Excluir"
#~ msgid "Texture Properties"
#~ msgstr "Propriedades de textura"
#~ msgid "Texture:"
#~ msgstr "Textura:"
#~ msgid "Colors:"
#~ msgstr "Cores:"
#~ msgid "Scale Y:"
#~ msgstr "Escala Y:"
#~ msgid "Scale Z:"
#~ msgstr "Escala Z:"
#~ msgid "Rotate X:"
#~ msgstr "Rotacionar X:"
#~ msgid "Rotate Y:"
#~ msgstr "Rotacionar Y:"
#~ msgid "Rotate Z:"
#~ msgstr "Rotacionar Z:"
#~ msgid "Pos X:"
#~ msgstr "Posição X:"
#~ msgid "Pos Y:"
#~ msgstr "Posição Y:"
#~ msgid "Pos Z:"
#~ msgstr "Posição Z:"
#~ msgid "Bump"
#~ msgstr "Saliência"
#~ msgid "Exp:"
#~ msgstr "Expoente:"
#~ msgid ""
#~ "by Vidar Madsen\n"
#~ "September 1999"
#~ msgstr ""
#~ "de Vidar Madsen\n"
#~ "setembro 1999"
#~ msgid "Rendering..."
#~ msgstr "Renderizando..."
#~ msgid "<Image>/Filters/Render/Sphere Designer..."
#~ msgstr "<Image>/Filtros/Renderizar/Designer de esfera..."
#~ msgid "GEE! The GIMP E'er Egg!"
#~ msgstr "GEE! The GIMP E'er EGG!"

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Gimp-plugin-1.1.21+\n"
"POT-Creation-Date: 2000-12-21 12:55+0300\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-12-21 13:00+03:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"
@ -70,7 +70,7 @@ msgstr "
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1589
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
@ -152,7 +152,7 @@ msgstr "
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1591 plug-ins/common/tga.c:1185
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
@ -1358,7 +1358,7 @@ msgstr "
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1401,7 +1401,7 @@ msgstr "%s:
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1430,7 +1430,7 @@ msgstr "
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1772,7 +1772,7 @@ msgstr "
msgid "Min (x-d, -), (0.5 < x)"
msgstr "íÉÎ. (x-d, -), (0.5 < x)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "óÔÁÎÄÁÒÔ"
@ -2144,7 +2144,7 @@ msgstr "
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "æÏÒÍÁÔÉÒÏ×ÁÎÉÅ ÄÁÎÎÙÈ"
@ -3750,7 +3750,8 @@ msgstr "
msgid ""
"An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / "
"1998-2000"
msgstr "õÓÔÁÒÅ×ÛÅÅ ÓÏÚÄÁÎÉÅ Adam D. Moss /adam@gimp.org / adam@foxbox.org/ 1998-2000"
msgstr ""
"õÓÔÁÒÅ×ÛÅÅ ÓÏÚÄÁÎÉÅ Adam D. Moss /adam@gimp.org / adam@foxbox.org/ 1998-2000"
#: plug-ins/common/gicon.c:436
msgid "Save as GIcon"
@ -6115,60 +6116,60 @@ msgstr "
msgid "Bottom-Right"
msgstr "óÎÉÚÕ ÓÐÒÁ×Á"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ ÄÌÑ ÞÔÅÎÉÑ"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ ËÁË ÆÁÊÌ SUN-raster"
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr "ôÁËÏÊ ÔÉÐ ÆÁÊÌÏ× SUN-raster ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ"
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÅÓÔØ Ã×ÅÔÏ×ÙÅ ÚÁÐÉÓÉ"
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "îÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ ÔÉÐ Ã×ÅÔÏ×ÏÊ ËÁÒÔÙ"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr "çÌÕÂÉÎÁ ÜÔÏÇÏ ÉÚÏÂÒÁÖÅÎÉÑ ÎÅ ÐÏÄÄÅÒÖÉ×ÁÅÔÓÑ"
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr "SUNRAS-ÓÏÈÒÁÎÅÎÉÅ ÎÅ ÍÏÖÅÔ ÏÂÒÁÂÏÔÁÔØ ÉÚÏÂÒÁÖÅÎÉÅ Ó ÁÌØÆÁ-ËÁÎÁÌÏÍ"
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr "îÅ×ÏÚÍÏÖÎÏ ×ÙÐÏÌÎÑÔØ ÄÅÊÓÔ×ÉÑ Ó ÉÚÏÂÒÁÖÅÎÉÅÍ ÎÅÉÚ×ÅÓÔÎÏÇÏ ÔÉÐÁ"
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "îÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ ÄÌÑ ÚÁÐÉÓÉ"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "ðÒÉ ÞÔÅÎÉÉ ÏÂÎÁÒÕÖÅÎ ËÏÎÅÃ ÆÁÊÌÁ"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "÷ÏÚÎÉËÌÁ ÏÛÉÂËÁ ÚÁÐÉÓÉ"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "óÏÈÒÁÎÉÔØ ËÁË SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "RLE-ËÏÄÉÒÏ×ÁÎÉÅ"

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@ -71,28 +71,28 @@ msgstr ""
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -153,19 +153,19 @@ msgstr ""
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -202,12 +202,11 @@ msgstr ""
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -337,8 +336,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr ""
@ -348,8 +346,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -360,9 +357,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr ""
@ -1083,7 +1080,6 @@ msgid "Options"
msgstr ""
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr ""
@ -1255,7 +1251,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1339,7 +1334,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1382,7 +1377,7 @@ msgstr ""
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1409,7 +1404,7 @@ msgstr ""
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1740,7 +1735,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr ""
@ -2102,7 +2097,7 @@ msgstr ""
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3312,8 +3307,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
msgid "Amount:"
msgstr ""
@ -3330,7 +3324,7 @@ msgstr ""
msgid "Function"
msgstr ""
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -4929,7 +4923,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -4993,8 +4987,7 @@ msgid "Help:"
msgstr ""
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr ""
@ -5974,163 +5967,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
msgid "Marble"
msgstr ""
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
msgid "(unknown!?)"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr ""
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr ""
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr ""
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr ""
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr ""
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6183,60 +6019,60 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr ""
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10260,6 +10096,11 @@ msgstr ""
msgid "No Options..."
msgstr ""
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr ""
#: plug-ins/gfig/gfig.c:3139
msgid "Replace"
msgstr ""
@ -10882,6 +10723,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -10910,6 +10755,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr ""
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11216,6 +11065,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr ""
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11302,6 +11156,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr ""
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""

View File

@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp\n"
"POT-Creation-Date: 2000-12-19 11:26-0800\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-11-14 03:11+0100\n"
"Last-Translator: Christian Rose <menthos@menthos.com>\n"
"Language-Team: Swedish <sv@li.org>\n"
@ -71,28 +71,28 @@ msgstr "Om"
#: plug-ins/common/sharpen.c:523 plug-ins/common/shift.c:376
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spheredesigner.c:2208
#: plug-ins/common/spread.c:382 plug-ins/common/struc.c:1281
#: plug-ins/common/sunras.c:1589 plug-ins/common/tga.c:1183
#: plug-ins/common/threshold_alpha.c:271 plug-ins/common/tiff.c:1585
#: plug-ins/common/tile.c:405 plug-ins/common/tileit.c:386
#: plug-ins/common/uniteditor.c:173 plug-ins/common/unsharp.c:787
#: plug-ins/common/video.c:2155 plug-ins/common/vpropagate.c:935
#: plug-ins/common/warp.c:437 plug-ins/common/waves.c:349
#: plug-ins/common/whirlpinch.c:808 plug-ins/common/wind.c:1012
#: plug-ins/common/wmf.c:931 plug-ins/common/xbm.c:1150
#: plug-ins/common/xpm.c:800 plug-ins/fits/fits.c:987
#: plug-ins/flame/flame.c:631 plug-ins/flame/flame.c:920
#: plug-ins/fp/fp_gtk.c:904 plug-ins/gap/gap_arr_dialog.c:768
#: plug-ins/gap/gap_arr_dialog.c:1010 plug-ins/gap/gap_decode_xanim.c:178
#: plug-ins/gap/gap_lib.c:230 plug-ins/gap/gap_mod_layer.c:147
#: plug-ins/gap/gap_mov_dialog.c:498 plug-ins/gap/gap_mpege.c:191
#: plug-ins/gap/gap_resi_dialog.c:149 plug-ins/gdyntext/gdyntext_ui.c:199
#: plug-ins/gdyntext/gdyntext_ui.c:573 plug-ins/gfig/gfig.c:4080
#: plug-ins/gfig/gfig.c:4425 plug-ins/gfig/gfig.c:4508
#: plug-ins/gfig/gfig.c:4813 plug-ins/gflare/gflare.c:2463
#: plug-ins/gflare/gflare.c:3477 plug-ins/gfli/gfli.c:821
#: plug-ins/gfli/gfli.c:890 plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
#: plug-ins/common/unsharp.c:787 plug-ins/common/video.c:2155
#: plug-ins/common/vpropagate.c:935 plug-ins/common/warp.c:437
#: plug-ins/common/waves.c:349 plug-ins/common/whirlpinch.c:808
#: plug-ins/common/wind.c:1012 plug-ins/common/wmf.c:931
#: plug-ins/common/xbm.c:1150 plug-ins/common/xpm.c:800
#: plug-ins/fits/fits.c:987 plug-ins/flame/flame.c:631
#: plug-ins/flame/flame.c:920 plug-ins/fp/fp_gtk.c:904
#: plug-ins/gap/gap_arr_dialog.c:768 plug-ins/gap/gap_arr_dialog.c:1010
#: plug-ins/gap/gap_decode_xanim.c:178 plug-ins/gap/gap_lib.c:230
#: plug-ins/gap/gap_mod_layer.c:147 plug-ins/gap/gap_mov_dialog.c:498
#: plug-ins/gap/gap_mpege.c:191 plug-ins/gap/gap_resi_dialog.c:149
#: plug-ins/gdyntext/gdyntext_ui.c:199 plug-ins/gdyntext/gdyntext_ui.c:573
#: plug-ins/gfig/gfig.c:4080 plug-ins/gfig/gfig.c:4425
#: plug-ins/gfig/gfig.c:4508 plug-ins/gfig/gfig.c:4813
#: plug-ins/gflare/gflare.c:2463 plug-ins/gflare/gflare.c:3477
#: plug-ins/gfli/gfli.c:821 plug-ins/gfli/gfli.c:890
#: plug-ins/gimpressionist/gimpressionist.c:356
#: plug-ins/gimpressionist/gimpressionist.c:477
#: plug-ins/gimpressionist/orientmap.c:626
#: plug-ins/gimpressionist/presets.c:392 plug-ins/gimpressionist/sizemap.c:485
@ -153,19 +153,19 @@ msgstr "OK"
#: plug-ins/common/shift.c:378 plug-ins/common/sinus.c:1706
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spheredesigner.c:2212 plug-ins/common/spread.c:384
#: plug-ins/common/struc.c:1283 plug-ins/common/sunras.c:1591
#: plug-ins/common/tga.c:1185 plug-ins/common/threshold_alpha.c:273
#: plug-ins/common/tiff.c:1587 plug-ins/common/tile.c:407
#: plug-ins/common/tileit.c:388 plug-ins/common/uniteditor.c:175
#: plug-ins/common/unsharp.c:789 plug-ins/common/video.c:2157
#: plug-ins/common/vpropagate.c:937 plug-ins/common/warp.c:439
#: plug-ins/common/waves.c:351 plug-ins/common/whirlpinch.c:810
#: plug-ins/common/wind.c:1014 plug-ins/common/wmf.c:933
#: plug-ins/common/xbm.c:1152 plug-ins/common/xpm.c:802
#: plug-ins/fits/fits.c:989 plug-ins/flame/flame.c:633
#: plug-ins/flame/flame.c:922 plug-ins/fp/fp_gtk.c:908
#: plug-ins/gap/gap_arr_dialog.c:1012 plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
#: plug-ins/common/video.c:2157 plug-ins/common/vpropagate.c:937
#: plug-ins/common/warp.c:439 plug-ins/common/waves.c:351
#: plug-ins/common/whirlpinch.c:810 plug-ins/common/wind.c:1014
#: plug-ins/common/wmf.c:933 plug-ins/common/xbm.c:1152
#: plug-ins/common/xpm.c:802 plug-ins/fits/fits.c:989
#: plug-ins/flame/flame.c:633 plug-ins/flame/flame.c:922
#: plug-ins/fp/fp_gtk.c:908 plug-ins/gap/gap_arr_dialog.c:1012
#: plug-ins/gap/gap_dbbrowser_utils.c:210
#: plug-ins/gap/gap_decode_mpeg_main.c:337 plug-ins/gap/gap_decode_xanim.c:176
#: plug-ins/gap/gap_decode_xanim.c:341 plug-ins/gap/gap_filter_foreach.c:134
#: plug-ins/gap/gap_lib.c:1027 plug-ins/gap/gap_mod_layer.c:149
@ -202,12 +202,11 @@ msgstr "Avbryt"
#: plug-ins/common/nlfilt.c:587 plug-ins/common/noisify.c:506
#: plug-ins/common/plasma.c:326 plug-ins/common/polar.c:935
#: plug-ins/common/ps.c:2936 plug-ins/common/sharpen.c:550
#: plug-ins/common/sinus.c:2123 plug-ins/common/spheredesigner.c:2230
#: plug-ins/common/tileit.c:407 plug-ins/common/waves.c:576
#: plug-ins/common/whirlpinch.c:826 plug-ins/common/wind.c:1031
#: plug-ins/flame/flame.c:940 plug-ins/gfig/gfig.c:3956
#: plug-ins/gflare/gflare.c:2490 plug-ins/gflare/gflare.c:3502
#: plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/common/sinus.c:2123 plug-ins/common/tileit.c:407
#: plug-ins/common/waves.c:576 plug-ins/common/whirlpinch.c:826
#: plug-ins/common/wind.c:1031 plug-ins/flame/flame.c:940
#: plug-ins/gfig/gfig.c:3956 plug-ins/gflare/gflare.c:2490
#: plug-ins/gflare/gflare.c:3502 plug-ins/gimpressionist/orientmap.c:502
#: plug-ins/gimpressionist/preview.c:106 plug-ins/gimpressionist/sizemap.c:402
#: plug-ins/ifscompose/ifscompose.c:918
#: plug-ins/imagemap/imap_edit_area_info.c:287
@ -341,8 +340,7 @@ msgid ""
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:520 plug-ins/common/CML_explorer.c:1229
#: plug-ins/common/gqbist.c:686 plug-ins/common/spheredesigner.c:2305
#: plug-ins/gfig/gfig.c:3548
#: plug-ins/common/gqbist.c:686 plug-ins/gfig/gfig.c:3548
msgid "Load"
msgstr "Läs in"
@ -352,8 +350,7 @@ msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:528 plug-ins/common/convmatrix.c:858
#: plug-ins/common/curve_bend.c:1361 plug-ins/common/iwarp.c:1144
#: plug-ins/common/sample_colorize.c:1372
#: plug-ins/common/spheredesigner.c:2210 plug-ins/common/tileit.c:467
#: plug-ins/common/sample_colorize.c:1372 plug-ins/common/tileit.c:467
#: plug-ins/fp/fp_gtk.c:906 plug-ins/gimpressionist/preview.c:124
#: plug-ins/ifscompose/ifscompose.c:809 plug-ins/sel2path/sel2path.c:339
msgid "Reset"
@ -364,9 +361,9 @@ msgid "Reset parameters to default values"
msgstr ""
#: plug-ins/FractalExplorer/Dialogs.c:537 plug-ins/common/CML_explorer.c:1222
#: plug-ins/common/gqbist.c:694 plug-ins/common/spheredesigner.c:2312
#: plug-ins/gfig/gfig.c:3927 plug-ins/gfig/gfig.c:5256
#: plug-ins/imagemap/imap_menu.c:218 plug-ins/imagemap/imap_toolbar.c:112
#: plug-ins/common/gqbist.c:694 plug-ins/gfig/gfig.c:3927
#: plug-ins/gfig/gfig.c:5256 plug-ins/imagemap/imap_menu.c:218
#: plug-ins/imagemap/imap_toolbar.c:112
msgid "Save"
msgstr "Spara"
@ -1106,7 +1103,6 @@ msgid "Options"
msgstr "Alternativ"
#: plug-ins/Lighting/lighting_ui.c:1076 plug-ins/MapObject/mapobject_ui.c:1318
#: plug-ins/common/spheredesigner.c:1551 plug-ins/common/spheredesigner.c:2590
msgid "Light"
msgstr "Ljus"
@ -1285,7 +1281,6 @@ msgid "Map Images to Box Faces"
msgstr ""
#: plug-ins/MapObject/mapobject_ui.c:1178
#: plug-ins/common/spheredesigner.c:2418
msgid "Scale X:"
msgstr ""
@ -1369,7 +1364,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1412,7 +1407,7 @@ msgstr "GIF: trasig f
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1439,7 +1434,7 @@ msgstr "GIF: kan ej
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1770,7 +1765,7 @@ msgstr ""
msgid "Min (x-d, -), (0.5 < x)"
msgstr ""
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "Standard"
@ -2146,7 +2141,7 @@ msgstr "Spara som GIF"
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr ""
@ -3372,8 +3367,7 @@ msgstr ""
msgid "Edge Detection"
msgstr ""
#: plug-ins/common/edge.c:675 plug-ins/common/spheredesigner.c:2609
#: plug-ins/common/unsharp.c:821
#: plug-ins/common/edge.c:675 plug-ins/common/unsharp.c:821
#, fuzzy
msgid "Amount:"
msgstr "Om"
@ -3391,7 +3385,7 @@ msgstr ""
msgid "Function"
msgstr "Function"
#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550
#: plug-ins/common/emboss.c:551
msgid "Bumpmap"
msgstr ""
@ -5046,7 +5040,7 @@ msgstr ""
msgid "Plasma"
msgstr ""
#: plug-ins/common/plasma.c:371 plug-ins/common/spheredesigner.c:2401
#: plug-ins/common/plasma.c:371
msgid "Turbulence:"
msgstr ""
@ -5112,8 +5106,7 @@ msgid "Help:"
msgstr "Hjälp :"
#. show the type
#: plug-ins/common/plugindetails.c:443 plug-ins/common/spheredesigner.c:2333
#: plug-ins/gimpressionist/orientmap.c:580
#: plug-ins/common/plugindetails.c:443 plug-ins/gimpressionist/orientmap.c:580
msgid "Type:"
msgstr "Typ:"
@ -6118,165 +6111,6 @@ msgstr ""
msgid "Use the Background Color"
msgstr ""
#: plug-ins/common/spheredesigner.c:247 plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Solid"
#: plug-ins/common/spheredesigner.c:248
msgid "Checker"
msgstr ""
#: plug-ins/common/spheredesigner.c:249
#, fuzzy
msgid "Marble"
msgstr "blå"
#: plug-ins/common/spheredesigner.c:250
msgid "Lizard"
msgstr ""
#: plug-ins/common/spheredesigner.c:251
msgid "Phong"
msgstr ""
#: plug-ins/common/spheredesigner.c:252
msgid "Noise"
msgstr ""
#: plug-ins/common/spheredesigner.c:253
msgid "Wood"
msgstr ""
#: plug-ins/common/spheredesigner.c:254
msgid "Spiral"
msgstr ""
#: plug-ins/common/spheredesigner.c:255
msgid "Spots"
msgstr ""
#: plug-ins/common/spheredesigner.c:1549 plug-ins/common/spheredesigner.c:2578
msgid "Texture"
msgstr ""
#: plug-ins/common/spheredesigner.c:1552
#, fuzzy
msgid "(unknown!?)"
msgstr " (unknown disposal)"
#: plug-ins/common/spheredesigner.c:1826
msgid "Open file"
msgstr "Öppna fil"
#: plug-ins/common/spheredesigner.c:1826
msgid "Save file"
msgstr "Spara filen"
#: plug-ins/common/spheredesigner.c:2087 plug-ins/common/spheredesigner.c:2125
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/common/spheredesigner.c:2203
msgid "Sphere Designer"
msgstr ""
#: plug-ins/common/spheredesigner.c:2244 plug-ins/gimpressionist/preview.c:117
#: plug-ins/gimpressionist/repaint.c:877 plug-ins/gimpressionist/repaint.c:879
#: plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Uppdatera"
#: plug-ins/common/spheredesigner.c:2253
msgid "Textures"
msgstr ""
#: plug-ins/common/spheredesigner.c:2278 plug-ins/gfig/gfig.c:3137
#: plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Lägg till"
#: plug-ins/common/spheredesigner.c:2285
msgid "Dup"
msgstr "Mångfaldiga"
#: plug-ins/common/spheredesigner.c:2292
msgid "Del"
msgstr "Ta bort"
#: plug-ins/common/spheredesigner.c:2319
msgid "Texture Properties"
msgstr ""
#: plug-ins/common/spheredesigner.c:2340
msgid "Texture:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2347
msgid "Colors:"
msgstr "Färger:"
#. Scale
#: plug-ins/common/spheredesigner.c:2384 plug-ins/gimpressionist/paper.c:169
#: plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skala:"
#: plug-ins/common/spheredesigner.c:2435
msgid "Scale Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2452
msgid "Scale Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2470
msgid "Rotate X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2487
msgid "Rotate Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2504
msgid "Rotate Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2521
msgid "Pos X:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2538
msgid "Pos Y:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2555
msgid "Pos Z:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2584
msgid "Bump"
msgstr ""
#: plug-ins/common/spheredesigner.c:2626
msgid "Exp:"
msgstr ""
#: plug-ins/common/spheredesigner.c:2643
msgid ""
"by Vidar Madsen\n"
"September 1999"
msgstr ""
#: plug-ins/common/spheredesigner.c:2763
msgid "Rendering..."
msgstr ""
#: plug-ins/common/spheredesigner.c:2813
msgid "<Image>/Filters/Render/Sphere Designer..."
msgstr ""
#: plug-ins/common/spread.c:133
msgid "<Image>/Filters/Noise/Spread..."
msgstr ""
@ -6330,61 +6164,61 @@ msgstr ""
msgid "Bottom-Right"
msgstr ""
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr ""
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr ""
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr ""
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr ""
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr ""
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
#, fuzzy
msgid "Save as SUNRAS"
msgstr "Spara som GIF"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr ""
@ -10471,6 +10305,11 @@ msgstr "Lufttryck:"
msgid "No Options..."
msgstr "GIF-inställningar"
#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531
#: plug-ins/gimpressionist/sizemap.c:431
msgid "Add"
msgstr "Lägg till"
#: plug-ins/gfig/gfig.c:3139
#, fuzzy
msgid "Replace"
@ -11112,6 +10951,10 @@ msgstr ""
msgid "Adds random noise to the color"
msgstr ""
#: plug-ins/gimpressionist/general.c:99
msgid "Color Selection Dialog"
msgstr ""
#: plug-ins/gimpressionist/general.c:156
msgid "Edge darken:"
msgstr ""
@ -11140,6 +10983,10 @@ msgstr ""
msgid "Copy the texture of the selected paper as a background"
msgstr ""
#: plug-ins/gimpressionist/general.c:217
msgid "Solid"
msgstr "Solid"
#: plug-ins/gimpressionist/general.c:223
msgid "Solid colored background"
msgstr ""
@ -11446,6 +11293,11 @@ msgstr ""
msgid "Applies the paper as it is (without embossing it)"
msgstr ""
#. Scale
#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563
msgid "Scale:"
msgstr "Skala:"
#: plug-ins/gimpressionist/paper.c:188
msgid "Specifies the scale of the texture (in percent of original file)"
msgstr ""
@ -11532,6 +11384,11 @@ msgid ""
"for inclusion into the next release!\n"
msgstr ""
#: plug-ins/gimpressionist/preview.c:117 plug-ins/gimpressionist/repaint.c:877
#: plug-ins/gimpressionist/repaint.c:879 plug-ins/imagemap/imap_polygon.c:446
msgid "Update"
msgstr "Uppdatera"
#: plug-ins/gimpressionist/preview.c:122
msgid "Refresh the Preview window"
msgstr ""
@ -13151,3 +13008,26 @@ msgstr ""
#, c-format
msgid "Error: XJT propertyfile %s is empty"
msgstr ""
#, fuzzy
#~ msgid "Marble"
#~ msgstr "blå"
#, fuzzy
#~ msgid "(unknown!?)"
#~ msgstr " (unknown disposal)"
#~ msgid "Open file"
#~ msgstr "Öppna fil"
#~ msgid "Save file"
#~ msgstr "Spara filen"
#~ msgid "Dup"
#~ msgstr "Mångfaldiga"
#~ msgid "Del"
#~ msgstr "Ta bort"
#~ msgid "Colors:"
#~ msgstr "Färger:"

View File

@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: GIMP 1.1.9\n"
"POT-Creation-Date: 2000-12-22 11:02+0200\n"
"POT-Creation-Date: 2000-12-23 11:40-0800\n"
"PO-Revision-Date: 2000-02-08 16:11+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"
@ -71,7 +71,7 @@ msgstr "
#: plug-ins/common/sinus.c:1704 plug-ins/common/smooth_palette.c:403
#: plug-ins/common/snoise.c:512 plug-ins/common/sobel.c:251
#: plug-ins/common/sparkle.c:349 plug-ins/common/spread.c:382
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1589
#: plug-ins/common/struc.c:1281 plug-ins/common/sunras.c:1590
#: plug-ins/common/tga.c:1183 plug-ins/common/threshold_alpha.c:271
#: plug-ins/common/tiff.c:1585 plug-ins/common/tile.c:405
#: plug-ins/common/tileit.c:386 plug-ins/common/uniteditor.c:173
@ -153,7 +153,7 @@ msgstr "
#: plug-ins/common/smooth_palette.c:405 plug-ins/common/snoise.c:514
#: plug-ins/common/sobel.c:253 plug-ins/common/sparkle.c:351
#: plug-ins/common/spread.c:384 plug-ins/common/struc.c:1283
#: plug-ins/common/sunras.c:1591 plug-ins/common/tga.c:1185
#: plug-ins/common/sunras.c:1592 plug-ins/common/tga.c:1185
#: plug-ins/common/threshold_alpha.c:273 plug-ins/common/tiff.c:1587
#: plug-ins/common/tile.c:407 plug-ins/common/tileit.c:388
#: plug-ins/common/uniteditor.c:175 plug-ins/common/unsharp.c:789
@ -1350,7 +1350,7 @@ msgstr ""
#: plug-ins/common/pcx.c:301 plug-ins/common/pix.c:326
#: plug-ins/common/png.c:426 plug-ins/common/png.c:428
#: plug-ins/common/pnm.c:411 plug-ins/common/psd.c:1731
#: plug-ins/common/sunras.c:441 plug-ins/common/tga.c:429
#: plug-ins/common/sunras.c:442 plug-ins/common/tga.c:429
#: plug-ins/common/tiff.c:454 plug-ins/common/xbm.c:734
#: plug-ins/common/xpm.c:334 plug-ins/common/xwd.c:430
#: plug-ins/faxg3/faxg3.c:196 plug-ins/gfli/gfli.c:459 plug-ins/sgi/sgi.c:330
@ -1393,7 +1393,7 @@ msgstr ""
#: plug-ins/common/pcx.c:332 plug-ins/common/pcx.c:338
#: plug-ins/common/pix.c:370 plug-ins/common/png.c:547
#: plug-ins/common/pnm.c:499 plug-ins/common/psd.c:2114
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:931
#: plug-ins/common/smooth_palette.c:241 plug-ins/common/sunras.c:932
#: plug-ins/common/tga.c:923 plug-ins/common/tiff.c:680
#: plug-ins/common/tile.c:280 plug-ins/common/winclipboard.c:515
#: plug-ins/common/wmf.c:2350 plug-ins/common/xbm.c:872
@ -1422,7 +1422,7 @@ msgstr "
#: plug-ins/common/pat.c:384 plug-ins/common/pcx.c:547
#: plug-ins/common/pix.c:532 plug-ins/common/png.c:775
#: plug-ins/common/png.c:777 plug-ins/common/pnm.c:783
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:524
#: plug-ins/common/ps.c:1001 plug-ins/common/sunras.c:525
#: plug-ins/common/tga.c:1022 plug-ins/common/tiff.c:1337
#: plug-ins/common/xbm.c:982 plug-ins/common/xpm.c:653
#: plug-ins/common/xwd.c:534 plug-ins/fits/fits.c:472 plug-ins/gfli/gfli.c:679
@ -1759,7 +1759,7 @@ msgstr "Min (x-d, -), (x < 0.5)"
msgid "Min (x-d, -), (0.5 < x)"
msgstr "Min (x-d, -), (x < 0.5)"
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1606
#: plug-ins/common/CML_explorer.c:200 plug-ins/common/sunras.c:1607
#: plug-ins/print/gimp_main_window.c:1093
msgid "Standard"
msgstr "óÔÁÎÄÁÒÔ"
@ -2127,7 +2127,7 @@ msgstr "
#. file save type
#: plug-ins/common/aa.c:356 plug-ins/common/pnm.c:942
#: plug-ins/common/sunras.c:1601
#: plug-ins/common/sunras.c:1602
msgid "Data Formatting"
msgstr "æÏÒÍÁÔÕ×ÁÎÎÑ ÄÁÎÉÈ"
@ -3733,8 +3733,7 @@ msgid ""
"An obsolete creation of Adam D. Moss / adam@gimp.org / adam@foxbox.org / "
"1998-2000"
msgstr ""
"úÁÓÔÁÒ¦ÌÅ Ô×ÏÒ¦ÎÎÑ áÄÁÍÁ íÏÓÓÁ / adam@gimp.org / adam@foxbox.org / "
"1998-2000"
"úÁÓÔÁÒ¦ÌÅ Ô×ÏÒ¦ÎÎÑ áÄÁÍÁ íÏÓÓÁ / adam@gimp.org / adam@foxbox.org / 1998-2000"
#: plug-ins/common/gicon.c:436
msgid "Save as GIcon"
@ -6085,60 +6084,60 @@ msgstr "
msgid "Bottom-Right"
msgstr "ú×ÅÒÈÕ ÐÒÁ×ÏÒÕÞ"
#: plug-ins/common/sunras.c:388 plug-ins/fits/fits.c:354
#: plug-ins/common/sunras.c:389 plug-ins/fits/fits.c:354
msgid "Can't open file for reading"
msgstr "îÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ ÆÁÊÌ ÄÌÑ ÚÞÉÔÕ×ÁÎÎÑ"
#: plug-ins/common/sunras.c:397
#: plug-ins/common/sunras.c:398
msgid "Can't open file as SUN-raster-file"
msgstr ""
#: plug-ins/common/sunras.c:404
#: plug-ins/common/sunras.c:405
msgid "The type of this SUN-rasterfile is not supported"
msgstr ""
#: plug-ins/common/sunras.c:427
#: plug-ins/common/sunras.c:428
msgid "Can't read color entries"
msgstr ""
#: plug-ins/common/sunras.c:434
#: plug-ins/common/sunras.c:435
msgid "Type of colormap not supported"
msgstr "îŠЦÄÔÒÉÍÕ¤ÔØÓÑ ÔÉÐ ÍÁÐÉ ËÏÌØÏÒ¦×"
#: plug-ins/common/sunras.c:475
#: plug-ins/common/sunras.c:476
msgid "This image depth is not supported"
msgstr ""
#: plug-ins/common/sunras.c:498
#: plug-ins/common/sunras.c:499
msgid "SUNRAS save cannot handle images with alpha channels"
msgstr ""
#: plug-ins/common/sunras.c:509
#: plug-ins/common/sunras.c:510
msgid "Can't operate on unknown image types"
msgstr ""
#: plug-ins/common/sunras.c:518 plug-ins/fits/fits.c:466
#: plug-ins/common/sunras.c:519 plug-ins/fits/fits.c:466
msgid "Can't open file for writing"
msgstr "îÅÍÏÖÌÉ×Ï ×¦ÄËÒÉÔÉ ÆÁÊÌ ÎÁ ÚÁÐÉÓ"
#: plug-ins/common/sunras.c:1038 plug-ins/common/sunras.c:1129
#: plug-ins/common/sunras.c:1210 plug-ins/common/sunras.c:1305
#: plug-ins/common/sunras.c:1039 plug-ins/common/sunras.c:1130
#: plug-ins/common/sunras.c:1211 plug-ins/common/sunras.c:1306
#: plug-ins/common/xwd.c:1273 plug-ins/common/xwd.c:1435
#: plug-ins/common/xwd.c:1632 plug-ins/common/xwd.c:1883
#: plug-ins/fits/fits.c:688
msgid "EOF encountered on reading"
msgstr "îÅÏÞ¦ËÕ×ÁÎÉÊ Ë¦ÎÅÃØ ÆÁÊÌÕ ÎÁ ÚÞÉÔÕ×ÁÎΦ"
#: plug-ins/common/sunras.c:1460 plug-ins/common/sunras.c:1568
#: plug-ins/common/sunras.c:1461 plug-ins/common/sunras.c:1569
#: plug-ins/fits/fits.c:840 plug-ins/fits/fits.c:964
msgid "Write error occured"
msgstr "óÔÁÌÁÓÑ ÐÏÍÉÌËÁ ÚÁÐÉÓÕ"
#: plug-ins/common/sunras.c:1584
#: plug-ins/common/sunras.c:1585
msgid "Save as SUNRAS"
msgstr "úÂÅÒÅÇÔÉ ÑË SUNRAS"
#: plug-ins/common/sunras.c:1605
#: plug-ins/common/sunras.c:1606
msgid "RunLength Encoded"
msgstr "úÁËÏÄÏ×ÁÎÏ RunLength"

View File

@ -151,7 +151,8 @@ msgid ""
"Script-Fu Error while executing\n"
" %s\n"
"%s"
msgstr "Script-Fu Virhe suorittaessa\n"
msgstr ""
"Script-Fu Virhe suorittaessa\n"
" %s\n"
"%s"

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: 1.1.18\n"
"POT-Creation-Date: 2000-12-21 19:30+0300\n"
"POT-Creation-Date: 2000-12-18 23:30-0800\n"
"PO-Revision-Date: 2000-12-21 19:32+03:00\n"
"Last-Translator: Valek Filippov <frob@df.ru>\n"
"Language-Team: Russian <ru@li.org>\n"

View File

@ -4,7 +4,7 @@
msgid ""
msgstr ""
"Project-Id-Version: gimp-std-plugins-1.1.19\n"
"POT-Creation-Date: 2000-12-22 20:11+0200\n"
"POT-Creation-Date: 2000-12-18 23:30-0800\n"
"PO-Revision-Date: 2000-03-10 11:26+0200\n"
"Last-Translator: Yuri Syrota <rasta@renome.rovno.ua>\n"
"Language-Team: Ukrainian <uk@li.org>\n"

View File

@ -40,7 +40,6 @@ app/flip_tool.c
app/floating_sel.c
app/fuzzy_select.c
app/gdisplay.c
app/gdisplay_color_ui.c
app/gdisplay_ops.c
app/gimage_mask.c
app/gimpbrush.c
@ -113,8 +112,6 @@ app/undo.c
app/undo_history.c
app/user_install.c
app/xcf.c
modules/cdisplay_gamma.c
modules/cdisplay_highcontrast.c
modules/colorsel_gtk.c
modules/colorsel_triangle.c
modules/colorsel_water.c

566
po/ca.po

File diff suppressed because it is too large Load Diff

566
po/cs.po

File diff suppressed because it is too large Load Diff

566
po/da.po

File diff suppressed because it is too large Load Diff

566
po/de.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

566
po/es.po

File diff suppressed because it is too large Load Diff

578
po/fi.po

File diff suppressed because it is too large Load Diff

566
po/fr.po

File diff suppressed because it is too large Load Diff

566
po/ga.po

File diff suppressed because it is too large Load Diff

566
po/gl.po

File diff suppressed because it is too large Load Diff

566
po/hr.po

File diff suppressed because it is too large Load Diff

400
po/hu.po

File diff suppressed because it is too large Load Diff

566
po/it.po

File diff suppressed because it is too large Load Diff

566
po/ja.po

File diff suppressed because it is too large Load Diff

566
po/ko.po

File diff suppressed because it is too large Load Diff

566
po/nl.po

File diff suppressed because it is too large Load Diff

566
po/no.po

File diff suppressed because it is too large Load Diff

566
po/pl.po

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

566
po/ru.po

File diff suppressed because it is too large Load Diff

566
po/sk.po

File diff suppressed because it is too large Load Diff

566
po/sv.po

File diff suppressed because it is too large Load Diff

570
po/uk.po

File diff suppressed because it is too large Load Diff