diff --git a/ChangeLog b/ChangeLog index 84fb0cd961..fe6cf7ecaa 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 24 23:18:32 PST 2000 Manish Singh + + * Made 1.2.0 release + Sun Dec 24 12:24:01 PST 2000 Manish Singh * app/Makefile.am diff --git a/Makefile.am b/Makefile.am index d79782a36f..37935e936a 100644 --- a/Makefile.am +++ b/Makefile.am @@ -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 \ diff --git a/NEWS b/NEWS index 0993b35c76..8933e5bffc 100644 --- a/NEWS +++ b/NEWS @@ -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 diff --git a/README b/README index f69a0f5bde..d801bd2a80 100644 --- a/README +++ b/README @@ -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 ======= diff --git a/README.perl b/README.perl index 072c97357e..d8e1e3084c 100644 --- a/README.perl +++ b/README.perl @@ -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"); diff --git a/configure.in b/configure.in index 8a40d94adf..a4e107bca3 100644 --- a/configure.in +++ b/configure.in @@ -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 diff --git a/data/images/gimp_splash.ppm b/data/images/gimp_splash.ppm index 6b0f82a0a5..a305da20e9 100644 --- a/data/images/gimp_splash.ppm +++ b/data/images/gimp_splash.ppm @@ -1,3517 +1,772 @@ P6 # CREATOR: The GIMP's PNM Filter Version 1.0 -431 241 +300 325 255 -ÄÃ~|~{~~~~~|}s|~~~~~|jjdooinnjnnnlnrpqxmnnpojqrorrupospnsrrvlnlrqpvsvsrtssqllflmjnnnmmllmgjk_jl\efQmlZqqmnotiipihntpspjlxtxqqxps|mpvqrvsqtwsstrqtutrrrttrxutpnnrqqsssrrtpptutxrrvoorrrtponpplstptvutuwssvwxyqsrqssquvsuvvwzvvwtttuuvxxzvwxuwvtvtuvsvvurqrvtxrssqurtuuvvwtutrutqvwnvvmvtntrvwtssszz|zy}vuzvtzutyvw{tuyuuzyx~ttzttyuv{suzvx|uvyvtvvrtwuvrvrltonurqtuutxwrvpmmvvssvspussutssqvvrxwtxwvttvvwyquwtvusvuvxyrrqvsrvsuutvswyovwquwxywrtptvxuuwttvsruuuwuuvrtstvtvxrvyrnqpwv|yxrqwssvuvvtuuvwyrrusrvvuzyy|xxztsuutuvvvttutsvwu{tr|wvutvtvrrtqyxx{wv|wvwvvqpowvtvutzxyxxxxxvxvvvtuxwvuxtw|yy{||{{}{wxupxxwxyzuvwtvtx{xyzzyw}{x{y~z{{tut{z{zxz~zy|{y{{y|}{~}||wvtxws{xvwtsywwxww}|~yy{z{|tuvzz~zz|~vz{szx{~||yz~|}vvywxxwwvxxvyzuz}v|}{|~zy~~|~||{yywzzx}}{~~y{{t{zx~|~z{~zz~|~~}~|}|y|zz|zy}z{~{~~}~|~}~{}~z{}~||~{~z~~~~__Vfd^hfdfegefohhtfenffgfgceieehhfhiklndfbgibppnlikigfgfbgfbhhgggh\\Y\\X__VefYhg[oljihp`bmdgonkpngmpkrtrznpwnrvprtutvvrptrprrttsysrvrqspoppppqtvnrtrtxrsxnptppuqrtrrrrroqqnrtrrstsqvqquttvxz|tvzuw|wx}xxzvvxzz|vvxssuvwwttsstrxxvrrqxwyxx|txxvwy{z~|z}wvytvzsy~ov{sz{wywxxv{{|yy{ttxvvzttxyy~tt{|zwvutzvuzww|rtxrswuvzyy{vsx{x~zz|sxtuztuxuxxzwv|qqvzy|vvuxzxz~|vxwvvrzxuxxwvvxtuyvx}xy~wxzz|~svxz{y}|yywwxxysvytu{zxww{y{~xzzz~xw{|{zy|yy|vv|wx{xzxtwwy|zzzxzywx|wxzx{~wx|vv|tt|zzvxyy}yv{zw{xvzvuxyx}xwxvxu|zyzvxuxyxzwy}y{zz|sttyzxxxwxwxxxzxw{vtvvtu{yzzzzwxxyz~{{~yxy|zxzxvxx{vv|tvzw{}{||vtx{xzxyzx|~z{}utvzx|yvzxvzzx{yv|zx~uswtsswvtxvvyvx|xxvuvstttwvlpntxwrtxvv|prvtvxtvzsttttvvxzrrwrsxqqttttuuqvxpvwvxz|tvzxy|wwxrrprrpvvuttrqqkpqluvvuvvvvxrqwpowut{sqwtrvwvxuttsqqvtvssttuwstwrrtstuwxytvwqtuxy{xwwvtrvuqssppprllsss}qq{vv}tuxtwsstnsrmzvrwsqtsqpppqrtrrtrstoorrtwtwyqtxtu|qpvttwppruutvvtrrrtv|tu}nntsstuuvttwttzoouutyvuxxwwtuurps|uzzpw{pvzrvwssxtvspttrwyw~rpzvt~uu|ttwz|wvxsvvs||{vwvxxx{||xzxzzx|zz|vx}txz}{vyxvwzzxzzx|~tx{vw{|y~|x|}zzz{vvzty{{}~{{zzzzwzzx{|w}~t~~pyyp}}~~z~}~~}}~x|~rx~z{|~~~~~z|z~|~}~x~yypxvr{wxxuxwx~}vuxwtvxw|zwx{z|vyy~~}|~z||}}z}}zz}~|zzz{ooptsw~|~~}|||}}~~|~~~~~~}~~~~~~}~||{~|}~~~~~~~~{}~y~~||x}~~|~|yx|}}~~|~}{~~~~z|y|||||w{~}~{|}|{|zyx~{z|zz|{{{{|t|~q}~t}z~{z~z|ywyr|~u{|vwyw{|wx||~~z~~xzzzz}z{~~wyxvxsvyry{vzzw||zz{}ruwxzxwwxyx|xy}y|~vy{rvyvw|~~||~{{|}}}yx|z{xzzwyv{|{xw{vtxzyv|yrtsmttr|}|y|wuvottoyyxxx}xyuxy|xz}wx{||usyroxwt|yv~wszvsvsqpzyvwxtĈtt{tt}ruyqtvrttyv~vpv|vxxvvxyvrtsxx|xvz{}{wxwuswwtqpw{xvsvs{utwtwvx||vwyzz|wwz{{vx|uxzrvtsvtrtsvvwrrpsuswxztu}xxvu}vuzvxzqturuvwx}z}w{|pusvwtvttytxztzxtquslnoewwputvtrvtrtpno|{zwvxxv|vvwxwtvsqzxvwvrrslwxq||xxwtvvrxysyzu}z}zzx~zzuwt{t|s{||||~zy{xwuxwsyyu{zw|yy}z~~}{~|{~~~~{|xy||{~}|{y}yxy{||~}||yz|vr~zzy~~||~||{y~}~~~|{~zx~v|t||v}|wzxx}}|}||y}{y}yt~|wz{yxzxww|xx|wxzxyxzzz{x|}w|ysysqwuuzvvvxxvzxvxwyvvzwx~wz~uxyxwzywvyyqxzry|ywyz|zz|{|yyuvy|{}}y{}{|wwuxzuwxvxwv{z|yw|~|yxy|{z{z|~~||~~~~z{||}~~}}|}~{~}~{||x~{~~z}||}yz}}}}y~||~~}~|~}||zzu{t{zy|w}}}}}z|z||~yz}~}~~~{|~~~y~~~~~|~}yw}zxvz}}}|xĄuwy[\[Z]\VZ[X[[YYU^[Z]VWg_Xb\R]ZT[ZV\\[WWZ\Z^^\]\ZX\\YXXW_^e^Zf`[d[X]XXVV[RXVQ^ZY]\\XXWX[[\`^W\WWZVZ[Z]\[[ZWZZV]^XY[XZ[\XXZ]\^Z[\[\[XXWbbbYZY[\WVYR\_YWVT]XZ^W][TQ[WM\\L\^N\\S^\\^ZV^ZR^ZR\ZN`]U\YVa^[b_Z^ZVYVR\ZR]]UXXVZYY\\W^^U]^UZZUZYW\Z\]]^WX[`bfX\b\ad\``[^^[\^^^`[[V[[Ra`V`^S`^UbaZ\\W][X`\Xb]V^[W`^^]\X__^ebba\Z^ZTcbXb`Td`Pb^Sc_\ca`\\\]XXf]Xd[Ue^Xe`\`]Y_^\`_]]\Z^\\gbcd_^^ZVa_Z`]Ue]Qc\Na_R[\R[\U^`YWXP\]S`^U^ZOb\QdcV[\R_`\[[[`_bYYY^^\XVUc]^cZ\d[\`\_^\]_]X`]U\YRWVRXXZ`adZ\]YYXb^]^XPb^Q^]R^`[bb`b^[bZV_ZX^]\b]Z`\Z^]Z^^Yab]bb^dbac`b`^b]\\`^]a`_b`^bb^`a\ff```^aa`aac`^aa_bgcffbccc_fhbbd_efcdbbda`e`]hd`b_XddYef[ee_fdb`^^bb_db^d_`jbbiaahcbbb``ada`ec_`c^\lfegd`ba\^`]`d``cZefXb`Va`Xfd`fcdb\Zg_Xc`Xed_hede_ah`cd__gc^fb\_\Wch``e^_c]_a[de_ee`ba\`_\deaegbgd`he`edb^]]hfhdabidbfa\fb`fabgb^mh]nhahdafecab^efbggcjhcgc`hdbiebkf`ge^baZhhdhihgghghhdfcfieekjflifjjdefhhfllhijfmnkhhhiihgfchhbnodlkdmljljllinnjpqnqliimkhpojjjennjpmipkfogfumpqlqnlqppsmnrnnsqqtpqrpppnpnoqpprovxtlmhkjhpnoqnuqrunrtglllpljlfjkfoolpnmnllqpqppvpotrrorrponrqpvootooqppotqruqxzwwxvw~wxxutqsrpzzz~|{z|}}|{{|~|z|z}{}|~~||z|~zz|z{}~~x{zxz~~~~xx|z{~||~~~}|~~}ÅjnoPTNOTNNTPPSQRRNWTQXTS\VPWRB[VCXTJYURVTUQQTTRVSOPXUUSTRVVVVTYXQWUMOTNLVSLYQKZQQVOR[WXXVQTVNSVQTUPVVTVUSXURVSNUTMTUJRTHRTJUVOTVPTURONNVVXTTUWWTVVMXUOVSPZUTZTYUOP\WP][MVWHSSJZYUWSO\WKZVH]XHYUAXSD_ZQ\XS[WTXTQWTOUTLSTVWVZZZYWWRWXRWXRTTNWVPZXTVWSWWWXVZ\Y^ZZZXYXSVWWZ]TUXVVUXVP[XO[YN[YORRKYXT[XS]ZNZTF]WPZWQUVPZZV\XTYSO\VRXTM[UK_VHeZN^XQYXVUUT[YX\YUYTP\XTZXT^ZZ[X^UUUWWUZXW]YVZVR\ZUTUPXWN]XP[UOUSMRTLTVOSVNVVMXVLXTI\VLYWMXXOXXTVVSVTSVUTYXWXVVZUVZRT`WZ]X[WUXXVVZVPYTMXUOXWT[[ZXZTSTJZVP^UR`VR[TJZVQYVV[YW^YTZWRXXVZXUZVSZXT[ZW^^YXVQ[XT\XWXUVYWX\ZZZZYYXVZZXVUPYYRTSOXVSYXX[WX`Z[^XW\VS^\W\\VVWRZZV[VU\XV\XT]XT\XS[XR[ZSYZQZ[VVVSXWV\ZZYVZ]XX_ZV]XSZVRVURYYZWVVYSP_XRZTMZVO[ZVVWTXZV[[TZWN[XN\YR_[T^VO`UN\VMYXN^\Q[XO\VQZSP\WSXSLVTHWZNVXRUVRZZXZZW[ZUZXT]ZV\XU\ZV\WS\TR^XXXTT[XZZXW]ZX^ZV_ZV]XS^XP[VD\WI\WNZVPXVO^\V\ZVZXU\YT\YS^ZU^ZTZXQZWN^ZRa^X\YU`\ZZXV[ZV`a_Y_]V[XWZVXZVYZT[\U]]VZZUZ[VXXS\[T_]TYVM^ZQ_[W_Z[b]c\W^]X]`[]\YWZ\U\\VXVO_[Q^VL_YR_\YZ[Y\^\Z[Z[[]`_d_^b\^]^`Z^bV[^R^aVZ[QWWP^^X^]Z]\X^_ZX[UZ]UX]S\_S^_W_^Y[ZV`_[]]]\Zb^\```]\]X`_^^\^^\\__Z^^W`_[b`b``e`_f_]c_\]\XSb`Yed^a_]febbb]feeebihejfbhc`d^^`abffgkikkdgddfcddcihbff`ddcdcfedfecdecbbb`cdadecdddihjjilihhjgghebjgdhfdjihjkhjiakhalh_rnflibgf_lmejlbhibiidllijhhnlnmkpljmljkmllnolnojkkfkjfpnlponnlmjjllpmjohjleopkmmklim~yÆglfJPBNQIPSQRTVUTWTRRVTTWTPRPFZWHUQFUQMWRSROSXTWTNQXUUVVTSSPVUUYSWYNRZPNYRM]UNZPP[PW^V]YTTXUPSSNRSQUUSUURVTPVSMXVMXXLWYITXDTWDSUFVXRWXVXW[UTYVVVVUPXVN]VV[SXYTXZUV\XSWTMUTMUTQZYVWUPZVO[WQ`ZSYSD^WE\VGZUMWROWUQVUNQPNTTXTUXVVXVVXVUXXXVVWRXXP\\SVWRXWVZUX^U\]UZZTVZXZWX\RSXXX\^\_\ZX]ZUYTRWSSZVXXWXYXRWTH^YL]WSTRQVVRRRNVSRZUTXTT\WX]VU]URZSM[XTVXVVXVZZZXWVYYYWWX\XZ\VZVRT\ZY[ZWZVS_YUZVQUUPZ]VVXNVTPUSSVVWUXTVXTVXRXVQ[VO]WPZVSZXUTSRVTVVTSXWSXVRWUTVSSYRS_WYZVYTRWVTWXVW]YV^\YVVSUUSWXPVXJZYN\WP`VT^UT\UW[UYYV[ZXXXXUVWUYYUXWRXVTVTTWVVYWTZVRZWTYWWYWY\Z[XWXYYXUTSYWX[YYZWVWTTZYXZWU]WV\TS[URZVRZYTXWT]YXXSU[TX[VXZVT\ZW[XW\XXZXWXXUUVTUVVXVXXVXXVUYWR[XT[WT[VSZVTXVTTTRZXSZVOZWR\YWZXX[YYXUUUQNZVQYVQZVRZQL_UP[URYVP^\R[XL]YN\WP\XRZWRZYUXXPVUMXVSZXXZXZZWY]ZYZWUVROZUQZVQ\UTbZ]\WZ]X[\X[^ZZa\Zb\[^XV^XR^WN\XL\ZP]XT_ZVa\W_ZV\WT\XX^ZX]XU[XR\\S\\S\ZR`\R`ZPbZS\TOb[X^\]Z]`XZ]XZ\ZZZ[[X\ZV^\V^\W^^YZ[UYZU\\V][V\XT`]W_YXb]a[V^ZV^^Za^\_Z\YY\VXYT^]V`\S`[Oa^V[[V]][YZWZZZ^\b^Zc^Zb]\^^_ZW[N\_P[]RXXR^]W]\XZZS]]TXXNZ[Q^`V\^T[]S^^XXWT`^Z^\X]Z\\Z\[ZZ[\X^^XYXUZVV_\[\[XZZT\[[ZZ]\YZ^[[`Z\`ZZb[[_ZW[XUb_\\[W`_\a]`a\^d^`b]_[Z[\]_^_baae`b]Z\R\^R__Ra_Ua^Xa^\\ZXb^\d_\d_Yd`Yb`Za`Yfa^b^\`\Zb\Y`YTbZUd^Xc`[a^Z^\Ud`Vd`Ne`PcaTZZP``VacV^`S\\S_^X\YUeb^fdb`^^cacdbecbcefd]^Y_`XccZdcZ``Za`]^`Z\`V\`S`cU``V_]Xplk…jm`MR@NQFPPRTRYRPVPNPTTVTTVRRNSSJSQJQNLRQPSPRVQTVPRVRQVTRRRNVVRVSQYPQ]PRWPJROHVPNWNTZPXWQUVRPTTQUUUVUTWWTRSOVTOTQJXVJXXHRU@VZCUWBXXKVWRTUTVVXYXZUUSXWRZVRZUV[VUYUPVTOYVRXVUYVZUSVUSRXUOXUTZWTYSL^TI^UJ\SLXRPYXTWXRVXRTTVVVTXWUXW\ZX^ZX^WVXVWRWXOUXPVUSYTX\SZ`U\_UY\UUZVYVU[\[^[Y\XVVXXTWTT\U[[T\]WbXU\YWU[XJZXKTSNUTUTUVVWWZWZWRW\X_[X_YW\VUVZYXXWX\Y\ZZZVTTVVXTVYWWV\VV^XSZUOYTQXRRaYUXNH\TN[XUXYRZZPYWTXUYQRTNRNSTRSQQ\XV]VTZSTZUYTRUXV[XWX[XWZWSXXQZYSXTL\WRWTUWUYXUXYUUZUU^Z\TRVUUZVUVUUNXWNZVP^WW]WX\WYXRYXTZVTXXXWVXRWYQXXRXVTWTUXTVZVVXVRXVQXVUYVUYVUVUTWVVTTS[ZZZWZ\V[XTXXVXWVUZVTYTRZVTXVUXUTZWWYTVVPSZSYXTZZWXZZYWVWZW[YUXWSSXTTUTTUWVVVR[XRZWOXVPXVSZVVZTR]TQ[UTZWXZVT\XSZXTZXWXVXVQVYTW\VV[VTXRS\VW[TUZUVZVW^ZX\XQ\XQYUMZVLYXPWWTXXXWVSZVSYTQ[VWXSXZX\ZVZYUUZVQZWR\XW\WZ\UZ[TX]TX_XX`VX_VY[UU^[T\YN\XN^\T]\Z[XZ[WW^XV`YV`WXaZZ`YW[VSZYQXZQ[\U\\S][Q`ZP^TJfZT\VX_]bUVZY[^]\`[Z\_\]`[[^ZYb^\]\Z[\\YYW\[X\[W^][a^^^[^\Yc]Zg[YfYW^XZZXYX[[Y^\Z^ZWb]Yb]Ya^Z]\\]\^[[]ZX]\Zb_Zf`Ze^[a^]]_bZZ\SZZV^\]\\\\\\^^[\ZV^ZU`]X^^X^^XZZUZXW^ZZa]Y^ZT^[TYXS[ZU[ZV]\X_\Zb^_b\`_Z]\Z`ZXd^Y`_ZZbZV`XSdZZ`X[_Y^`[_\Y\b^^c^^_YXf^]`ZY^YY^\^__b^^a^\\a^Z^^R\^N``Ra^Td`Y]YSa\Xd`\b]Xe_Ze^Xd]Wf^Xc[Xb\Zfa^`ZTbZSja[b\Xa]Z^ZXe`]fd\b_Nc`P\ZObbZ]^T^_S_aT_`V]\Vd`^d`bdbfa_`][]^\`bbd``abc_ce\__S^^R``W_aZ]^[^_XacU`bVXXRmkj†lp]LP:PRFPPPRPURNSTRWSRWPQVPRRNOJRRLQPNTRRSQRTSSXTRTNNVPNTRNUVORRJTPJ\TQUQGONFURN[UU[TWXRVWTSWVTVVUUTRWTPUROXWSVSNURJXVKTTCXZETU@XVFZVQXWTYZTVWRUUSTTPUTQWURWTMYUJURCZVO[WW[VZXSXUSTVTRZUWZVVYVQ^XP`VN\PM\TSZWVVWTUVQRSRXVVWTO[VVZU\VSZVTWUVTVWOVYNXXRXTR\TX^TY]TVZURZVSZWV]ZVXTPVTRVUSSRPZXY\U\]U^YS]YV^VTTVUMUULVXTVVXUTWWUXYTYZU[WU]SU\TWZWZZVWX\X\XRTSOLZUTVTUTWVUVP^[RYUJWSKYUR]VVZPK`RL_ST\VZZVT[WR^XTZVVTTTUUVVSWZVYYRR[SU[UZXTZXU\ZX\\YX^YV[VRWTLXVEYXLVVQZXZYVUYTRXPNZTTWRWXU\YV^XUXXTPZWSZWVXTVZUWZRW\V\WSVVTRUVOVWLXYNXWNZVRXQQ\TT]YT[ZPZXPYUN[WOZXPYVRUSSYXXVUSWTSZTUWUZTSZTRVVUTVVSXYWUTV\ZZ_YZYSUYTVYWZWWZWVWVUUXVVZUW[XV[XRZTTXTUSSOXXNXVJWTKVUPXVWYWW[VU\UPZRP[TT^WXZTS\VTYVRXUUXTZZT[XRWYQR]VZ\W[\X\[XZZWXZUTYTRXSOZXSWXNVXQXYUVURZWRZUOZVRZVVXVVXVTXVVYTTZVSZXVXUW[VZ\UX^TWdVYbUZbT[`VZZXT\ZO\XN]ZR[ZVSST[Y^]Y^^XY`WWaXVc\Xc^ZZXTZZU\\XZXUYXSXWN]XN`XP^WW`]aUUYW[\Y\\UVVZXY`\_^WZ`X\`\_]\_ZZZZZVZZVZYU^][]\\YX[ZZcZYh\[b\\]XY[\\]]Z\^YZ`ZZ^XX`Z[_\]]Z_^\cZY^ZZ_\Zb`Zh`Yg]Xb^]`Y[XY\X^\_`]^b``^^^[[Z\YYa]^d^_`\[[XV[ZW[YV`[X_ZT^\Q\[Q]]UZZT^^X`\V`\Wb\Zc[^]Z\ZX^XS\_X_cZ\bYTg^Vb[Va[]`[c^\dd_dd_^b[Xe\Yf\[b[[^[\^]`]\^]ZZa\[`\Y\]T^_QbbTdbVb`Tb_UdaXa^Xc_[^YVb\V`ZQd^Xd^\da``]]a\Yg`\]XTb^[_]\^\[a`_^^ZbaY_]Udc^\\XZ[T^`W^`V^]X`_\`_`b`eb`e_\_a^`b`d`_c[[\^_\^^X\]R_`SacY_`]^^a\\]``\TTTnlrÄns^LQURLVTVURURMNXTSVRRPNQPPTRTQPRHYVMYRN\SSZQVSPTSTUSTRQQLUTPVXWTURRQPSRTVTYTTVUUURQPVTUVRNUQO]YZYUWZTV]WW[WSXVTUVTTWYYYZZVVZXVZWTZVRZUSZXVVXVXZVXXO\[TYXTZYTXWPXYNXXJZZL\VRbQWaRW^TV^XZWTWVTXVUZZXYYXUZYYXVV]]]XW[WT\SPYUSXUUUPSLUZSVWTVVXWTZYTWYURXVRWVQTRQZXZWUVYUQ\WP\VOYTOZUQZVV[WYZVWVTRTUOWVQZWRXVQZXXXW[YWV]ZRZUL^VS\UW[W^XWaTRZVTUXUPZXOYXOZYT^YW[VPXSLXWPUWUWW[TQPXWKWWJVVLXXNTSL`]ZZTTXQR\VX\XZURPXWRZXXVVXZZXUUPWVRZXYYW\VTXWWXXZXXWSWSP\XV]XZ^Z\][WVWLWXOTTMSTLQPKTTLPPHLLEGFBNNLJILOMRRNQTPPUTPTWRRSPXXVXWZVV]TUXWWRVXNQTLYZXXW]XVX\VRZUMXVNRRMTTPVUSVVTRONRPPSQQSRPRRNPOLTQRTQVYTS[UL_VN^TQZSTYUXRQTSRQWSPTQIRSGRTKTTPTPKWSJ[ZOPSMNTROUVTWRVXIUVHYYNYYPYZRYWR[WVZVVYVUVTRZXRYXSUUPRSLQRIVVPSSTRPWUV\VYYOQOSSPXVPWSLZVQ^XX_ZYZXRVWLWZNVXLRQJTSLTTMPPIRQLUTQQPRTUXSUVVVTWXRVVSUTUVUVUUVZUXYTXXUZXXZXXV[YS`^T]ZO^[PZZPXYSXZWZ[X]\X^[Vb[WbYTc[S_[P\\SZ\Z[\\]\Z\YW\UW`Y\c[`^WZ^Z\\[[]^^Z\^\\\]ZY_[Y^^\Z\\YZ[VWXXYXVZWZ]W\\V][X_[\`[_^Z^Z[\Z\Z[]XXZTZ]W_^Y^ZX_Y[_Z\^ZZ^\Y\\[]]]`\\a\\_Y]bX^d[_`\[YYT_`Z\[Y`^`^Z``\b`]b^\`\X[b]__Z\\W[_^^\\Z\\X_\X_YTaZU^XU^XS`\T_]X]\X\]Y]^XZ\R`_Yb]\b^\`]Z`ZZd\\b^X^^T^_Q_[Rg\\bW]f^g_[b]Y\d^af`fb]``][d`[eb\a^X`\X^[W`^Z``Z[\Tbb\`^^`\a`[bb^fdaga`d`^a^\^_\[_]X``]aaa``a]]^cbca_ba]bc^dc_da]^_\[b`]`]Ub^Wb^Za^]_\]`]`d`bcabc```][_\Zba\da\e`Yd^ThbXfbX^_W`b^tvvĄknfHN:TTHWTTVRVVRTUTRQOPQPSTRVRPOQPEVTIXTJYRKXNOVNTTPWPPPPRLSSPTTXWXWRTSTSVTRXVTZUUXRRRSSTZWVXRP^WWWSU\WY^Y[\WWZVTXVSSVUTWYZXXXVRXTOZVP]WT^Y[XVZWVSVTL^\R\XPZYR\YP`]S\ZLXYFZWK]TS^SV]RU]UU\W\\W^ZV[\Z[YXVXYYXWXYXZXYZSSVWS]YR[\XZZYUWZTRTRXXVXWZVV]TUXWWRVXNQTLYZXXW]YVX]WR]XO\YRWWQXXUYXVZXVURRVTSWUUXVTXVSUTPXUVXUZ[VT[VL_VN^TQZST[VZVUXXVV[WTXULWXKWYPYYTXTNZVL^]RUXQRXVRXYVYTVXJUVHYYNYYPYZRYWR[WVZVVYVUVTS[XS[YUWWSVVOVWN\\UXXYVT[XX^X\\RTRWWT]ZTZVO\WS^XX^XXXVPQRGMODHH@@?:88300,++(..+42265688:547403>:8AA>LMJVTRVRPXUXWV\UVXUXPRYJUZPVWXVTYUPPJF@DC;;=7;=:=>DA@A>@@>B=;@889887B?=HCDSJOZSP\TN^WR[URRNMCA?;:8?=:><8=:58:4:<8>=:DBCCFLKNRLRRJUTKWXNWXPWWRVVQWVTVUSSSQOOLIFECB>;<5:;3783886::>@AF@CF8<96RNEZUN[UTWSQUTPQRLAC<8:3894450562::7@@>@?@BBCACD>??>?<>@;@A@<=<:<;@??DABG@BJEHIHJLKJRQLSRJZXLZXL\\SZZXYZ[ZZ[Z[W]^Z`]Z_\Xb^W\ZO]]W\\\\]^ZZ[^XY`WXbWZ`VZ`[\\Z[\]_Z\a]]b_]`b^`b^_YXZWXZYY\\\^Z[\Y\X[]W[\VXWR]ZXa]^\XZ^[^^^^[\YZ\V\^X^\X][Yc_`a]^]YX^ZV\XV`\Z^\X^[Y]WXd\\d][\XT`[X^ZXb^^^Z__^b`_e`]gZT``Zbb[abZ`_Z][XY^\[\\[\\\^\\a]Z`XXia_`\V^]TZZQ\^U]^V^]X`^Y_[Z^[Z^\Yb\\e]\c^Z_^W^\V`\WcZZh`e]ZbZ[c`\ag_bc\Y`ZSb_TdaV`^TdbY^]Xdcbfdfbab^_[\]W]\]`^ba]ec_gb`f_]`[YZa``a`_ba]bb^\\Z^]\_^a]Za^Zb`\e^Z``^_b^\b\[f^]a\Xa^\^\^^\_\X\c^bb\^c\]aZZd^^a_\db`g`_f]UjbXgbVa`T`bYvxtmplNSGTRNTTTPRTQPRSSQPPNTRTTPTWRTTRJUSETSJTRJZTNXQQYSXVSWTURTTMVTPYWQRQJSSQVSXWRZZV[VTVTVXY[\XSU^TV^VW[YX]ZX\XV\XW\YWVVTXXXXWVXTPYVL]WO]SPaW[\TX_ZX^XTaZU_ZT]XT^ZU_XT^WRXTKWTM\YV\XX\WZ[VVZTT\VZXSZ^Z]UURSUQXVU\XZYUXXVZXXZ[V\ZPT]WUTUQWXU\[XYVTZVYXV\UVXUXPRYJUZPVWXWTZ\WW\WP\[PVXOWZTTWSWWR\YXYTXXU[YV\UTVTTR\XV^VX^TY]VS\TN^WR]WT\XVZXUWVRZWRZVR\XQW[QVZTVUPYVNXXOUWPQVTPXXRXWTYRTTLVTKWXNWXPWWRVVQWVTVVTWWUYYWXTTWVPSTJVXMVXPVVUTRYST[VY\PUPUYRZZRVTH[WLWRLPJIEB@>=:340&($!" "" 00/:97B>?\OT\SR^XU\XUDB@&&$$$$""!%((/23?@APQPTUPWXPYZRXYSTUPUURPPPEED121(&(#!"!!"!##EB:TOH\VSYTQTPN@?=&&%!!!$"",().*,+*+00.<=9KJBTRH\ZQ\ZXZZ]YX\[[[\\X]^[\\[``^\YP\XN\ZT\[[ZZ\ZYZ^Z[^TUbVYfZ^a[]\Z\\[__\c^\a^Z_^\_ZZ\XY[ZZ^\Z`\[_\]ZWYUXZUVVQYXT_]Z[ZW\ZY\ZZZXYZXW^^]^^Z^\Zc^`b]a^Y\^YY_ZWc[ZaYZ_[Y_ZX_\Wb_Xa\VaZVaXVd[\aZ]`^_Y[[\]e^Xjc[ld[gf\ebY`_W\`[^^\]\\\\\`^]`^X[h^d`YYa]X_^S]^R`bV_^X`\Z_[]^Y]^Z\`][b^Z`[V\WT_]Z`^[a\[g]^bY[^Z]`_ab^]c\Wb\Rb^Pa^Q^\Qa`X^^Y]]]`^b`]da\f`^```_a`bb`eb^ec`f`^a[YXa`^``^^^Z`^Y^YVa^[^\[`^b_[ca]g^Zc^\`ca_a]\f``d\]a\]`]abaf`]cfbf_Y[cZ[e[[c\[b`]`__c`cb\^jb\h`Vd`V[\QvwpālqnNPJSQPQQQQTUNPSRRSQROPPOWRVVQUUPVVRRTTLVVPSTNTSNUTPSSOTTQRUMXVNYUL\WMWSL]XXZSZYPYXSXSTVVXXVTW\VZ\UY\WZ[XW[XR\XS^YVYUT\XZVUUWVQXWLZTIWLHbSU^ST]TRd\YaXV]XT^ZW^[XZUQ^TT\RWYTUXVTZYZXX\XW\WUXYVVXRT^Y\WUUZYV[ZT]XUZRR[TWXUYXW[XSV[UUTTPWWUYXT\VR`WV`Z\\Z[ZZWY[QQXITXNVTV[U[XRRXVNXYOWZRQUOUVT\YX[TT[UZZV`VT^VWXWVQ\VP`TUbTY\TS^XU_[XZWTVUPXXSUTOXUQ[USZWTWYTXZVYXWZYWUWTRWVTZ\TWZWYZXZYVWRWXPYZRXYSTUPVVTVVVXXWTTRTRTWSU[XUYXSVVQZZXWVXVVZVW\X[XSXNTZNPRETRGB?941.(&%$""  - - - +&':56EBDLKLRSNUXMVXLTSOD@C   - - - - $#E>8^QQaTW^VWVRP==; - - - - - -  (&(@?APONVXRVXPVVPVWSNNMBAB...  -  <:3VPK^YWYTRQMJ43/   - - -   -,*:63LGDVRP\Y]XV\\Z_][\_\\^[\\[][[V\YO^[R_[V\YXZY\_^_ZWVaYXj]^bVZ^XZ_Z[^X\^X\_Z^\Z]\\^XY[]]`^]bZWZZZWXYVZZX[ZY\[Z[ZYYXUZYVXYUZZX\\\```]]\^\\a^_`[_`[__Z\^XV`XU`XVbZ\b][\[T\\Q_^R_YR^TRbWXbVY`Z[\\Z``d`\kc^n`YgdZdf[ddZ`c\_a\^^\Y][[\\\Z\Y^[]`Z_a\]^^V[\P]_R]^T^]Y`\__[^][[_\\^[Y`\WXQN\XV^\]^^`b^^aYX^TSd^^a\Ze^\d]Xb\Qd`TebYb`[__^``b\\b^Zba\dc^da^b``a_^a\Z^`^a]\\]\Y`_[``\\`Z]^Z_[Xc\X`XTb][b^ad_eb]c^Z``]^_[Zd`_b^]^ZZ_[\`\_`_cdbf_\[b\Zi`]f_\c`\`_^^\^_[`c]^e`Zd_W`^WyxtÅ~lsnNRJSUPQTROQOPQNRPPRPPRNP[VZXVUTTSTRWTRVVTRMLJUTPVTKQTIQUOQURTVSVTQ\VR\SO]TT]VWZQV\T\XTZZVXYUV[VXYTY[W\ZW\ZWX\WRbXY`VZ\V[USUVYTQTK<:2<30ZLM\QPXOJcYV`VUZTRZYWXXTYXQ`XP`VS\UX[WZ\Z\WX]VX_VV\YY\VSU[VY\VZZXXXXSXVO\VP]VRZTUVUWVUXXWZVVWZZYXVV\XV_VV^VWZVXVUVVVQVXNVXMXWS^X^ZTZXSUXWTXXRTUPSVVVXZXWTZUUWTYVV\STXYYU[XNaYNdVVaTW^VWZWUXWTXWRVWRTTP^]Z^\YZXSYYQVXPQSRYY^VV[TTYWX]UU[XV[YVYVUTWYSVXPVVPXXTTTRVUVXXXVURUURVSR]VWVRTTQT]Y[YUTYVTXWVVWRTVNUXOMOE><5(%" - -   - - - - - - &$&869GGFSUMVWOPPIB??   - - #"B>5XPK[QP^VVVTQ::7 - -    ,),EBCTTQQTKVWPQPMDBA212 - -     962WRL_XV[UUNIF750  - - -  - - -  - - -,)(FB@YUV\X\]Y^_[^_[]^Z\^Z]\\\]\X_\V`[VZUT\WZ^Z_YWZ[YX_ZWaXX`V\bX[^UV_VXa\\][\ZZ[XZZ__`]\^ZWX]YV\[U\[V]\Y\ZYZXY\Z[[[[ZZY[\X\\[]\]^[\\Y\^[\a]_b^``\]\XV^ZT`ZSb\[`\^[[Z]_X[\Q]ZQ]VRd[ZbXZd[\]YW_^^_^c]\cZZ_\W\cZ`bX]`YZ^XX`\X^\X\]X^`Z[\Z\Z^\Z^YXX[[T^`V\]T\]V]\Z[Z[XYV[\X\\Y^]ZZXV^YW`[\\\\\^]]]Z\YV`^\^YXdZZd[YbZZd`\da]`_]\[\^^`^^c`\ab\ac_bb`a^^^^^^^]_dbba_\a^Zb`Z^^Y_a\^_\[[Z`^[b[Vf[Tg^Yf`^ea_d`^b^^d_\d`^b^]^\[^\\^\\`^]`]\da_gc^e`Xjd]a]X`\Zcabb_b`\\b]YeaW`\S|zwt{rNUEPVLPUPPRNSSMTPKWSQVPRXTWTUWTUTRQRVTXWUVRPLUQMXSPWPHTTNTVVSTVTUUWUTZTRZPO^SRZRPYRV\T\]TY^VV^WV\YY\Z^ZV\\V]^SVdWX_TZ[S[WV[RVU4;5D9;XKM^SPcWU^TS[TUYWWZZV\\U\YN]XM_YR`ZXZXXWVXVW\XX]YZ\TTVWUX\W^[U_VUXUWPXXQ]ZRZWRWVSUWVWV[WX\WWZYX[XVZZTW\TWZTXYW\UVTWZQXXPTTM[VXZS]ZT][V[ZVXZVWUUXTV[VYXXZUXWTUVWWXYXYUXVKZUI]TN[RQ^VVZXUTVRWXTTTQVVTZZYXWRVVNXZOTVLQVMVYZXX`URZXTZZU[[TZZSXWTUYZVRULVXPTTQTRQZWXYXWWTPWTMVTN[WTYTTVRUZVX\TSZTL[VPUTPRSLLLF==8&$" - -  - - - - - - - - - - - -     &$&:::NNJTUNSSLDB>  - - -   &$"B?8WPK\URa\]TSR7:8 - - - - - -  -  - - - 0,.GEELMIRSNJHF644%#$ - - -    - - - 742VOK[SPUQPJGG630  - -  - - -  .,*FC?TQN\XX_Z\`Z]`Z^^Z]Z\[``^\\W`\X\VT`YZ`X^`Xa\X_\Z]a\`_X\bZZ_UUe\[c^\\ZWYZWZ\Y\\ZZXXXXVZZUYXSZ[TZZU\[XYVV^\^\[]\\^ZZ[Z\\^\^`[^`Z^`Z^^Z\`\\_[\\YX`\Wa]V^\V\\XYZ[]^`WXTZZS_\Vc\\aZ\c\^^ZZ^\\^^\ZZZXXXZZW^^[_ZY^XX[VT^[X``Z[ZV_^ZYXT[YZZZ\\\]VXUZ\VZ\VZ[XZ[X]\\\\\XZY\]\XXW[[[\\\^\^^\]\^\Y]XX\V[\Y\[Y`ZZbYYcYZd_`a^_ZZX^]\[\\^^_c\_b\]b^]dbaaaa__`bbbbbab`]a^Ya^V^\Vd`_`]]_]^`^^]YXe`Zc[Tg\Wkb^hbZb_Wb_Zb_\c^[`\Z`_[\[X^_Z\]Va`XdaYb]Sf`Xf`Za^Xjhda`^^]]`^[db[\ZQ~zw‡nslPTDMSIMRPPRQTRMVQL[TQXRSVSVNURQSWRQXRPVRPUTROTRFXTIXRL[WQYWTVWUTTRWWRVTPXRQXPNZQN]VXXU[ZU[aWY`VU\WSYUS[UY^U\bTWcUV^SV\U\VTY@CC  -% D89\NNbTR]PRaY\]X\]ZZ\ZT[XM]ZM\[L]YQ^XUZVUWTTZVZYVZXWXWWZZV^\VaZT_XUWVWRZ\WWWRYZUVXTSUTTUXVUZYW\VRWVRW]W[YSVZV\WVVXXSVWPWWO[XSXTS\U]^V_\TZ_UY]TSVSUWXXUVRWXQUVOVVSXWTXTNWRJ[TN\URb]^YXXUXUSXTSVVVVXWVXWUPVTKVWLTVLSXPUZVSTXUTX[VX_WZ\ST]TXZSV[YXSTPVWRWVSXTT[VX[XXZWTXRL\TN]WRZVSVUTXWU[WT[TK\WOXVTIJE441""  - - -  - - - - - -   -   !868MMKTTOSSL??: - - -  " A>:RNJZVT\XZPNR668 - - - - -  -   - --,,@?@FFE::9#"#   41.TMI\UQWTPGGG+-.   -  -   ,)(FB>[LL`PSdX\`Y_\VZ_YV\VN_[OTUFVXH[YN_VS^TV]VX]VZ[WXXYYXW[[V^[U^ZUWXVO]^XUTVVTVXXTUXSV[YVY[YV\ZS[`W_]V\ZSUZRUXUWXXVVVQWWPZYQYVQ^XW^WZ]TW_VX`UQ`UR\VTZWTZYTSPJUTOZYVXTQXTPVRMZVT]Y[UTWTTWSVVSWYTW\VTXZUP\XR[ZRXZPX\RUZTWXYVVWXVS_VT^TR]TTYRTYUWUTTTTT[[ZTRUXSXZWWWWUZUR_WS_VTYTQVVRWZSWVN[WNYVPRRP:;6!" -   - - - - -    - - - - &$$B?BRPRVVTPPL<<6 - - -  =<8UQN]YVVTTUSV<;>  - - - - - - - - - - -   - -  ,,,333$$$  20*PLEVRJWULHID&''      - - - - - -  734RLI^XTb\\b[^]X\XTWZXY]ZX`\Z^YX^XY\VV`XWdZ]^T\ZS\^Xd`[d`^_^\T^[R`\WZXV\]X^`Y^]U_\S`\V\ZVVYUW\XV[ZVY\\\`[YY\[Y\YZVVVYZX][Z`\\b[\^YY][YX[UZ_VZZW\YZ^X`_]dY\\V\XY^ZZ\\]\^^[_\Z\[Z\\[`\Z`ZZ\]]^]]^ZZ\[[\\[Z]ZU`[V^XT\[YZ\^`]_bYZeZZaXX]XWZZV\`Z\^][Z_[V_aZ`^W[]Y]WU[[Yb[Ze^]e\Z^]ZZ^\Y[XV^ZZ]YVb^Zb^[^\Z^[^`^b^]`_^^^]Yb`X__T`^Yb^[b^[b_\a`^]]_^^c`_c[[\``\`aX_`W^]\d`bd^bbZ^e\`f^a^Z\b`c`_b^\__]`]``Y]Z[_Y\^X]]Xa^Zb^Ya^XcbXbdW^_R``Wdb^fc_b^VcbZb`]bba^^^^^^zz|ĆlsnORLUUPSNNXRWVPTQLLYTRWSSVRWTSXPOTPPVXV^USZPOSSRUVVRWSJ[UOVRMTRNTTPYYUVWNNNJTSVZXXYURZVUYVVVQU\TW_UT_UT`VWdWVbTT_TT`VWHCB  /$#K<>_NTdV[[RT`XZf]\\TNa[TWUK\^PZ\MZWN]TR`VXbX\\WWVXSWVUZVZ[UY^XW[XPXWPUTVXT[]UW\ZXV\WT\YTVXYRZ]R[XPXXTYXTVZVZXVXWWUTTPVWOXVNZXRTQN\WX\Y\ZVV\USZRP[VTXTS]YVYTQ[VTVTQ[YTZVS]YWVTTZX\ZY^XWZWWYSTXWV\\VX]VT\WRZXPWYNSVMWYTWXVSSO[XSaYV\TRXRRZVWVUVTTTWXXTTWZW\WUVXXVWVWZVV\VVZTT[WUXVPVUKYWLUUOEDA))&  - - - - - - - - - - - -  - - - - - - - - - 111KJJTSVWWYPPO:;8  - - - -   - - - ::4TQNZVSVTQWVU@?@ - - -   - - - -  -   -   - - - - - -76-ROFVSJSRHLLG'&(   - - -    +*,LHI^XTc\Y_VZ^T[ZSW\WX^ZY`Z\]X[^X\]X\b]\]XU_VV_VV]XVZXVYXX[[Y\\Z\\W^^W`_Z__YZZP`^R^ZS`[X\XXZZZZ^^Y^_X\^ZZYZXS_[V^WV`ZX_[W\XV_ZX`\Z_\Z\\X\^V\`T^_X^[Y\[Z\]^VY[Z^]\_[Z[XZZX]]^^]`__`_]^YXY\\Z[[Z[[][Z_^]`][X`[T`[R`]UZ\X]]^_Z[`VYfX]cY]^XX[ZWZZW[Z\ZV\]V]e]a[UVHDFTRX[Xc^\g][a\ZW_]T]ZQ`\X^ZYd^^c[Yb\Z`\^^^a[^a\^`ZZX_^W__T^_U_^Xb_\db^dc`aa`]^a^_d[[^^^^__[^^V`_`caj_[dd_ce]`ZRT[TWb^ca_f^\c\Z\caa`^]^^Y^^X]`Z]_\`^\`\Y`]Wa_U__SbbXcb\a`^][\``^^]Zcab`^a`^awvx„kunNSLRTMTQNZTWVMUTMQZWUTRPWTPUTNLJGRSPUTSVTVRPSTTSPQPTRO\WTXTQXTRURP\ZXUTRTRPWTYYVY[UV]WV\UUZPR^SU`TS^RN^TP`TR]QO^VTLFD  -4(*N>DcRZ`SX`ZX\[VZUL^ZSXVRZXS\ZR]ZQ^YS`ZX]WX^YUY[QYYS\WV\TV]US^WNWSJZXVYX^XTV\VYXYZT[ZPVUVUVYRVXNUYTZWVVYXXVUXWWYTUTTUPVWOVVLVUM[YVVVXWVXTRRXSRYUTZWY^\_[VX\TTXTNYYPZWTZVTVTQ[ZYZXZWUWZVUVSTZV\`Z_XSTVQOXULUVGQSEUXOVXTTTQVUR]XUZRPZRRZVVXWUVVTYZXVXXTSWXXYZYZYZ]VX[XWZXVZZX[\WU[UNXTLJJG442 - - - - - - - - - - - -  -  - - (&&DB>SRNTVTVYYRTT897   - -  - <=8POIZVT\YUYYTBB@""! - - - -     -  - - -    - - - -  -  753PNGZYRUVNNMJ-,. - - - - -   $# .+*)&' -   <<=SRO^[T\XS^V]aW[aXZ`WX`XZ]W\]X_]Y_^\^YWU\YW`[[c\Z^ZV\[TZZVZ[\ZZ^^^`ZZVY[SYYR^^T^\Ud_\\VV^XZ_\\[\\X\\X\YUUP`]V_YPcXTaUR^UP^XS_^Z``[[ZV\ZV`^X\]W]]Y\\V^`TVXO\^[``aZZX[\U\^TZ\V]^]\[Z\YV^\X\\W]^YZZ\]\`\Z\]ZU_[P^\P[\R]\Y_]^_X\eZaaV^dZ``XZ`ZXb][][[]\\fbbUOM,&$@<:VSV]Z`^\a\YV`]S`^P``S^[T`\W_ZXb\Z`Z[_\_\^`]``\^\]^X``U^]Sb_Yc^^fadebd^^]\]^Z[^\]`__``^^_][^\^a`f\Z`fdgWTR50/LFEc^`c_d`\e`\^b\Zd]Z`ZVe_Zc^Xdd^`c````_\\^ZWc`Ycb[bb[^]Y\ZYbba^^\``^_^_\Z]vtvƒjunMTMRTLVUMYTPWNRWNT[SWUPPXVPVUINNBUVLTTNSTOSSOVVVTQSUTUUSVWVXURTWRT]WYWPRZTT\TXXPV]UX\QS`TV_RTbTU^RP\RM^UN`VR[UOLHD   -OIEIIB0$)SAKcRZbVX^VT^ZW[YVXXWYXZZVXbZZ_XW]YXVTT^ZTZZQXYQ[VS_WY\TU[TOXSJ\WR[VYZVZVVTX[ZUX\TXYWXVXVRYTR[VV[XTXWTTVUVYYWYYVXUVWRUULVVLXYPTVQXXUXWTVUPURPYVWWVZXX^VT[VURWXPUTNZVT\YU]]XXXUXVTXTRYUR[VYZT[UQVVRTVUPVUFVVDY[LX[SVVTUTTWXSYWQ\UR^UV\WV[ZVXYTVVRSTTRRTVWYWX[RUWQTXVWZUVZ\Z[ZTPXPNB?>""! - - - - -   - - - - - - - - - - - - - - - - !!:93ROHVUPUVTSWVNRQ798 - - -   - - -::7LLFVTO\YTXXPBB<#"! - - - -    -   - - - - - -   - - -:7:QOTYXZWXVNPK332 -  - - -  21)JGBLII968%$#    0.0KLLVYRXZR^]\`Y[bXYbXXcZ[aZ]\W\\Z`\[`]]^\[\]\^_[[`\[]ZZ]\Y\\X^]^[Zb[Yc\[`^\\\\Y[ZV^\Y[XVc^\c^Z\YU\ZX]][YZV^ZY`YXbXTfYUhYSdZR_[U[\V[\XYXV^ZX`_Z\\WZZU[\TZZN\]N\]TZXXZZZZ\V[^SX[TZ[X\ZY^YX]YV]\VUVQ\]\\[\]ZY`\Vb^S^[O\YP]YU`Z]^W]^V^f_he\bd[ZeZX`ZW\[V]^WLME MFCZTT`\Y\YR^ZP_\P^_R[[OZYOcbYa^Y`\Xb^]`^`bcb``^]^X\\S_]S`[Vha_e]_a\_]\^abb[\[[]\]_^^]]`\__Z_a_c_^\XXQ0/( GF@dca_\^_\``\_a\[e^\f\Zj^\i]Yf\Yc`\]^]\]_\[^b``ba``_\a`\`_\db`cb_bb]``[XXUtssĀjspJQNQTOSRIWSJWPL]TWZRVXQSTPORRHPQERTLTURQQOTUQUVQSPQWQVSQVTTYSQWVRWZRVYNR]RU^TX[PVaTX^QTdUXbRU`QS\QP[SN\VP_XVLKD!$ - YKIxuprj@B5 6).WFKfTXdSTdVV_VU_XZ[V\\X^_W\\RT[TWXUW\ZVYYSXXRWWR\WX]TZYSSZVO[XPXUTZVZZWZUWXSXXXY]YXYVUPWVNWUL[XQXWRUVTTWVRWVUXVRRPWWRUUMWWNVVNZXSZVSWTPWUP[WT\XXVUYTU]UUWYYUSRMVTP\YT\\SVWPWXSWVRZVSZVVTQTVTXXWZVTUTTPXXLXZJ[^TXXVVRTSRNVVNUTKYUOZSR_YXVUNWXPSTRSRTXXYTWTTXTPTPUXUTTSWVVTPPRIN624  - - - -  - - - - - -  - - - - - - - - 53/II>VVJWWPXWTUWUPSR;>;     867ONLWVRZYTQRI993 - - -  - -  - - -  - - -   - =:G&!& - -   - - - - - - - - -   - .,,IFBRSEXZLZZQWVRVUSRSR>><  - -     :86QPKXWTWWTPQL9:6      - - - -  - - - - -  - - -  - - - - -  - - :86SOR\X^WSWLHI**(  - 0.+OLD\UNTKH:67  -    - .+,PJN\X^WY]X[V[ZPb]R`VP`VUb[[_ZZ^\YZZW\\Z]YX]YY\ZZZXY]Z]]X[a\``Z^a\\`ZW^YX^Z\[Y]ZX^^[`^]^]\Y[[T^^VXXQ]ZW^XXdZ\`V[`Y^^Z^_Z[_VScWPcYR`ZX]YZ[WVc[Wf]Z_ZWZYU\\WZZS]ZRb\V_YTYXSYYXZ[VYZRYXQ_\WZVS[ZW\][]_]ZZY]\Z`]Y^YV_XVaZWbZWe\Zg^\bYY`YZ\XX\ZYa]Z_WXb\Z`\XLKB*('NFI_SVbXT][M`_R_^V\[X\\Y\\X\]W\\T\\T^\X_\Z_][Z\X]^Za^\aZZc\[_ZV`]Ydc^ba^\\[_^a^^^`^ZcabUTU12, MLDhhd^_Z]\Xc^_d\bd\bd]`d[\f\\h]\g\\dZ\c]_cbd_]^`\^a^d`^d_]``^``_\c`]hdb`[Z{vuÆnulMQJRQSVRWWRRWPJXRKWUSTSSTSSQRPUWTRSRSQWPLSTPVRRNPRHPRLSUSTRVWSXXTZXRVXNO`TV]ST\RP[OLaPNePOePSbTX^VVXVTLSJ(."  M;B{~{tlkXBC.   :1,XMKdVTaUOaVO^SPbVZaY`ZVV\WRZXXXVZYUYYUWZVVZXU\XU\TRWSPUURWXVWXVRTTRRWXVaYVbWU[VTSZVPUVHXZLZZQWVRVUTWXWXYVVWRVVN[WT\SV\WT[XT^WV^TY^TZ^VW[TQ[SNZSQ\XZWURWVQXXUWWTTVQVWQYZWVYZRVXUVXVVWUXWRVTX\YUWTVXTXZVTUO[YTVVSTURUUPWWMVWLSTKTTOYYWPQMPTMWWVZXZXVVYXSZ\QVXOUVRUTRUPR<7< - - -   - - - - - - - - - - -&$#0++9228340.0**+"""(&+F@EUQMVWHWYJWXNXXTTRSTRSA@A##" - - - - "<84SQHZWRXVUNOP;<; - - - - - - -   - -    -   ;97UQN\VX\XYKHF((& - - -  -  - - - - - - -320PNHXRKMFB.*( -  - - - - - -0,+PKJ[VZYYdZZa^\Z`\T`YQ_XTa\[ZWX\[X]^WXYT]ZW_ZV^ZW]YY^\`\[`^\b^Z]b\\d\[`ZW_[X_[\^Y\^Y]_[^^[[\ZX\[XZ\X]]Z\ZZ`Z[_VY_WZ_Z^^\_][[^YWaZW_XUb[X`\X`[Uc\Y`XW[TU[XV__[[\V^]W`ZW`XV\YX\ZX[ZU[XR]ZT[XQZYU\[YZZZXWZ`^`a]^ZTT^XX`[[`[\aZ[cZ[aXWc[Y`ZW^\X`_\`\\fbaea^WUO -.-/PKNaVZ`YT^ZPZXP^\X^\]`^`]]^^^Z]^V^^V^]W`][][\a`^`^^]Z[`[[^[X_]Yba\^\X`][_]a_^f^^cXXW795 RONhdd_]Z_^Xb`[`^Zd^`f^ccZ]f]^f^^f\]e\^e\`b\``^``\]b^`a^a\Z^^^^\\Z`^\e``\VXzrvĈlteIP;UVHVQPYSWUNLTOIRSPPPNRRPRRPQSPNOLRPPRNPXRQVQKRSHQUKRXPOROVTUXTU_VXZRPdYZ^STWLKZNJcTOfTPdTS^SVYTXPNP230   -Q9Dlx~|qml\?@1=63WLL_US]VN^WPaWV`V\WQXYXXZZUZWUZUUZUW\VYYTVXRR^VT\RPZTVXVYWVWUVVOSTTT\VT`WR^ZSZZVQVWHWYJWXNXXTTRSXVWWVWXXTXVQ]XT\SRZTRXXRWWRXSTYRWZTVZVR\WOZQL_VTTOJXULZWRXVURTUTVUSVUTWUTXTTXXRTVTVZRVVXYVYZUTVOVWSTTQXXTVVRUVSTVTTUQVVOTRLZWTWVVRSRWXUYXWWUWZVZYTSZXRTTNXXVXUWWQQ934 - - - - - - - - - - - -#""=;:HDDPHJVJOXLQQJPLHLCAD879(()%&(..2>6!?47ZNR^UU_ZV`YX`V\`U_YV\WVU\XT]XS^WT^VV\VYZTX\TV_TV`V\]X[ZW[XVZSRWVX]VV]VT]WQZVQRWWMXXLUVLVUQTRTXVZXVYXVVXTRXSQ^VTZRN\WRVXPTVRWVUXUTZYSYXNYTM`YV[US[YSZXPXXRRRPTUUTWWUUR\YPSSJSTNUVRSTTTTT\ZVXVOXXNWURWXWUWVVXWTVVRSTVVTXVR\XUXTTRRSVVVWUXXSWYTX]XZ[VTYUQ[XVZXZTNO0,* -  - -    648TPTWUSWSRYPTXNPUKPRINOHMEBF;:=<:>=<@FDHFDHHFJLKHNNFRRITSNUSRRQVB@D " - - -  >;;RQOVUNXXOPPH?@: " - - - -     - - -  -  - - - -  - - - -  989PLNTQRXVVLLI*,)  - - -  - - - - )(%97441. - - - - - - - :44XMLaYX][\][\ZVV^ZZ`Z[`\\[WY_Z^`\a^[__^_\[]Z\Y\\Y]ZX^XY\WZ_\`]]`[]^Y]ZY]WVYSZXVa\]^ZX\XS_\U_[V]XV_Y\b\a^U[`VZ`Z[a[]d\]`YX`[W^[XZVW_Z_`[a]\^ZZW\[X[ZX]Z\_[a`]b]Z[[ZX]]ZYZV[ZV_ZY\WW_[Y^[X^\YVWRZ\V\\Xa][`Z\[Z[[\\[XY`Z[d\_`[^]Y\`\_`Z]e]_d^]c_^^Z]\Z_ddhRRS 401LGH`ZZb\\aZ\^Z\]Z_\Z``]c\Z\]\[``[`_T^[P_[Ra\Tb^X`\Y``]^`_[^\ZZ\^\]^[`XX^678 -  - QPQebbb^\e`\a_X]\W\[Wd`^e\]h\^hZ^h\`jbbg`ac^`b_bb`b`^ab`ba_`b```__^^\a``^\`vqyĆpxlQXARU:VT@NJAWTRTRRSRPSROUPNTPMUSPQQOSSRURS\WSVQHVSMQQLQTMQSLYYRWTN[TP[TQXTP\US]RRcURaRN`RL^TOVRO232 - A37zno~||bfd174$F9:YKR\SV^ZZ_Z^cYa[Y^XX\YWW`ZV^VP^VP^XV[VX[VZ_VZcU]^RX^V[XTZWTZ^\bXW\XV[SQUUSXYXUXXPWWMUTNUSRVUZXV\VTXVSVYVX`[XZSM_XQZTOVVRUVSTSOZZTXXO[ZR[WUWSSVUSVUNXXOTTLVXOTXPSSPZWRZVL[YMWUJVSKXTQ_XW\TP\VNYTSZVWUUVPSTQUWTTXXV[YWWZVSYTSTTUTTXWVZZUZ[TV\VWXUTVURXTRXVVLIJ*&&  -  - - - - -   ><@YRZ\V\TSQJHD:538223./2-./+,)&)&$'%#&)()))))(+***33/EE>5 !    -  -     - - -  - - - - - -644PLLUSUWVVJJH*,* - - - -!    - - -  B==YPP_YX]ZZ^[\`\[a]Y\ZX]ZZ\Z[`[^b\a]W]^Z[a_^^_\]^\\\\^[^^Z^`Z`ZYZZ\ZVZVVZTWXRZXU`ZZ_YX^\W_]V_^U\XR^XW^XZ\TT_WUd]Zb]Z[WX_Z[]YU\YTZVT\XY\X]ZZ\XXX\[Z\[W^ZX^[\][`\[^\[Z\\YZ\WX[V\[Ta]X^ZT]\VZ\XWXW[]Z\\Z_\Z_ZZZ[[Z^\Z]Z^^Za]^b\`_X]]Z\^\]`\\b\]_\Z]ZZ[Y]bahNNR  1(-RHNbY^^VY^Z\XWX_]_d`d\Z[^]\^^Z`_T][N_\OifZfbZ`[W]YW\\\]``XZ^]\`YWX>=<      TTMfd\daXd`X`^V`aZ\^Xca_b]]f]^j[^gX[h\^j`ab\[a^]cbabaaa_``^_`^^^]]ZYX]]\ZYZwszƋntnLQHQRDTRDTPHZTTUQVTRTTTRRPMTNKUQNRPNRRPRRQTTNSRLUUOTTQVVRPQK[YRXRKZRK\VQZUTZQT\RU]TQ\PJ`TNTMG871  -:-2wir|}}~|}{}}zz{X^^/42*"?22VJNYTTZXXZWV\ZT]\ZXXX\XX[URaXV`ZUXVQXWWZVVZQT_TXbWZ`XZ[U[ZV]VQWVTVSSTXV\VVVUUOVUKXXOZXTXTTXVYVUZWV\XW]XSVXTOXRIWTJZWRTSTTRQ\XUUTPXYTRROPNPSRVVVSUVMUTJWVJRUFXXRVTRYVSYVNXTHXSF]VL^TP_TS^UQZUQYTSZVXRQTTUXTWZXV\ZV^[TZ[TTZTUVTVWVZWTVXTRXQM^XSVTPRTPUTSKKK('' - -  @=AWPXXTXLKK22.980PND\YTSOM:76 - -    - - 887PPRXXYTURRPK@=9  - - - -     - - - -  - - - - - - - -  - - -/..NJJVUVVVWJII/0/  - - -   - - - - - - - - - - &%$HFDSNN]XU\WV^Y\_Z\^ZXZXSYYV]\\]YY`Z[bZ^^X\b_``_\[\W\^X\^[[Z]^[b[Z\\[YXXT\\XZZV^ZX^WXaXY`ZZ]ZV]\V[ZU]ZW]YZ`Z\aZXb\Wb]W[WV\ZbYV_XXWZ[W^^\ZXXYXYZZZ]\[\[Y`^[_[W`ZX^Z[]\\Z[XYZT\`ZZ\VaaZ]ZR\ZRZ[T\^Z\]^[[]]\]`]^]\\\]]Z\ZZ\Y\\[`^_]X\^Z[^\Z][Y]ZW]\WZYTYXX_^bPQT -   8.2[NTaV[`Z\]\\^^\b`^_ZX`ZX[ZW`_X`^V^\Sc`Xb_Vb^Y_\Y^]\VZWX^\[^^>>9  -  RSGee]`^WeaX`_Wbd\_b\``\`\\b\^f[_i^ag[^l`bd][c_[d`\b`\`^[da_b`]`_]^][]][ZZXxxyĆlohJLFRSPRQOTPOYUVTPTWVVQPNNNLRRPVRPRPNSTRRRQTVPTUPSTPSRRWUUVSPYTMZRIZRI\YPXSPYQU\TZYTTXUMXSI>82  0"p`b}{~uvvtvutturtn{u~{~~{zyY[\,0, B68XNP\ZW[ZW^\R\XNXUNZVU\XX^ZX^VWZUTWWRYXTYWU^[Z^XV^VT]TU[TYTQWVSVSQRXXZVVVTTMXWJXVJ]ZTXTRXTRVTTWX[XX]UTWZXWTPK]ZQVVNSROTSWUTXTRTVVTTTPRRPUVWXXZTURVUO[VPYTJXUJVTOTTRXXWXWRVRH]VJ_UJ]SLZRRXVSUSOXVTXTWWTXXV[WUZVUZWRYYQX[RVZRUXSVTTQXWRZVM^XNWSJWUOXTRKHF)((  - -  -  @ZVOTNN@<>   - - - 00+KKFXXVUUUPPN>;9   -     *(' - - - - - - - - -  ,*.NJLVTTTTRLIH/,,  - - -     - -  -  -""#897OQLUUP\[T\XV_X^^W_^Y^ZWU\\V\]Z]ZZ]XVd]^`Z__Z^^\\[[W^^X\^XZ^WZ\[\[^]\\^[Zb_^[WWb\\d\^bY\_Y\\WXb^\ZXV[ZY\\^a_d_Z^]WW^YU_ZW][^YXaWV`]]`Z`\XZVZYV[ZX\ZX\[X^]YYUPa[VdZXdZY_ZW]^X\]WZ[V[\VZZTZZR\\S]]V_^]_[``[d^\^VXSYZVZZYZYZ^\^`^`]\]__\\\W\[S\\U\\W\[V^\Z```OQN "!"/-1;03WKN^TV_\Z_`Z\]V^\Ub\Xd[[d_^^]Z^^Z\\X][Xca^a_\]\Z^`\V\VFLD +-'((% -  PNHgfc_\]d`c`_[bd\bd^]_[\\\^\]b\^hbde^_jcce_\c\Xb]Xd_Zc`Xc`Yb`Y^\W^^Z[\XZ[XyzzĆmphPRGUUNTRTVTXUTURQPUTPRQJOPIRRNRRPPPNSTQTQNTSOSTPRQOUQRXSTXQRYPL\SK_XOYUPXSPZUVVRUZXYTVP:<0   -3&#pb[|ty|orpd\n^Ws`[hVSjYXeWSpd^vlg{rqw|x{rqtUXT%*!  $D;<^RVZRXZVU]XPZTJ`ZS_ZXXVTXVVZWX\YY[ZVUURXYXVXUUTPZVT]VY]W\YT[UTXXXZZYWVUMZWKVTH\WPXSR\WZZWVVXUVWVUTTZXWXURZVRRRLPPJUVTTUYVTZWVVWWQPPHTTNXYVUUUUURZWTXVNXSFZULVTPXXWUUVTSRZXQZTIZQFZRNZTTVRPWVT[ZZZWZ[VZXSW[UZ[TZZRVXSUXTS[TTXUSXXQXXLXVJVTGZVLYVONJH0.. -  3/2IDFQLKECB&'& - - - - - - - - - - - - - - -   (&!JF>XSLUOQFAF - - -  ,+%HI>YYQUUSQQR:9: - - - - - - - - - -  *)(! ! - - - - - - -('&42/! - - -    2/1NKMUQPTQMLJF/,+ - - -  - - - - - - - - - - - - - - - -  - - - !445JKDRVLV[QX]S[\W]Z]]Waa[f]X]^\\_`]^__]\]`\[_Z[^Y]^Z^]Z\``\\]VVXRXZTZ\YYY[_\^a\^^XZd[^b[^d]`_Z^`[^b^_[VU]WX\Z^``d]Z``[_`Z[`\[^\[\\^ZZ\]^]Z[XVYTWVR`]Z^ZX^ZW`[X^ZTa]TbZRcXS`SPbZT^ZR`[V^[W\\W\]X\^X[\V`^[b\^bY`_XZXUPYYR__Z\ZX`[^`Z``\`_]]\\V\]S\]T`_^[YY[ZZaa`RRO427\Xb:6>800VNL^XUa^X^]T[[Oa^Td]Z`XX^YY^]^^^`_^bcbd`_`]]Zab\<@8! ! \^\BDD  - NIHhbfb^_b_`a__bc_ab^Z\Y[\[^]]_\]dcd_^^ba`b^[_YWbYVhaZgbYb^Tb^TebW`^U``W[\Uvwu„jleQSJSRLWRRURVQRUPPPQRMSTISSHTTLTRRPOPRQPWQNTPLSRNUTSZTV[SV[RT[SQ\TO[XRZXUZVXYVWTRRXYW:=8 - %kX^}{twnmk][]LDP@3TB1\H:U>6V?TFCWMI_WTqhhxmpxzwvsPVJ%+ &" F<=ZJS^QY`[ZZUN`ZR^XT\YXVVVXXX[ZZVTRVVSWXYRVXUXWWXVYVXZUZXRYURXXV\WVXUTNURHXTJYUNYRT_X_XRVXVVWWTZZRXXRUTOUSPYXUVWSVVSYYZYY\TTTRQMRRGUVHZZRVVTVVWXVXVVVSRNVSLWRNZXUUTTVVVVWWUUPXSLZSKZRMYSOXSQTRQXWXYUW[SV\RV_RW^OTXRTWUSXUP]WRURLUTKUUJ[ZNXWJYWMROL:88     - - - 0+-=98;98&&&   - - - +*(OKDZSNXNQB;A - - - - -  10-KKBWXMTTPRRV:9<  - - -  &$";87745 -  % "867>=:&$" - -    420MJJVSRURNJJD./,  - -      ..-IHFUTLZZJWYNV\RU\RX[WYX\^Zb\W^]Z^]\^Z[]Z]`Z\Z\YV_[Z^[\[Y\^\^a``XXT\\Y^^ZYYX][_b\``X\aX\\UY`Z^^Z^]Y^`[_^Y\\VYaXbf]f^Y__[``Z]_Z\`[]\[\Z\Y\_XTXPY^XZ]X`_[c_\^WU^XV]XSb]U^XNbZQdZRb[P`ZOa[Rc\Wb\YXWT\_\Y\ZZ[X`[[d[^bZYb[Xc_Z`_Z_^Yb_]b\`a[``[_^\Z[ZR[]V``_[XZ^X^c`dXWV 505}wgbl22/ ;63TPK`\Ua^T^\P^\Oa^Xb^[\ZVcba_`e\]e[[b[[_[[[HID !"VU\IJQ  -JGJhahd`bc`^``\`a\``\`^Za`^baa^\]bab^_^bcbbba^Z[c\_f^^d_Z`\Ra^RjfVa^Na^P^\RtplĄpslPSLRRNSRRPPRLPRSTXUWXRRMRRHTSJSPNSOTUQUZTTUPPRQNVVSURQZRTZRTWRPYVTYYZTVSTSTXVZZZZ>A= )^KNp|wvph_VMEE6(N7*T7.[8.`&%% - -    - $" #!  -   - ..0NLJZSQXOP=7; -  - - -  - - - - 441LLHWXRVVSSQV968    -*(&DA?HGF311" !,&*@8?BMLOSQT>>>$#"  - - -  - - - ;53VMMWPQZTSOJI--+  - -  - - - 61/B<::52,*(# *&'403<<>KOLV\VX\X\[ZZXUZ[VZ[VZYVYYVZ[VZ\T[ZS\XU\VU[WX\\\``]`YTjZTlXShZT[XT\[Z\Z[XVXZVZZWV^^]\\^[[[ZXV[WR]ZX\ZZ^[\`[\_X[aZ`a[b^Y^^WZaWX`SUdZ\`ZYb^]ZY[VXXXZX\[ZZZW^]Z]XUbUTfXZi\^`VYbZZa\X`\U^]S__U`aY\\V[[UZ[Ta`[]\Y_^]XVXZXZ]]Z\ZW`YXeZZdZZbZXa\Xdb]^]W^\W`^Y^^\[[]ZY^ZZ^]^^OPL :2=zv|YXV-,( - BA=YXR\ZR^ZU\YXYYVYZS[^RZ]R`d_^`dHJR"Y[\}}CCD  PRRabdZ[[\\\\]^_^b\[``]bfbee]`bZ\d^^b`accb__^a_``\bd]hf^ke_hd`bga]f^Vi`UjcW|zuÄmnjPPLSRRRQVOQWKPLNQJRRRPNTWU[URVPLMTNQXPTXRXWTZUTXRQRVURYSQ\RRXRQVUTUUZRQZOPXHLN"  TIOsznccUG;8$hHBrqldF0?5BKBESLOWSWYZZZ`[W\ZZ[]\[^ZZXXYV\\XZZWXWUZYT]\Tb]V]VR_VVYVXZZ\^ZXdWRjXPjZOaXO\\S^^Y\ZW^ZZ]YW\ZW^]]XXZYY[YXV[ZTZXQ`^Z`ZXa[ZcZ^d\a`XZaZZc[Y_WUcZ\c]`b^a^\][Z]\Z\_]^\[Zb_^[UTaVVhY\iX]fX^e[_aZ^^Z\^[Z^]Z^^ZZ[ZYZZ^^^__\_[Yd_^\XX\YZ^]]^_\a_^d\]hZ_eUYi\]gb^VVNY\QZ\S`a^]]_[Z_ZZ_]baKRK 428{{t{[VU&%  !!A>;XUR^[Y\Y\^\`]\\\]V\^QY\NMOG$&$  XZODG? -  MHLb`e\^\`c^^_\``a^[ba\hgald_f^[\`\Zc_Za`Y^]Xc`_a\^d^de]ib[hc]gd\`j_^i\WgZVtvÉkniQSLTRRWRZWR^OPQRTMPQKQPRTSYVUZURVURQUOMZRTZRVTRSSRPUVRVUQZRQXPOSTRTTSTSVFGK$''   SDOv|~y}tnpYPNC)a8"j\aTE0A(O7`P_T^NcW]MR9  - - - - - -   - -    - - - - **)OKG[TOXNN=8< - - -   884POJ[YVSTTRPS?>?     - - -#"EA>TLN[TTPPHLOENQHQSMTSSQQPDCB(&% - - - - -  - - .,+OLIZTP[UPTPL2/.  -   631UOL^VS^WV[VUSPPPNNNKIVNO\RU^TX_V[_Z^WVXXYYYZZZZ]\Z`][`YXZXXW[[YXWUTTP\[V\ZT_YTbXX^XZZX\ZZZ\WTcYRfZPd^Q][P\^V]^YZXV[ZUZXT\YXXVXZZ^\]_YZXYZS]]T\ZS_ZV^YZaZ\bZYdZXbYU`XU`ZX`\]^\`VUYZZ^^Z]^[][YZb^^\UUdZ[g[\dW[fZ`d\a`Za^Y`_Z``\^_]]^]^\\```d``c\Z[b]]aXY_Z\_\]^_^[]\\[[bY\eV\hX\f[\[WS[^UX\V^`_`_b^[a[Y_]``IQI303~w|]WV.+&  #$B?>XTT\W]^Zd\Yb^\`ghbKM>&(WV]MPB  -OLJfcfa``^^Z]^V__X`\^b\ff^md^i\[^[\X_^X_`V\\Qb_[b^\gaad_ba[cd]fe\dj^ci\ZgYX{otnqkPTGQUHVMRXNWUPUPPLPQJUVRPPSTUZORSTVRRRHWSLZSPWPMTPKRRLUUPTRPXSRVTTTTSPNL#$" -  NaF     !=?9OPNXVXXRTVUTUVRPRMWYVTVVBBB*(( -  - -**)JIETTLXVLNKC)'$ -    - - - - -212TNP]SVd\_ZVXZXZ\YXYUS_YY`VY_VZbZ]^Z[ZXW\\ZYZXZYX^Y`^Wc^ZbXV[][]ZYYZYV][X[ZTZZR^\U_YZ]ZZ\\]]]\_^Z]ZR][O\\OZ\PZZUUUS[[WYZT^^X\\Y\Z^\Z^\\\\]X[]TY[P\]TYXS\XV_\VaZU^UO`WScZXa\Z^^\X[[Z]^_^^_]]YWXa[\`ZZcYZbVXdZ^`Y]]Y^]Z_^[`^Z_b\ab]^_\\^\_\Z`_^c[Z]`\^`Z[b^`bac^^_Y\][^_^]``Z^dZ_bZ]b^__^\\\]_^c`_a`\`]W_\Y[KNG>45|~x|ZTR-+&   DB@YU[ZVc^\hc`hUSV&% URP|ORC  PPG`^a^]`_]^a^\a^Ya]Yd^`f\fc]i][cZ]^\_\^`\_^Ydb]ea`gadc^^`\\b_ac]bg]ch[]k_^yoq}noiMPDMPBXTOUMPZQVSOPQQLTUOPPORRWPRWSTXTTQSRGYVKVOGWQJWTNVUPTSPVTRXVRJID,,' F89ot~wlifVP=H0t26":!Z:pzu|z~nZO/<'f:1Z>6gROpqu{|v|jji@@;   ,#$H>;:   - - - - - - 868TRSWVUSTWSTX?<=  -   - - - - - - -B@5ROCWTLRNQVRURPPTTPTRPTOOC>@   - - - -   ?>?SPPQQQTVUFGB%%"   -  222RNP\VW\TW[TY`X^`VX`XV_ZU]ZV\ZY^^^[Z[]\Z_[V]YP\XV]Y]XVZ_\c^Xc\Ub`\cZZ]Z[[XXV[YV[ZV^^Z\[Z`[^^Y`^X``[^]YY_]^Z\[W\YU[SV\VX\ZRTS_`^[[YZZWZZX^[\^XZbZY_\Vb`V\ZPXWM^^W__\\][]]\XXX[YZ]YXZXV\\Z\[Y^\Z^ZY_ZY_\Z`ZZbW\bX^_[_^]b`\caZ_bY[bYYb[[`]_`^b`\_b\_a]b^\`\[`_]b`\a]Y[^\Z^]Z[\YZ^Y^_\^^[VYVYa\U\YZ\\^]_^Z^`\`WVX 7/.}xx|PQQ ,,*)*' - -JCBx|KHDFA=lfjd_fb]db^e`\b_[^_[Zca_`]]`^_^^`^^_]\_b_fb`f_]`db`]\V`^Zedb`\[d`_c`^\YOtpfsnplPPLTQQWRTSPPTQPVQRWQUVOTUTRRTLTTRXTTXPTXPVQMPQQQPSSRUWYYaOPQ.0.     - !6**S?Gzgk~rrk``aPLX/ l&c_p|{|z|iH2d&X6*hWXvv~zz}}zGJE  - -  8(.PFKZTXWPS_WW^WTZVRVURTTRUVQTTPYYWVUXVS[UR[ZV\YUXZVZ]X^VSTYURVROYTRWSNXTOVTNVTMTQLTSNXZPPRGRVHWWQURR[V\XTXZXYXVUSTWWW\VRSXSQVROUQLXTQWUTYYYXWVVWRSTPXUTWUXWVVVUNWVI\ZJVSFWTLRNQVRURPPTTPTRPXRRZTUWPSWRVXTXSVRRXSSXUPTQTVVTTXVTZXVYSQPEEC0// - - -   - - - - - - -   633RLL[UYYSX@==   - - -  - -  868PPNSUOVWRPPR<:<  -   - - - - - @=9WRLWRMSNRXRXZUYXVTRTLQQLB><    - - - - - - -  ?>=VTRVQPXSRFEC%&#    - 433TRQ^ZX^YTZVS_YY`X[bZ[d_\^[T\[UZZV\\ZXVT\XTZUO_YX]Y^WV[_`eXV]YT]`X`[VZ\[[XZXZ[X]\Z\\Z[[Y\Z[^Y]`Z`a\b`]^\ZY\Z\WZZY[TX\RX\TTVP]_[[\X[\WXXU\\[]X]^X]\\Z`_[[XSYVP\[Taa\[[X]]]^^^Z[\XXZZVV[YVYXT[ZX]Z\^[^a\_]Y[^Z]\X[^Y\^[a`]dbZbbX_cY]bZ\_[\_\]a^^b]^^Z\][^YY]]\``]``\^`\\_\Y__Z]`Z\aZZ`XY[WZ][Y^Z\_\^^]^Z\a]`ZUW  -:4.vtvIJI    =;5}xxIHA LHFkegf_ed_fe`fb]cb^a][[dca^^\^^\^^^]`^\^[a`aa`a`^__^\ZZU``\bb``_``]_`^_[[\vvt~w~lrlPQLSPNTPQRPTQPRTPPWRPVPN[RRSPNWUTVRNWPLWPQRNRPPSNPSRVYOTV473 -   - -   -C,,yglynph][[E?Z'v<<; - - -  - - ?=>UPSYTQYVQWSRYUV[WVVTPQRL@@>"!!  - - - >=:VVQZXTYTQLFC,*(  - - - - - ;68SMN^[Z`^YXVLZWN`[X^Y[\XXZWS\ZR[ZRa^Y`\X\XT^XUd\Zb]^YX]Y\`VX[XVZ_Z^_Y\^[Z]^ZZ[Z]\]^^]\\Z\[Z\YZb\^`Z]]ZXXXT^_YYXV^Z\\XT[YQYXPYXRXYT[\V\\V\]XXXUWVWXYZWYVYZVZXUZXU^][\[Z\\\ZZZ\\Z]]YZXT]ZV][T`]V`\[^Z^_\`ZX\^\\\ZZ^\\[ZZ][^^X^`W]cX`cYa`Z__[\b^\c^Z`ZT`[Y^\]^_aZX[^Z]`\]^ZXa_Z^_X[^VZ`WZ`Y^`[ba`a^`^\^[Y[^^]RQO  ;0)wtrJKG  - -<<5rpnIJ>  -LKKebc`\\c`b`\`^Y_b^`a^^a_]]]Yaa]``_\\`_`a^^^`_^`^\^]X^^W_`[]]^\\aZZb`_fYY]vvz~y~oqiMRKRSORQOQPQMLPSRTVSQTNJVNJSMKTRRUQNPLFRNHTRPSRQQROTUR8<8     @**{lpogh_\VRB2X -~WM~~|~ywzyzvh:$T"bDB}op|xtknf!'     - -:13RMMXVRXXRUVPTVRVVVUXZSVWTVXTUSYYSVTQ\XWYTR^XS\WXaX\ZRQXQOVQUVT\WU[VTYWSZVQZURaSR\RRTTVSTVQRRLVTQVTUUVSTUMYWLXTOYVUVSQXWRNOLVVUYWVXUTWVWUWVVVQWVO[UR[RVXSYUSWZWYYTWYTQYVQWSRYUV[WVVTPTUOTTRVRRWOMWPNXUTTSRTTVTUWSTUTUSRTOTTRTTOUVNRRJLKGDD@441&$"  - -    /,+QNJTRPVPN?97   - -  - **)BCBPSPVVRXRKVQJ?:7  - - -   -" @?@PNQUQPYVLVSIUQJWTOWTNRRKAB>$$%   - - -    <=6RSMXXSUUPMJG42.     $! C; - 65-tsoKNA -  - HGMccj\\_\^\Z[YZYZgcdb^^b_]`]X`^Ycb`^\``^db_dc`bd`ad_\]\S]^V`a_\\b]^h\ZdZX^vt{x|~qqfNPDSTNNOLQQPOORRQVRQTSOMUPKVRORPMTRPRPLTRKSSNSTNOOECB8  <,/rfkjba^YPQC.[" d]||}}|yzzzrD&J`B@}ppzvshje"'!    #& #/)*LGEZWQWWOUVPVWTXXWUVWSVXOSVSVZXX\TRQZWTXSP]ZUUTQZTS\SPZPLYPPXSXRQTSRSXVZVTZVTbVT`TS\YX[SUTUWVUVTUVTTVTVVRXRK[UO[TPVQPVTPRRLWWRVVVVUVVTVVVXWVTVUNZVMZTOZRT]VZZYZURVVRPYVLVSIUQJWTOWTNUUNSTPRRTWTWXSV\XXVSRTRRWWZVVZUTVVTQWUPTTPSWJVYKVWMRSLKLG<<8/.+)'%$$!    421QNJQRMRQOB><"'''566GGGQSSTRVSMNXPND><(%%,+*DBATRTWRUYVOXVHXTGWSKTPLRPHFF@./-') BB8RQHTSMSTNMMI:96"!  &#!@:8XNN\TW]X[]Y[]XU^YQ^\TZ[XZZZZZ[VUTYWU^YVaZV\XTZZY][\ZX\Z[_X[^XYXXXV\XY[W[[Z]X[[VYZVVV\Z[ZZ\ZZZ^ZZ_ZW_ZTe^V`\P\ZN]ZO^[R[VR`XTcYT`XT_YX`[_XVY[ZYVVRZZX\[Y]\W__XZ[S[\V\[[][_[Z_WW\UYXV^VU[QZZV_\Z`\T_[T^ZZ^[]^\\\]X[\V\]X^_Y\]W^\Zb[\aZ`_Y`b]da\_b[\bZXc\Yb\\a[`^Zb\[c^[`c^be_ad_^^[V[\UZ`YX^X^`\_^\^Z]e^eb^fIHJ@2.~~~srhA@/50-soqNRH  IGPhfr\]eWZ^X\\X\Z`b^ba^d_]a]X^ZTeb]da`a]ab^cc^cc^af_ad]Xb_V_`X[\\_bgYYaXU\xt}x|mndOPAPPGONKRQQRRTPOSRQVRPTSPQYTUUQOXUPUTOSRORRNSSOQOGEB762*:50<88968:8;::;:;<  -:**p^_lb`_ZVUG@Z"#fb{z|v{tzz}tL(N`B>zmm|vrjkf=85MJDJFALGJJDJHBEJDEWSR\XTZVN[VQYWVWTV\YYVWTRVVTZ\TW\RRVTRSWRQZXTRSOWVT^YVZRL]SO\TTURRVWQZZSVWNVVUVT[ZV^VTXRQQVVVSTTTUTTVVTRVSMN\TQ\TQ\WVVTTVVRWVPZTOVSSVTSXUV[YYVVQTSJYVLZXQ[XVYVVXVXWRVYVOXVHXTGWSKTPLTRJRSLTVRSTSXVWVRQUQNXURVTTWUYXV[WTVVSOTRHTXGWZHXXJVTKRQKMNHIHEHFDEC???:76/74,87.46/22/((&(%&&##*&%+'&(&('%&((&./,463.10*,.346FDDVUTRRNVTUJHH74062.3/,62243102,03+66.984;89867;:8?>>BBDMMMVTTURUVPU[TTNHF=:8100322663962<72?<8?<9:87876652763884CC@KJISRRXVVZVTXUKWTHZUNZTTWSRONJDE@78446034043/:838524224233041.00.*34*?@4PNBZRHWPKTQMPOMDBA96600.**(%$!&$))!/1+++)-,,-,,((',*+842JDAZRN\TR[VV^Y\]X\c\Z^YT^\Z[\]XY]WWZ\Z\^Z\aY\]UT\WV_Z^[V\VRY[[`[\]XXWXWVZX\ZX^VW[W[]VWXZZX`[[]Z[^\]`\Z`[VbZSaZQ_[Rb^Wb_X[ZT\ZV^ZTbZT`WU_Y\]Xa\Y`YVU\YW\ZX]YW`]WZYP]_TZZR`_\_^`\Y`_[b\]aZ^\Z]W\\Y][]]ZZ\XV_Z]_\^_^\]][]^\Y[VWYSZ\V\[X_\\_[^`\`]Z]b]^c^\fb_`\Z\W[]X`^Zd][c\Y_b^b`[^`[[]\Y`c^X]Y\_]abb^\_]\```eNNQ>5/}z}}~xoj\;6&<6%qkdPSN LHSjes^[gYZa]ad^dd^d`_a\\\W`\W_ZU`]Vca\a]\b\^b\`a[]b[^f_^faZdaR]]Qad`ZY]XTZzu}|xoqhLLDROJUQPVRSWUVQPTPPUMLRPOTUPVTPSXTRURMVUPPPMTTRPMJUQMXRPXOOZSVTNTPKSQPTCED - -9&!s\Yh][YZ[RJLS"%dfyv}rt~uyvt|vU/L\B>ynqvsohkb  - QJF]XPYVGXRLZRTYPTZUSYVR^YZXQR^US[SRVRXYUVVUPSTNSWRQVVQVXSUWVTTZZXSSOZXXYVVSOI\VOZRNZSSYWRRVKOTFVWJWUPWSTVRTUTRRQROOPSSTXVVURUVPU]VV[UR\WVUSTTTSVTQXTNZSMZVPZVRXTSTRPRQMYXRVUOXWTTSQVUTXVVZVTXUKWTHZUNZTTXTSTSNVVPPRLTXNWXQVTO\XQVRNVRRYTXXSYWRUVTLTVFUVGZVJ\SJWPKTQMTRPTPPWSRQPNNOJPNHRPDNP@PRIIIEKJJJEISLQPHJLFGJFHJJGMNGNPHJMGHLJJNPPQRVVTTTRVRVVQVSONTPJNKFQLKPLLKJFIMFPQIQNGPLITOOPLLPNOSSUQQTTTSTQP[VV[VUTQLONJJKINOOOONTPLZTIVPCVRFQNFQNLQOOQPOONMSTTPQRVWUVWUVUTTRNURJZTP[TXYSYWRWRROMNJPRMNQJJNFQRINL@TPHTNLOIMLGNJIFLNBOPDXUM\TP^RNYQOXSRPLNQNPNMPHHKHGFIFCKHBNNCJJDNKINIJLHHMJIOMLWSQZWRZXQ[ZTZZVZXX^ZXZUQ^\X^]^WX\WXY\[\]Y[]WY_WT`WU^VX`W]^T\bZ__[\\[YZZW[[ZZX\ZX\^]`\[\[\Z`^\_ZY\UV_[[\XU[TPb\T_ZT\XS^\W^]Y^^Z\\W]]U\YQ_ZW^X\[V^`Z^\XY\XX]YZ^ZY[ZT]^UXZP^^V]\V^ZXd\ZbXX^VXb]^^\\^ZZ^Z[`]^`\``[`b\b^Z]^\^ZZZXXVXZUZ[V\\X`\\`Z^_[\`]Z]XUb_\_^\]Z^^Z``\c^Z`_[a_[a^X^d^cc_``^][ZZZZZ``b\\`\]a[\`PTU 80*~zvnbrl\yRTN MJThcna[f`[c`_d_bb[_^[`[]`Z``Zd^Z\XR`_Xc`]b^]a\]b\]b\\d_`fa^daY`^N`_NZYT]Z^zu{~{orjNNHRPOUOTVPUVQSTRRPPSNMRRQTSPTUQVXTVTPP[XTONJSTPQRQTRUXSTZSS[RT[RXZU]PPTBFD  -  2 t_`h``UXZPMRR&(}Vbu{vw|wrrot}z[9NcFA~qvutqaf]$ -#XNS`YVYVJZTJ]RR^SVXROVTNZWVWPWf[e]SVZQSXTVXXTWXPVXNSVPRVTRVWSTUVXVTTRXTWZUYZUT\XRVRMXSRXRSRQLOSKUVNVSKUPMYTTTPPSQRVUWRRUUTSTQP[VV\VVXTPWVPSSQVVVTTSYVQ`ZNZTGZVJVRJVSQVTTXVUTSRVWWRSTVXVVWUVUTTRNURJZTP[TXYSYXSXUURQSNVXSVXQRVMWXNSPDZVM[USXPUUPWTSOSUHSTGYVO]UQ^RNYQOYTSTQRZVXXWZSTVVTTXTPXTMYYNUUNWURXTV\V]ZUXXTTYTRWTPSUNRVKRTLRSMRTQRTSUVRXXTYUTXSW\VY[VRYWQVUTVTVVRRVUSVUSXRP\PPZQRVPRVSUVUXTSXUUVSSNXXQVTPWVQVWPRTOTVTSRSUTRZVLXRA\UDXTBWTHVSNVTUTSTUUYSTWUVTXZUUWSPQNUTRZTT[TYYRYZUZTPTUUSVUSVTSTTRRUNWXNXTHYQIXPMYPURPRNOKPRJVUO[TT^TW]RTXSTSQSUTWXX[TTXTRVXTVXUSTRMSRJXRMZRR[SU]VXZVWZYZXYXWZSRWNVZOYZPZXNZVL_\RZZTXZZX[^ZZYXXTZWR[UO`XT_VX`V\_T[`VZaZZ`\X[[UXZT[YW`Y\aZ\^XZ^[Z[XVZVTZUT`Y\]W[ZUSaZU_YS[XR\[V\[V]^Y\]X]^WWXPZZS\YV^Z^`Zb\V[^X\]Y\^\_ZZ[\]ZWZT\]V[ZT`^[`\Xd[RaWNeZVdZ\^TZ`Y^e_b`\^_Z_`Za_YZ^YZ_\]\ZZZ[Z\]Z\\Y^\\_Y\bZ`bY]c\Zc\Zc^`a^b^]b[Y^_\_b_`_Z\_Y\b[`b]`b\^^Y[^X\a]b[Y^`af\^aRVW4.*~{~QRHNHNfbia]cb]b`\``^^__^\_\^a\]_Z`_Z^WUcZZfbbdacb]bb^`c]]d^^b^]c_\`_W_^R`_Wba^zwz~}|lpiRTMPPMTPUVPWTNSTPNRRMPNOUPSQMORPRTQTRNQZVWVRPWURQQNQPURPSSOLWRNZTT[VZRQRBFB   /"%h\bd`c]]YRKLN$&sP[ywxw}{|uvyytu}jJ[& -jNJotxsu`d_ "VJR`XZZVP[VP^WT^TXZSUWTNWTMZTU`Xa\VZZUV[VTXURTVORVLSULRTNRTRRTSUVRXXTYUTXSW\VZ\WSYWRVVTVTVVRSVUTVUSXRP\PPZQRVPRVSUVUXTSXUUVSSNXXQVTPXVRVWQRTOUVUSSSUTRZVLXRA\UDXTBWTHVTOWUVTTTUUYSTWUVTXZUUWSPQNUTRZTT[TYYRYZUZTPTUUSVVSVUTTTRSUOWXNYTHZRJYPNYQVSPSNPLPRJVUO[TT^TW]RTXSTTRTVTXXX\UUYUSXYVVYVTUSNTSLXSOYRPWRSXVXYWXWURYTQWSPTTORVORTNSSPUUSUTRWURXTRXUVXVYXVVXUPVURWVXYTSZVTYXYYVX\SV^RT]UVVTTSRUTRWTRXTTTUVOTULTUNTTOTVPRTRUTWSRUWVVXUOYTHYTFZTHWSJXTQVTTUTURSVRRRVVRVVRPQLUVRSRPTPQXRTXSRWRSZWWWTQXTTZTWUQQTRPTTLVPF[QJ]RSRJPLKNRRSTTPXTR\SU]RWYPTTRTSTVUUVUVVUTTVTTSRPUTQUTOXUN]VR\UV]V[\UZ\X][Z_Z[`PTPTXQXZNXXI^\L`^OVWJX[QX[UZ\Y\\XZXR\YS^ZW^XZ\TY^UZ`XY`ZX`\W]\TYZR\[T_YX_VWbYYd[ZbZX\UR_ZX\WW`[^[V\`XY_WR]XQ]ZRZZQ\\U[\VYYVXXVZ[YXXU`]``Zc`Z__Z[^ZZ^]_Z[^Z\^YZZZZX_^\dbe\Y^\[W`_Qb]Nf\T`VW`V`bZg\W`\X^^X``Y`e^^d^\]YX^\\]\\YXXZXY][\^Z[aY]d]^f^^bZ^d\d_[a\Z^___``\_\Xa[X`XY_Y^_[^^W]aW^e\da\b^]b[^`QTT4.0HI< NHJlfkc_d`^``^\`\Zb^\a^]a`\``\efb_]\b[\f\`aZ`e`gfahd^chbbd`]fb_`^\[ZTdb\_^Zvtu~~jlgNOEPPIRQPROTRLRTQPWUNQQLWTTTNQWPSROOTORWRWYTXVRSURNRQMUSSOLJXTMWRKTRNQQNDHB  - 2%'kXbgad^YQB61@oLQ~vrvx{zww~z}x^i1lLBscdtoshhi "TIPa[_WRSXSR^XX\VXZRXXRSYTOXRMVRSXVYZXXWURZURWSPTUPRVORTNSTPUVSUURWVRYUTYUVXVZYVVXUPVURXVXZTSZVUZXZZVY]SV`RT^UVWTTSRUTRWTRXTTTUVOTULTUNTUPTVPRTRUTWSRUXWVXVOZTHZTFZTHWSJXTRVUTUUURSVRRRVVSVVRPQLVWSTSQTPRXRUXSRWRS[XXWTQYTT[TWUQQTRPTTLVPF\RJ^RSRJPLKNRSSTTPXTR\SV^RXYPTTRUSTXUUXUVVVUUVUUTRQUTRUTPXSP]TRZTSWWXYZYVVTYVR[VRZTTUUTRVUUVVYXXVUSXVSVTRTRRQQSUVXSSTVTQXUT\VTVTPVVSVWVUSUZSV[RSZVRVURWUTVRVVTXRRQVXPUVNTTOTURTURTTTUTUVVUVUUVTR[VR^VRZSPYSR[VXVSVPSRSUTSRPTQMTRNVWQVWSTSRTPSWQUYRT\VY[VVZRQZQRXNSWPTWSTVTNZSJUMJQHLWRVVVXUTTTRRZTT\TSXRQXTSXVSUTUUTRVTOVWORRLWXRXXTZWRZVRXTR[WZZVZ[V\^Z`ZX_RRUWXSZ[S\\P][N_]PYZNWYNZ\T^^W^^V^]V_^V\[WXWXWTX[WZ^YZ^YV\XR\YR^^V\ZP\YP^XTd\Zd[WdZW_URd[Y]WT^[Z^Z^aZ\dZZ`YV\XOZYMZZNZ[R[\X\\][[^XXZ][^^\`][]]ZY][X^^[Y\ZX\\\\^YYY^\Z^^\XWZ\Z]\^X\_U`^U_ZT_XY_YbYVd^Zh^[f^Ycd_ba\Y[WR_ZX^ZZZXYZX[^\``\_^Y\a\^d^`a[\b[`bXb`Y`_]^\]X^_X`^W`ZWa\bb[fbZeb[bbZ`bZa\Y^[\^PRR6.0~HJ= - -NJHided^cb^a^\\`^[]ZW_\Yb^\`][ccc^_b_\^cZ^^VZe_ddafd`ff_be`\b]Vb^X\YRebY\ZVnmnnmhNLDVSJSRNPPOONPRQSUTQOPPTSRTPPXRRWPRSNOTORUPUTMTZVRTPHVSNRNKWTOXUOQPIPQL@B> - 3" pZ\rdfFB:$<pFE~wv{}}xyz~vkr6Q)jTQslpkkn PHL[X[UPV\V[]X\[VZVOV\S[[RV\STXUUXXZYZZVVTZVS[VSZVUUUVRVVVVVZXXVVTXWSWTRTRRQQTUVZSSTVTRYVU^WTVTPVVTVXXVSV[SW\RSZVRVURWUTWRVVTYRRQVXPUWNTTOTURTURTTTUTUVVUVUUWTR\VR^WRZTPZSS\WYVTVPSRSUTSRPTQNTRNVWRWXTTSRTPTWQUYRT^WZ\VVZRQZQRYNSWPTWSTVTNZTJUMJQHLWSVWWYUTUTRRZUT\TSXRQXTSXVTUUVUTRVTPWXPRSLVXSXXVYUU]UVXSRXWVXXXUUTXUR]XTYTRUTTRXXTX[WVYWVVXVUSRQRSSSTUSTUTTRVVSUTRXTSXURTUPTXSRUSWVWYTUVRPTSLYUP\UTZTXVRVTTRVWQTTQUTVWVZTTURUOWWRVTQWTUVRVZUWYTSYRR[TTWSUQQPTXVTTRVSPZUPTPLXWRVVSRQQURUWSXXRWXQTWPP\RR\PQ[QVYSXWTVXTRQPNSQRYVTVTQXVTVSRXSRZVSSQLXXRXULXTJVRNURKVVLSUIUWLWYPWUPXTPXVSYYXYY\XW[ZX[XUYTRUXXXZZW]]W[XQ_[TZXSWWT\\X^]Y\ZUZXS^[Va^ZZYWTVXVY[WYYXYT[ZU\[U\ZTZXP\YR^\V]ZV`\W`YS`XS`XU`XV^XV^ZX]XW`XXc[\`[Z^\U\\LXYJ^_V[[ZZY_\Y``\^]YW]\Y[\W\^W\_VX^TW\UY[XYXWZXUVXRVXR^_ZZ\W[\W^`^^^__\Z`\X[YZ^^eZZbXX^\Z_^ZZ^[U_\V_[W^YW^[\`\`_Z_\XY^\Za]`a]a`\`^\__Z^`Y]\ZX^^X]`W^^X^[`b[hfZjg[hbY^`ZZ`\_bbdLML6.,~HL<  NKDb^\b^`b^``^_`^\\]X\[W`]Y^\Z^^_\_d[Zab[baV[d[^a^^^^]\[Xc]Y`YPd]Rc]P_ZOZVQsqrƒ~spgOKBXTNSRORRSPQPRRSRPPOPQPPRQPPVRRSNMTPPSPPVRTWRXXUTVSNZVRWSPWTRWTQQRONPNABA4tYVq`ZJH<,&8gED~yw}|wz~}~Ӏk{@"Z,b_}qslll RNNXVVWTWZVZXUZZV\TOV]V^]R]^T\XVXWXYXYZUUUYVT^YVYTSTTUSX[UX\WVZWVXXVVRRQRSSSUVSTVTTTVVTUTRXTTXURTVPTYTRVTWWXYTVXRQTSLZUP]UTZTXVRWTURVXQTTQUUWWV[TTURUOXXRVTQXTUWRVZVXZTTYRR\TUXTVPPPTXVTTSVSQZURTPLYWSVVTRQRUSVWSYXRXXQTWOP\RR[PQ\RWYSYWUVXTRQPNSQRZVUVTQXVUVSRXSSZVSSQLXXRXVLXTJVSNURKXXLTVITXLVZRTTQWRSXRTWVTWVVVVVVUTXVRWRNWVRRTSRTUVVXVVVVTTRRRTUWUWXTTSUTQVTPUVRUUTWVVVVTVXSVXSXYWXVVXSSYTR]WT]TT^VX\W\TSUUTRSRNXUVZW]VTZUWSUXRVUOVSPVQTYVZWTTXVQ\VQ[VTVURTTQSSPWVRXTNXRMZUPXVRRROTSRVTVVTVURRVQQ[TS\QP[QR[RVXSWWSUVSRVUVUUTVUPXUOYTNVQLYVRTSNYYSVQLZTNZTPVPLVSJTUJTWNUVMVUNWUOZWSXXVYZZXZ[VXZYYYTTTZZ]YX[YYYYYU\YU[XVZXZ][^]Z^ZXZWVV]XZb]][VVWTTWYZTYXSZUW[W\^Y]]X[XU\XTa]Z^[Z^\[][W^[V_\W^YU]XU]XT\ZT\XU_ZZ^Z\[YZ[ZV[[P^]PZXT^\`[XaZV[[VT\YSZZP[]TY[T_bZX\TWYRZZV][W\\T^`TadXZ]R[\T\\X]]]]Z_`ZW]YOZZNY]UX[XXZ\[Z\_]]^\Z]\X_]Y`[YaZ[`Z]_\X]\U^\Z_]_^\aXUZ\Z]\ZZ^[Z^\Z`_Z^^X^\[_ZbbWefXefW`dW]`X^c`fLLL -  -5/*|}{JL> - LIAc_\fbac_``]^]\Z^^\``_^^^^^]_a^^``]\bd^gdZbeZ^b]Za_[]^X^]Xb\Vd\Rf_Pb]N\XRywx…}spbSPBVRLRPQRRVQRRPRNSROSRPQPQRPSQOPTPNXTRXTSZWXVTVTSXUSTWSRXTTURSSRRLMNLPQ@DG  - 7"wXXu`Y^XHJB/6 -^ NR|~zz{~~x~~at7zNDqs}nqlhfQNKUTQTSRRPSUSXWTYSPWTPWVPXWNXXRZWVXWXYVVWYUU[VSXRPVUSRVVRUVVVYXVYUTXOPTRUXRVYRTUTTRTTOTURTUUXVVWWTV[UTZSW[WXVVZTVXTR\VT^TT_VX\W]TRVTTSRRNUTUYV_VT[WXTUXPTTMVQNVORZV\VTTWVP[VPZVSTUQRSORQNXWTWSPXQOZURZVSRPNTSRVTVTTVSQQUPP\TT\RQ\QSZRVVSXUSVTSRVUWUUTVUNXUNXTPUPNYUTSROY[TUQJZTLYTOTPKWVKSVHTXJRWKRTMUTQVSQWTSXUTYXXVTVSUTUVSVVRSTRTTSTTRVURVTRUTRVXVTVVRRSUTRWTRXVTXVUWVVXVWTSQVTPXTQZVUZUT\VV\XX[TV[TV^XYZVWUSRSSNVUPXVSYVTVURXXVYYVXWSVSQYUVVRRXVRXVNZUQVSQWTTYWUXVNVTJYWOYWRWUOXXQVUPWURXVUXTUVTQVTO[TR\TS\TTZTUXTTXRPZVVVTTTTQTTMVTLVTJVTIVTKXVNZSP^UT[TQYROVQLUSNUVQVVSWWRUUPXVRTTPVVUZZ\Z\^XZYUVSZZ[\Z_ZZ^YXXXXS]]VYXVYVX\X]ZX]WYZ[Z]^Z^ZTX_X[^Z]ZZ\V[ZR\VT[V[^ZZZXZYT^[X]YZ]Y[\ZZZZV^^XZ\WXYT\ZV[ZS\\T^]X][\XWZ]\`a^^^ZT]YT`]]]\bZYaYVX[VS\YR_^V\\T^^Z\[Y\ZW^\X`\Zb_Zb`W`aTYZM]^R[\T]]Z[[[ZXZ`YT^YH_`OZ]RXZV[[[^\`\Z^\Z]]\^^\Z]YU`ZWa\T^ZP]ZR^]Y_]^ZX\ZX]_\_^\Z^\Vb`Z`[V_ZV^Z[b\adZ`fX^eT^`S^aXePNS - -:43~y}{}~}~PPF  MJBfb^b^]a]^`^^\\Z^]]^__[\_[[_]^^^`\___d`gd\ebW^`XXb]Z]\X]\Xa^ZbZWg]Wc\PXTMtsrņ~rqbPO>QPFRQOSRUONQQPNXRSXRPXTQTPQSPRYUVVSRVRPVTRNNJTVTQQSTSSYVVUQSUSULNOMRR>DD 8&{\bxa`j_V_QDK*lLPvz~zw~yyvz|zuzrTx<iZqv~ryolh - -TPPUTQVTQXVUTRTVTVUTWTTWTSWTPTXSXXUYWUWWUWXTWZTTYSRXURRTPTVRWWTXWUUSTRRVSX]RV[PRTTTQVVPTUPUVSXXXWWXUWUVXTUXRZZUYTQZTUZVWYRTYPP^UVZTZUSVTSPTSOVTUZUXZVSVUSVVTYXTXRQZSXURTUWOSVHTUIQSLSTOWVRVTPTQNXVRZVSWTQTRNWTOXUPXXVUVVTTPXVP\TR^RSZOR[TXYTUVQNXVWWVYSTPTRHXTJXRMTOMVTRUUQUPM\TRZSRZTTWTQUVNUYNPTJTVMVVPVVPVURXUVXVVVSUVUVSXURVTTUVRRUTSTRPNXTR[VTZWVVVURSRSTRWVTXUUZVVXVTWTRXTRYTR[UT\TUYTTXTUZVWXSVVTYYVXZWVUQOXVSZXSXXRZWPZXMZWQXWR[WSXTQ[WUXSRYVTVVQ[WT\UT]VVZVSYULXTJZWQXVSVUQ\\VWVOVUOXTRXSRVTSRQNWVQVTPXTRWSQXURXTPZVRVSQUTRVUTSTPSVLRUFVVEYVH\TM_UT\STZRNVQHVSJURNVVTVVTUVSVXVUVTWVUZZY\\^YYYZZVZYX\ZZ][]ZXXZXU[ZUXXRYXT\XX[YZSTTXYZYY[YVZ_X^^W[ZVZZZ\W[ZQYVX^YY\VZ[TZZUZXX]X]\X\YVXYXVZZVVWTYYX]\Z\[U[ZU]]XZZZZX]\Z_YUW^XVb\X[\_WYaXW\ZWXa\\a\[ZYWYXU^\[\XZ`Z[aYZf]_b[Yb^V\[P\\Q\[R\\WZZVZZZ\\[^]V_`R\[R[YV`]^^[]\Y\][_]Z`][^^\Y^[V`ZV`[S`\S`^V^^X\[Z\Z\`\`_Z\^ZXcaZ^ZTd\Y]VU_ZZc^\^VT`UX^S]bYfXT[ - :68}yzy||TTI  MH@ea]b^^^Z\\YZ`^^`^`^]__^d_^d_^b`^b__``_a_Z`^V]a[]c^^a^^\[Z^\\`[Zg\[f[ZZRPtrq‚}~nodMN@QRGRSNPONPLMTRPTQPYRR[RPWRNUQPVRTTQRRPPTTPQTMTUPNQKTURUSQTPPUQRSRRMPN>C?   - 6!)z^ixdipabr_^jMKv<<>>no|xuz||{~~tnq~~kTV@qdxuwtviif "QJPQNOTROXSPVPPXTTSOPURTVTVURRWRTXSWVRUTRRYVV\VZTQRRQNRTPTUPUUQTROWRO\XTWUXUX`QRVSQQUTORSMVVRVVTWVVVVXUVUTTR[YUVQNUPQVTXVSWVPSZSQ\TPYTSVTTTSOVUMYVLZVMVUSTVXTTVUUSXUTVRVVVSRVJSTJTVOYYVSSSTRRUQPYTRTROQQLTSPXQJ[SJZVQSTRPRQQRMVSL\QO\MRbSX_SUYPN[VWVUZQRTRRNTTHXTIVQLZXUSSPTRPZTVYQT[TWWRRUTRWWTPRMTUPWXQTVMOOIUSSTRUUSVYXXUVRTVSSSTRRVTTXTRSVRRZTXZTZWUYRRTVVSWWSVWTXVVXWVVTQXVRZUT[TUZRVWOTZUZXUXVSYWU^VV[VWWQRPYXU[XUYWTXVSZXS[XOZXL`\R^VP`VT]WTZYVUURZYW\VV\TT]TP]UL[UKZVO[XVXVUVUQVUPTTNUTSVTUXTXRSTVVUUVSVWTQRNTVRWVRYVQZTOZTQ[UWTSUQTQPVMQVGXWFZTG_TN\RQ\STYQLYSFVRIWUPUTRUVRUYWXZZWX[UUWWVWVVUZYXZYXZXWYXUWVR^ZUYUPZVRZXVXWVZWXSQQYXXXYZWWYZWZ[VZ_Y]`Z]ZXXVXUZ[WZ\TVZOVYPYZVZX]\W_]W^\V[\XZ^[\[XZ]Z]]\[]\XZYTXXTXXY[Z_ZV^]X]aZZ^\ZTTXYX^YWZ`Z^^X\]Y]XVY_]`\Z\^YZc[[c[Z`VXcZZ`YV^YU`[V`]Y]ZW`^\ZXVYZW[\WZZS\XW`[^^X[\WW\XY^\^^\_^\]\YX\XX^YX`\W]ZSZZS[ZV\ZX`\]b\``Y\b]\^ZY`\[YUT\XWa_Za`Y^[V[WZa^eVWZ 202zw~y}zyy|||STH  NJEiedd`b^Z\\XYeabc_b\Y]`^e`_d`^a`^`a`c^^bZY][X[b__a^^b_``^b_^ca]ae\\f^\aXWzstjokPTIMPHRSPONJRNKWRQROMVROSLHXPLXRNUTPSRPRPQVURRSLUTOQPJPRMNQLTROXQQTPOOMK<>9  - 0!&r\hwdlxgmwafs^dwXZ>8f\~pnnw{|~vpmt|l^i`rpyzvsqjog%)"PIPPLQRPQTPNYRPZQRTOOSONVTTXTTVRSZUZVQVWTWVTU^[\SQTPQQOQRSTVOOPTRSXSR^WTXPNYSUPNRUSURRPPQLVUPTSNWUSUSRVUTRROWUSYTTXRRURWUSYRPUTPQXRNXRNVSQSRPTTKXVNXUJUSNVWZRTZUVYTTSVUSTSRSSPVTSTRQUUSRRSTTWQORXVWUQRRPQSTSWPNZRKXRJTRLQSQOSRTTRVPN\QP`NV_NV[NS[TWSQUNOTORSRSPVUNVPL\VTTTRSTTWTVTOTXRVVQRTRPTTRNPPPRSTVPRUIOPGTTQURRWTUVUUSSQTTQTURVTVRSWVVXTRRVRVVRZZYbTRWTSSVTOWTNVVTUTWRRQRSOWTQYSSZQU[RYZT[VSXXV\[WaVT\VX[TWW\^^WWVZVW]XZ[VX[XXXXQXXL\WM^UO`XT[WTUVRYZXXWW\VXbY\`VT`WOZTMZVRZWTYVR[XRYVOWTPVVWTW\VZ^SSVRRSSTTSTRPTQUVRSQMURMYRM`VTWPSPORVZZSWRSVLTRHZRL\PO^ST[SQULHWPIXTPZXWVVTVZVUZWUXZRTYTTZVVZWWXWVXWUWUTRWVQ[XPWSK\VQ]WUZUVZUVYSW[WY\ZZXVVXVXYVX\XZ]XYXSTZXWXWTYXTUVPSWMY\WXX[XT^[T`^T^bY`[TX^X\_Z^XTX\YZYVT[ZVZXVVVWXW]]ZbYT[ZXZWUW[W[ZUZ^X[]X\^Z`XV]^^dYX^YW[_Z\b[\[TT\WVZST`WZ`X[^VX`[Z_ZWYVR[ZZXXYZZXXWSZVV^W\\VV\YVYVT^]\\[[YVX[VY]ZZ[YX\[ZZZX[ZV[ZW_\[a[\`X[`Z\`\^[XY^\\`^`[ZZ[[WXZUXXZ`acOUP   )()us|}yx~}z{}~xy}~~w~|~wvx}~~}~~}|zz}|zzx}z{vJM? - -IFHjfj`]b`^b`]`eabb^_^Z^`^d_^c^_`_^^`^^`^`\[^\[^^^^^]Y^\Za^_b^cc^bg_`d^[^YWxttĄgkmKPJMPETTQPNNPLHTNLSNKVSMQNHURJ[VRYVSQQKOPJOOHONFYUOWPMVQNQQLRSPVRPVMMQLJ@@;4#'u^k~jt~lp}dk{hmwdhTN`Syhnntw{~}ysn{hdYqnrxv}zutjlb  !SNTLLNRRSPMMTNNSJKUOQSNOSPQQORSOQVSWQLRTOUPLPRPRPNRQRTIMOMPTLMPURXSNRVPQSLJXPMXPPWQTRRSRSPPPLONIVSOWTQPOMQQNOQKSSOVPPQLPSQVNMRPPQVTPQNJSQNNLNRQRTSRTQMUSNVWWLNTORXPQRQRMNOJOPMXUUOLMNNLSSTLMPLLPLKNNMNNLNTRURMPRMJUQIRPGOPJNONLONLMLRMMYPTQGUYMVTJRQNROPRMRRKPNOQOPNNSONLLLKNNNPSLKOPKOQMLRQOUVTMOPLOPOONSTNTTJUTNTPLROLQOMRQNRRQRRQQOPQLNTRRONLPPNQQTTSZNMRTQRXTOQMHRRLTQNOOQMOPTTTROPTMM\RUTLPXSVXX\YX\WUXXWZVWWX[ZXZYZY[ZV[ZSZ]X\VVVTVPXXM[WL]XPXTNYXUZ[ZXYY[Y[\VZ\SVbXX\UO\WO\XQZVP\XQZVM\YPZVSTUXU\ZHRLLONMMPQRSMOMNQNPQLPOJSOKZRPVNLPKLVUYPPTKMKRRMVTPUONVNPXTRRLHVOIWQIXUTRQTRRRPTOPUQNRTORXRRZRRWSRWTSWPNQTRPUSLXTLWRKZSP[VTXTRXSTYTWZTVXTRVSSVSTTRTRPPUQRWTTTTSWWTXXTTSQXZWVY\VU_YUaYQZ`V\YNT[TXWRVTRTXVYUSSXTTXVTUTTXWYZX^WTZXTXXVY[Y\YTZ`X`ZTXURTZX]XY^OQVWY]XVYZUWXSTWTRXWUZVX]UZ[QY`W[`ZZYTR^\\WVY]\^WVVWVT[YVZTTa\YVUPXXTUURYXYZXZVTUZYX_^^XX[VVYXWX\Z\[VX[UWZTW\Y\XVY^]_]]_VVXUVXVXZTVZXZ[GNG  - &%$hhljjrddjhhfkidhebfeckkisppwrrpnjnomlmmjmhnphtslnlfjjbppjnnjlniprpnllojonimnljklfghdhggaa]7:. -  - -JDJmfna\b`]d_]bb^ba\^c^`e`fb`eZ[\]_]`a^``]\\Z_\\^\]_]\b^Zd_Zf^^bZZd]\c^[ZXUxvv‡ejlLPOQRNSRNSNPTPPTPMTPKWRLTPIONFVVOSTPQRQQQMRPGWTLYUPWOMYPNVOMTQPRRPSNNSOL>>8 2#x`inr|nj|khkl{hmcd_Yib~tu|}~|}}{ՂkjSl[touzvzvwnpf - <:<<<<<>=998=<;<98?>==<=>=>@?@=<=<:<>;?:6;>:?<:;;::?>@8:89<;9<<::==:><8<=86A:5B;6A<9:85:<9884772><8@=89849948:47<56:4:8897;:9>778<<8<<7:97:8:<;<<<<<;:962><944679>;<@64253,:93::5663::87851216895666645529:;767762<;456,880540663685654<:8638;8>8368588996:62620604863431209::456668646865641886364466454<;9<;8:91<90<91981985:::8894459784226527947:747867:;9:<84<84<:6?<7;7498;68=75::64<40B:6SMLTUVWYZVWTYWQXWRYYVXYWXYXWVZXUZ]X\WTVXVVXYSVWOXXNVWNZ[VZZW[ZZZX[\Y^\VZ^XW^XU]XT_[SZVM]YPXTK\VNZVRXVWY[X@H@5>46:66786778:8796883883:84>:8:769778895458549:656453588;653:70<9.96.<:8:9;453:>86;5698:<=9:=78:::=76:88:986<:6>:6=84=:6<<7?>;=9:=89<85=:3><8=;<999<<=;;:;<:>><<<:996==:?@=>?B<;D<9@>:<@:=B<@;8;:::?@@;<;<<;@?>@>?BBD>=B@>B>@A@BBADC@D@:?>9;>><;>;7=:>BA>>>?==B?@B?>FDBDCAB@AHDHE=DI@CFA?GFBFFDCBBB@A@>>B@?FDBHFDCB>@@=>?;EFBHHF@?=DD?EEBCCDAAEFEKECIDAEEAFGDFJHJB@BFFGFFHBBDABDCDHBBFCDF694 - 99955856746166*><,;:+6<*@B7KHD=96@>8<<89<8=B8>B6?=4>:.EB6BB6@D4BD9?@7><6>86@:5A@279)=?267*#$  -GADh_fe\dd\b`\a`_`a^`e`be^bb^c^\_\_\^b\`b\^`Y^\Y^ZYfbafa_b]Ze^ZbZWc\Xd_Z_]XuurÉglhQVRQRPTSSVRVTOUTQQRPJURIVSJRPHTTMPTNNSRTVTRRLXVOSRMTOMWOP[RRVQPTSRRPORPM:?9  7%*|enjm{kergplmn}jrjlhitx~}yy|݀|uhjTvbvmvxt{}x{jmf" - -  -  -      -     - -          -+"TKE]XXXXZWXWWXRXWM\YPZYTZYVZYYYXZXUTVSRZXX[ZZVVUYYWZZXWZTXYT[ZZXWYYX\]Z[a]\`\Y[WV^YZ\XV^YT\WR[VQ[WXZZ^YZ[.2/       !#"&! ! !!! !  !!   -  !" "#(*""  ""&"!$"&#'% ""      -! DD@b^^d[_f\ad]``_^``^_^^d_ad```\^_]\_`Z`dZ]`V_aX\[Vfa_d^\`ZWa[Xa^\d_\a\V]\UpqlĆ|kofLPGOQKPOLTPSTLTSNUNLOPQHUVJUSJURLRROMQOQTPPRNRTPNPMOPLRQOVQQTPNSSOQNKSNJ@G@ - 5((yelholjn_rbrf~nlpqnjorv~z|v|zt݀tsnpkrfzk{oxuvx|zgke"(  - -  - - - - - - - - - -  - - -  -   - - - -  -    -   -  - - -   - - - - -   -  -  -   -  -  - -  -   - -  - -  -  -  - -  -  -    - -  - - - - - - - - -  -    -  - - - -     -    +  +  +  +                      +  +  +                                                                       +  +   +      +     +  +  +                    +    +  +     +     + + +   + +    +           +  +  +       +    + +  +   +   +  +  + + +    +  +  + +  + +                              +         +  +  +  +  +   +  +      +    +  + +  + + +  +   + +  + +   +  +  +  +  +  +  +   +        +               +                                                                                 +  +   -    -  -     $[OKdXZ]UYYVZXYXXZTYZRZYRXVS[WVZVWYUUYUR\YW[ZZXVY\Z^\Z\YWY[ZYZYXZ[YXZXZYX_^\][ZXVVYVXZX\\Z^]ZZ^YYYU[XX`SV\).1 -   - -    - -  -   -    - -     - - - -      -  -   -      -    - -  -    -    -    -  -   -  - - - - -    -         - -     -**..14(,+(.)-1+--&62*3-.847122/03..1548::@4497899;:<<=?==>B?QUP:<3@D9[`W\\V`[Xf^^a^[^`\[`]acba`_]ZX^ZXb^Xa`V\^P]`R\^T__Z\XV`ZXaZWa\Za^[ZXSZZRstnŇprhLNDOPHQQLRNNUMRTNUQLSSQRTVLRTJSRLTQNOPLRUMTVQQSQPQQOQPPRPLMJSSNPQLNNINOI=A:  - -  2($vhhounrlfrfrdqiptqnshvw|~ztoorz~vxnpizx|y~x}vzzxxtnpf$ - - - - - - - - -   - -  - -  - -     - -  -       -   - -    -  - - - -   - - -  -  -  -   - -    -  -  -   -   - -  -     -  - -  -  - -      -        -`RPdWY`UX]U[^Z_YY[VXVXYTWXWZX\YTXZVY\ZX[YTZXV\Z[ZX[[WZ[VX]YZ\WYZZVWYTZZV[ZX[XYXVXXVXYWZYX\XVZ]Z_YU\TQZNRY&,1 - -        -            - -     - -      -  -        - - -  -    -                -   -,,.LLVJJT=@F59;-22.1077742473862743912;34=66?86B<:E=;D>>G?>E?>DFEJDDFGHJNPSZ[^`]cdbnedrkn|{UYS<6 - / {jj{no}krmtotqmxnwtvyzv{u~~~́|q҇r΃m̓p~t{uxv{w}||zxzwuuk - - -  -  -('&&&"()&-+.("#.&$(#(% *)&&''''(//.,-*21..*)*()-*+1*.-$(0),.(,0*.0,.,/+,,*/**2,,4-,0-(.-(/0,//0,,./.10.10....+++&//*..*00,./*--'/-%0,&-.)12//00312612.)'0+&1/(120,0+*+&.-+52041030/-*(62.3.,6004.-3/.62,42+7521.*30(?:5<620.(52.40.624300/,*42+53*98,57(15&46(=<176.65222354644522255066-63'<7,;7243/9:467034,9:4:9976753331274976<34:258,22  bVPdXUaVW`X[_Y^XTZWWYWYXV[WVZYVVX\UW_ZZZZUUUPZZVYXTZWS^ZS[VO^XU\XUXURYXTZXV]YZZXZVUXXYZUWVRRRUUVWV[RQXTV\$(+ !"44)78,9;/67(86+@=8<84:7298366/;;198-<8.>7.<8,86+::.:90::6:::4468:78;455/=84B>;524759=:>:98673683681:<39<5665>>8750983;;7<:9<88:7174*>=0>;374.9:168/<:3D>8=62<7231*57,6:,.1&34-;:4:54721B:8B:8820:63=64?72:3073.?;4>:0;6+?6+=3(<5-85042/75442,95,51)75.0/,32.23/--)00,20*41)41*6203.-3.+72/60.4..1,,0,(21(02%14(02,4424431021.26028128265/3200""       ::9..6'(2!$( !!"$%##!! "" #%#&#"$##& #& "&$$*'$+$"'%$*$$'('+--.--,11.9:6>@:FFDNLT[\jnrrv~040 - =>2ifddad`b_Z^V_`[]\\^^_\^^^^`bbda`ab``d^\d^Zg`Ze_Vc^U`\Wa]Z_[W`ZTbZUbXV_WVsnlÅ}}|npjQRNOPONNQQQSNMLQNLRPLRNKTPLTQJVRJRPLTQLTQIQQIRSNNNMSQTTRUQPQRRPTRNNPLIRJ@D= - 4$&~ejzjl|nq~nspxtxxr{vy}xzz|~{vsxpuhyjyi~p~s|{~~}~}|pql% -     - - - - - -LILgdfdc`ihbieejdjjdfkdbnhblhckihgghmnpjikliljdgnimolqnippfnsiqnfnlelmemgflfghihhohiofdmf`snhkjeghhjjmhgmljokijkihihfljgljhtrpljinmjlifmjfkhdjheghgklkljhrljpherlhkjnknodgdghgmjlpjnmdhrijqjhniflffhafpjpnglrllmhjnimohjtllrhlojikjilhhojklglqloojjojgwrmoldikahlbopfmjbrokpnmmkmlkonnpnnnnljqkfrkfwpnplltrronmnnjonkomnnknmjjnjinjmnmtfhsdit\bh$)+   YPNdYT_UQ`XX\WXZVZZX[WWWVYVQWRT\ZVXW[SSbYVZYSZ[UZZSXWN_]NZWF]ZN^ZV\XW\ZX]ZX_Y\]X\YV[ZZ\Y[ZRUQVVVYY\WV\XY^&(* - TULlnbnobknelnflketolplhnjgvsnpojppgpnctnhtjitojsqiljbpnfsqjpnllklkllmnknmkojjvpppkmlinrpupnqnlnonommmrsrttrnmosppokjpmklkiqpqrnrsnnpmetrdtohqjiqmknliqrmppkuoltmlrmlnlhoqhkmfqrmnnjplluprwqtvnpsiktjmxoqxnntnloljxspuoipjcoiavngwnfqkfomkpnornnrkftnhqlflgbpljnjjnmlnllqnlsnjokgqkltknqgjtjkrhiogjqkongivpnpmgppglnhooonnpgeiomrplqnjlplnrlricjRPR'($  -  - - - - -    -    !"("' - BB:gec`^```^_a\^`\\\\^\_^``[^^_`d``ca`c`^`d``f`_b[Zc\Zb[Wb[X`\W^YSc]X`WTaXYtnpÄ~}imdOPIRTPNRULPUKMPMNMNOGPPFTRIQNGTPKSNKUPORMKSPLQPLSQNXUTUQPSOPVRRTPPPPLNPJBB= - 5$(yglzln|pn~qnxtx{yy~~|rvyefv`Wt`N}aP^JdSh\qjzry~~z|ptt$*$  - - - - - - - - - -  - VOT{~z~}{{~|~yy~|||}y|~~|~|~{|~}~}|~z{}z~}{~|~|~~~||}{{|zz~}|z~~~||zw|z|~{|{|~}}}~z~|~zx|yxu|wy}~zzz|y~z|z}~|}{z}xwz|||~}~{|}|~{xzt|v|y~|y~}}|{|}}}|~z|{~|{~|~}|~~{{}z~|z~}z|xytzelu',/ -"VPRb]Z[TR_XV[VWXWX\Z]YWY\\ZVXVU]]S\ZVXV^YVb[U[ZR\\VVVNZYJZZD[]J[\R`][^Z[ZXX\ZZZVZ\Y_XWZWZXTWRVWTWXXTUXWX\'')  lh`y~t}xy{{~|~}{~}|{zv~}w|y~z||zx~w}x{y}||~|}||}|{~~}}}}}~|x{y~|x}|}{~~}~|~}~~|{~~}{~~z~~~zv}~z}{~}}~~|vrwIJC"  -  - -     - -      - -  - -  - @@:`^^^]\]^Y_a\aca^__^]^^_`\`^]_```da`f[Z`]\``^`_[^c^ab\`bZ]aZY\WSe`Za\Wc]]tpsĄhjbNNBSQJNPPMQWKNTLNOMOKOPERRGRPHSPKSNLUOOSNNVRTSNQQMNXTPVPJVOJXQQWNUSNOSQL@=8 :!)}hpylp~qsrwvx{}~zlj^OKQ?5P5"T=)\F,fL2hN7gP?kUOwdb}mjvqz|~~u{| (   - -  - - - - - - - - - - - - G?@|z|y~z|~}}~~y~~}~|~}~~|}~}z}~}z~z~|~|~~zx~z|y|z~}~||~~{~zz~||}zw}y||~~~|~}{~~~~yxw}w|}~z~}}{x~|~~~}|z~~{w}~~w|emr#** "WTT_\\XURYVU\WXZV\[Z^YW\ZX\ZYZXZ[W[\Y]]YZYZXVXWQ]^VXZSWWNZZKY[KY\NZ[SXVVYVZ[X[YXZZZ\YZ]VXWVWSWWTYZXVXZQTU&)&  nd`~}~{t}~~~~~~|~~x~~|}xw{~z~z~~|~z~z|~~}~~~~~|{{~}|prfGL:"     -           -  <:9dbg\\\_`Z\^Wcc````_^^^^^[]]\^^^^b_^dYW^ZZ_^^b]]aa`eb_d_Z`cZ`d[\h`\f_Yb]YpnnćijbQPDUQHNJLRRTLLPMLNRQMQRLSRLTQLROKTPPVRRTPOTPPSPRTPRWRPWPIYRGYPJ[PSXLTPLM<>8  -9$kvqutx}ryy~vpfNE6;.1? N1%^D7dI7dH8bM85~{~y|~~~~|{|}||~}|x{~~~zzxz}~~|{xwxz}uwwx|~|~z}~}}{}pvs "^UN`[UZXTYXYVVXZY^[Z^ZX\[Y\ZYZYZY[ZZ[Z[WXZVZ]UX[YY\[XZZXX\XW^TX\WXYVRZ[TVXUWXZYY\XWWYZVWXWX[XTTRTTTSTVQTR'+% ka\y~}~~vvrff\aaWpqlz}v{~s~}s~u~w~zz~}t}}u|}z}~|~~~{{|}vwrq|~z}{{}~|yuoqlg~{~|~~~~~ppjxur|~}xyx~}~{vy~nogCE;      -  -      - -       - -      @@=kgna`g^^_]_\YXX_\[b^^]^^[^_\^^_`^`^]^Z]^Z^^Z^a_`aaaZ\\\`^^`^a__b]\e^Za[Xsnk|nrjNQFTSQQMPTPPURPSPJTRFTQCTNEUNRRMSRPTUSXURVRQPPNLPNLTRSTPRVQJSQFTNBWNGQKJ?@@A&0luw}wy|{x|so\PJ3,"&0'G;0SB6H4,L59N8>R>?UB>ZMHHD:B>0>8$B2)iTUsy|o|l(2$ - - - - - - - -  A6:zor~~}~~~|||~}|~|{|v{~~|zx{}~{y{z~x{~}}~~~|zovs!&" "\TOc\T]YTZWXXVYXVZ\Z\XWV[XU]XVYXVZZYWVVWWWW[\RX[X\`VTZ]X_\UW`TV`VU]UR]XRSRLVWTYZ\VWXSTQVXQZ\XUVT[Y[VTXTVT#&  nfa~|}zz~iib,.,-!_^[mnhjlbxymxwlpp`nnbtomyvtniqojyyxtvuqrlrrqvtyurtvurvwnttgfdZFB?hagxpwxqpztqvsuxt~wsvsnntsqzuUUGC@4vpi|smzsxnsqf}w|yqywpyxssrpyxr||twxrtto|{o~zt~zwrplHEA`\Zztsyqswx~xvyx{|yvuwus|{v~vvqgzo~t}zv~yy{vsxvnwvp|{x|zwwvtyxv||yx~wv|}y|{~z~{wv|wt_VPg]X|}lmhBF;   -    -  - -       -   -   -   - -    - - -BC>da`a]__]`bdb^_]\\Xd`^c``YZZZ\\Z^\^_]a_[e`[c]\c^\da^]]X[\V\\T^^W^_X]\VYWTrqp¾}gm`PRDQOKPPLPOJRQNPOJQQHUTHSQFRMJSQPRRQRPQQORPNPRMOSNOTPQSNQSPVSSTSNKVNLPKH>@>8*q}ww~~{zpd[Q@.&9'"5&#:.)<6,<2#7+8&<)(<+*G94LBWSSPPN<<.TRHNKJFCDRPMDE4=?,;:* HBAVNPVMGTIDNDFTKTRLJA>-GF9uwqorf46)-. VVJE@3SJ>]TIJF7sqlRQCNN@WWLEE@NMH[\RJL@CE8RTATSQLC~xx~yrVT@IF8^\RYYLDB4QNBZVMRNHRNILI@LK;HJ6VXJYXPHE?XUQa[ZPHHOJGc__TNOLH@_ZRZXLFC:TOJ0&"H>:~~~ild;>2 -    - - - -    +   +     - -EDHIDDHE>/DE:CB<@<=:^ZZb]^bZ^e`a__][[V`^[fba^[[^]]_``\_]Z\Y_^Yc^Wc[Tb\V`]UZZSZZR^]Q`^Q`^UYZTpst~~z~cjXNQ?URISRNLNEPQKOONONMRRNPQHLLFVVSNNLPPNRONRNPTOSSMQTLPTMPYTZUT[POSTMRRNP?AA -8&,xx}||jk_DA08+>,&7&&5$ /"<-'@0<-A.!A0)D80E=6<82+)1,:1$TD8va`xt~x#-" - - - - - - -   4*-ujn}~~~~~~z~|~||}|~~~|~{zzx~~~~~~||~~yvxu~}nsj#)" #UNP[TSZVNZYLZXUZUZ`\_ZVU\ZW^XT]VS]TV\VX][ZYYVWUTZXWZXZVUXXUV[VVbYY`URaXOYQA\TG[TN]XXXVYYZY\[VYWRZVUXTVXWX),'rij~{tvy~|~t24 =<6fdi&$ ..+,%'" &$2/"'!0$!9/.*$ 3- *"3-+LJF$' 42"%#B?45.#5.7/%0'%E:<8.&3.tnjyzw/2%*.6<.%(407.#1*xtr}}},2&04$47')($;<1#& 78%0.4080)1*)KCFE<<#:3')$?7/*(&& -37&<=2&$2.&C88.!0&JA5.%%<6*0-%#:6-"ODD~yjnb8<,   - - - -  -  - - - $#wvm~{yz~z~x||x~zxxtzyt}zt|~wpywlx|tz|yyv{|v|uztvsomxvvyxy||zQSI   -BA>fbdf_bf]b`Y[a\[^^Z]^Y__[_^\`\\c``^]^XZX\][ba\b^Ve\Te\T[YS]]Wa^Ua^PfaV_\Tmoo~ufnXJP:NSCLPJJPONRNRQQVSVQOPOOLNOIQSPOPOPPPSQPSOLVPPUKOVLRXNTYOSWPVQNRPNPPNP@BE 8(0~o|y~kmkJNC08%/.1&-:"@("M74U=<]F>`M?`OFK?7@802.(/,#4/#6. O?4r[Wpyrzp,2&  - - -2'.shl~~~~vyz~|~}~z~|}uz|~z}~zsz~~{z|~~~~zxv{||~~}wtrz~}}zvxm!% UNSZRX\WVXXNXZM[ZU\X[\W[ZX\YVWYUT[TW]TY`X\\WX[XW\YW^VT^WX]YZYWX_Y[aVWaTP^RH`VJ[TI^XS\VVYXY[[WXUNWRLXVSWWV*,*lbf~~|xzr57 <:)`[^'" 95)**)* (&$-)**( '%)&3+'*"$:/'/"M@>XPJ - #<:10) G?3+&+& 4.,&!QIF;2'C;&{pq}<7404(07&#*,,2."HB:}|x14&AD98:4..(892( ,#("\YPifb -*, 30.(($60+.$#F=:KC:,(++$'/2&34,%$($4*(0"2)D<(*!.$F=3/,**;;0-+$WPP~zxdhY26'  -   -  - -0,"|u45) -   A@@jgihafh`ef`aa\[`_\]][^_]\^Z__\`_^b``_\]^]^_____\`]Xd\Wb]V`]Xb_X`\Qf`T`ZRljg~xmt`EN8JRDHRJHRPGNMQRQVQTSNOQPMRTLNQLQSQMNOPPPRQMUOMWLNZOTZPTXMNZPQQOPRSSNQN=@< >,5}oz~wrrtV[V47-'*$(& / C($T62tWVhilmuqunpd\]VM>:474.52(-&H:.gRKppxt&." - -  ,"%nal~x{zs~{~|v|{|~}y~w~||x~y{~}|{z}wz|||~}}||~psz~|wm}w~~|~}{~~zzzv~{vyyr~pv~|~~yx|{~x~x~~}{~~zxssz~~}}~|xtx~~~}uxo %"SKQZRZ]Y\WWSVXM\\TZVTZU\XU_YW]WWXXVX\U[\TZ]SWaXY^VV\VV[VXZVY[Y]ZX]^WZbTUdVPaVN_WN^ZTZWTXWX[[ZYWRWSMXVQVWS&(& - pbd~}}~zx}mHI/FF/hb^8.,*!JB?<84<:8:7<@.*PJ9z}xG>>HED>@7$'<;,GD=XTQ{zs@@3RQHNLJ0,'D@4MN9 $  :821,,4/0@<>?;;DC=62!+$=4(B92lebfd^ -$& FD2@<03,&FABC;;\QN\RI:5%>=-8:-;>8::7((#42.<73>71B<.JH252<4%PFBB;4=;3HHB>A:XTR~x{z|q`cX46+ -  - -   - - 61(|wSRJ    - -::;fdhb]c`Y`a\^^[Y]]Y]][```\^]^`\_`\``]^\[`\]]Z\\X[\ZZ^ZYc^[^ZV^\Va^X`\TZUOmigÈjsdJSCOTMNRRLQRKPNPSNRPMVONUOJPPIKLERTPNPMSTRRQOTPPVMRZORUNOVOLXQLQPKKQKKTN=EA:$+oxvqw]_`:?9!($ 9(0V70zv][P -  ;;Adbg\Z_`]b`]]^^ZYYT[ZXa`^__]^`]\^Z]^[]^Z]ZXa\\a[^`[^_Z]b\^`\Z\YUd`\`[[ZRVrloĆhrfJTFPQNQNSTNVNKKSSJVTKTNKUPMNMILLIPQMPRLTVNPQJPNLRKQVMVQLRUQRRNIQQILTIHUK=JD  :%-|lrokpSVT$'! -&"%#H8>tZgpxx|z{xrYUL30%0*#1&"RBA|km|{z". - - "j^\~~}|lto$*%+6:)LM@..!TRB95+JGA41&("B:6OFC:2+UND2*!fc][]a&%#JIEHHB)&&#EB=~|{JL<#"3/PL674! ,)#jfkOMP RPNhf`" )('&ID=8/* 8.%qhf~uz|~xz{zzwx|}~zxw}}|z~~~z~}~z}}{|iqi&,#%WLObX\ZTUYXUZ\TTVLXXPYWVVSVVRT_ZYXWRVVPZZU`][^XV\RP\RL]UOZXUVWXVY]VX^VVZa[^XPP[XW\\ZWWW\XZ]XX[VTYVTTUXWZ_(*+ - - uhj}|z|}|}u}rvzmxqzz|z}|x||x{|zdeZXWEytk}yzz|}|yvu|{~~zy{v}r~|t~zu~{|~zx{{|y{~}y|z~yz{}z~y~~vokKE:YVG|u}{~~||}zz{y~}rodTRB|zp|z~}z~vx~~~}~}{}|~{z`b_RSNNOFIJBLJLSMS<43QHFZQOPK@OL6OL=zvn|z}^^`,.. - -     -@60{z^\O  -   :8?d`j^[`^\`aa`\^ZZZW^][a`^`^]^^\[][\\Z^`]ZYV]ZXe`_d]^a\\`ZZb^\^ZVb_Za\Z\TYtjsĆ}fmdHNDKLHTLPXLUREKUNIWSFNL>RPLSROSRSQQRRSPQTJPQFQQJSOPTNUSPWSPVVQQUSMNSHFQE;H?   - 8+5ugtkfkRTR(#!(VEGjqr}rz|~vtn87*-(* E68rcjuz}-8-  -cUX{~~~~z~`fa #!./" DB6+%$&816?:<:.* c^Xbhj"# [X[10.*'0+/)${wywxr&)40 YSFFB>AC=tt{55;DA@QPI -&'OL>G@4 TJ@~~~|yvu}|yzz~~{{~}~z~{||{jro!("  \NSdV[]XVYWRUVOTVLZZRXVTVROZTO_ZS[XN[ZPZZQ_]X_\W_YT]WOZTI\TN\XTYXVXYZVVZYWZWRV[XZ\\^VVXWTVZUV\VVVSTXXXY\a'*1   tef~}zz|~}xsqzs~||x|xzqwvl~}~~~}{yw~~~~||~{|zvr|v~}~~~}z|vvxnKN?(*+-*,,**.,2*(&<72:4*,&(% ?=)xxw{`bd((&  -  - :0,|~d`U   :88gcfe``c]ba`a\`[]_^``b^\^_]`_\^^\]\[[_^]^\]][Zc_]d^\b]Y^[V\YR]ZR_\T`ZV^VVulr|yhocMPGMLHXPRZLRYJPTHHSMBQOASOMSPNTRRTRVSRURSNQRHRRHRPJPNOPNRQNTRPURONOPJJPG=D;  3)2viynetTVV(+& # (dRQmpryx~~rCI5##.%@11kZdqy~{-3.  -F:>q{x~|{{~\bX8::C@?2.0+'&)$&@:BDBD $ - -lba~}{|/2%&%"jhq3161.)6+*1)*{v~{y}:;12.#e^[d[` bedtw}#% - 320GFG   `\VUML -g_Q~z|~|vsz~{|~}~~~~|zyz||}|mrt" ]OYbV__V[[XXZYUTTNVVR[XZZVT\UN\UK\XM\\RYZP\[R^[U\XRWVLTUIZXO`\TZVR[ZVXVUYVXZUY\X]]\`WXZVTU[VW^XXVRTVVXVYY"(& o^b|{z~~~{vpr~v~}}y~~|}~~~~~~~~uz~|~}~z|z~|~|ywy|~~JL< !".. +'&.*.0..76.00$" - D@0CDC  - - -<2.}`^R  >>:fb_f`[e`^gab`_[\]\a`e^\b`^dc`d`\`b_b_\]a^_c``c^`d\^a[W^[QZXL^\P_\R`ZTbZXvmq„~fnbORHRPKTNNVMPVJLRIJPLFTPLRNRTOQUQQPNPSQUNMNNNJPPIQQIOOLQPPSRTRPTOOPPQNLNI@B> ,"*xlxrju]\_8<7"#!- lZXpqtx||PV="+$:*(bRX~nz}x~y(.(  H;Cxjxt}{~{{~}UXL )-%JLO\]h=;@455;:6&#+('/,* --$!sfj|~||v47"$$tqx0,1/*%?314%&x|PNO,(!^VW^T[ ecj^`b DAG!^]\^XV iaS}{|~}}zz}x|~~zx{{~x{|~}}~}ntx$  -!\PXbVa]U]]X^\]\STQVVS[Y[ZVV\UR^WN\VMZYRTUOWYRZ\TZWQVTKVXMZ\T_^ZYUR\ZVWWRXXU\WW^VZ\Y^WXZWVV[XV^XXYUVTTVRTW).,  - -jY]~|z{|{y~r~q}r}xp~{x{}}}~|}~~~}}{~~}rsj~z}ttsrto~{}~uvzzyy|x|{xyulm^x~~{{|n~r|zp|~~MNB00$0/(/,*2,0,&(,)!/0*,()FD6vxt;<= - - - -  - -7.(||\_R   -@@8/ pfdz~|yv76'(&zuv95/(#,#2'"tr{866"[RWbV[!aZdTTW#)<65 =@4RRSd`]pj[||~~{~}}|~~~~~~~v{t~z~~{z}~~}~~{ruw!)% !TJNcY_YSWYVXYYXVXU\ZR[YSZVS\VT`ZV[VP\ZTXXUZZYZZXZYTZVO\[SZZV[Z[VST_\\XVTYXT[ZU\XV_YYYWWXXVXXSYWSXWUUUVRTX+.0 - -l\^~~|~zw|xuoh~zs{vpwpl|uxtivtiyxrttr{z{xxwvtpz{u}{{}vsvoxyt{}yrrottsonnLDCngfz}zvwVVKTVHxvn~{zso|vrqppUVX``\^ZVunl~ttyrp~{z|xMPB24 nla}{zx~|~zyt}}usshUUHfcW]WOoig~w{}yx~x{}tzzt~y{|yv|zy\[SHH@SPLFDBIHGNKPD>AB=8HF6LM>:a^`^YY`\VdaXdbVhe`_ZX`[^`Zb`\db^d\Y\b_ac``b^]^ZZb\_g]cdY_cY\c^Za^Vb[V`WWyorÅ~~dmdFJDUVSOKMRLPRPMJK@KOFLOJNONUSVROSPNNNLHSRMQPLRQOTSTRRPOOORRTQPUNORMOONQN;@:2*.tintjjb_UPP?,,.gSThkz|wxr/."%>3*^PJvhdzt|xzz|r.2* - -OHLtpq~z|~~|~~y``Y,- tspiig23('("12-Y[^888'!:33LHL862JH>.* hdX}yvnnf>=0FA:xzWQF2-0*\TDvvv;>7''96)qjsjbf@69d\cTRV042UYX>>;MHD62*\[R<>3dbehcg63#zt}|}~~|~~}~||~z~~~~z{t}~z~~}}z~}||~psp%,& PJHc][VROXVQZZTYZR\YN^[NZXP\WS]XU[XUWWRSTP\ZZ\Y]\ZZ]YV\WTZXTXVWWTX`\_ZTU\XT[ZSWXOZXQZWTZXVXXTXXRUWRVXVY]^(*- -  -pb`~~|omhXTQQMI][VQNHVSK[VLJE6XUDYVKLJF\\XQPIHG@a`Yzy}{z`aXFHZSK>=9<<42.&QIFZPNUNJrnlstl&* ha[orgFE@[WXkgfSPISRFRRB$$B@8&"RKHh_^UOM`]W_`TRQE\YNlfYQJ>ZVP}|zxvpwvrzwzusttrt}{rpvpmnztm{vp~|xy{VYK   =3.}{RTD  >>8a_b^[\_\Wb_Yb`Xcb]_\[^Y]a\b`Zda]e^\`_^^``]\[WYWT^][b^`d\bbZ_`XY_\W\ZT^WWzot„|bkdLRMTVUPNRRNTPNNMNGNPFNPJJLFNOKPNOPNNMLINNFRTIPPHUSUQPRMLNQPTSRWOOTOPSLMN<@> .$*ocindfib[WUC64 !"*fQVntv><.E;:g][uown{r~~sruh),# - - -  ( &UNQpml}|~||vwohh^~{~~|vgfY^^Vhhg{|abhZYYkdlrk|\[``a\ZYQji_rphrqffg]nmj|~yqljebkf^|r~~zknfab[poj}zw}rnqz{qorlmqux~kkjpnnmhl{wvqnf{ww|vzpli~~~~|}zz}zxz|zx~|x~}w}~y||twq'*$LHE\XTVRLVUKZZMZZP\YP\[PWXNZZTXVTXVVWWVVVRZZU][YVUT\[Z\YYZVVYUTZWYZVYZRS^UTbXU\XPXWK\YQWUPUURVWSRVPTZTTYV&('  od`~|z``S.,"&$ 542'&!>;21/$ /+.*)&!983,+!$!SNH}~zy|>>4**@=4.,%+*$540*((>9:.*!4/#+&B?5MHG2)(.#C;*20#62)*%A76:/.8/(nhhljc\TQ|LNB$(HG@HDD-($,)88%@@:" EB?D>73, :5(:8+,*.)@7*)!F@6|yt}~Z]X - -      -A73~|W[L  - >:9hel`^a]\X]\Za`Z__V`_[`^^_\``]da^e`^a^^]]^YZ[TY[T\^V\^Wcb_c_`^X[`Z\_[Z^\Yqml}]k`BJDOQSLKQNKSMKNMMJNNFNPHOPJPMHVTPONLPNLQQKRTIPPEVTOROLQNLNLOONTRQWOPTOPR?BB +"'n`jodlnfe_ZMD?++&,"!!iV^xFD.  QIHuluzuuwrpxtnvwpsxm%(  - - -  (#%RLNqmm|z~uw~}{x}z}}|}xyzv}ppxsvxvww{zxwvqwvnxyq||y~|~~|~{|~~~|~|||x~~zu{~~~}}{x||wvx}~}}wyv~vy}v{zw}x$' QMK[WVWTQVSMYVL[XP^\V[[RTULZZTXYWVUXYY]Z[[XXS_^WTVPYZXXXYYVY\XZ[WV[WVYUR\TP`VOaXQYVK\ZPXVPTSQTUUTUWX\[OUO'+& -  pgb}qY\D !&&%&&"QOH'$ 52)52,)$$40152,' TLCytp|yvrqm<<./*!5.,,$#( 2.*.-*><: .*$3.( =82MIJ&$$-(84/,B>22+$LBA:/.*sjdWSN@<7upz}@?9-+MLD742(# -'<9)0.UTN.,,@?<54)0.4/2)2*#1)">2-2'A:.zun__`"$! -  -    B74~Z`R  - ->8;ogtc]f_]\\\\``[``W`_Xba\_^\]]^_^`^^`ZZY^_Y[^T[^S]^SZ[P_aWab\][Zc^bd^cYTXjgjÆ|_me=JANVRPPVMJSNLRNLMQPJJMELOJRPLZTOVQLTPNTRONLFQOHVQKSNITPMPLLRNSTRXPPTPQSACB -,$*j^hpfqibha\XNI:1/% gUbz~}NN462idYvrtsrmvvptvorxohrh#,# - - - - - - ($&WRRxrrzzvvz~|t~py~|}~||y~y}~y}{|~z}~{{|}zrt~}~|~~|{}|yy}||~~~~~~{zvxz~rzzr{z %![SP]XYURTXSU[VU[WT[YXYZUTUNYYR[ZVUSTWV[TUZTUV[ZXXYT[\XVWVYYZ[Z^XVZ]YZXVRXWN[VK^XPZWOZXNYVPYWUXVZWW\YZ^RST+.* - j`^~zYZF ! 423:98cb]64.&%B@:>=9)'(406:441'MB6XPEfbXutk24&2+)>2>6(20$+B;9B>;POI:85@=8#B::MFB0,*44*CA.<:*PLB51(H@<8.-*qgdVQK$ %" -86,vsz~~@><%"F?@H?B,&%30(LH<:6)RPJ413<;;44)(*<;$:6'<40>34G:;5*%F?4}ypmmj$& - - -  - -  - -=2/~}dfX -  ;8;kdnf]d`XYb^Y``Z``Z`^\b`^bb^_`[ab\cd`^^^\^\_`[_aZ``Y`\S^]R]\TZ[T^\Z\X\XRYohrń~_hgGQMJTPNTVLKRNKRLJMMLJIMHFMJOQNTPLUMHVPNVQPRNLRNNTNNVQPWRRRMMPLOPMTRRULMN>B? -("'i`jofpgbfc`_WVN;<*$#"^MVyy~Z\DOM5vphvpnvrjvvmsxloyjan^%0$ - - - - - - /**ZRRxqq~}{~yr{~~ytnux~~~|~}|zz}~zzz{z}zy|{|~|~zvxzy~}z||}~~}{{|}}}}~wz|lvt#*& -ULH\TRWUTVWWZXZZVXXWWYZXVXRXXP\ZSWTOZWVTUWRW\WXYZXX\ZXZZX[[[YX\WT[YW\URSVVQXWNZWP[WSYVOYTN\XVZW\YX^VVZSSS/0-h]`~~~}yTQCGEDdbe^\^pnl^\WQOJ``[]\YONPVU[URVZQH^SCQH:gaW}v-/(*VSQkblXLV\PVphjh``[XR((WVSb_[SNLbY^g^_`XVc\[a^Ta]WiebSQJ_[SZRO_USyypjfKJdcj__\a_SbaT^^VaaZb^X`ZXa\b`^d`_^^^WYZS]_Z\\\^^`^]_a_c][`]Z\`[Xb]Wb_[\ZXhgjŅej`HL@MOHNPOJOQDKOKPTLLSLOSJNOJNNLNLPLIRLLPMQNNPRPRRNSRLRQLRRNRSPTQPPQQLLNH -  *"!d]^leejfbff]`cYTWR:665*)RDCz}~yzyuxflk`wrpvsrwrrxrqrrmovihwd$ -  - - - 5(*hX[tr~t|~~}{~}zuz{}|~~~|y~vx{|x}v|x|{|}zz}x~~{|{}|x|}vy~{~~~~{|x~~yx{}{~z~~~||z~~~{xw}~~~~znri$(!  VNN`Z[YUTVUQXWVXWVRRPXYXTVTWWTZXR\XQZXNXVLWXRVVVVUVVVT[YZ\Z\YXXUTS[ZZZXY^Y]]YY[ZTURJZWN[XO\UPYTSWSWVTVVWS') nad~|~{~~z}ss|ut|~}z{~}|}|}zt~xx|zwtyxv~~}~xv|utw~~~|{}~|w~~~|onk45, - -  - - - - - - - - - -  - <23w  -:8RRHKMJJNPHLPHKOLNRPPPMNKONKRNKPIHSMONMLOPLPOOPMNRPMSRPQPPNNMMNHJND?E>  2")eY[nfamh]kh\de[Z[VFEGD;@QCE||zz|twfllcvrqtopvrssposrprwneoa$  - - - - - - - - - - - -  8+-eWXts~z}||zx{|~~~{}}z|{z}{|t{xs|y~|~~~wy}}{|~}|}|wyw~~z}z}~~}}wz||wx{z|~~}{~||~y}{|~y}z~|~|}uzt"( XMN\TWYUXZYXTTVWWYXXWVXVWWX\[\XWVXURYVQZYOWWPXWXXVZVSUZXXXXVYXWUTR\[WZZU][WXURVTQTSN][T\ZRXTM]XUXSU]Y\VUT)*"  nbf|{~{~|}{~}}}~y~~~~~}|}~|}}~}}}}||~}z||}|}xxt771 -    - - - - - - -  5+/x{w<9>8  -   -  - - - -  ;24uzs -  -B@@ebma\k^Zd]]c]]b``a`^]_\Yb]Z^\X][Wa_\a]\c`]`_Wa^Zd`_`\]_Z]_\^\Z[]\Z^]Y[ZVhgd‡}bh^PRBLL2    - - - - - - ;52~sx~(+ - - <96b`c^[^\\\\^^\]`a_ec_db^a`\\^^\^_\^^\^^^c`ba\\b[XaZXd__]YZd`_b^]b^\b^]ZXXigjŃbifFMFGKCONJIICGHALNJLMMMLMPPNPOIQPHRSIRQKRQNLLLNNNRRNNNFQQHRQJTSNPNIPPLJSN8@:  *(*?=>>;:9=:7C>;GAGB943.  - - - -   - - - D9<_SUUPQXWWVVTXVPZZNXUL]XNaZSXQNYTQXVRRRJVWMVTIZUFTQBPP@TTKRSLRRKRSLNNHWXKSSHSTIROCTODWVNTUROPPRRRNNKQRMNMJGF8MM>SPDTPFRPGJMEHLEPRMUVQMMHUVRNNLMMHQPGTRKTPGROBTRFSRLOOJPPHNLERQMPPLLLHHGHNNRPRQLNHLNFLNDMPDPPHJKAPNGIEBLHGMLHLMFHLBNQHJLCMNIKLHJKFHFBHBDXMTOCITIKPJFHE>RPFROIJFBNJHKGGLHJLIHMHFJFBLJFDGAKLIIHFNLFMH?TNAQK>QMDBC>INNIKHLLFHHF484PON\YUVSNWTLWTOXVT[YXXUS\VR[VN\UP\VT[XZXXZYXYRRSXXT[ZUYUS\YXWTTYXVZZXVVTZZWZXTYVT\TR`VV^VXXSVZX\TTYNQVVY],/, -@7OOFNNHTPHRNCPLBPLCPMBXTITQHNKCUQLTPLLKINNKOPLNPKKLFOPEQSFKM@RTHQQGNOCRRIQPEROAML;NO9RSCTRDPNEXUPXSPTOHVQHXTLONEQOKVRRYVVVOPVMLVMKTOJWRMRNHVSPYVSURPURNSRLXXLWUGSPCTRFXVM[ZQWSLXTQZZ[TTWTSWVU\VRY\UZ^VWbXU\TJ\WK]WOXRO_UUcZVUQH<>0 - -    - - - - - 4/)~tu,1$  - <;_\g^\]^\Wa`Zcb^`_\_^\a^]`\\ZXV^_Z`b^^^\\ZZ^\YdaZe`[c^[a]\ea`^ZX`^Xb_[]YXmhl†gjdHJDNQKJMJKNNMNLSRRPNPQPTNMPSPNTPHQNBOLBNNKKLNQSSNONKLIPROQQRMMRJMOHNJJRN7<: - - - -  - - -    -  - -      - -    - - -    - - -   - - - - - - - - -    - - - - - - - - - -  -   - -  - -  - -  - -  - - - -  - -     -     -  - -   -    - - - -  -    - - - - -  -    -   - - -    -   - -       -     -  -  -    -   -     -     -  -  -PMNWVVUWTSVPSVPTVSWXZZY]\VZ\TW\UV\WVZXWZXTZZTXXSYXVRRPWWVWVTZZXXXWZYXYYXWWWVXVTXSW[VVVTXVV]UXZRUWSUTTVQTU(., -     -    -    -     -  -  -   -    - -    -  - - - -   -     -      -   - - -  -       -     -     - -  -   -   -  -   - - -   -3,$vlh?B2 - -53?]Yl_\f^\]`][a`\`_Zba]db``\Z]YW[YV^^Y_`Z\\X]\Xb`Zec^^\Y_][db`^\X_^YbaZYVRnij…fldGIDNNJMLJLMLLNLOPONMNPMQMKOOLLVRNSNDRNCNNJQRWSSZNOPNOKTVPNROPRTINPFPNFRN.:6   -  - -   - -  - - - -  - -  - -  -   - - - - - -  - - - - - - - - - - - -  - - - -  -   - - - -   -  - -  -     - - - - -  - -    - -   - -    -   - -      -   -  -  -      -  -        - - -      -    -    QHKZVXTSSRSPTTRUUSXUUYVXZUV\UU\TUYVUXVTWWRVVPUTPYXTRQOTTQYXU\\W[[XZZYXWWXUVUXXTYXRWUPRNTTP[VV\VXXRSVSSSTT.41 -     - -    -           -   -  -   -   -         - - - - - - - - - -2+$rjbPRC -;6>e`sebs[Zb\Z^_^]``\dc_fe`^^Y^[X^\X`^Z`_Z^]Y_^\^^\`^][ZZ[ZZa_`_^[]\W^^W[ZTjhe„`g^DHCOOMPNLNKHPOJQRMNPONNQONQPNNXRRTLFSNCPOINOTONYPOXPONPQJPTLOSMJOKGPPAON)74 -     - -  -   -   -  - - - - - - - - - - - - - - - -   - +%$/,,1/22.11./2.-4221/12042040..30,/0(,.&33.332/00-0-.2..20/2144345111.20054/22.64451030+22,02.-/041363076/00*00-435626:5662066212,683474155/21785:94762:8878<15589<::=:;:<=934/;<812188988;;:::8586886=:7B<8D84=?;=;:58;16<06<6>@?>>A>=A:8:>=<<<89:59:6462;A:9=2780>=7B>;A<<:63A>:@<9B@>::7<;:><@87<88<>@<@B8<>/<=/=<1>=9>99:25A>C<>C28:    RFHaX\URVVTVWUVZVUZQPYPP]VU^VT\USZSRVTRUVRVVSWVS\[XXWUXUTZXV[ZU[[SZZTWURZVTVVWVZ\UZ\SUUXXU\WU^XWXTSXVURSR/1/ &%#;:6B@:A<7HB@B>@CFC:>6==4A?6><6BB>@@@>@A@BB::9>??>9?<9FA@B?@AAB@AB>@ABBD=:>HA>F@:>=2@A2DD3D?1H@8IB@B@=?8@@;>=9B@=EB@@>:@>8AA>=><@B?AC?@B;ED=A>8C@@@??@@3;=*DD6=>-CD0AA4FF>?>8=>:FHHCBD><;IFBA=:B??@>@DBEB@CCAA>>;DGA@B8@B9DE=BB=@@BA<@?9DD=B@;D@:G=6H>7D@9CB@;      -95*haV}rti -  >64iada[a^^a_`b^_b]^a\^_]^]\^Z\\X_`ZZ\U\]W^_Z_^]`^`^\`[Zb]\d\Za[[\\\Z]]X_^ZnmjÄcjaCJ>NNJQONPPNSPLQMFRNGOLLLLSOPZLLPOMMTPNLIFONLLJMRMTUOWPMRRRRNNJRRLNSLBNH-:5   - -  - - 925}rx}}x{ywz}~~{zz~y}{z~~~|y~~~}~|~{zy~~~{{}}|}z~}~zyw|~{}~|~{{~{||{z~~y}yv~xy~{yx}xx{~~~z~}|{~zz|}~~|}{|{~|||~||{~zzz||z~~}{z|z~|z~|zy{{z||{|~{}~y|{~{y}~|~|}|~x}~{|x~|~~|~|}~|~z~||~}|xxs~~vz{p{|rz|u|{{~|}|oty$(, RJK\SVXVXTTVQTTTVRYVR^TRdXW[SSXVT\\ZVTRYWW\XX\ZZYXYXVXWTVYVW]YXZVTXUQ\ZW^]Z\XVWWUTVXVVZWSZ[UZ]UVXROXVTQSR*-* -  cZ]~w{}~||~y~w|{z{z}{z~}z}z|zx~}~|~~|x|}|}}zzyu|t}v||u}w{yz{|~}}~~~~}yx{~~~|~x~~~~}t|~{{|{tzv|~egf@C< - - - - - - - - - -   - 7/&c[P|y  - <25jae`[[^^ZZ[Z^^_]^^\^`\^`\^]\\Z^_[\]X\^X^^Yba^`^^`^^\Z\]\d\\c\\_^^]__\`_[mli„glfJNESQLNMHPPKNOLPMJVQLQLKRPUTR]RPVPNNQPONNKSRNQNJSOPTPRPLPPORNNRPPOJJHHMJ2=4  - - - - - - - -   - 40.pin|}{z{~~~}~}}~~~~~}x{}|~|}x~~|}|~|~~{~zv|x~||}}|~}|}xz}|}||}||~||}~||z~~~{~||~~}|~{x|vx~x~z~y~~}}}~}~~~~}~~~}|}{~~}~}|~{~~}~z~z~zx|}w{|x|}}~sww%))UNQ^VXZUXRSTTVVVWVXYUXVQ]VU\VXVTYYY\VRU[VTXSPXRPXUUZX[ZY\XVY[XZa]\\YW\[Y\\X\ZV[WTZVTVTXZU\[RZ^S[[RVWRTSST/0- -h]`{~~~}~}~|}|~{{||}|~|~~||~{~~~~}}|x~wv|||~}|}|~~{|~~|~~~}{v|~~~~xuy~zyywz|~kmi782  - - - -  - - -:2*dYQyv  7.5i_hb\^_]Z]\Zbbb```a`_dcc_````__^\_`[_`[^_Zdd_^\YZYV\ZZ][_][b_^c```_^\^]YkjgbheLOJSSMOOGKLDLPKKNLPPNNJHVQSQMTRNTROPPPNMNKMNIROKNJHROPSPRPPRRRVPQSLPNLNO489 - - -  - - - -  4,.rjo|z~{~|r~r~z~~~~~~z|x~z||x||{{{{~~z|~{~|~|~||~}{~{z~|~|~|~{~~~~~yv~s{xz~z}z}|~z}||~}~{~~zz}|~|{y|{~|~}}}z|}z~~ntp#*"XQQd[Z[VUTUTQVTSVUYYYVTUTRRXV\WU^WV`[Wa\TX\USZTNZVRZYYXX[XXZ][^^\^XUU[ZXXWUVURZWT]XVYTR\VX]T[\PZ\PYVPUTRT/0, ndby~{}{|~}~w~z|u~x|~~~|~{~|~}||~{z||~~}~z|y{{}~y{||}|||{~|}}x~~pz}|}~|~~yx~{||y}deb;<8 - - - - -  -80,dZV~ts#927lblf_c`]Z_^[b```_bb`c^\^ZXXb`a`_^^\[^^Z_`\`a\ba]ZZV[ZX][\^\`^]d`_d```^]YjifÈ_ffLNNQQOQRKLMFNQKGKHKLOLKLTRQRMRSLRSOPNOKJLGLNIQPLPLJPNPRRUSRVVVYNPPNRNINK256  -  - -   - - -  - -*'(pjn~}~}}~x|vvtrwtt~~}~~{}{}~}~{|}~o~|k|sz|xx}x}}}z~|x}|x~~{|zx{yz{vvtv~x}{z{t{z{zxz}}{}}}~}~}ypr{uv~||}|||}z~z~~}}|x~{}z||}|~~~~~}~~~|||}|}|rryxxx{|~|zzx}ltq(2* SKFaYSZUQTVRMTPPXSTXUVVWVVZVX^TUbVWaVT]XRZ]UY`XW\WSXXTXYXVWX[Z\ZWZZVX_[[ZXVZYWYXVXVUVTTZVV\XZ\SY[PYWSXSRR//+g\Z}z~z}swngkbVrhb|wx}}{~}|x~~z~||}|}zxv~|~|~|z~|~~~}su|uw}~}yxz~r~t}w~}z}|pqhwyw~}z~~zon}vp~zpnyqkxpnz|~y~~vx~yx}}}~hhi875   -   -5-+bWWynp49&=;9ldi_Y^_[\YWV^\]b`d`^d]Z`^\_b`b^\^\[\_^\`a_[^Zcd```]_^\b^_d`d`^b^]c^]c\[]mljĈhknLMNKKLOONNNLLNLLNKLNNNNRSRSTPTTNTPLNMNIHJDLOGOPJRPKTMJTPSRRXQRVLPNNTLELC8=8 -  -    -  -   - -($'e`e~|{qvtUXU@78`VYzxyz|{x{z~||zvywvtxrzu~vtyz|~{~|xyu~xvz|{t{|jzxgvtf`]Vqlk{pww|xv}yswvozyuwvtxwwz|u~uZ]TQQNwtvxqt~trwm}vn~zy~}zyxwxyvxyyxv}xs~t|ypzyrwwuwws{zsyunTNKjed|wu}xu~xvztt~tx~|zzx{|wwx{z}}zy}~|||vxzvuwwq}~zz|{xxxzwv}yw|yxutyzuz|wrsrxyzx{{z{z}yvvu\NKvfduu{|z}z}|mwv*3.PGB^VPVSNQSNQXSPYTRYRWXTYXYXZ^TX`VZ]UXWVVV[VX_Y\[VXZXWXZVTUPWVTXVT\WY_Y[^ZZ_^\YXVYYXYXYZX[XVYYWYYUYZX\STR-/( -  eZX}~~|~~ttmJD;,#YLBtpvpmyvwwvtvvosnotoqxttxupyvq|vs~uuzpr|ss}tr|urtwwlnxnnxnmSHKj`d|vxtrnxxp}tvqfzukrmiytszwcbWBD5fhavwrvvs~{yzrj|{wnj\TKCf[Yzsv~x{pxSFB]QC\THystusottjtwl|pjrp_RJl`_{trvsn|ys~x~~||_``580   -  6-.d[\ulnMRC 561ech^Z_`[^_\\`^]hfg][_a]cfbhc^cb^``^affh[\\X\ZZ\Z^_^_^^^\]e`dc^c^\a^\_[Z^porŊfdfQLOJIHQQQPNQLKNMMPLMNLLLPNPQNRRNQPNMNNIMPGNPHPSJNNHUPLZURQQQOOUNRTNTMAI=7>3  - - -   -    -      -   -  - - "f`d~|z~~|~lpl8<5]QYnfkYXY^a`gkfY[TZVOZRKk`VobN\QIi`anff^XWd`bb_dWV[ddaZ[MYXGON=()KK@^YWf[`f\\]YRZZN_`TTQF_\Xssptxn).&13,\\XVROd]Vd]PVR@qnf~{`XT\YU`b`QTTZ[UfdYZWIUSH][T[ZRZXNZYM*)"VVR[XTXPLf[YYOM_UU~u}xtuXVVSPRiebha\\SR^ZWXYVTWWYYTXSNUOETRG[\S\^YMNLa`\^[WTPMZ\ScgVLP?Z\Pac[UVQPNIYPK%]JGtv||~}|qzy$-(RKI]VTZVQTTOTWSNTPUZTZZUZWTXVWVWZXZYXZTSVNVVP[XXWTXXW[TVWUVRWWPYWRZXV[XX\XX[YXUUSXXVTTUVVZTTXWV[WUYXTYYZY)-$  - -bYVopn><8eYPdWMLA:TMMUQOFD:EC7E@;TNIPLDJIASRM_\XNFCTHD\OJPHD\ZUOJENFAULF%H=@\SVTPMVVMRRFNL@b[QIB%)$PEAXOPOHLWON.$J?,MC4c\XNLHPQIhgXWT?NF2VK:.#PF6f^TKE;TPJ|yr|~|z}}zz|afb,0)   -  - -  - - 7.0e[\lddORA450``d__bYZZ^]\a`]cb_^\[`[`d^ec\bc^`c^_ebd\[]ZZZZ\Z_ab\\^\Z^d_de_db]`d```^\rqrňcgbQNNRKMSPPQOQPNSNLRPNQKJINMLRPRNLOOMNOOIPRHLPDORHKNFTSNTRNNNMNOPQSWKPPFME7>3  -   -6,+VOQPMPLKNNMLHJFHPFJQFMRJRTNNOISSQQRRMNOOPQPQRPRPQRMRPJYUNRPNSSRQTR9>8   -    "[XW~~|~}~{{~{zFI7 gapC=2&& 460//(+*$983::,!",/8:'$%%$60' _NF|~|}~|~zrxv~t#,$  -OKI_XW^VTYTRWVTUVTXXT^\V\XP\UP]VV\VVZYVVXPVXLXYNRSNXXZWX\YX[YXU\YT]XVVUU\Z[YUVTTRVXTSTRTVWTUYWW\VUZ\Y^\\^-.+ - d]Y~}|z{wLMI#"pjg<4)"2)"/*#(("$''.,(+'!*(-.&12,,$6* 2)$KGB30)"4/&$@86>56:4200'&)+."BA:*"!c_`@D2"(DH3,-/,!52(($daaSXI!">80.$"% =:./+A<"?9$D=20+)>>>MMI76&" -81+"H@+?8&!0+&}zzx|}}{{}|~~Z^X"% - -  - -  -  723bYZg``dbS761][^^\`[\\Z[Z`b`cb`a_\`[\d^be]bbZ^g`ad`b\\`^^_^^]`a^^]_bagc`hd^dc]_b\Z_[VjgfȉfrfJNGPLJQKKTOOPMNROQSQRLKJNMKQPPNLNLJMLLIMNDMNCNPFOPHSTNRPMPMMLLMRSVLPSMQQ7<7  - {hk|~~}|}|ise  -  - - - -YRT~~~x~y||z}~}zLO7''b_c)'+(%& ##&)&% $!*#  -.*&$-,.NNT!!" 12&FG>$'!!0*&%HE=,) -.#$tnsrqt031-21,.,$%,+)$5-#|ttd&)B?36,! '' -2* 0**-& )$55&**!>>9,,% --&$`WYVVX %&42,!40*'&!DGA-0(!$$84";4&"""&( &*,-")&  0/34$!#">:0,"l\S{|tvv}l(. KJK^ZXYRO_WU^VWZXWWVS\YS[XO^VMaWR_TT^XWZXVXZPWZJRVGVXRVWXUSXWUX[XW]YVXTS[VYZTY\VZVVSXZVVWVTVXYY^WVZ\Z`XW[,.+  - gc^~}}~zw|sNOD#$dbd.*$71%1./,(*+,,,()()(&$))#$' -,.'<51XRO2-' 52*1,&B<76.,,$#'$$'AF>CFC400hdfFL?*0 :3|~}}|~xzxTWS*-% - - -      -:::ZWZfa`xvf :6/`\_\X`ZY\ZZY_`^``aa```Z[f`bi^fcX`j_ed]_ZX[^\_^^^ab^bb^dbbb^ea\cd_bd^\_YTmifȉbrdDOBPQJSOLPLJROMOLIPNHMMGLMHNNLMLLLJJPOLNMHNNGPNFPNHRRMRRNPMLURTRRTNPRHLL:>; - - - - - -*zzt#  -  - - -  SJMz~{{}}}~|z}~z|}~{{PR>""dd_..&000+)/,+'%&.1$,.&+)#*("#$33$0-$<;9LKN87:'&'>>:#$ 1.(/'%UNJ2,!I<:~tu{vu00-56667:%&#..#2.%OFHmng$(NMC=:0 :7.:<6"301*%$$:7/--&662(' 2.3.$uopXZP$%:84'$ ..'BA<432LLI681*-!*-23#86'0*'-&"0,(14&-232%/+#>82:84////1.HGB4/+`XT~||wzzzq25)IFJ^ZZTML`WVaXZ\VZXUYXVSXVMZVK[VN\TQ^VUZXXWXTWZNX\KVXJUVPWTSYUWZXXZYWYVU\WX_WZbX[_UV[WRVWSVWVXXZTTTVUYUVY042 d^Z~}yypZUG77)^`W9:4((><-=:+>8)<9(<<0772 "!#746<;8*,":;,BA4PLIZTR.'$' E>:?96B=<=88*"!:20960UXSKON"#&A@DposRTR6:4LNF.,)1-/>>:FG9zzpNPL#%.+&D<<2**62*ML?BA2CA1CD1BB345*<>6@C:,.$@?<@>>964=82,'QMF|}~}~vwvVXT$'       778USU`\\}u  ;6,a]`a\fZW]ZX[_^^^^]b`b^[_b\_h^dfXbj\fd\`\YZ^]\^][`_\``\c`^b^^a[^b\_e_]_XSpliƇ^j_FPEORINKEPKGPOKNMHPOFNODJLENNKMMLNNKOOINNGONIPNLPLJTTOOPLNNLTQQLHKPPRHJI\\^HGNLKP;;;998ONLRMLh``RPDB=4cYVvswpOLFZXZVVZ>>>QPKUTOfbh|wppuBF>fh^XVJ=;&WWLPQL "LLKFDFFBDUQPOLJVSRC@?JE=XTA\XMVYICCLD@YNMZORZXQYZKYZKJH?UOO`\`XU\RQWaabSRRfbe}~||wztun01,QJP^Y\YRR`VX`UX\SXXU[XX\WXTXZPVZTXWS^ZV\YXXYWWYTWZPWZNX[R[ZT^ZWZUVZ[YUWUXXV]VX`VW`TT_TPXUIXYPVVRVTRUVXVX\377 aZU}|urj``ZNrndcb]OPLbaWfdZga^b\Vc^YVSQ(&(@@B\\]ebcVRRfd]ff\jihsolTNK[SPnddg^_`Z][WZQNOf_`f`^pplijiOOR^^c{{fii\_^ggfTQT[Wcjjsjjn|{cd_LLLWTXqjlbXY\TRspkd`Zhc]if^gf^TTMZ[Rfi^VYMORHfgcffh[Z\b^`\XUsoj}~}}|~{zktrb~jfXplXnh\phhjbboddoc`|{~tvtTWR#%  - - - -  -438WUX^[Z}zu%' 92'b`^_]cZW^YW\^\_^^^b`aa_`a]\d\\fY^m]jf^d`[[`]Z^]X_^Z^]Ya^\c_\e_]c[[c[Z_YUtnmĈflgNTMPRLSPJSOJLLGMOHNPJJNEJLDNOJPPONNLOPJNPHPOJQPOOMPNONNRLRSPSQPOKKTRRRQP>A;    -  - - -'"rz}  - -  - F@F|zurv[Z\XX[TTXUTY\[`OMQEDETTS\ZYZWOWPMztt}zxusdxwlqrohjbyxvutwrqqstorqicbT:9*dcY~~|tuqkleuvpttuxxwzzvmnkttn|{xrqtvuzjihnnlzz|vsw~|zvworqp|~zosnfyvwwt|nlpttpx{u{~yz{psq|~zvulli]tpl^^\:91BA:nmlonrttwtuvvttvrsslnzppyrm{vo|||bfWEH6utr~xtxvsq~{}}{vu|yu|yt}|wxwturoytrxvvu|tt~vv|xrqnfzvu~zzu~zvz|{xvp~}z|~zxz}t&*!SKR\X[XUV[TV\RV^TZWSXVVZWZ\TXZS[[V\YZ\WZYTXYSWZSVXRXXSVVSYXXZYXWQR]Z\TWVUXVYXV]XU`VRaWO]VIZYHXULUSPWX[VZ^.22 - -`ZO~z~xq}ty}yu|~|~z{w{|wyvprSNRror|{z~|zvv|||}{z~}yu|~|yx~|w|~|}~zy~|yzvw|~z~~vyx}}}{vy~z~{|~}}yvv{|z~zzzsztzx|y}{{xwzzx}xyq||t~}{~~|^_PAE(|~j\\R)':6#FA0B<180(;2(J<4wrpqoJLF - - - - - - -  - -42;\X_\WZtpl144/%c`^^^^YYZ\[\]]_``a``baa``^Za^Wb\Tf^Yf``b^`d`\\\T\\U]\Y`^^`]]e`^e_XbZT\SPvqqĆhriKQKRTOTRMRPKNOIJOHKPHIOFHNHNPLPPOPPOSTOQRJPPJPPMNLNQOSPPSQRPSRPNLKQONNMK=>9   - - - *#u|  -  -   C>Btpvabg,-,,..()))(*426##'$&(688...2.&4,"xnk|~yxvx}{|~|}||zz{ustmjh\|r|}~~~}~z{~{w}}}zz~~x~y~}~z~~x||~~zr{rzz{~z~{~}~xzvxzw|}}}|~}y{vzvurlig^mjg~~y}|y}{|zzz|z|zy}z}}~uympsc~}~~{~~}y~x~}|}|~|xw}~}}}~z~}wz$( -OJL^Y]VUVVUUZUX]V\ZU[XW[VZZSVWSWZVZ\TXTVVOYYPZ\RXYQXXRVSR\YZ\[ZWTV[WZVVVUVV\][[[VZVOZTJ[VHZWFVSLZRVXT\UY^*.0 -b\Ny{~~~z~x}~}}}z}zxtx~~||~z~~y~~|~~|~z~z|~~PRM,0rvd@C1 (&61()"C90|}|lok=@9 -     -409b\dZTXhb`Ĺо¸FK8/,"dab]\`WYWZ\X\\Z\\]`^c`_b`_]`^Xb^S_[P]\Rbb\db_^^V\\R_^X^]\`^bd_bf`^d\T^VOyttņelbJQFPSNQQNTSNOPKLSLLSLKOIMQKKNJPQPONNOOMLMJNNJPQMONRSRVTSXTRWQPPTTPQRNLMJ>?: -  -  - )x~{|  -  .)*rjo|x|~Z^\ - !"(((/34486 .$rn~}|zw~vxxu|~z~~~~}~}|{z||~|~|~}~~~~~~|{{|~w~x}|~v~~r~|o~t~}|||xu|z}yz~z~}{z~z{}~{~~z}zx|u}s|rz{r~{}~~||~{|v{w}~||}z{|}zx~z|x{{sz|p}xzy|~|}}}{~{vyyxy|}}|~{yyr+-" - LFG\TX[UZVWXVVXXTY\W\ZXZVXVVTRXXUWWWWWTXXQ^\R^\QZZQZXQZUR^XZ^Z\]XZ]VZ[TZVTV\[ZXXUZYRXXLVWHYWJPONXT\UO\VRb/07  - - -bZPv}~|~~~~~||||~~zz~x~z~z}|~~~z~~||~|}~~{}}~~{{~~QSO*-&nqm6;*%+** ?;4! - -UICxzxHJE  - 404d_b_XWe^[ľdiV +,baa[Z_VVZ\\\Z\WXYV^]^_^b`_b]\Y_^V`\T[XRa`\ba`^]^]^V_`U\\Vbabb^dd`ff__^VStnoLJjlaMPDOOIPOMXWTKLHNQMNQNNONQROMNJMNJPNLOMNLLMNNOSTTMOTQRWTTVTRRVROXVMPSLMQK7<6  -  - - - -'x~zz$  - - - :00ujnyuwwyvSWO##&!"&&#% "(#&,$ 4+"sr}z}v}x|}~w|{~~}|{~~~|~~~||z}~}p{zh~x~}v}ylw|x~~~|{zww|zw|{t~y{|xxyv~xrvxpr{vq~u~v~t|}v~yx||z|~z|yx{t{{yyvwz}y||z}x}v}x~}xz|{~x~|}{~zxuvx{y{u22*LED`VZ[PVYQVVTVURW\VY[VWYXV\WT^XT^XU\WT]ZT]YQ[XNZXPZXRYVRZVX[W]\VZ^UX^UZ]VY^\[YVT\[VXZNRVHVVLURUVU\RQ]TS`21<  - dZW||}|||~~~zzx||||}z|}}|y{~||~~~vxz}}zvtw|rw|~}}~yx~|x~~xvuexsc~zv{}z~}|xz{wvzuu~zx~~~|PNI'(!Z[T59-#13-OOD,+)$&l_\}ab_$&#  303d_]`ZRd_T¼Ս &)\\Y^]aUTXZZ\\^[\_Y\]Y]]]`^`\ZZ]\Xc`_d_`c`_b`^]\[]][bb[^`TabZ^^]_\bc]e^V[rilƆ~lr^IL>8H@jeeg^bPHL[SUPIHB<952(B@.a_KPN>fe]~~|~x~wt~}|zwyzv}|}~|z}{mnb7:* -   -  - B?@a\\[VL^ZF~xf&&+,\[T]\YZZZYYYYYV\\W[\T^_X^_Z\ZX]YV]\Z^[]c^b`[]`\Z^[R`^P`^Na_Mb_Qc`Ua_V]ZVtpnăbl\FPALOJMJMXUTMMFMMEPNGMKFRNNRNOQNLOOHOPGPPKQNNVONRMJMTNISQLTVNSTMONNQMHOH;F>  - -  -z' - - -   - - .$,WJNpfdyuowuqutrutrxwsvwmwwt|{|yx~~}}}~||t::-,-=?257-/0'>>1.);5)D@8$$"EAB=47."&TJM|~|~}RVT+/$00&EG70112 ?@-$#>=9=<<21.$ A97VNP2*)0)#A>02.;5% B<7<3.8,%jc^|~\da"dRQztvzIJH(&LJDOJ@.(81 3/" <92LJ@75.80*ME<:6,**87,@9/. ZH=up~~~{y~~x~x|y}}|wx~v)3) PJJ]UVZRPXTNYVNWUOTROWVVZZXVWVVXXVUX\V\`W^`VY^VRZVMWWNTWSZXZ_WX]VSZTS[X[WV\\[aYVX\XTaZV[TO\UK^XK\XPZWVVVV12/ bVT|~~stl57#+,=;%65! )*++-.69!#$&$*$!4.%B;42))1*)44)%$()<;1&#&!>933/,$!60)'C:6~~wrq0+%/*#:6-21 32*:88".*+@:<.%&?21@5-*"@=-zypwGH9 -,(pjdmef$$XUN?54&>43<3060,+&$.*!;9&" XUJ}{uuvn34*  -  - -  <<7a]\^XWd\Xyph<;(#"]\R[ZV\[YYYXVVS\[U\[SaaX]\VZZX[ZZ^^YYYUca``[\`ZZa\X_\Q]ZKb^Nb\Od\Ue^Z]\UvuqĂfleHNILNQNMWRR[KKNOONONKROLSNMTPNRMLSQNQRLOPJMOHSQHUPHTRLNSPMSVMQXLPVKPSBJK:A?   - - - - -& ~u~(!   -/$*ZMPypo|xx|x{}z|~|z{~}~~~|~hl^  -*,78033($"0,%%40..(&#PCDypr}|v|}6:2#&.0""$ "// $#64. *(&:14OFF%84*.*<7)#F<:2)$.#f^X@HD F75~txtvw.4/$%IHC22')%63'$$IHD)*"BD<&'., 6.%+"% -*"4+$+YC8{t~~{x|}|~~~~~x}v*4(  SMM\WX\VUZWR[XOZVMWTMZWTXXTYZRUVPQTPZZ[\X\]UZ`WX]WPYVKXXPZZZ[VX`WV\SN\XVXV]XXbSS\[XZ^WU\TQ\VN^VP\WQXVRVWV11/  -h^^}oph#("-.! -,,!++ 44)FF7"#$",&'1*'>6-) "0.%$&%*)"*":1,2,'$81,;0+K@>}xnp( ,#-&# @>9987(&->8&(&'20$1*#60,2-+<42-L7/}w|}~zx}x|~~~~|~~~}|tys3:0 - - NHC_XVVTQVUQZXQZVN]WP]ZVWWUVWQRRKXXO\[WWWTYUV]UXaXWZTLXWLXYTWTV`WYZPN^XTYU[WV`RT^XY_ZXXZVS[VR^WT]WTXTQRSQ112 -  - i]^}nki25$22-*%"<7286.FD2281,D>8NFEH=Bzuio%&6-&7/'[WTFFB 78>HJI..,0,-E==,#62$|zsprj9=,SRBjjf$%%$KNG9882,/?65?80HE7JJ;24&@?6'" H@D~uxoDI@  -   - - -   -  - - -<:8b_]]ZT^XRndfĂv#XPL`Xa]Y[[Z[[[\]]\_]X^[U_ZTb[X`\[babb`a\ZXZYTb^Z`ZY^XW_ZWc^ZbZWd\[b\XZZSqrmňmnhNNGURQTNWOKXUT]PPUNNRNNNPPNOMNTORWRTUPTQLRVTTPQKTTJTRGTPJTPNUPRTRRNPJHPK6@<     - $z& - - - -   - 7)-cUZzsw~{y}|}~{|}}~wdlS (&J@BJFDbc^HIF12.CFDKMK663:86FAB501KDDE<=b\`xvu22#;:8MLK45.9;+VTLLGL]YP?@8NOL@@@IDGUKOPDEI@>NJCDD>]\Y==8JHD=63F;6xmgzuVUT00*;80RML{w{xx|ILJ8<5FJAPQJ861HG?Z\PBD8WXW@DEJOL<@:;>0QPDNLDPJJJFJUQTA8:_PP~v~||{~~~{|~~~~szt9@:  HA:`YTYTPTRNXVRYUP\UQYVUXXXZZWXWR\ZT[WS\XTWTRYRT`VX\TRYVNZ\SVWTZVYWQT]YVZZUXW[YW_XX[ZZZXWVWTR^YY^YYZVVVVU576  dWV~mlh/1"TVL]]^LHJYRP[XTa`\jhcTPLTPN\WXZSWSJGVM=[RL`XVWRKZWPc`\VQOTLNn`hdV]^WVd`\gbbYPYmej)#60(]VS`XVngjcbbHHIRRUcdaPPLLLH_\ZSLJ^WS~z{}yQTICE1KK1jkY~sqqQOEXVG`\VYVXXU^]X`b[ZebVggYQRE\]QPMGicd}FI> - - - - - - -  -   :6@_[eb^_`\PjeVɓ:8"SMD\UV]XX\[X[ZYZZY]\Y\ZV\XTaZWd^^b^bb`d^\_[YZ`_X^\U^ZW`\Yb]Zb\Ye^]_YXVTPutpƉmmhQQGTQJXRQPJMSQQMMMONPLLKMNJJKHRQRUQUTOSULTXPVQPNRRNQNHTPMVQPXRSXPQSPHKQF8A9 - - - -$&4& - - -    - - =00cYXytr|x~}}{|~yyz|~~~z~z~|z~tclT&UVHyqrxlpxpnsqpb``ppopppbb`jjimkklikkilVSWspt{xwEB9A>7soovrwhefjiayylmle_[R40"daZsspkkkpnotmnvmltihtlkqolz{xkmhlljjgfrji}zxtqrcdflnlxvvzy~|zmkojjiopkrtnee`rpm{wroofoomnonrtsnromoixxqtsltpnrmtvt|nkr{t|~vx~y|~|w{{~~}~}~}~~~|ryt,5,NFBb\VZUQXSQ[VU\VV[VU\Z\YX[ZZYXWTXTRYUT\XV[UVZTT^UVaVX]VR]\TXXTYY[WSZZW\ZZXVZSYXWZVV[ZV[ZVTQP[WX[WZUSVUVW9<:  -ZRL}onj::6dd^{zv||}utrzvtyvtxwuz|wuupzxuzxw~y}|txws~vx|t|xrs~||z~yu}xsy~~v||uzyxu~|~xt{ojpLGIgc`~}~{tryzw{zzwtr{zv}{x|xu|}vxrvwq~}sv~~|{roj}znyukwrozuy{v|v~|xw}xxuo~|s|yp}~{{sNNF  - - - -  - - - - -    )$.QKZZT_]YRa^J|rPQBFD7ZVP\XU\XUZWVZXX\\X\[YXWT^ZWb\Z]VZ`Z`b^d^[`]ZZ__X`aU`^U`^Vb`Wb`X\XTXTQxvrȆjkhKLBTRITPLNKINPJPPLPPPOONLMIJJFTTTQPRQORTNPZPUTPPSSPQPOVTVXUXURTVRRVONTTP7>6   &w*7, - -  - -  - >1.f^Zvsp||z||{|{yxy|~~z|wnudU]Fx{o~{zxv{x}x~|}|zxv}|{~|}~zz|vuz|||db_rpn}}y{}zx|w~zwnlkfa]zw~{}}|||{~||x|x{{z{{}~}z{zy~}zxz~~|{}z{|z}~|~}~}}~~|}z|~~{|y}~z|{vx~x~~x|~x~}}}|{x}{|}}{~|{x{~|y|z{t|~{xvz~|z~&0&OFF`XWZSPXSOYRR_VX^V[ZW\WUXYXXXWU[WW\XX]Y[\WZ[VVXTR]UVaUWa\XZYU[[[YV\VT[VU[VVWXXW[XV]ZU\\UWTQZVVZVZUTXVXZ486 VRL|~~{xrpn}~~~|~z|}~{|~}}{||}{y}wvy}|~~}|~~~|zurrz~~}|~PPE -   -  -   -    93;  - - )z$3'   -  -    "H97g[[|xxz}{|~|zxxw{~~zvx}r|~v|{yu}||z}s|t}y~{~|~|{}|}~~~~|}|zz~~~~~zz|zzvt~~{y}~~|}|~}z~z}w{yyy}~{|}zz}zz{}}{|{|~|~~||~z~}{{z~z~~~|}xzv}t~}v~{~|z~~{~|~|z}{z|}|x{|~}xz~{rv{}x~o~rz}~~x||$1$QFLg^bZRSZTR\TRcY[`UZ^T\ZUYXVUVTRZWXYVX]X][VZ[WXXTSXVUZVYaX[ZVV[YXZVZYTZXSZWUYZXZ\XY[YXZZVZVT\XV]Y\XV[UXZ/42 -  -YTR}~}~~{~~|x~|}}|}yw|}~~|~~~~~~{w}~~~y~`^W    -  - - -  - <38PCNZLRj][geZKL:\^XXY][[aXVZYWUZXS_\Z_\^]Z\bZ\dX^g[adZbe]cd]ba]^`^\`_[[[U]^V`aX\\V^\^qorƈorlQSMQRLTQNRPNLLJLMKNNPPNRPNQPPPPPPONRONSONNQROQRRNRRNTPHNJTUWQRVOQTPRRNPO=B@ -   -'|&7'  -    - - -   "H48n]dzpu~x{{{|z}x}~u~|qtz|}|}||~~~~}~~y}|~}{~w~zs~z{}z~~|~~~}|{z|z~~||}zx~z{~|{{zv~{u|x|z~~{|~|~~xxv}zzv{zttzy|zzx||v~|~~}~{~||z}~}}}}zzzw|}~zz~~||}~s~|rz}|~~~|{||~~~|{|{|zy}~{zx~zzz|{}zyp|n~s}}w|{|rtt0:0 -SHMbW\ZPT[RT^UTbXX^WT[TT\UZ\XZXVT^\\XVYYW[URVYVXYWVYUVZXZYVYVQQ\WX\SV\RV]TW\WX]XX\WXXUUVVVUUWZWY]Y[TRVVW[.10 - - - ^ZZ~z}{y{~|~}~~~~zz|}}}}|~z~xy}}~~~~~||}~~~{YZM#$  -  - - - - - - -  +""7+.H>  - - - &x3C0  - - - - - - - - - -  F4FF=FE?FD>JBANDENFFNGEB?:C?;JF?FC4HE7EA9HB=JBBID@JF=HE8IE8ID>F@?F@BLFBIG;BD:DF@DE>FG?AA9@?7HFAEA?FBBHCAJFD?>:GG>HF>MGCKC@JA@I??G@>FB@FFBBB>FC;FC5E@4ME@KCDEABHIE>@6FF7KIGB?GB?JF@E@9JD=LD?HA8JD6F?4E@6=<4 -JHF`_\YYW\ZX\VL\TMZUXYV\VVZXZ]WWXWXUXYSUVQVVVTTTb`_\VW\XVYUS]YVYVS[VS\TQ`VS_UTYROXVPZYRYUP]YR_[VVVSPTQRXR5;4 300QLJD@:GC;D@:JFBEA?LIFB??KBDIDED?>C?;GD>FD?JEGFCDECCLJDFH:?A6@@;CC@DC@CB;CC8A@6IE@F@:F>:F?;GA8KE7FD>CBAHGD??:GG>GG?CB>DDDJJIDB?HB>NE@LE>F@9B=6FB;JJACD=JJHJHGEB;F?8KDB@KD=J@:LB?NDCKC@IC@MFFKFEF@>LD>JBCB:IFANJGMJHIFCLFDNGCLH?IF;NJ=DC4DD6KLBLLEDD@HIDDF<     -  -  -       - -          - 2*d[VaXX_Z[^ZZ`[\`Z\_Z]^Y]^\_^\]_\__Z\]WXbYZdZ[bYZaXZd\\_XX^ZX`]Z^ZW_\V^ZTsnhŇengJPGNPHQRPJLKILLPQRNNNNLLRPSSQWPPTOMQWSVTTSSTPTUQRSRRUUOTSOTQSVQTTMPQKMRJJ6 - - - - - - - - - - - -    -      -          -  -  - -       - -      - - -    -  -  -    -  -     - FGE_`]WWU\\\XVYXRR^VX]W]ZX^[ZaVV[VVXUUUVUV[[^[Z^^\^]Y[ZWXUSRZYXVVTZXWYUT^XW^VT\SR\ZVUWLVVK_\R[ZQWXSTXTQWS060 -   -       -      -           -   -      -    - -     -   - -   -      -   -     - -   -         - -/-*f`cdZa^V]`\]b^]_ZZbY^bY_aYa_Z\[WX^YZ_ZXa[Xa[T_ZS^XS`[Wb[Xa[Zd`^b]Za\YYUSljgƉeofHOEPRLRRQNNRNNRPQUOOROMNRNRQLTPNWPNVSPTTROTUMTVQNNLPPNSTQQTNSVOTTMQTNJTM:C; - - - - - -!z{KXG - - -  -  - - - - - - -   - - - -  -    -  - - - - -  - - -  - -  - - - - -  -  - -  - - - -   - - -    -   -      - - - - - - -    - -    -  -         -           -   - -  -   -JHI^^\WVTZWXXUXZTY^WZ\TX\W[ZX\VUYUVVVVUYYZZX_VT\YVYWUUVTVVVWVXVRTSVXXWVX\Z]\VY\TW]TXZVSWXLWWLWXQVXTTXXSYX.22 - -  -    - -  -  - -     -  -         -       -   -     -  -   - -    -  -  -  - -  - -  -      - - -   -     - - - -  -   -  -     -        - 206fclf_kaYd]X^`^^_^[a^]bZ`bV``Z[ZTT`Z[a[Yd`Z`^S[[NZZL\ZP^ZSb[Xe][h_\d[YWRQnllĉlukKRGQRLSRQUSXPOUNNRMMNOLLVPQTNRQNVRQZOMRRQORSLTTOLNJOPLTUNPQHTTMRSNORLJRL6C;  - - - - - - -  suFUB  - -  - -  - - - - - - - - -  -  - - -  - - -   - -    - -  -     -  -     -   -   -     -   -     -  -           - -LDF^XX\XVZVU\VV^VY^WZZVXZVXZVVXVVXXVYXTZZVVUWTRX[X\YWXWVUXXXRWURWUVZYTWWWW[XU[[W\[TX\VVZVPWWMXZURVVTX\X]`046      -     -     "!  - - - - -  -    -      -  -4.8b^je`m`Ze\U]b]a`_\^_Z`^]\VZ_Y[^YZd\]aZ[d`\`]T\^O^aP_`R\ZQa\VcZXe[Vh\X]SRojkćirfKQDNNHNMLROTROVRQVKLKRQNTPLVNLRORPPVKJPRRSPQNSSPRRSRRPUVLOODSRMTTQORNJPJ7?8  -  - - - - twBS: -  - - - - - -  - 564<<<547:8<89:<=>;:==<9:9/<91>=7=>78:6=?<=@><=<896><9>=;>BAB;;9==8>=8>==<<:BDB@@B::?<;@@@ACCC885>>8B?8DC9AB8>@9<=;;=?>>@FGB>>5?B5=?4BC8HG:E?8FA;B?4FD>HIABB;B?>AA@?B?DHCAB@CA@LHHJFDCB:BA8MLELIECA>JJHJJJ@@@GGCCC=IJBHKADF=FGBHIHJLKDGDGGFKHFHDBFFBJMJ@GBJPMDHEHJIGDHFAHIGMBII@IDCFBMLGKJFIJCMNIGHDHHAFH;AD5HJ?FHFHBFEEKH" - N@DaVX`ZXVTP\XV^WY]UU\VV]XX\XY\XWZVTWSQZXT[YUYWYYV[\Z]YXYYXXXYWSWUX]YSWTTTVSSXZX\ZVXZWU\YT]ZTXVTVX[TY^RW[/23  -3..KHGFBDMHHTTPFHBGGCJIIMLNJFHNFINJJNMJJLGHLFNNJNMILJINMMOOPHIINPOLMINKFTNMLGGQOLIHCHGDMLJMLJHGBJJHKIKLHLRPUFGLFJNMPVJKNRRRMNMNPQONQNNOPPNNMGNLEJICMNJJKGLLHSRNPQLJJGJIGWTRRNILGAMJFQONONNPOQPOQIIGIKCKNDLNGMNLRPTNMOLKELLDOOGPNISNJSKINHFONLRTQNPMOQMJOBNUDJPERVPJNHHNDOTKPRLOOKSSQPPOQRPSSQPPJTVLPQFNPDOPHRSNPRMPOKSQLROKSQNWSTWRTTQRNMLSVUQVU>D@" -    - - - *,%<<788677700/441661652102147*33(.112011+*,&,-()*(./044633400.762540990>?4<=4571460464799()( 2.7^Yfe`ha\ca[`e`dd`a_]Zcd``^\a\Z_\[b_``\^c_^\ZU\^R[^PZ\OYZP_\W]XTd[Yj^\dXVldcĆ~hpgMRFLNENMJQOSQOUQPTNONPPMJJFUQKPPNOOSMLRTTXPPPPPPRQSTQTTQPRRIVSRRTTLQNHNH<@:  - - - - - -v}QcO  -  - - -   -    RQNllkqqskjnnltoltqptnlrpnpjjdurhtpnvptqnospqprpmnonoprrspompmlvrsplqkilutsspmtrnnmhxyttutrswqpwolqxuuoomvtsxsrtpnspjrrlppjqporrvssvppvsrwrqqtromlirrlsthvvjxrpvnnvqnrqnurmrnmrpsprtknlnpnxvttpozutrojvrj{ttplspmusszxzvuwvvxtssyzvtupuwoprktvswzyrttxwwxvtwrozwzxvrsrw|zquttuvusvtpuzw|wuzswwqsrwtrxspuvkxzquwrrsotvoprhvyltvnvwsxxtprmruunwt*4-  THJbXYa[XWVQ[ZW\[XXVRZWS^XV]VW\UY[UWXST\XZ`[Z[ZZXW[ZY^XXZZYZVVVTTTXZYTXRVXSSTSZZVZYUUTPZYT^[WXST\W`XXbNSV250  - NEKysxrntztzx|xywvvywzyv{~x{~twxz~{yxyutwsvyv||yxuu|wzvvztvyxyzzxvzvsztu|x|ursvvsvtvzx}usv~{}|x|{rzxxu}xzvy~xx|{~vutvvtwvyyx}zx|zyy|zw}zt|zv}|yxxv~}z|zzxxxzy{|wz}xy}yx~{z|zz}{~|{xw~xx|uvs~}|~~~|}|xwzzzu{{|x~|{|}{|zy{~}xzzxzx}}~x~{{z{|x~z|~||z~||}||z~y~~y}~z~~}}~}|z~z~wz~fki=D>      - - - - -  Y^Unpjnpkpppooqonqmmnnnpjhnhhvejv`gr]^n_]`PPHJIADB;    - - - - - pnm{x|p_f\OVNDF?4/,8,*F<+ZTAXTGWRHa^Xtqo{yyxt 527c^gf_hb\ba]\_\X^]W[^Zaba^\Z_\Xb`Z`^Y^]X]^Z\\ZXZY\\][[\]Z[]Y[XXZX^[_b]^ZXmcfgmjELINQRRQTNLPLLLPPPPQQNRSOUUPTRNPNUSTTQSVRTTRPPOLPPPRRTTSUUOQWRWQQVLRT@QL6F< - - - -  (p}M\J     - - - - -QJFxs~||~~~~~}x~u}~q{vv~y~{u~{v|z~}~~~|~~{}x~~|{{}}|{|}y~~{~|~~{~}z{~~|}|~}v|y~y|t}}x|z|~|y}v}zu|zx~}z}}~|~z}x~|~~~|~|}}}~~}|yrvy~|}~}~{{{~~~}}~~~|~{~~}y}|4:6 - MD@`ZVVTOX[VUYSXYTXYSVXQWXRYYUZWW[VVZVSZXRXXQXVUZYYZZVXXUXXUXXWXXWVVUYYZXX\ZX\[YZWURUXPVUPXURWQQ]W\\V`VW](.0 ^VO~~~||~}~}~}zz{{|~~jkl8<;   -  - - - -  - qlounl\YXD?B+:?,:<-:6.K,:3@<(@@0JF=^QSmY`p\]fXPZQLRI@RL@`YO|sl|~wvm .+0kipb`f\Z\`]\`[Xb[Xb\Z`]Z^_Z__^`__bbb^]\\\Y]]Y]\X[ZV^]Y^][_^_\^^``a[YVXWQjgb…hrgPVRIKNTQXTPURLNSOLMNJMNONSUMQUPPVPORPNPPONPQOPRPTUWMMVRSXVTR[TRTPPJKMENO4>= - -  - }nzm|h - -  -  - - - - -  - D??ytq~}xz~~~||v`aWHH>TNFsjhvswt|vt|vp|pytqx}~y~|z|xxty{sz|t}~y}|xxtpyvoywk|znvsnje^hdZ{tp~uvwvxx{x|}|yy||nlePMKqlp|x}}xz}xx|vv~y}}~vurRNNqkq|vyytp~xtURM\^W[\Uttdyzmvxoywtzw{x|rp`USrgf~sp}qkvwx|~|zzzxz}}}~|y~z.3. PFK`Y[\XXZWVYVWYXXWVVZWY]YZYTWXUXWWXXZYX\VWXRZZT\[VZYTVUQXXTVVQYXTWVTXVTYVWUTSZXXSPR^Y]]XZ\XV[TQ`VV\VW[X\246 -  `SN{|z~~~}vt|{{||}z{}}z~`]_453    -  - wlrrrr^\SFA6:4'71 <3"F:)E=,LG9SMAUGBO<6VD3_RE]RIWNBXP@d[Oynhztzzp 3,0jfmb_f\\^^^\^]X^ZWc]Zd^\a`]``^_```bd_``[[[ZZZ^]Z_\X`]Y^ZV`^Z^_\`a^\[XYVSlgcjreOTNJMNWUZVQURLMVROONIRROOQRNRUPPVPNVPMSNNPSTSQSPRTROPSPRXSSVSPMSOKKLHHNM7?>    - - sdrfz_   - - - -  - -  -=8:{ux{~}x}|}~~|}vtxHJABB7mhhbY[bZWlf`^ZO_]JVTDc^^d^bYVX[ZZhjdVYP[\ThfaZUQmg_b_RZXG`\P40&FB6g`Xe]Zg_\f`]d``iggZXU_WRxpq||yLMA# ]XZ^ZZ^WXlbd\UPifc}}|pqjLLB*&"\WY[VVTQHXVF,*CC9DBAhcbXVJVXHil]bcV\YNXPJ/$"WJGn`VXJ6pdYyx~~~zz~}{|063 -TIR^V^ZVZ[UXZRT]VW]XY[VY\W\ZUZZVZYW[XZ\X[ZSURXXUZ[VYXSVVNVVNXWQVTPWVTZXVZWVVVUYWXUSTYVY[WX\ZXZXTa[Y^WVYUX224 - -WKH}~{~|~~~wqzyz|~~~}~|{{|~}|}||hed--(  -   -}qtfecB@3*&'#0,!84%?9*E<*H@.B=*B:)>0!J:'ZL=^RIUKBTJ=WO<^TCrf_{z{o2-.jfihci_\_\\Z_`\_`\`^Zc\\e_`b`^^_]^bb^_cYY\ZZ\^\\`\[b^Z]XT^\W^^Y^^Z^\Z[YXljj€epfLPJKMLRQSUPQQLKTPLLJDTRORMOQOPQPURPWPNVNNTRRVPQQQROSURQVTPTVNMNQQLNOHINH:A>      }lzcu]  - -    6/-wpt~}~{}|~~{yw|{vvxzY\`Y]SRPS*$(4-*B=5+(.-(&:6/1.'&#864DD? ")) <:4*%"NIF94-+(63%95.>81;30:3/50(1.*>>;$"(`ZXtvv:@6HC?/+!/* E:80"^YPz{uTUI  A=9.*')'75'*(A@6642GCF)%$>=1WYF26",/34! E=;>2&(J?*~tl{z|x~}~|~v|188RGQ_Tf]XdZT^]TX\RR^UT\TT^WZ]X]]X^\Z^XX[XXYVWWXXZ\\]YYVXXPXXLXXLVVNTURZXWZWVXXXVVWZX[VTWYVV^]ZXXSVVTXXVWTV432   WKN~~{~~{}w{zu~~~~}}}}|~|~}~|{`^Z01(    -   sq{}yQTJ,+ -0-"64*;8/><0?;.=7(D=.B8,D9-G<2NESG7_RDth_|vvh#&,*+hehfdd`^\`\\]]Y]^Z]]Z`YXe[\e\]`\Z``^_`aXX^ZZ`^]`^[]_ZZ`XW`ZW_^Z^]Y^][[WXnln|jwmEPFLPKPPOPOMPOKRQLQOJSRPSPRTNPUPSSPUQOTOOTPRVPPTRPQUTTSVTOTRKPOPQNKPGFND7@6  -  -   -{hyvr     - - -  - :4/ofh~}|}~}{~}|z~|xuvy}xdhb "YZY66;"2-& $" #!" #!%#&$ -" -*"# TRO,)&((%$@=;/+&($&"$!43-776-c\]w|}:E<">>4(%&#/(!'vnh{xpHI9$$+)$$"<;0..&?>:,*(43--,)GF>PRA&* -04!(,?A0$  H>(ym~zzvzow{5=> LEIbWhZVbXV_^X`_VX_URaVR`VTZSV]X^_]bXW[XWXXXWXZ[XZ]VXYUVSZ\RXZMXXNXXSZZZZXXXXYWWZ\Z_ZX[VTUZYUXXRRTOUVVTUX231   ]QY|~~|~|}}|~}}~~x|x||x~~|}~|[[V)*      -tpmpk@E7" % 71"95+860871><7A>9PKETMHNGDD>:D>9@81@6-I>2QE9ZL@aTJ}rm|zk**/,.dafedf_^[ca[c`[]\X]ZXbZWf\Ze[Zb[Xb^Z`^ZXYXZZ^]^a]\^^Y\_Y[b\\`]\_[Ya^\\XZigl~}|iuk?J@LRKPQNLNJPSLLNGPPLNNNSRSTPPVQRSNPTRTPPQRRRQPRWSVTPQSPOQTPNTPLTPHNHCLB4=2     r]p}z   - - - +&&lef}~~|yzxy||~|{z}}~yzxz~xz{t^dP!$WVOB>B!$,((720*&$,*()((,+&,*" *'+)#!.)#85-76,TTM#$ 23(.3$38***#&%0/&HHC=3 .*80$90&=60>;6LKHSSSbacnjljdiechVTVB=:=4,@6*H<.]PAZMDla]~n" >8:e_ge`h``a``\eb]b]Y^XTcZSh^Yf\Zc[Xd]Ya]V_]W^\Y^^]_^^^]]^Z\d\`d^`a\Z_[Z^Z\hfj|gqiFPHLQLRRRPOPNRMFLDMRLLPNQQQOMLUQOQLKXRSTQQRQLRPLVRRSNOUOOUSNOPJMRLHOHCLB5@5    - - - -   u`m|x  -     -&(`[bzxrprzx}{zonsnnuoptttpxsnzpjti^|t{{~zz|vhkZDF2lj^]XV:6:JGJRMOHBFLFJLKLLKI)'KI?NLF:96JDB]XUTRL^_V<>8<=;SSOGJ@GM>BG802)KLHLMJ``^\[b>;;VPKvro|||U]ZFPGZ\QD@7KHGRRT[Z^~{xn\YD;9%D@<\X`HFIHHBXXRNNM\[_ROPXVMDC2QRBQSGBD6DD4aaPNODMQKDJDEF>ie^}|}}~}y}}|vqtv||}~zqyp3=2  GFG^\]\\XTTQZVY[V[[VX\XS`YT]TR`XV\WXZX[VXXYZ[]]`WW[SVYVYYZ\ZXXUVTQZXTZXXYV^XW^VWYTTV^\`XVYWVTXWRWWRWWTTYX4:7 -   aVW{~|}|~|~{||uv~~^bJ<<)H@6^SNODFPFJ_VZHB@XRLGB596"XODTHIXPJQL9GD-|lz_]Z540882\XX]PPH;29/(`V\{}ZSF<5!PI;^XNJD:4/$RJJypzZQX;49jdflibEB5@=-JD=`VVE;44)PH-uvb{~~{TTN-+#    sif`]Z32$ **"0*&2)#A61RJEc`\ggfnnquty|wvt|^[]B>6=5%A7#PD0_SDjaXx:46f\fd[gd_gb`dab`_^[\VSj`Zh_Xf]Yc[Xa[X`[Va^U`]Va_Zc`]`^\^\\\Z]bZ_aZ[`[Y[XVdcf~~|kskHPHHMJPPTTRVPORLRMKRLNRONNLMKHXTPRNJRNLSQPRPPSRMQQNTRSXSTUPLROFOPFIMDCI>7>1  -  - - - - - - vcnwq -  - - f\`|lnxFJLnqtfhh@?=@>@OJNQPHQK?WJ:QC2vnf}z}}~~~zz{ttrj~xwrpkfhomntrqsnqqimrnnjhj>::ROKyvprqkjkgssrz{rpqturlmhnnnuturpnvvnpqfhjavwrstttutxyznmlxus~{ywruplqiuxoronzt}vu|{y~|{xrvtfqmbuooys}roxsssvvsrrpxxxwuvurllj^wxkuuprqrxwsyvpxtlxwtrvxloo}zy~|~~{ttz{vtuvx{~}~}}|{~yv|r3=0 - KHN\Z\[ZTWUPZUS\VX\W\\ZZ[YV[WT]WU^WXZXXYZZX[Z[\]ZZ]ZY^XWZ\]\ZXWYVWZVXYVYXU`VT`VV^VV[XVYXUVWVTXWSXXSUUQTXR7A8   -`WO~~|~}{{y||zv{|~~{=>1&*5/"+ 1((LDG3.*! FB0:0,8*(3)/)|ue|[VS  QQO2,*/'" JB:wnw1*$#:0ZPD<6*NNGtqu843 JECYWN&$!SIN9-/VL8}hyxu]\U*)  -  leb}|TPG/-&'" +&'*$'5,1NBDfYXskernhppmttv}y}wxybaZ<7$92A8`V>ogY~~210faii_mf^kd`habd[^^[ZXi`^i^\e[Xd\Za[[^YXb^Z]ZT_\Uc^Z_ZX_\ZZ[Z[Z]^Y\b^Z\ZV```~}lqjCIBLPNNNRPOUNNRNPQJLJOPMNNIQNHZVNTPGNLFSSNRRORPPSQNVVVTQRTPMUPIQNCMNDHK@6<. -    p_h~ -  NFN{Z^W%,&_diHLO !&&"30052+*'/ -@.wkd{}~|~~z}~{z~}z|~{z~zz|vv|xwzxzhdiztx}~~|z|~zy|}~{y|{{||~{zxxu}x~z||{}v~}y~||}z{}yzzp~~rzzt~~{xz}zx|{t|yx}x{v}||zz{v}|x~|v~u{{s}~{~|zzz~~~}|~~}zztqryywxzyzxw{~z~|z|v3=.  NHR^Yb^XZZUQ\VR]VT\WXYWXTURY[VXXYZXZXVX\\^[^]TWVWYZ[\^YVZ\VZ[VW\XX]X[XV[XV^UT]VV`WW_TRX\X\_XZZWTXVSTUPSZR:E8  XS@~z|~|{}|x|}xsvx|}{|B@;"&04$20*60.G@D413$$*-JL;.+ $3(ujtkh$ 22'gjj)*&40$+#B:4{v0,+$ =6xkcRJArtly|v&)B@6TPK# !nbnSEJ"zoezztRRI leezzTNB4.0,3-#/)%,#!D:>^R\pbkvjjtkdupgvtm{wpzz~|~tvlLL683<4]T8rkWv~|"!,.,cbhfdnf_jc^fa`b[_]XZY^[ZbZZdZZd[[e``_\^b`a`]\^ZW_ZV\WT^ZXab_\[[^\]dc_`^Xeea~~~jnhHLFLNLNNRQPXPQXLPTLMMTQLRPHSNHVPHSNFPNERTKPRLOOLWTQ[XVRPSTORUNLRNFNLBMNE0 - LFN\Tb_V_\SU]SR]TQ^WUYWUTUPY\UTXQXYZ\Z\\Z[\\[VXUXZW[\ZZXX\WX_TWaUW_X[YX\XY]TUYUX\VV\RQX\Y`]W[[TUXTQUURPXT6@6  RP4$$ !5+$vvvr,%=9+uvy #44#*$B:6?AA!!$"qheWPG vxrdh]! 9:*FD< '#&vlxXKN%~sqdfZ  vnl~vvXND3+5.>6(,#%LB>nahrfqvipthhwngxqgztizs{}~}|oq\@>:3VM1tl[~~y ((*caka`i`]ec^cc^_`^\Z]\[\[]Z[`Z[aZ[c``_^^]\__^`^]\_\Z\XV]ZXedd[[[\\[ba[^]Tjh`~~hidJLEHHFNNOPPVORYLNSOPQSROTPHWQHXQITOGRPHOQHOSLNOLQORUQTQNPWSVUPPQMINLEKLD9;4    -   - n\b" -   -($^MZpdmutj`fN QNP846 #<@>%*' -F>.||{~~|z~z|}}|~{xx|vvxzyx{yy~||~~{}{}~||zyw~z}~~|{}zxzwtzz|zv~v|w}|||~|{}v}u||x}{|{|~}|{||uu|tvx|{}|{wxyr|{rv~t{}s~yxvv|wxvwxvx|z}{}~}|~x|||~~}y|~zzvwx~y}v8?3 EACZSaZP^^QZ`TV`VT]VRVTPWXS\^YY\TWZRY[XYVU[WVYXTZ[TYYTWWTZWV\TUbUVaWXYY\WZ\TWWVZXVWVTTU\Z]\X\XUVYVUWTRX\\3:6  - UPJvx|zv}~yxwz~~}}}{}{zx{v32'ol`~|uLN? ,-#""?>3 - xni|ttVLB6+>3&F<3&$ PF>rfithppemthmsigphcqmd~xpzy|yZV>6/OE)wn`zyq,).fbod`ja]^c`^e`\b_Y\^[\^^``b`\_^Y\\Z[ZZ[YZZ\]]^^^`_^_]Z`\[ebd^\_^\^`_\ZZRkjc~}~~~hjdHJ@LLFONONNSPRWMPQMNLQQMTRKVQIUNHTNHPNHOPJNRLLMKNNRROVQNUWTZPNORNKLJCDD<45.   - - - -  -pZb-  - - - - - - 3#0XJUofg\\N $?B.B=60*75.\^`9@>15/?>4ZVN~||~x|||w||s{{vxywyzx|{y|xvzy{x}tt|xz|z}{|~zzyu~~zzyvxvr|vt~{v}x~{x|z|zsstjah`]|z|||~{xy}xtxxy{zxxxxzzxz|z~{v||v}{x}xx~xu~~~~vtpQNF[SOtx|ts[VRxvr~}uz|ovzl{~rde\jd^c[Vthasnxv|z{{~}~|}~|x~{zwzx|x4:1  A@?YVaTPZ^U^bUYdXX^VSWROXWS[[YXYTY[TVZRVXR[XS\XS\YPYYPYXS][X\VT_VU_YZY[]VZ[VZXX[WXYSVVQ\YV]YXVUTWVVXWW]]^355   [RU~~yvxz|~~~{~~z}|r><+FD.u[YL(),,#A@:HH@+(#-*(><:884IIDKJF><;~x20%MLAxvtDA7(%/*bZRywl26% 48&omlXXQ;<2lloJKH02(FH8<<-BB399-UVN>B8cbZh_UH=3|sn|z?>2  ~qirqmSL?:/ @4,J=9#'RH@oedqhlnejqjjjdbnhizuv~||rJD/JA*~tfsvn"$0-1kfsgbmd_agbYgaTc`V]^Z[\\bbd`^a][^ZX[[\\[][]^]__^`^]a`^d`_d_a^X]^\^^]]XWShhd~|~||~lniKNDKLCNNKMMPNPRMNNMMIMMFPNGTPKUNLQLJTRNPRNPSPPQNQQQVTYOLUQOXMMPNNHGH=FH<58.   jXb, -  -  - 6*5ZMVbYWTPD]^NbdZ`[Vmcextzhlkgkinpnvutzzzy}|vxuab\ghbpqjabYghgllnb^_ha^pfbbWVcZZhacojib^Zc`Xjh^dbZc`[rlmlgdb`Vjg]lg`e_Xc^QIB6<4.zvv~~~pnj`\Ukbbnfffa\jjh__`eaangfb\Xhc^ic[`[Rmiezz~XYP61*xnr}ha^7-(aXVhb\eeSX\H]`OHI:HD7:1'ZMDtbXm]Sqd^|x}xx{|z~~~~~~}}~{,2+ - DCAXY]VV\XX\XUU`WV\TQZURYVSZXVYWW[ZWXXRXYPYYP[YQ\XOYVL\YRa^Z\XUZTS\XZVXZTWZWY\VXWYYUZXQ^YS^ZUXWRVWTXXVZZZ235 -ZPL~yzz~~~~~}wfc\snfztojZWO]Y[plmpnlWVN]\Tonjljgpomnmligi|b^\rpmlji[VRf_\~z}zbdTU[Bkn_utsfgd{|}jmkopj|zumidojcjf_zzvnrkwxp~zrpjb}zxuLJB   - thtqjRR<745*!J><-""ND?f\^kdhiddlifkhd{zyplaVPB~vlpvp&*/+*lgnjdlf`dha]f^Sf`Ta`Y]]\c`c^\a`^c^\`^^`_`^__]a`]c`^hcbd`]c^\_YY_ZZ_[Z\ZXgfg{zx~|~~fjdHLBMPFOOKJHLLLPPOQQPLNMDNLCTPJUPPRLOVRRSQPTUTQQPRQPTRUPNTQPXLKQLLJFH;EH638+  -   -aT\/ -  - - -  - 7,5]QWtjjzup}|x{{{}{~~~|~|xx~sNTG,0$<=8FGB,-#66/BAF.+2>;:84/0,(0*'=:8JFD3.*74*DB574$84,HBC8210-$FD6?> 1-(mel{y}\\T"8.+TNJ>=-,1:<*34!63!("C82B1);&dQHyr~}zyz|x|~~}~~271  KGF[Z\VWZRRTTTSYYUZUR]XT]YX\XWZVXXXYYXU[[S\\Q\ZPZWNYULZWO]ZUZVTXTTZXWXWYUVZXY]VWYXYX[WT^WR`YS[XQ[\TXZTWXT8:8 - WLA|~~|~~{}tvz|ww}|x|~y~~~~DD? {maz{}rl`WB;5*(NH;=4* >61`WZlflkhjhgcnmi~}mj_ytktwu"& 2.+lfiidgg`bh`^d\Vf^Ua]V^^[a```[`d^d`]b__aaaa``^b`\ea]fb^\WT`[Xa]Z^YS]ZQ[XQgef}}~~djcFK@NTGJMFIJKMNSPORQNLQMFPMDTOHSNMTPRQORPNNOPQOOPVSSVRRTPQROTKKNKLLFH@BF408(   -  -`RV7  -  -   - -:/8f[a{rv~~|x~~|~~~z{tx~o19" #*+("" &&*>?>&(#672$!!0.$"!&".*%"54'%% ,&,"H:=|svkll " 1.  =>)35&"!6./("2.$4-'J?7xrp|||,/,&[T]zzTZN"WRN11&#.1&..&96%-*<62>1.2 dMFxr|}~|xx}~~~|z|}}x}v9>4   -SHLbY\\VYZWZVVVZZVZZVZWU^XX\WXZUYXV[XWY[[XYZPYZLZYMZXNZZRZXR]XVYUTXUTYWUZZZXXZYY[WXYXXXZVT^VR^VR_\VXYQRVN?C<  -VH@y~}~|}|xxyts~x~{}NMI -    "tj`yx|nhiYHC43)VP;OJ9,%*#YQSngmgdgdcbyyxz}rz|{v611hbehbcf_^g_\d\Xg_Xd]Va_Z^^^``cb^d_Za^]a`_``_^b^[d_\f_\]XV\XW`\[`YYa\T\ZLgd`}~ilfILAKPCDJ@KNMMNXNMSPJMSLKTNJTNJPLJROPPORNMONOQPRRRRPVQRWPQRNOLLKIJHBE?@E82<,  - -  - - - aOU)@( -    - - - - - - <2:f[a~uz|~y{~|~~z|rzm-4 $+-))(0.,5..3JLN$$$##!()&$(",2*"0,&(%#".,"&#,)!;;2*,"*+ 20'<62E:;{psmjh" +(#"LO96:* ,.&>346*870@:4,[HDtp{z~~}z{z|}}|yz~}}|x}v@C: PAIdY\_VX`X[\VX[XXWVTZYX^X\]UZXRVXUZXV\XXZVXSXZOZZN[YOZ[SX\R[\W[VX\VY\WV^[X[ZVYYXXXXVVWWUUYWT^XT^ZWXYURWP=C:  -VID|x}|||{~~}~{xwuruz~|wRL> -  -  -!ke[ytzngpaTVD4H6&\L;^TB@6$$ JBj^c|ru~xy~|}}}}}|wrx`(0:<2LNH/00>>HPOXPRZSV]9;?BADFDC?@;>2?=4QOLBBCBBBNNLSROJFD}wxnjc %"FB9FD6[\OTXN7:.EG>RRP>=8@@9IJB;:5TNRv{ojj??;,-*BAAhdixz^b\AB4JJBPNLIHCFGDNPTMQURUQLMJDDFKHE?:2i`Z|x~{}}||{|}{y}|{x||{x|vBF? K>FdZ\]VTZURb[Z]VVZXW^^\ZXZ[U[]W\[TYYQYZT]YV\[[ZXXTZYS[WTYXT[_YZ\ZYTX`Z]]YVa^X^\WXWTZZX[YZYXV\YWZVTWWXV\Z4:3  XMJ~||z~~}|}zvvzSN@ - -     g_[|zwr{rlsf\jZOeNE_F
WC2:,C5#_TJd^Ytpn~~y|~vj -./(a``d`bg^_h^_dZYe^Tc\Rc^Wb^[b^^a[`d^c`Z^_Z]a^_a\\c]Zd\Xb[V^[V`\X^ZZa[_f[dh\ex|~~|~|~jhfLJCLK?ONCMNHOOPPMTLFMPJNSNPRLOTNRRNRQNNTORVRSQPNRRMRRLSPLRNLLGHHGEGHD>B848- -  - - - -^JV*< - - -  - - - - - -  "H;=nbd|rt~||~zz~{~xnrb9@(:@-lnfrrp`_bhgorrxrtznqxikpjknjhhqolhhdbebjnnomplgmplvsrrih^gh]srqkiooouprtprqhhh||}ihc22"YUBwqiupkzwvxvvce_mnlpppdbbljjqopllntt||~nliffeutyzy|{uwvgibopknnpqqpnljsptqptprtjjppottnvpin|y|{||y{{~}~{|}{~||~z|<@8 J@GcY_\ZVXZP\[S]YU`ZZ][ZXXVXXX[ZZ][[]UXaU^bVc^W_ZX[ZXZZVY[UZ\XZ[\^VUX\ZZZUU]YVZXRWVP[ZV^^[ZXX\YZXVTXVTZ]Z284 ZPJ~~~}||}}}z~xy{||~[YQ  -  - - - - - -k``~~vtyrjxlctf^s\XfFCiG?oM@]@.H2XI8j^Tzrn~~xi ()"bbda`dca^ha_g\\e\Sd^R`^Va_[`^]`Z\e\`eZ^f]^b[\`Z[d]\e[[dZW`[T_\S^ZUa[[e\bh]fz|~~||{}~~dhcIIDPLEPJCLKFNMJNKLLHJNJKNLKONLNLORNTSMPSJLWPPRNKTSMQPIPMGNJHIFFIFHHJG@F<6;0   -  - -   -TAP>M1    - -  - - - -   H8E>5;3  -     Q@PIT? - - - - - -    #QBEnc`~vp|v|~~w~qyzy}~xz|yz|~~|~}z~|~z}~|||}~v~w~uzz{~y|~{z~|z}|~~t||s}|~~y}ty}r{~xy{y{{w~xx~z~||~zz||~|~|}~~~|xw~z|}|~~~~~~||~}zy~|~yy}||y~~}z|yx~x~{{x~z}z~~|z~|}{sxx5:4 JEC`Z_ZTZ\WZ[[VTXOXYS^\Z^ZZ][W[ZTVWRVXS[YXc[]bV[`TZ^VWXTT\W]_X`ZV\XXZXXXZZV_\Y]ZW[ZX\[ZXXVXXVXWXZZ^[]a[^`9>:   XKG}~~~~}~~|zz}xx~{~eh\    -    -tefz{tutnrjpimehb_Y[VZVXP|NFwVNmf|~zztpb#"..+edlcbjYYX\\VebZd`Vf`Vd`Yb`]_`^aa`c`^[TSdYXgZZdYZk`bf[\dXYe[Zb\V`\R_]R^ZSe^^€zy~z}}gph;HHD5<6 - - - B1D6?/ - - - - -   - - -   * SCBtjfxt}x}~z}~}~}~z~z~|{x{{t~~}}|}~|x||zzyz|v|qs~v}~w~zxy|zz}}|{}z}|~w}|y~|~z{~o~v~~|y~|~~{~|||{||~z||{~z}|||{~{zv}x||x~{}z|{~~~z}x|~{{~x}zt~~zt~y~~|~~~}z|{}~|xx}|u}zy~~~~z}|}}~}~}~}~{{~|~}|~~~v|zpwpvpuqktpjnrkmxnmrhfjcapmliffkhfrminlfijdiiftppvqpnhdpkenkbrqfopepqhnmfpkfuqolejtnoqlhmhbpifsjkxpqmiimihsklqffnf`qjcoidpjfnielichd^snhvrnnhfnjholhojeog`tkfwniphexqqvrrlhhnjjplkqlmplesodomasndyrkpfcrhhvlmqggxnhxnerh`tj]ri]rldtnhunjrjiqijulnuimwjjtjhsjgrlfuplqlixrnqjfrjhrmmpjjunkoidmkdtqjsnnrlnuoowqorkgxqjtlfnfdrjhwokrigsgezlhvifneawsmUVN+.% -      -  "pZVzzxxxttmvnwmxkvhparesltsyt|vz~}~{{|z|rm\!!.++bYaf\^cXYh`^^[W\YTd\ZdZXg\[d^]`^_a``d__f^^d\Ze^^d^^b\^\W\b]a`\_`XYbZZ^VUmde~{v}zs~|z~x||gmeFJ?GJ=KNBJLBNNHLLILNJJMGLOINOMJILONROMQROPOKHLJELLFJJFLKKMLOJJMJHHHGBHI@;>2   -  -  - -   -  -  - - -     -   - - -   - - - - - - - - - - - - - - +       +   +           +    + + +        +  +      - %A:;<7>385.?;6<82A?4;;.@B8>>8;:5<92=;6<<7::6<;9;:7;89958?:7@94B:7A:;:6/:7-;:19:28:048&:;+98-85,8419769:865241(<6)A<.:6*<74744442::653*86.41-=57=45<8231%86(84';4,;4*60";8.46003/6402/(54(85.;75:56>9094'<7+83*=12A25<42874752:5.93)2.%92+A62A42E46A21=5.=;0890541<89=66:4182,=4.91,72,31*><5:8154-;84<66:57=:89613/&:8064188622/   -JEFYTUZXVVUQYZTUVPYZVXWXZVV_V\]Vc^Yc\TZ[ST^XW\WX]X\YUY_\^XXVYYW\YY_X\`Z\[ZXZYV[ZT^ZU_YS_XT`ZY\Z^XY]TWYX^_6<>  *(&@><<9<62/940A86E846,':6142/33/<;6;<445,12(?>4?:45-(<4,;6+98+78)67(:8+63':3.<44;5484.64*73,;53@8:624200853<42>7-:4&:3*84-84/84074/63-=:330(72,64.76/51'=7-<6,40$>80<83852621732<862/&72(:8.31':6,<5,:0+>42<20<4.7,!<0$6,:. <3'70':3*8/(3*%;31<23MKEPNNNLNNPOMNKLLIONMMLMNNNONNPNJRNFUOFQLDQOLNLPLMJHJB>A5  - - - - - - - - - - -  - -  - - - - - - -  -  - - -  - - - -  -  - - - -    - - -  - -  - - - - -      -  - - -    -  -  - - - - - -  - - -  - -  -  -   -   -     -    - - -      -  -    -     -  -   -      -  -    -   -  - -  - -KGJ\WZ\VVZWT\ZVYWSYXR[ZR^YNaYLcZR^WT\XW\ZWYVT]X[ZWVWTP\VR^]VXZS[[XZYW\XV]XUZWVYXY^\X]ZPa^OYWLZXTWTRVUVZZX>@: -   - -    - -  - - - - -   -         -   -       -        - - -        -  -              -     -     -  - -  - -   -   }em~~|z|~zxh 61-d\^kaag]Td[Le\Nk^ThZQfZSbZVe\]f]ad]bc\_aXXeZWj]Zi\\f[Zd]Zb\Zd`^gb`d_\e][e\^||~~}}~}~~~~fldHMDKMBJJ?NK=MJ:NK; - !!!$ "" !  !!  "$"  ""  !!$!#!"#$ %   """"!#" ! ""!" ! "" ('.&(* -"ku|zm - 84-ha`kb`g^Te\Lh_NiaRbXOfZSbYTd]\`\^`]b`\`\VVbXVh][g\\h\\g]\f`[f`]kdbd\Z`XVf]^y{{|~z{{x{yy}yhmfFIALMGMLDNJBMI=SNAPLBLIDOJMQLRPNSNNOHIEIJDMMHNMLLMNLLMJIFOKFLNLNNMNNLLNI@F; - - -          -    -12-+,'23-01,01-56101-240/0*45-12+34.22086564353243264045.681684345004448778553332658749556063395260-0(24.23.22/578158267152/10020875644538429:9=576.4558<026779<;<76889<7:<4:96:8130:<84636866;88?88>847579:8<<0898<>1646::89<<<><;>;:?>@9:><=A;:D89@<=A<?=<@?4::;@@>><><;>;===@8:>;8;8?>>=;?B@BA@><<8<>;8@>3:;7<=>@A9:;>AC;=><>=@@>@@?=<=<:?<<@789>@>@@@==?<>E;?I??FCBFWVZ[Z_WWYYXYZXXXXX[\^aZXaTOaWV[TX`[a^Z^ZVWZVR_ZU\XS\ZUY\R]^PXZO\\VXYTXXT\ZV\YSZXRZZVRRNXUP_^[\]YXZUXXWZXYJGG:64C@<;9::>>;=?=>?AAC@@B>>@>>?==><>>9;<=@A>?B?>?>D::7<<3HE==::B?C;79>::B>?A>@BCA;>@?@@?>>>AAADDF8<<9?A8<>>>BC@E?>A?@B>ABACE@?D>=@ABB>@BACD=B@;@?DDBC@>C>=@@A8?B5@C8@D<@E<=A@@B@DDAGDBEC@DD@DB>CGFJACG?AB@A@?A?FFG@@A?>=CB@HFFHEFB?@EEBDEBBDB>DB?FI@FNBFG@BFFFHJIJKJEFEHHIFFGEFDFGBBE@AFFEMTDINDFGGFEKHJJHJFEAFD@HFDSOWNKV&((  - jo~yydept~zr\pad^hfy|}zp#$0/)gbaib`f_We\Oh_OjbRaXMd[Tg\Ze^]b\`b\bd_d_Z]c^\jb`h]^f\\e[Zd\Wb\Td]XcZVdZXi`a{z||x{{y||w|zjnhKMDPPJPMHOLFMKEONFLIBNLHOLJOLNNMPMLPJJIIKFJLDLMIKKKLMPKLMJKIMONLMLKKIHIE@D> - ($%@8;D>:GC=A@9@@::;5;=8;A=>D@;@?:???@B>=@>ACECHI:??9>@@DD<>:>>7==49 -  >9C2#>.#0"C3'C.P4!`@0`?4`72_:)`G2RH;b]Uh^WbQLB*&C)bJI@  @:?n:8|<4>0MCfbɃ᪶ζt^XYJ@C;.A5'S@4fSIzkcx 4/0d_dmhld`dd`b_[Zc]]b\\c]\f_^b\\d^bd`c^^^\]Z^^[a^^b\^b\^a\_\\ZWZTZ]VUUP^]Xde_~~{~|~}~~vwjtfHJ>OKCSMHHHDJKJNJJOLGMJALK@QQJJJGKJJRNNPNLKNIJNHJNDMOIPNLRQRPRSKNOLOMNOKIKH # - 'zfoz}y||~~~}z~|||E= - - C;B]U_ZTXXTRZTJ^XLXSH[WPTSORTPRVSPUPTXUTVSVWRTURVVTWTSURQRPNUVQPRNPPLTSPWUSWTVWTWUTUTURRSNURNVPNXRRVPVVOXVRZRRURUVQRPQRMRRNWXTRRPSSQRTPRTPSTQVTOXTRXTT[WUWSTURXXV]TQXSRUVUUZVS[VRZUQ]XTZURXTNXVHXXLWXOUVNTWPRSOVVUSSSRRQTTQVTPVUJXWHVSD\UH_WOVQNWURUTRVYXTW^RT[VVZXVXVURWTSYSVXSXZVZYTXWRTVTRUVTTUVTTRVWLYXF]XG[TLVTRWWZVSWXVXVVXVTVVSUYSS[VTXWVXZUUWN[YRZTR^UV^UR\VNYVLYYQZXW\XY\XVZXW]ZZ]YU]XT\YXVUVVWXW\XVZTWXTYZVVVOYVQ`[\[VYXTTYWR\ZTZYRXXTXVXXV\YW[ZXV\YYWWYXZ\\^^VWR[[Q]ZO`XS[VV^XZ^YZ\WT\XV^Z]\Z^XW\YX[YX\\[b\Z`WV]XVa^W`cZ`\TX\X[VTVWWXXW[ZZ_XX\XX[[\`UVVXYTXWRVSPZWXPNOUURXYQSSIVTOURMZXVYWZVTYVVVVVTXXUZVX^WZ_UWbXX\XVUVPXYTXVWXVZYV[ZXYZXTWWOVWQZZWZWTYSR]YX\XZZTX[QV`RXbUWaWV^VR_XR^XSXVPZXT\YWVSRUUSSSPWVRVTLXWKXVHXSF^WMYSNWSPVTQVVUVY\QT[TTZXVZVUTVTRXTTXTVYVYYVV\YXZWVZVW]YX]ZX_]ZZZVYYW[[YYXX\UZcYafXbaRZdVYg[Ze[Z`Z[\X^^Z``Z[`WW`WZ]V\]W_^Xb`V`bX\dZZdZXb\Z]\\^]^g``gZ[hV\jV^lWam\ei^ce]^41,  l}nvI6-)( -L%"zL=t|bL0D2Q7Y9aBa9e@cTbXcLZBVGoL9P=(B5$SJ;xle~u* 5,)g^_g`cb\\d[ZdZXg]Yf\XdZXc\\aZ\e\^h\\dYZf\^d`b`\bb]eb[d`X``Y[\XV[ZV__X\[Vfb`|~|||~|~hlfEN@GM>IJ>NLELHEKHFQLJPH@RM:PN?OOHNNPOLRRNRPMLNNJMOHHLLKNNNNMLONFMNHPRGMJFJB!$  &!q_iyxx~~x{~z{}w~x~~~~}yztyvxxCJB  -  @7;\T\WSXTRTVTOZWKURHWTNUTRTVUTXXPTSTXTTXRRXPPURORPRTRTSTSSTTUUTVUVZXSTQURNTSRUSVRRRTVSPSNYXTVRPZRTUNRVNZVP\OPTPRSQSQQRMSRNVVRNPKSVRORRQTUSSSXTTSNRVPXYTXTPPTOUXR_VN\VP[XR\WRUUPNWRNXSNZTPZTRXSRWVNQQISTOWYTUVPTTPTTOTUNRSJXVPXUNXVNVRKYRJ\SNVNM\WRXUQVVVVX\PRXSSZWV[VUWVSQXQRZRV[TWVORWPTYPVVRSSVVQTTQSKUTEZTC^UK[VQVVVZ[_QPWOORSTTTTSWSR[WUTSVVXYRSNVVNVPL[TS^TV\SP\XLYYHXWJZWT[XWWUUZWY^XX`YT^YTWURUUTX\XVZVVXXYY[XWVZXT\[V[XXZUZYVXXWVXWVXXVWVUZWZ^Z]`]]][X[XXYVXVVURUOVYMZ\L\ZP]YW\XX]WY^XZZVUZYXXVZUTYWVXZXXYXXZXYYY[TX^VYc[W_[U[XRVZTTZUS]XV\YXVUUTTUWX^PSXNRPUVQXUS^WYOILTPRTTQUVPXWVVUQ\ZTUTPYXXUSXSRVSRRYWT\WV`XZ^VXZSUXSSTTKVXOUURRPSVTV\[YYYRXXNWVNWWQTSPYVTXVVXVVYTV`UX`TV_TT\TR\TO`XS_VP^ZU[YXZYXVVRRSLVVNXUPYVOWTLVQJ\TLXPMYSQZVPVVTWYZRTYPRYUUZWUYUTSWSQXQT\UXWRRZVTZXXWVYUUW[Z\]Z\YXVXVT\YZ^X\\WX^XZ\RZZLV`RYeVXbVV]TT^X[_\e`\daXWaWXcZ^aYa`XcaVccX`dYZf\Z`[W`\Z^\\b^]`WX`RXjV`oZfn\hiZdg^b942 - -nvuzUF:/ -" 9f22RFnT`/k^P|s*  6(+k`ckcf^XZd\\g\YfZTh^Te\SbZVd]\c\`e\_eXZgYYf\[aZ^aZbd[hbVcdX_bYZa\Xd`Z]YThb`}}}|~|{llnIMGJNDKLALKANJCNIDRKITJLQJAMK:NOCKKJLJPOMQLKIMLFOPGMLFMMLONJPOJJLJKPPINKHLF$&  l]iwz{}~wzu||x|~~~|}z||wu|uwsGOC - - C:>]TXZXVRVQSVOUTHUUJTUMVWTUVXUWZSTVUWUSUORVOTZYKQNHLIHKLOSVTX\RTWMPQHKLKMLRSPPQQNNLNPMGKGLPLKJHQLNSLMTNRXS]PRVKNMLMJGGBKJDNNHKLFNRLJPKOSTTRRWSSLFLQKVRNULJGLJFQNTRL[WN^WM\OKRNIJPLIOJERKFRJHTNNYTVPOPRSSUWUTTPPONZZWVWPPRGNODPPGTRLSOMSOOWRQ[RR]VPWTLVTRWURTUSPQTPOTNKPNJJTPPZTTYRQTLKULNTKOTKOZWVQTRNPMOOEOI:TL@YSKTRPPPQHILKKMLLLLMILKFPNJNNPTUWPPMLLENLESNJVPMPFFWOKYTHYXHXVP[XXZXYZWY^XX\TO`XO\XRWVRYZXX[XVX[ZY_YX\ZYXYXUZYUXUUYWZXVYXVXZZZXZTZYT^ZX^ZWZVSZXT\XW[WUVVPVXLY\L\\RZYV\XW^YZ]WYZUX\YZYXZXV[ZWY^ZX^ZX]YX[[ZRVWQY]SY^TRWNINMIJUOLZSN^XSVTRZY\ZY`VV^MPRKNLHHFHBCLCFPIMWSTXWVUTUNMKMMFKKB[ZSVTRMKNLJPNLMPNL^YV\VRRMKSMNRMKUSJQRGJKFMLKUSTONJPOGPLBSPGVTRRRRPPMLMINNLRNNULMQHHXPNZTPb\X]WS\WSXTS[YZ]\[RSJPRGNNDSRKSQMRNNTQPYRR\TRZULVTOUTSUVSRTTPPSPMRMILQMMXRR[UTWQQSOLMLJIJLNPTW[^\^^XYWNNLLIISKQ^U\WPPPJKLCFTINUILTHJRGIUNP\V\^Z^RLHSLEVMJTKMQFLSHQZNWaVZd\Z`[V_]X\[Xd`\bZ\dX^fV^lZcjZcdV]cZ^4/.xlqz}h^PB39M -v,!8'@D`/_{o_[@J/h@/jQG~|v%  - 4+.lbij_faZ^g^bk__gYUh\Rf[PbYOe]Xd\^d[`eZ`hZagZXeZXbY^e[hdXhgZffZ`cYXb[T]XQhc^}}y~~||~zz{nmpLJKPLLLIDJH>NNANL@PLEPJFLFCOLDKL@HJEJKOJJNNMJOMFNOCNMCLHCNIGRLEPLFPQLLNJGID&'  k[jvztz~{y}~|}}~zszz}}wvxux}|w|~uEL=  -GFHQY^DHL335-*+.//JQPDIE44102.*,*,/.000745A;;LFDVRTRRV8:8/1--.(00(//'22+:<5@E?HOJVUSGCA1,,7292/600--."..&203OJUNHS41942664340,50*80,=65MGHRNSTSXTUSTURTSR\[\LLH9;203(7:/PQITTNVTQWUQ\VQ\VNZVPZVR\VNPOI01, $" &" <9:PNNVQMHA<70*0(&=56PLJQRLHJD44,/*:4&OKAGD>.-+-,*43143001,-.&34,JLIJKI660..%01'44-20+60+D:7MEAVRJXTPXVTZYVXXU\VTYRL`XL`XLXUNXVVYYYVXZYX^XV\XV\XWX[YWZYU\[XXVVXVWXWV[]TVZMZZPZVPZSP\UT]XW\YVYTP^ZT[ZN[ZTZYV\ZW`[Y[UUXRU[VZ^[^ZX\\X]]XX^XWZVVZWYVXVT[XTZX9;;/,.*')@=46-14(DF=UUNTSNWURZVQ\UPZVNZWRXTOVUO?>9%&$! &" .**JGHTRPRNL>;7*)"&%&66;PTVX^]GLH),&$$!:8:VQV?:6.,!+'!-'%.&%.&(*!%8.5ZSZLHJ/,(-) (#,' +! .##;/2QFJ\TU]YV]^W]]Xfdaa\\bX^_SZ`RUaSUe[[\TS-)&rdn|rh]P@%P(b/<b;r|tV8F&hD2kl|r#  -512gcff[_dVZfYZfY]bRVfWTfYQdZPc\Rc[Yf\`f[ceXbhZdg[`d[\b[`cZfcYfdXb`TX^TQ_XOf`X|}z}}{~|~~|||zppoKJHLGGSJNNJHLNBLM?ML@NLDLJDONHJKCGICFHJJKPNNNMMGLMBMMBLJCRLISLHTLESPJMNIDFA&& - - "kZhyzv{~}|~~}z|~~}~~pfjSHNnck|sz~|{xu~w~z|~vBE8 - - -H;FXNUVRNUULVTNSVOUZRRTMTXRQURTUVXX\XVZVTVQTPGMH  6;9NXX8?? -HON4<6"920MHLPMP"$   - ')">@=STR/1*  NLODBD  2,,KFHTRWTSSUVQTTSSRSBB@ !JLBWYPXXQZWQ]VPXRKZVQ[VPVQK42,   +  -! LHIUQN<:4!FDDXXV38/  %$HH=,,$    HJC@A: -%6+$PGDYURWWQVVPYZT[WRZUMaYN`XL[XN[YW[YYWYWXYZXX\YW]ZX]\Z[[ZXZXUXXU^]\[ZXZZTUXLVZL[ZP\YT`XX`XZ_Z[XUR`\W`\V\[W]\Z]\X^ZXZURYTS^XZ^Z]ZX[\X]]WZ[USZTUZUXXVXX\WV[T  - 0/0TTSZYWZZ]VV[WV]<<>  - +&$JHJCDB - #"PNIONH 0,-[XW><5  (%'FDD%$    .&"bZ[5.1 - - $841PNNXXYYXXWWVVUVVVW22/57.TVLXXPWVP^YRXSLVTNZVRWSMNMH   -302QNNLKK,,*  - -QSVUZY,3- - +,-UTW.,' -    ""c]d<9; - -     !2'&RJJ\WV_^Z_`\``\LJFHBAD;?H>@F<8PICHD<pajtzp_WV?'X"q6a>s^L*vD(v^Wxp'# -*((TTTNHDNB8N@6K=9SDG`TSdZTc\Sb\Vd\]g\bdX`fZbf\cb\``[]^Z`^Yb`Xa`W^^TV]UPgaYz{{~~~}}}~}}|lmhPQKLJEUPPPJMIJEJJBLHAJJBGHBJLHKLGHIEHHKJLQIKPIIHJJENNHNLGRNHPLFRMHRNJLKHFGF&'$   iXdv|xxz}z|z}|z|~~x||}y}~{lki3.-F:@odlty~~{yx}}x|~wDH< -  D6@\PX[STZSO]RRZTRWVQWXRSUOPTNSURYXXWTVZVXUWRDI@  -:<:NUR2:7CGH384 -   B>BLKJ -324QMT*+) - TTS=<:     ;57XSWXTWTUROVOMPLFEA  BEBTVPVVPWTP\VRVTNWTPZUQTPL#$ CAAVSSCCB =<:RRS 45*STJ%&     -',(LPL?@7    - D:8`\[YYRSVJZ[SZYR[XO_XO[UK^ZS^\ZbZ^]VXYZVYZY\Z^\Z]WSVXVVYXV[\XZZXVVRUUPXXPVVL\]Q\\T\YU_YZ`X\ZUV^[W_\X\YX[ZY\[X\ZVZVR\WT\VV]WXXTWZY[YWYWSPZSP_W[ZTZ\\[SVN  -202XX^YZ_TX\UW^MLR :9@DDEPPLJIF - - -+*!\[W<<7-,0NMR400aZ^+%)  - !HFDWUWVUVVVVSVSRSP00+ -  '+'QTOVWPTTO[VRXTPRRNYTRWTRCC@  -  -" !KHHPPS68;  JIOMOP >?B\]`((% -+/c`f434 -  G@<^XXb^^\ZWVUP::1  !"  - -o`f|nqkXPW8#Zz%O)t~~{^?BoK8~zw&!  ,,*%$&*&&:0$\QQe[^b]Z`ZV`YWcZ[e]\d\Zd\]b]^^\\[\[\[^\Y_^Z^_X\YRSica||~|~~~{{{tupPQJJKCNMINLNLILOIJQIINJHHHFHKIJMLLMLLKNMLUJKUJJILKHNMMLKJPMJPMFNKDLJFKJJFIJ!'# -  n]fx~y{|}z|yzy}~}~}|z{}v}vlpf01, - %NBJl`iuz{||}}zy{~~t{}tztFMA  E6>`SZ_TV]QObTR_TSZTRYWSSSNSSPTTRZZUYWS[WVTTOEH> - - :8=PST284 - -AEF6:7 - *)0.-2  747PPM  - - 00.  &%)LJS)(*&%,**/-..798TTT=<8 - -  $*(384  - -501ZUXWSXUVYPVRJUMELC -?ABRURRTPSQN\WVVSPVRPZUSKJH  -  -311VRULLL&'& -01,>?? DHBZ\X$%  .-*12.04.>DBTZV9;6  -*-2:@B  3.0]Y[YXYTXQVYNXXPZWR]WQXTLZXRXVTaZ[bVZ_VX\ZX^^]YVXTOQZWX\[Y[ZVUVRVVRVWQZZTZXS]\UZZT[ZU\[X]YY\VX^XX^XV^WV[XVZYU\[WZXS[XSXSP\WVXST[XYXWWTURZWUf]a^W^\Z^PRN 0,0\ZdYVdVV`XZa9:>   - 9;7<>? " - 114KJP JIDFEB !WXT886 67B215 B=<^Z\XUYWWXTXVOUP03)  #&&OQPRVRQQNYTRXTRRROXURWSS662 - -DBCQPVFHN#"  44799; - -WV]XZ^86<::>?BBHJJ^^a645;;B<:B  ->82b][e`^[TQZUPMJ@"   -  - - pcdxjhjUKX4 ^; tR}{x~}mL*o=qn~{{  - -'PF8f^Ufa^b^_^ZZ_[Z`[Yd`Yb^T`\U_\Y]\ZZ\ZY[ZXYZVVX]Z][VYhdf~~|}~{|}zz|xwytDF>HIBGHCMLMNJPPIMQFKQHLMKMHIKKNPKNMJJKHGNLJUNLMLJGLJLNLPPNPLLFLMDLLDLLJJLM$*% "l\cx}y||}||x~yz|~y||zy~zzfj^6:.  - '"K>Fpclv|{~x~|v~~v}vztBJ< I;B\OR^TR^RLdVRbUT^USVROTSNTSOUSR[XXXWPZUSTSPGJ@ - -  429TS[036 - GKJ8<: -DDNJJT 002PRN -(%/RM[//2 GIO#$& -!JCSIFRNOTLMPPPR>>:  -9?=LRR 0-0YVZWTYXVZORTPYVAKD -  BCDUUPTVPVWQZWVVSTVVRVTR><< "$"441 #" UPRTPM888 $%# )+)OTPVZX"$"$ !KJJPPPQTSNTSW\Y584  -CCONQY"&% -  -)),WVYUTVVXZRWSTUPURO]XUXUQZXSVVR\YU_ZV_WWaYZ`]]ZWWXTU^Z[YVW[ZWYYVYXXZYW[[X[YW]XVYUT`\Z]\[[[X][X[WV[SR^VT\VSXXSXYTXXRZYTWVQ\YVZUT\XY[XU[ZS[ZV`\Z\VZ\Y^NQO! 3-6^ZgZWhUTaVW]589 GIESVU%)(  -**(RQV""%FF@@?< - -PSR+,+ - BGJRVY 420XVVRPRNLRVUZYY\122 %#&XV\BAH H@Dd]a[UZYV[XXZTZW)0*  - %((RSPTUOUVPXXSXTRVROXWQURP(&#665/0,  :89VTVRSV/663.4b_iXW],*-ZX\XVWXXVVXX`aa543WW^SS^  - <81gbbf_\`VPcXUc[UD?3$" -  -   - rhh}~qd_eQE\6 fId|vtu}bFx<f[zun&#   -  - &LB;h]Unf_d_[^]\\\]^\^^[[`_Y^^R[ZM][R\[W[ZYYZZVWYVWX_]^^[^d`d~~}~|{zzqtkIJBMNIKJJLLNMJMPKMLHKPINQKQKJOIJNIJJHIGHGHPNQMKKNJLKHLQOTPNSJIINOILMFLOHFLH#(" "eW[x~{v|{z|{{x~z}y|{xx~{x~xrti47+  +#PAHqcjwz~|~~w~wz~z}}y{}zx~w9C6 -  A7A^RV\RO]TL_UN]TPZRQVROTTNVVPTTPZWWWSUVRSVTTGLD - -528RQZ249 - -LRO5:6 -JJRGHQ 133ILI  0,4[Tc*&4 - KPP"(&  % TJQNFNKHKGGILNN>?:  - -=A@JOQ - /.2ZY]WUXYUXRRST[[;DB  - EDF[VN\XNZXOXWPYWQZWRSRL0/, - --.,:<8 PLMXROJJH   - ->;>[]^UYV!&!  )&'IFLJINEFHCFFSWS140 -  -JFOKKT - 004YZ\YYXXYWSUQRUPTTP\XXXTTYWVWXTVXRZYT\ZU\YW]Z[ZX[ZXZ\XXYVW\ZZ\ZY\Y^ZY\[Z\\Z\[VS]VRa[[`\_ZZWZZUXYS[WT^VT[URYWRUWQX\VZ[UXYTYYVVUT\YY_ZW\XP]YQ\XRZVR^[YTXU  <4@aZjWTgUUbTV\6;: QROXZ[&*( %&"POR)(+ - @@>442 - FJM"$" KPPPWV 442TSQIGCJHFMLLNRN*,( %%&XV]<:@ OGLh^e]TZZT\YW]VZ[(., - ('(VTQ\WM\XNYXPVUO[UNZVNONH<>;674 977XVVXYW@DC - -HBJfbkXV\"" .+-RNNKGCHD?OMJXYV560 SSVJJQ -A@;mhhc\Xf\PdWRgZZ_TRB=6"   ->24xor}~sfcgTHc>%e Mo}{|||zqv~zgF$^L}xpAA8&#    HBFaXZpggi`_a[X]ZW^^Z\\Y[ZZ[\[\]WZZO\ZN_\S^\WZZYXWXZXY\XYd]^d^`~|~z|{{||v|toqbQQDMLENKLJHNLHJOJKJHJLLMMIKJHMJIMJJKJKFLLGPPJLKDQMLNJMQOTNLPJHJPPMJKFOQLIPL (# - -cXZy|yuy{zzzzx||zzzz~~yvonb;<2 -    . #UDJrfjz{}|y}~xw|}w}~z|}|w|}@FA   <8D^VcXQSWUPVRJYSNWROURPTTPWXQSUMUVPVTUWTURROCJB  <7;B - - ORT$,)   0))*#!'#)) IKF240 - - :<:68:  :;;[[bXV[[VYRRPUZW;DA  -MGG^UM`XJ^XLZWLXWL\XLQNE$$ - - - NLLYUVPQN.0,    QLMdbdVYW%*# - - !../*(0 *+(PRN8;5 - :6;;8= <;=WXZZYW\ZTYVNXWOXYPYXSZVVZXYVVUUWRX[T[\V[[W\\[XXZZZ\XXX[XZ[XZYWZ[W]XW\ZZ^[Z\YVT\WR]UM_WVZWWUTPVWRVXVZZVZVR\XTZXTZ\WX]XUXSUXUSTTXWXa^[\VR`YS]VO^YR\YRTTN 8.8^TdYUe[\gRWY294OONVVY #"$$!OON783  536))* - - 9>B!PNRNQR ! /.*%#$"01*NQJ*.& #$!>>A#"'ZTYi`h[QT]TUZVZVXZ+00 - - 0)*ZSP_VK`XK]XMWTK\UL]VLLIC    ! - 754[WX_]ZKNJ"&$   .*.WR^hfpXW\&'%,($'!#61-SRP682 - 664***JIEljj^ZRe^Oc]Lf\Th\^]TR@>7 - -<65e[^x|}pbbeQKb@)c" Gxwrvww{]GXFzmlg>>> - - ! JCJd]ejbjjcic]b`\\_ZW`^W`^W_]X`\\^]]\[V]\P`^Rb_V]ZSYXS^ZV\XT^WTf]\|y}y~}z}||z{tlsbNP?MH=NIFNIMOLJNLJKJKHIKJHHLIJLJNLJLJIHLKFMOHIIBLJGNKLOOQKJLPMLSPOJIFLLLFOJ&" -  g]^|wxvvv||{|{zxy||~{~vrte<>- - - -""&355 #  - !UFHvnnzvv|}y}~{|{{}zJNM - :6CXTcTRWTTPTUNXVQVURVTTTSRTTPRTLQTJVWTVVWPRKDK> -:49TSV254FHC8=8   DHJAFD    -0/0QRU'++ -    OPH780  -HHIWZ`YX\ZUYSRPUZT>HB  - LEG[SN_TJ^TL]VL[TL\SKPJB    - -NHLYSXPQN:=7  11'XWU]\^TTR"$ -  -""NPI=@6   "MJJ\[\YXV[WQ^WL`YL^YNZXOYYR[[XXXXWXWYZVYZU]]Z^_^SSUZZ^XZZUVSZWW[X]WVZXXZ\\\YYZ[XYa\Z^XR^XQZVRXVTXYWUXXUYVXZT\\V\ZW_^\XYWRUPVYRTXVVWW]\Z[UT_XV]TQ`ZSZWNUUK 7+.bXc_ZfZZaOVT091  JHIZY] !"&&(RRQCD< -   -,+,&%& " -15UTYRSV -    /0%[^U,/'    - -,*%\X[e^e]TYaWX[UTVXV)1- - - .(,XQP^TK_TJ^VLZTMZRKZRJFB>    0.,ZUV^ZZQQN686  -D?Cd`lfdrRS\ "" -    -+##\Z\==; -   -(' RPMedd_\Te`Pc^La]Ka]P`YSVQK==5"  -0*&^RR~lnprnbbaOKcB0e' K(}}jigs|ui^rnd/0'EABh^il`kh]fd[bb\b`]``\[^[Ta^R`^U`]Z`^^]]\]\Vb^Tc`T]YO[WM^ZP`ZO[THh_Xzv~}x|y||}|znxhFN>ML@QHBSKKMJFLLHKLKKLOJILNJKNGHMHKLJKLLJLMLLLJNKJQNPKKMHIKMNLPLJMJHNNMGOL'$ g\_~vvvvsyzxxwvxz~vz|rtmHJ>  " "EBKLNQ386 0%"TKHpkh{zx||{|~zy|uz}tNQI -84@TP_WT[VUTUVQTUPUTRVTVTRUSQQUTPRSKQSQQSTPUOKRE  - 614VUT.2- JKF:>5    - 449PTVJNL   IHMTTX&(* - +)$PPLAA9    HCHUTYTVUSTSWUVV[WCNF  -FAFXSR]SLXNIZRM\TMXNIJE@ -  - OGLYRVUTOIHC!!  BE?\][QSTORR!"  25+TVL=?4     *!"TMN^\^YYZZVR^ULbWJaXK^YNZYPYZTYXX\Z[XWWVUT]\[]\_RRVZY^ZZZVXTY\VY[ZVVWXZV\^ZWXV][\c`a\WWZVT]ZX\[\^^`X[]UYXXZVZ\X[[Y^]\VRTXUUTUOWZOXZTWXU[WW\VZ\RW\VVZXRPPG 6,,cX]_X_TRWRWV4:4 -LJL^\^""$&%*TTVIJD %% $# - ((*$#)%$(&''ZZ`TUZ -  ;=4be]+,& - (&"VSUb]``[\_XXZTVVYV(1* *',TPS\TN[PJXPJYSP[RNXPKB>;  -  *&%VSSZWXWXVKNK "  WRTfcm^\kNNY  "818gdl889 -  $!QNLd`b`^[c`Vb^O`]K^[I^\N^]RTTI69/  8*(dMLy^]t^^eVPdJ:e) >&|hadw||{|kbF>/  ?@=_^alfqf\kgZfeZ_cZ^aZ\^XZ_[Wa]T^\R[[V\\Y[\\\^_]]Xb]T]UL^WK^YJd_L\VAe^O~{}w~v~xzz~y{isiJQFJLDLGCOJGJJELNHJNIJLNKLNLJKRKJOHHQKLMLOLMQJIKNJLNKPHHKJLLJLINLJRLKQOLGLH%*&"eT[ttwrnwxsuupxxutvtJKF & GCDNKRVVYBFG4<: 0&"TNHkkfvttzy||||x{u|tJOA - - ->6@ZUaXR[WSVWURRSPVVUWVWSOTUQUWSTQPLRTSQUTQWQJRF -  :46YZU-3* OQM692 - *&(+&*739QQVTY[HNL  -#$'%)).//EBGXW_QSX$&%//501>44@BCGSSSDD?  - - &&% -?6>\SZTRSPSOTYUU\YALE  -DAFXTV\TQ[QPZRO\TQZQO?<8 - 862>=8 - -JCFXRUVRNRPL01, PONZYYRRTVZ\(*'  85<;:@:;;PSLX\Q>@5 -   &(&)+( F<>ZTVWVYZXW[TN`TLaTK`XO]ZSYXT\ZZ^YZYUVYWY^Z^\Y^XV\[Z_XXZXXV[\YVZWY]ZUXR\^UYZT\ZZ_Z^[V[VSWZZ]ZZ^^]bZZ]\\^ZZYWXWZ[[ZZ\VSV^Z\\ZWXVPZXR[YW^\\^Y_^V^YSZ\Y\OOK 2-*]WZ[TYVRVYZ\7;8 -PPRZX\"!$#")ZX^PPO - 989*(,  000\\dNPX - **"@><=<>BDCLNK\^Y&'"214$%) -JFJZXXXUSXURYWZW[Z'1)  -+)*SQV[TS\SPZQNXQO[RQZQP:74 -""" QONYVYYZ\NRQ $!`[[a]d[YeNNX!"$&#%D@DHCFJDNQJZgdr66:31=42: -HBA_[^\[^a_]^[T`\Q`\L]ZK\\NVXOKMF:<6 9)#`D?rSRhRN`J>b8#z# .#|lbkkdZ6+  D?<]Z[ecfebib\hd[gdZ`dYYdZY_UUd\\d^Z\[TZZU[\X]]]ZZ\XYYXXT\VPbYPaYMf_K^X?`\J~~||~wy{{w|zhqiJPIHIFMJJNLKJLGKOFJPGHKHKKKLLJPMIOKFOKHIHHIJLJIHOLKHFIKKNJKLLMJQMJVMKRNHEHA&*$ "hT^}osysnvvjtvgstdQSH -GAD[PSVMRVRRKLNGMM.75 4(#WPJsmkyux{y}xyxuzoCJ9 - -D:DYV`UQYWQVXSSVTRXXWWWYROTXRVXRUWVTWYVTVROTNELC  >8?TTS.6* PQQ563  @=>LHLOJOSMSWW\RWYBJH   &(%HINJLQNLPVRZVU]PSV$)$ - -$"JIKIJTLP^MQXRUVAB?  8:8HJH 4,0[SW[VWTRPSUTNQT@HG -DAEXVXZVVWNP[STZTTVNO944"$$MMNRPN,+( - - C>@TPTVSSPRN03*"RLOXTWRNQVUV,1.  - -&$TLXWR\RPXTSUTWR360 -?@@BDB  8/.\STZTUZXZXSQ_UP`SN`VP^XTWWRWXU[XX]WYaZ\^X][V]\X`ZX^YY\YYX[ZZTVVTYVQUPZ\U[ZU\XW]W\^X_ZW^XX^XY_\\aYX\\\]XXWXXY\\^ZZ]ZX\VTV[WX\VS]WT\WT\ZX\Y[\X_ZT^[Y`PPR  - .*$[VW[TYYRWWUY779 - -PPSTUZ""&'&*_^dPPR""!B@E..0 -   878^^fNPY -  - :91TRPTPUVV[X\^X[Z*,( - - -QQR=?B B>E]Z]YXTXVTVUXSUX-40   )&%TRVZXZXPQ[QPXTRVQRWNP.,) 0./LKJ-.* OLL[WZZZ]RVV&+(& ^WX\X`^\hTT]#%$4/2ZT[\W\YVW\Vcb`n448 "PL^UR_  C;;`[_\[`a_a`\\_ZVc]T_ZN^[NZZOVWRQTT124 +   +           +   +         +  +  +  +    +    +  +  +   +    + +  +                        +   +                +    +  +  +  +   +  +      +   +  + +    +  +  +   +  +  + +   + + +     +        +             +    +                                                                                       +     + +  +  +       +         +    +    +  + +     +    +  +    + +   +  +                      +  +  +       +     +      +             +                               +    +      +   +      + +  +  +  +   +   +  +  +  +   +  +  -  7)\DBfMNcNLdD7l-2 lqpl|dVJ - -! E80fZZibcd_a^[_b^db\cbZ\d[Vf]VbVRj\\f[Z^ZU\[VYXV][\ZXZZWY\ZZZXT^ZR`YOc\M\UA_\L||uz|z~z~|w|xjtlFNFILJNNLLLGIIHKNHJOCHKBJKFONIJJDJK@KJDMNLKLJNMILKCJIBLLJJLJOPLPMGRLDRNDIG>&)  lYerzxsqtujsufMP>>>AXX\XRVXLPYNSRPQNQRELK/94  <+*cSUsjlwtwttvimgFN?  D8CWQ[TTYTQSXRR[UTZSTYUXURVWRVXRRZVTVWQTUNPTMIPH  - <6>TQ\456JKM:<: - -NEHXPRYSWVQUPPSQVV@LG 12+RRRTVZWTXVTZUV[OSS$*" - $"QHPQNTLNWHLQLPR8<9  -GHFPTT $# -  -*%$WRS_\\XUUWUXSSXFFL  GDEUTVWUXTPTZRTWTVTPR1,-)++QUZRTS33/ - 946VRVVRVMNL.4(  -$PHLZVZTSVRSS+,* -&-WNXWRXJHNJHMTTT673  GGIPQR"#!4.+^VTXQQWRTXUV^VU`TS`TS]URXWSWXTXXTZWV`Y[_VZZSZ[W`XV]XW\XXXXTVXVXVYXW[XZ[XZXXZUUaX\_V]\V\YW\[Z`\[`[[]Z\\XZWXYX\Z\ZV\\Z_ZYZYXW^YW\TT\VT^ZWZYU[ZYZX^YX`PRU - 20*XSPRLKPFHVLP:7: - - LLPOQV$%(&&+YW`UTY-.0  FDO..1  -  -B@D``kLMY" - -<:5TSPLJLQMTQRXLPQ*,(%$ \\\FHI@TTS=>= - - PJK]XZ[Z[TXS*.(0''_U\^Xb[ZhVW`" 40.TLQSMQRMLSLH\UW767 XTf\Xi A:8d_b`\a]Z]a\`_WZd[Ze\Xc[T`[R^[T]\ZMPP010  8-)T?D`JRcJIf8*0I6vsrpsbL" -?6,]QJmbbh]^d[[a[\c^_`\\^XVe_ZhbWb]Nh^TfXVcZTa\W\XW\XY]X[^VXb[\]WX_ZV\XQ^YPUOB[YP~|tz}vy|z|}x|vlujHOEJNJNOHIKALLHLNKLPHJL@HI@ONHJKBJN@KLDNNMLMKLMHHI@MN?LNALNFNNJQNGNJBPNDMMD))!  -dV_~r{vrrsslVVJ A?@RTTTXXPRSTNOYNRVNTPRUNSVAJI*4-  <),`NTpjmtutpupHPF  A5;VMWSPTPQOVRO[TR\RT[SVUORZUXYTSXRNVSLTTKTXNIRH# /+0EBK"!&""$PPS>?? LBFXMPWTQVSSTRUQUTDNH -:42[UVTSSVTUUSXVWZNRN&-"  6168240.-0/3DFG7;7   HHGTWV$)' -+&$WSS]\]TUTTTVUUZGFL 642JIINNORORTNRXSQRML"  - -441RUTPRR21/ - 2+,VRURPRRRP*0#   RJO[Y^UVZOSR'+(  '$(616300*(*314HGH::8  KJJRRT&&& 1,(WPNWRQVSTXVX\Y\_VXcUW`VV\XWZZVYZUXXT_ZZaZ]]VZ^Y`YW]XW[VUV[TWb[^YWXWYXZ[ZZXZYUXbZ^`V\^UY]XZ^Z^][_]]^\^]Z\ZUWUVXWZY[\X\\ZZZZW[XW]UYb[\`[YYXSZXTYVUXVYRTV  -$":621,#4-%E=:<85 <;?=>B,,3XWca^h316 - - - - LKX468  -IGJbakFGS# &$ :820/,102318HIK,/) %& \][LOP -:7:]Z]YVX\Z]XWZWVY214  $!CBAMNNPNPUPSZSPWTKSNF BCHVTWCA@ PHL^X\`]\YYT),$.(&]SY`YaYXbTT^ '#4-,1**.(&0*%QHD>82 ]Xh`\l$ -84/`]^`\`[VZ_Y]_W\aWZf[\dZYcZVaZT^ZT[YVGHD*+#  -4$(R9FeITfA>k*6aP{qqpl[ ,=-'^WPd[Vi]\f\ZcZXf^\d]\aZZ^WTc^YfaZa^Rb^O`ZLaZNc\Ta\X`[\`Z\`WYdZZbXZbZZ^YW^[WZWQ^\Y|{tzzqyzv{||z|xovhNTFJNFHJ?LNBMNHLMJIKFJLDJJAPMHMJFJLBKMDJKHJJHIJFLNGLNBIM;NRBNNFRNHMKDLLCJKC(*#  ZPV~v}urtRSL$$ :8;VRXSRRQVPOTONRLRPNVRUSRWLOTDLQ;DB*4,  8),_RWmkllsm>F>  G:?^S]VRVTVRTVOVSNZUR_VVZQTZSTUQPVROXTNXTMTVNFPF"/% '%(.-.VVX<<:  - -UMR\TXWVTVVPXVRTUSJRJ =04bT[YRTVVRZ[XTVUNQI',   -997>>; HLHTVS"%! ,&&TPPZYYPRPSWVVZ[DHJ - - $#''"**&A<:  -QMMURP"#  -(%RLK]XWUTSUTUXVYZV[]SYbXZ^VXYWTWWRWWR\ZX]XZ[VZ]X^XW\XY\XWX_Z\_Z[XSTZZZ][]YVY]X]`Y^\VX^VWaXX`X[[UX[YYYZZZ[ZZ[ZXYZWXZYYZYVV\YVZVV_X]c]`YVVUTPWWPVTNYVTRRT  40&C@; !  !  DBH\\f``i658 - -  - NNU=@B  -   OLNabdBDI"  LMK,.' -&( VXWQUW::;[Y\XTW\YYYY[TVV,.. - - &&!&&"30/PKFZTMRKE JIITUWCAB  - QJMb[``[^]ZX')")%"[UXb^d][dOQV"" -  OJD?<6a\h]Xf" ',*#_`\`aa[XZb[^bY^aVZeY[dYZeZYdZW]UR]VSURLFD>-*$ 4!*X;HhEHi9-3B-k^otrl H _L?f^Wd[Zh\\la^`YUb\Zb\\d\\bZY_XWb\Za\Yb\W_\Q[\M^^Q`\W^ZZ\XZ^UWaVUcYU^VR\XV^\\ZYXbab}~xztxzqz{u}|zyytptfLQ?DFKIALLDHJBCH?*.' -[UZyry^[\ -989 $ WQUVRXUTVTSRVSNSRKJNF  C3:gR^_SUWTPXXRQVMMPF$& -@@=??< - FKGNSO# +$'VNR]YZRRPTVRTZU>EB   44+XUONLH @>8VTJXZNEFA [UXTPSSRP.2)  $ YSVZTXQQSNTR!)$ -  HHFA@<# PKNYTU$$.(&WOPa\]WVVVVVTTTZVZ]V\^X[^WW[VWXTRXVR\[Y\YZ[VZ`\a[X_[Z`YZ^\[\XWVZZX\[Z\W[^X^]V]]V\\WYZWV`ZVaVV]UV]XXZYWXXX]]^ZZ\XWYYXZXXX\\Y^[X^Z\\Y[VVUWVTWVQZXPZYRJIF -   32(NLH767  0*,\W\^[aZY`==? )+'NPRDHL  1++\WX_^`DGD!   - $"STN+.$  -,0*TXXOTW >>?^[aXU[YVWXXVQUQ(-*  !!JH@VSNFB>LJGVURBB?QLNa\`\V\YTV/.* 21/^\]dbh\\bNOT#$% -  "WTRCA< (*(`^cWT^,(/ 32+cb^ac_\]Ydb``Z^aW^fZ^f[ZdZXcZW_US]TQZTNRNHFB>1.) - 7$*W;@c@:r=(2YFzl|l e-pWHf\XaXXg\\f]YbZRa[T`]Zb__d^`]UX`VZcZ^c\_b\[`]W^^V^^XZXXVTX[VZbZZaXR\TJ^[RZ[VWWV^]_w{vxztz|w|}xyxstwiHN8FHKKAMMGGJCFLD%,$ ^\\[XZ(&% 517XS[SPZQPVTNV_SXXOMSONUUSUVRRRNPRONQQJLPILT@FI-42  431RUT8?=  -  ->>SSTVXUAC>%'*+#:86UQUVUZWV\SQVRQPPPIGI>*0$#& 0.-THPfS]^QRWRNWUOQSJOQF46*&%,+)-.,.2,),((&(<:;PPPFFF)*(,*(986NPOPVR283$)%,..;9;[UY]WYURPTTOUXQFLE(0*,3,14.-.*..+622A<:NLE[ZUOOK897353022JKKVRNYWNIJC,-*))'867XVZTRVTRU<>:'*$.1,?=<[SX\UXTRROQO284(,*112425756120-.0689RRSLLK**%20*?:8VPRXRV:96-.%-.$=96^VX^X[XVXVVVVVUWTVXTXZXZYWUZTQ[UT\XV`^[ZYX]Y\b]c]ZaYX_YX^Y\^X[ZTXTVWT`]_`X^]RZ`U]`Z]ZYVZVRbWQbYUb\Z^ZXZXXYXYZX[YWZ[XZZXX[ZX\ZX\ZYZZXXZW\\ZWWT\ZVYXQGH@04.(..*-914@*08,25385JJDVTUNKS77>*+.++.&"(+'.:5>PJQh`f_WZYTVHGF.0+(,*249?@JUV_LPV),.10/630HC@`[Z_\\ONL462%)",.(0350040-,;62B>8SQI>>3(-*0%AGCUZ]LOS24.01)9:5HHI^\bYV^WVWWWTRUP8>9*2,/3-/1,--+1/-<86D@;YYQVTPFFD25223247:MNNVTPIJH7<=/009::RPS[WZYUZWSWDA@45.784HGI^^a^]bXV^RRW::<--*<=6??:<>::<5;84F@DZWYOLK63/>;8JIH```VUXDCG655??:NJGd]]c`\^^Ycd^VUT]X\bYadZ`d[XaYS^VQ]TO\TLVNHRKFIB>&#   -9()]DCgA24;"tf~~~l){>(rWHeYT^TRf^ZbYT`ZPb]R_\R_]Zcbc\X\^W[cY^cX_f\`d\]]WW^[Z\[\YY\\Z_b[`_VU^VNb`RYZMYXS^X\||wzzxxyxx{zxzxoshJP>GI@LJKNLNJJJHHHKLIPPJMNFNLHKJJIKLLNOMLMKJHNNINNJKJHPNNNLKLMFMPFNPIHLEHPH &!  - - IHI%'& - -  - -005MKRVQ[RLVQOTPQNXRPZIHZNLZUTXUSVSQPNJRRKLNJNNMNOT>ED*0-  04/&+' - ?3:\TTZVTTTUUVZQRVTTXVSXUSTVVQUWWTUSUSOXVQVVSQTSNTVGORDMK>D<@A;LKERQNSSSXW[WWXMNKEGDLLKPNOTRUVVXUTYVTZUSVRRNNPEDH*)# -!C(&oB5F5XN|}bR/|F7rVJhWOhXRf\R`YN`\P]ZNZYLZZL`_UXXR\\Y^^Z^[X_VSfZY`VVbXYbZ\^YY]ZZZXZ\Z\[VZ_UYbZY`\Vc\^~z{|yxv~xzzx}x}hssIRNFHFLJMNHLLFHNMJMNIPPHMMCMLALKDHJDHLGHMJILLJIKKJKJIJOMNJHJPLOQONGHEELEFPH$,& - -  ,*#NJH[W[LILQPQVUWRORPMMNNNVRQVQMYROVQNTPMRNJUPJSPDQPCTTJNOKLMJ@D<.1&  - - ;46XTRSSKVWNRRNTRSSRVVUXVUYUTWRRSUUTVUOWTNVTQTTUUUYRRXWU[TSWRRQTTQUTRUSTTSTRRRVUTVVTUTTTRXYX\XVVXWWTRUVVXVWTPTLPTJWYRUTSVRVSTVSSTTVTVXSWWRZWRURLXTPTTNTXQRVTVWYVUXVUYUTXVVWTTTTTT[Z[WTZXSYXSTZVVXTVVPT^RW^RR^VQZYNW[NX[TSSNXXTVUSXXWVVVSSTVTWXTVVVRXVTVRVYVWUSPRTPRUSSTTUTSRQQVUTWUSWSNWTNVXMZZQXWRZ[WYVS[VT[TUZVYYW\ZXZWVT^_]WVTWU[[[dSV]X\`TWVTUQXXOYXMWVLWVI[TL^TS]TV^W[YTVYVS[XTXUPYWUVSS\XW_YXa[ZXRSXWTYXTVTP]TV_UY_XZZXW_[]\Z^Y\`XZ^XX\WWZYY\ZY]YW\\Z\_[\_YY`XW]YWZZXVYXVYXYY[^Y[^ZZWWRZZTZZP\YOaZRbZQ_[S[ZT[ZV^[W^[V^ZV]WT[VUXVTXZUWZTTYURVWZ\^VVYRPS_X\]RT_UXXSS[ZU][T^VR`WX`XZ[XYYXXYXV^[X]ZS^\R\[TVVVWVYVVXUUWXYZ[]\VXRQTIVXN[ZS^XUaXV`WTcZX]VX\X_[XaXX\XXW[XW^XV_XV\WVWUW]YXZTPYTO\XPZVOZUR^YV^ZX\ZVYZTVWRVTSXWUVVVWWWTSTVTWXUXXUX[VZWTXWTWYUUTSPSTSTVUWVUUSQVTPZXRXVRZXUXVV[Z\[[[XVW[XXZXY\]^\\\\ZT]XP]WP]VP^WV\XW^[^XV[[Y\_][\YT^\S\[V^XX`V[dX`dW^d\^[XT__W_]X]XUc[Zf^Zb\Sc]V_YUa\]b]a\Y\YWWZXR\XN\XIXRF]PHXJDZNJQHE=:6&&  - -(Q,%zBDUPTTRRNNKMNHPPKROLSPNRNNTPOLKFPPJROJWPNXPPXQSRPQTRRVRPYPNSMGVSOUQRTSSRQNPPMMNNEJL4<@!), -<78YVVRRPQUTNRRTSXXRXYSTSSPVVTYXVXVTVVTTTSTRRWSSXRRVSQYVRXSN[UU\WXVSSSRMWVMZVN^XR[TO[TOYSNWSNRPLVXUSVUXZZVVSSRLVVRVUTVRP[VNVPMXTZZX`TUWQSPVXTXVT[VRYTN]YVXVTWVQWVOYXPVTLZVR]ZVWVSYYZTTVXYUQTLRTNSTRRSTNRRUUVYWRXRL[UNWTLTXRVXVVVSYXVVUTPRRXXXTTRYXTZYTZYRXWSWVSWVSVRNXVRTRNSTOWVTZXZVVXSSRXXNZXK^\QWVRXVZ[W[\RU\PQ]VS[XV\Z[ZTV\VX]XZYVYVVUXVT\VT`ZXXUXVX^MTZRXXUXRTVLXZOZZU\UX\SZ\WZ\Y[YXXXWVZYVWXTXXVYYY\Z\_ZX^ZP_[M\ZI]\KZZKZ]OX]PZ]RZXR\XV[VYZV\[Y_XV[ZXX`XWaVU^VT^YX]XY^\`]X`^]aWXUZ[T]\RYYNTVHUZL\_WZ\Xb[\`WY]VWZXW]][[ZWZVT\VT`ZZ][]]Z^ZYZZZVZVS^YZa\__\]XWUWXTYYVXZVV[TSTT[X\ZY[VVXVXYUVXZY[_ZY_XT\XRVWSVWPUUK]ZPWSM\WT[WRXTP]YT]XSZWP[YU]ZZ\YZZVV\XX\\Z\_[UZVYZX]\[]YZ_^^[ZSZXLb^Tb\TbYTi^Zg\Xe[W_YUZZVZZYXX[`X[`VXaWZaYZ^XZ`Y[[VY_X^^Y_YVYZWZ`[\`]YXWPXVR\YT`^X\YRZWQ\XR_[UXUO_ZWb[YcZYdZXbZV\XV]Y\`\a]YZ^[X[XS^]X^\[[Y\\]]WWUZYT]ZV^[X\ZZZYZ\[\^ZZa\Y`XS`XRbYWaZXd^\c]]`[\^\[\\Wa`W`_Vb\X_ZX_WYbWZdVV`TQ\SN\WRXVQVSRXRWYOVXPSPOMNNJ<=6"$'?wDFpx{vxyrfMD%7~H,xW=eWDbYP_VU`U\bX\`WVb[V[VOZVP\YR^\T\\T^^\\Z\YXZ[[Z\ZX_[ZXUU^]^YY\^]a_[^VRNZWL_ZK\VH`[QZXRYXTrpp{|~|||y|~yz~zznnpJIFJJDLHHLHLJJJLMLHJHJKIKKJKLHKJGRPJMLFLLHMNLLKKIHFLKHPNJMNHNPJJMGKLIHKDGMD(.$F=ERKSPKMONLMMHMNHPPJPPKQPMRPNQOLKLFSTNPPKSNJXONZPQWQRSRRSRRSONRLHYUNVSRTRWTRWVUTTTNPPMJMQ:?G (* >8:TPSQPRRUTNQOTTRZSV[RVWUTVTTYWVZXVWUSVUSRROZXU[VSXON[TQZXNWTOXUTUSSSROTTNYVQ\UR^TT^UTWRP\WTXSPXVRTTPVWRTUQTTOXWRZVTVTUYTR[TO`XY[R^UQ^TS[WXXYZXZWXYUP[WTXUQWUOUSI][PXULXTO[WTUTRWXXTTVTTOTUKVUMWSRVSURQVUTYZVYYSP\UQ^WTZYUTVTTTR[XUYTRWTRZXVZWRYVPXVOZWOYVN\YRWTOVSOUTRRQPTTRRQPZWYVTWWVVZXPXWG\[LVVPWVYXW[XUT^VSb[VYXPZXUVRQZVX]Y]XVZTUXTVSXWP`ZRXTMXXXSV\RVZRVVTUSXZSY[VTVUXTWZVWZXW\\XYYVXWSZZV\\ZZZZZZZXXX[XS\ZP_]Pb_RXWI[\PX]OX[L[ZP^\TZXT^Y\ZU\XTZVVVZWT^XU_YW^ZY\ZX^]_\[`_Ya[VZ^ZV\XN[WJYVF\ZK^]RZZV_[^`V]_UZ^WZ_\\[YX[WV`YYb\\^\\^[\ZVX[YXZZT\[T^ZX]XZYUWVUT[\XZ[VX\VWZTZZY[Y\VVXWZZUXXXXY]YZaYZaYZ\Z]XYXVWR^]QXULZVR^YX^XX^XV^WS]WP\ZT_Z[^X]^V[c[^a]^]`\U\UXZW^[[aX\bZ\\XTVTIfcXd]UaYTeZXdXVdYW`XV_\Y]\[ZZZ\XXaVZbX[bY^^WZ]X[\Y\\X\\W\ZVX[VZ^[_b_bYWT]ZV\YU`]Y_\X`\X_[Wd`]^ZW`\Z`ZYeZ]cY\bZZ`[Z\XYb^`_Y[a\[^ZW^]Z```[Z^[\\WXV]\X^[U^[V\ZX\\^]\_[X[b\]f\ZcYTbXVcZXf]\c[\`Z[a\]ZYV_^Xb_V`YSdWV_UU`XYdXZcWV^RP^TR\UTWQR\VZXQXVNTTNPVSQOPH=@2"$" -E$'X`mr_V?.P?X>dNtflb_VQCK5D0vA,yUCnZL`\H][O_YV_UYdZ_bZ[a\X\YQZVN]ZSb^W^[T^]V\\W[Z\\]]ZZZ\[YZXV\ZZZXZ[Z\ZW[TPPYUO^ZOYTH^ZPXVQYXUtrrz||y{|xxxzxu}|wlniJKHHHEJJHJIHKJILLJLMJIIHFFEGHBKJBTRGML>KK@JLGJLHJJHLLJOMJOLHSRMMMHNNJILFHPD!&C;?WOZVNWPJLOLFPPHOPHPPHOPIPQKPQLPQKOPIQRLLMHPPLUPOXPPSLJQNLOQNNPLRPLXTMTRJTSRRPTTRWWSRSPHSPJJJM;>@!$#;58TMSTQVTTVQRPWVQYTOZRQYTRZWTXUTYUVURQVUSVVRWWRVSOYSPYSR[VQXUNUTPQOOSRRSSPSRNXTR^VV^TS[RSZUWTPRURPXVQVSKXVOXXRXVSZVTYUURNR]VX_VU\QT\R_ZTeVT^WWYVVVWSV[VS]YUXUMUTHZXMXULWRMWSPWVSYYVZXVSRNVWNWTMZROZRSYRXXU\VTX[VV_TQ^TR\VSXUTUUSZYU[WSYTQ]XU[VQ\VM[VK]WO]TN^YNZVLXVNYXVVVVRRSTTSXUR[WXVTXYXTUVEUVDVWNXWZWV[YYV[ZP_[RZXNYYRYVTXWVXVYVVZVX\UVXVXSXXMVTEZZNYZVVXWTWYWX[VVUWVUZ[YWYXXWXZYV\[VXZRVUN]\W]]YYYVWWWXXX\[\ZXU\\U``YXUN]YT]ZV\ZP]ZN^\RXXR]^XXTV]W]YVXYYU[ZV][V\\V\\XZZ[W[\XY^[V\bXZ\TP_YM_YJ[VH_ZO\YT\WZaZ`bV]^SX\VYZWW\YX`\[b]^\YY_[X\XU]YWZXZVWQXXPZXUZVXWTV\[\XVWXXVZ[VVXSXXVXWVXXVVZUVZUYXV^XX`XZ\V[ZVZXXWZ\U\\R[YR[WV\Y[`Z\`XX_XTYXQ[ZV\WX]SZbY`aX]^[ZWYVVXU^\[bY\^RX]UWZVQd_U`ZN^VP`WU_UT_TR`WUb[Y]ZXZYW\ZV`[Zd[]bWZ`W]]W[^[^YXZWVXZXZ^[^_[`]Z`XW]\Z\_[Y\XVa]\b^\^[Z`]\XVU\XY^YZdZ^bW[_VZ`[^YUV`\\a\Zb]\`ZY^[Y\\\\[_[Z\ZZZa_^_\X_\W^[X]][_^a\X\`Z^g]^fYW^TRbXXeZZdXXaYW`ZY^]Y_^X`\T`XRdVTfUWfX\dZ]`XWcYXbVVbTV^QUaW]ZRZVQUYUV_[YXSMTRFAA<"$##D,1eFKZ0,J -`|*>/NHLHHBzH=uQEmPHpYOhXPbZS`]P_ZV_WW`Y\`ZZ`\Z]\TZYO^\S_\Sa]T_ZR]ZPZZV\\\Z[ZXXVZ[WYYU[ZXXVVXVWZTT]US^XRYUK\YQYXUYXWvtvxzzx{{vy{vwv{}vptfRVHEFAJJJLLJLMDLLEMMHFDDCDCJJFMMDQRDON=NL=JJ?LNFKNGKMIKJHOJHUQMNJFOLHNLHHKC"'GC@TMQTNXRKTRMPPNHRRGNPDNPDNOFRRLPQLOPHNQILNHLMHTTPRQOWTTQLKRNLMOJPRMPQLRRLQPFVTHQPKQPQVSVQMLRNERNLMKO988&$"=68ZRZURZUTZSTSVUNXTL\VP[TP[VR][UYUTVRRVTRXWSUVPRTMUTPTRQYWSXULVVOTSPTTTVVTUUSVUS\WV^VQ[RLZRRSOTVUVYXUTRJ[XN\XPWTPVQPUQPTPP\W\\TZ^TV^SW_U_XQ_VS]VUXSRSVSO[XTXVNWVKUTJZWNZWR[WTXVSXXTXVSYRRXWRXWRXSPZQR\RV\U\XTYYWX^WT^TT]UX^VWVTTYXWZWTUQN\XT[VS[UN_VLZUK_VP_UL^WLYVLZYSUXTRRTYXX[XT\XRWRQ\ZXRSCUVBXXMXXYWW[ZZWZZQYXNYVRZXU\XZYVVUTUUUWXX\XW\WVXXWPWVH\[IZYMWVPVXWXY\VVYYVWb`^ZYXVVVYXX[ZVYZQVVMZZTZYTWXTVVVXXX\[\ZXX[XX\ZZWTT`YX`XXdZXbXRbYR`ZV_^ZZXU`\X^XX\YWZ[W\\VZZP\\SXYUXZ[XZ^XX\\WY]UTb\T_[P[XO`\R_ZVZUX^X_aX_]SV\UVYWVXXUXWT][[]ZZ`]ZZVRZXTZYYSTVWXY[[WYXVYVXZWZ[W]XTVZXVYXSZ[TWWQXWRXZSXZPXZQZYS\WR\US^XY[XXWVR\\UZZRXWSYWXZX\]X[\VWVVSWYT]ZW]VX_W^`Z`\XZWVTVVT\\\^X\YOU\TXa\[a\V`ZP`WP`VS`VV\TR`XVb[X^XV\XV\\V^\Vb\Y_USbVV`VZ_X]ZXYVVW[\\__`]\^[X^\Z`ZX][Z[ZWX^[[`]^`]_\Z[[Z\^\^^[^_\]`X[`VYbY]XSW^YZa[Z_ZW^ZV^ZVXXV]\^\Z]ZZ\]\^^[[^ZX`]\^]\_^_[Y\`Z^d[^cXY`UTbZZ`YZcZXbZU_ZUb`Z`^X]XRbZRfXThVTfXVeZ[`XXbZXdXXbRVbRXfW^^R[[VX[YY^^X]YQ]VOZSOB<='&#* *J g,.NLS[PYyPSsVRk]Sf\Vh\VdZPe\Se\RcYPbWV`XZ^Z[_\[[ZUYXP\[R\XP_\Tb^Vb[R`XP_ZX\ZYZXU\\V[\UXYTXXTUTSYUT^WT`VSaWQ^XT[ZXZXWwuxxx|z|{xzzy{|~swgOT>GK9MHD_UXVNVTR\TSXSSNVSLYWP\VPXRMYVOVTOVTQVPPWTPXXSUWPTVRUVUXZUVVNVVLWVRVVTTTRWWUXXVXUT_VV^UM_XOZVQRPRTTTTSNXUNYTMWQKTPMYUR[WV[VYYTY\T[\SW\TTZRVZU\YV]UWYRUSWVTVTRTTNVVMXVP[WT^ZXXTQWVRWVTXVTXUTYXWUSRZTV\RV[TWVTTSSQYXT\XV\VZ\U[XTVXUYVTVTRPXWVYXVVTQ^ZTWUKZZQ[TN`WO\VMYXQTVRTUT[ZZ]ZX[VQ\UO\VORRCVXBYZLZZXWVZWXVXZRWXPXWVXWZXUZXTWUSUTTTVVWXV[XUZ\VX\WP^ZL^XN[XRZ\XTX[XZ^[Z][WXXVURRRVVV\ZX[[VVWNWWPXWRYXUWWUXWX[ZZZXY^Z\]YX\XUa[X`WVbVVdVUbSRcXXa[\][\_\X\TM\TP\[[^_[ZZR\\PYXP[[X[[]ZZ^[XZ_YVa[U\[X\[X]ZV\XV]X[YV[ZU[[UY^XXYVTVXUVXRZZV\\Y_^\ZVUVVRWXTTVUXX]YX_YWXZZXYXX^\_XTZ^Z]a^ZZYPWWLWWMZZSWXOWXJZYL^ZR^WO_XT[VSWSOYWP[XOVTNVTRVVXXY[XUZTTXRTTZYX`[[`W[_X^YV\TTVXWX\[][X\XRX\XZd_^]ZU^[U^XT^UUf\^^WWb\Ya\X`[V]XV[WU\XV]ZU^YSbYRbWPbWU_YZ[YX\][]`][\YZXY]]`XX^XX]ZZ\YXX]\\a_bZY\]]_`^b^^_\]\ZYZ]YZb\]b[_c]`a[\[UU^ZX]ZVVVR^^][[\ZZ\[[]\[^]Z\`\^a_a__`ZZZ_Z\bZ\bVY^RTbZZa\]b`a_\Y^ZQa`V__W\[Tb\Uh]WhXRhUOfXUbXV`YVaZXeW[eTZhV_bR\`WZ]YYZZUc_T`[N[VMXRNH@@&!    &N;8sT[{]drY^pXct_giYYd^Va_Yc^Ze[Vf\Vf\VbXNbTPfXZbZ]_Z^[YZ\ZX\ZU`\W`[Wa\Xd\XaXRbVRaXV`YW]WR]YQUTLYYSXXTUTR[XT^XU`VTbVW]RU\WXzx{xx|yz|y{yx{||~vxoLQ<*#% - - -"JDCdb^oghpabj^^d\Zi_`fZ^f[]b^]b^`d\\eZSaXQ`ZNaXOfYXgZ^cX`]X^d`d`[]b]]d^]aZZcZZaZV^VR^WT`XX[RQ\TM[SJZVN\\VXYTXYU^\Y`YW`UV`UY`TX~xzzy}yz|z|{w{yy}~psnJL?DGNPDMNJFHMHIQGGFJJGLJHNLLONNJLIIMHHNFMOHLNJLMINMHSOJRLJOILSNSONRLMLLNKLOLLPNKOLIJIMNKNOHLLDPOHRPLPNLRPMTPPRPPPPNSTRPRPPQNRRPOKJTNNTNQVPTPLQNNSRRYQQWTUWTTTPNPURWRQSRUUSSXTQWUTRRRHYWIURITQNUUXTTWXXXTUSTVOVWOUTMWTQVSSQQPVXTTTOSSNTVPTSSVUXZY[TUVSVVRTXVV[VVVTROXTO\TR]TV[SR]XNZZG\\KYVOWUTVVVWSS_ZYYVTXWU][\ZXZRPTUTYTTXVVXXXT[YRRTPSWVVVWVTTZWTXVRVVRXVUWUWWTW_XY^UTZWUTVTUXWVWXWVXZX]ZX]XXVTUNSTKVULUSQ[W[\W\TPPVSR\WZYUXXXXVYZWZ[UWS\^VSTKXWR[ZXXXXVWZVVZXWXYVTZVU^ZX[VRXRMZUP^\UVSOVRSXTU[XVXYUYYXXWZXV[YUZTPTWTWXVXZXY\WX]VX]RV\TPVSDYVIYWQTSTW\bTXbUV]ZX[ZXXVVTUVT\\\WWX[[YYZU[ZVYXU[ZXa]\\XX]XYYTTXUU^[X\WQ^VT`ZVb[[_XXaXZ`YZ\ZZ\YX^ZY^YX[WTZXTZXR\YQ_\T][U[ZU[XT]YTb[UbZY_YZYXWYVV`\ZYVU\XZ^[[\XX]YV]ZXZZVZZRWXNVVOUTRVVVVXZWXZUVVWVTZVV^UY]VVXXRXYWZX[TQUXTS\\SXXLZ[N\]TXWRSSP[ZVYVTZVR^YU[WRXTPZWQ[ZP\ZO\WP]XUXUVVRZSX^SY_UX^^X_cW^dX]_Y[YVXZYZYXYZZ]XXZWVRZZQZ\P[]U]^\\[^ZW\]\[WYSYYS_^^`\`^Y_b[`]WW^XT]YN\WL_VMbXR`WV^XW^ZX`\W^\UZXUYXZZY_]\d[Z`ZY\YY[YZZXXZ\Z^`\``\_\Z[[ZYYYX\\\\[\^\^ZY\[Z`[\`\\\\\\]]]ZZX\[Y_\Za\\a[\`Z\\Z\_\`b]^bZ\bX^f\bc]ab^`]\[`][ea_^\X``]^\^^X[eYZfTPiWPiXTi]Zd[Y`ZV`\Tf\Zi[`cX\bXZd\]dZZcZTd^SdbV^]SVUO@>;$$J?;h^^hgdff`g`]i`^d^\c\\fZ\k[cf^fd_fc\`aYQ\VK`^S`\R`XScYZh\bdXae^eb[b_V^bY^bW\aV\_YX^XU^YV_YY]VX`XZcZV^TN^XS\[XVXVX[Z\[Z]VW_VZ]SX}vwzy{{|}yzyvysuztmrjOTGLMFJIEHJAKMAIKBIJFFJKIKPGGJLKHMJGLHJNLOFGJHLLKQLNNLLLHLNDPQHOMDPMDNIFRNPKJPLLRPNPPNNKLNFKHGLHPROPPMNMHMJFPLHQNLSRNTPOOLMQPQPRRQRRNOMRQORPNSNMTOLWQRRLQPNSUT[RQYNNTTSWQORPNRRORTTRPQRSRVVTWTSOVVISQDTQHTSPPSSVUWPPOTTPVYQSUOXWUWTWTPTYYXTWQTWPTWQTTSYV[]Y_XUZRRUQUXTX\TWZUVTXTPYTP^WT\USZTPZVJ[ZFXVEXTLYTVZWYa]^WUUTTRUUUUUUTTUTUVTVWPSTSVVVUPVRLXWUXWVZWUZVRWSMUSNXVRUTRXUX]XX\RRYRSVUVVWVXWXYVYVTWPQTSUUTVPUXOVWPXWUZX]\X^ZVZ\XVZVRYTS]VV[XXVTXUSWWXWQRMXXPTTOSSTTVZTU\VU\ZWZZUXZVYYUSWTPXVR[XVXVUXTVZTV]VY\WY[ZZUUVVVXVSVWRVXSV[VX[WZXTV]VX_TX\UTVTHVUFWXLXXTZZ\UW^ST^`_d\XZXVTVVR\]ZUTVXVZ\Y[\ZXXVT`^\`\[YTSZTTZTUXWX[Z^XVZ^X\`Y\^ZZ\ZZ[VX`ZY^ZV^[W\[[[YY[XW`\Y]ZU[WR^ZV]YU[YT[XR\YR_ZS^YS\YTZXR^\Wd_[`XU]WT`[X[VU\VV^YV\ZVZZRZZNWZNVVPVVVVY[VX\XXZZYWXUP^VU^TT\UT\YX\Z[TSXWTW^]Y[[U^^V\]UVWRTTR[\YYZXZXWZVUWSRVTR[XWYXTZYQ[ZO[XQVTRTTTTY\R\`QZ_VX_^U]fX`f[_ZUU[XW[ZX\\YWXWVVR`^W[ZO\\S\^XXYXZY[[YYVWRXZS\]Z^]b\Z`_Zb\V\[UV`[U^YR]XP`YTbXW`ST^TTbZW^ZQTTJXXPYYW\\_]\bZZ_]\a^\`]\_^\``\``[^]Y[^[Z[YW\[Z^]]\\\ZZ\``b\]a\\]\\[]]\[ZX\\X_[Xb\[a[Zd^^^\ZZYX^Z\`X\bX`b[a`[``\__^[a^Zb^Z_\X`^\\Z^\Xaf]efY\fWUfWTj[ZeZYcYXc[Wc]Vh^Yg[[c[\a\[c[]e[\e\Yc^V^\S]]WUVR654"J>@jZ_o`gibbec^gaZj`Zh^[f\^cW[kZ`jW`d[ba^b`ZV[WL^]T^]VYVR\VUd]^f\b_V\^W\`W^bW_cV_dW_aX\^ZZ^\[\[Z\XY_Y\bZ\^US^UQ_YXXVVVXYYZ[\XY]WZZRX{uzxxvzzzxywvyox~qntfLRAJNJI=KIBLLJHHFIJHKMJLNLGGDKIFKFDLJEJLHJMKNMNQMMRNJQNCNN=PP@NOALMBMNIOPPTPPRJMOHNNJRNOVILPMNRRRWRPTVRUOLJNKHSNLXRRTNQTPSPPNQQMNOHPPJPOKQOKTSORPMTRQRPPQPQQORTSTRQPPNLWSRXTQVPLVQLWSTVRYTQUURQ[VR[VPWVQRRPUUVQPSTSRUTPVWRTVURSVVUYTTUUUTWVUXWWYV[XSXZSUYRQWTSVXVRVVRVTTUQVVRVUTVRVZVU\ZQXWMXVPYVRWRL^VL^WJ^[VYXZVVXTUVSUTTUSUVRSTPVYUWVX]V[ZSTZUUYUTZTQ\TOZRNXSRTQTYWYWVVSTQVVSTSRTRSYVW\XYWQSXSTYWXRTVTTYTUTUUUVUYTRZROXYV\YWXXWUXVUYUV\SZZT[ZV^XW]TTUWWRXXOVUNSTQRUXRSZTPW[W[UTTRQPTTTUUUTTVXWZVTUYVW\TW]TTWSRRSQTXWUXWTSRXSR]VVZST_YZ\UX[UVXSTZVTYXOUWLTVOUWUVUXWUXWQRZRQ]\YVXOZWR_XZ^U]aXa[TX\WW\VV^VX]WX_[^[XYZWWXUZVT[XV`]Z``\`ZXY[ZZZVS]ZTYYV[[YXYWXXTXXRUUPYXSZYW\Z\\ZZXXTTRNXVRTUMUXOSVMZ[SYVR^XU`XV]SV^UZ^VXZVRZXR\XNZWJWUJWXSVXZVXZOPQWTTZVS\XQZSN^RR^SV_UZYTWTSTYXXXXT[\XXYW[[\YWYZX[ZY\YX[XXXWVW]\\ZYZVVXXW\ZZ\XWVZY\ZWZZVXYWZWZ]SZ\WXZ\UZ`V\\VX[ZXZVW[VX]ZZZXXXXWXVQ^XT]WU[YU\\V[ZQ^\Qb]R`ZU^X\^Za\Y^[Z\\[\]ZZ_XX_VX^UX^WZZTT_VT\SR]XSZVJ^\G\\HXXH\[R\[XZZZWVXVWWUZ[TX\VW]VTX\[]]Z\^XZb\\`ZZ^[Z\Z[^]`^\\^][_^Z^^Z^\Wa\X_XU`WT^WSa_X\^X]^[]\^^\b^[b]\c[Y^]\]b^[]ZR`\S`^W]\X\ZZ^[\`Z^b[`d\^d[ZdZYe\\g]^fZ\j_\i\X]RMb`[_b\^`Zba_a\[b\Yb]Z`\ZZZYYX]^\cd`hb[ej^jg[`d[Yh\Vk\VhZVf\\f_de]cd]`a_]\^Y__Xa`U\[TXWT`^^_]`[XY\WV]XTa\Y`\Za[\`U]bUa^U^[W\XYZTUUXWXWTR\US^UR^XS[VPXSRYVZZXY[Y[a^btpw|zx~|{~z}|zy{|tvzlKO@EI9EIGIDHJIFGHFFGHLLFJIGHDNLIOJOJGMLJOJHJRMNPKFOMCMLENNJNNJPNIPLEPMDPLGSQNNPJOQFMNHMMKRORPLRTOUTOURPUPOSOMVTOYRMPTPQUQPWQPRLLXQRQLMNNLPRITUISSJTSLRRMOPKNPJOPLPQNPQNSRNSQLTRPVRRURNROHTPKTTOPTPPXVPRTTUVVSV[TVXUTVVUUUVVWZTVUUWRTTMVVPVVRUTWUTYQPTTTTRPPVSTZVYYUQYWMXVNWVSZXZXVXVUUWVTWVVWVYTTXXZVNQIRSNYVX\VSXUNVUOTTPVWURTRXXXVVS[ZVRRLNPHKMCPNJTMPSKPRJPQNNNHFQHFXNPXQWTOSWRTVSUVTVKKHFECRMNTPRIHHNONXZXFGJLKRJHNOKLHGEMMMJJJJHJPNPLJKHEDNKBXVLRQMTTUVV[UV\UVYLKHQMDTOAQM@TRMQPQONPONMNNLJJHOOPLLLIIIIIHKLGSTKRPENJ?TNJZYYTVWRXXQVUVYU[ZV]XUOKHIFBPLCOJETPKZXPLNDJMBJMFVXVLJMPLOWRURNNUQOVLK\PR`RZ^R[dY_ZQPWOJTLL^XdRP^RPZRNQUQOZUTNKLJJKHIKLNPYZ]XW\XZX[\VTUPRSMPQKSTNRTNNPJQRPTTUMMIMLDWWRRUMINFHLHNPNLLJNJJROLNKHOMLVNQZRUZTV`XX^VOd[PYPFXPMPLNUSVOLMROLRSLPRIMLCTPITLKRHLVNSYTUOKJNMHPRJUSOKDALGHXRWZU\VSZZX]]\^YXVNNJKJHSRSRNNLKGQPKTQKSLH]UQXPQRMPKGHXTQNNHNOJNLNNJMYSTZTTTONVSOVVMOPBSRHVUQ[\UYZN\YKa[Ne`VYWOMNENNHTPNQMINLGPMLVNR[RXSNRTPSPJLPIGWPHZQCZO@=FLH%'&224:8=4021/,9:434/-,)@>>5441-+<6*NKURL880(+ :=1SVM00.><>NHI=61?4/@42VHG`QV^PZcX`\SVJC>C<8^X_B?H==B;9>A>=?;6;730.-++-<>AUWYVW[Y[`X[XLNH24.45/BC=;<4/2*:<8@A?45014!FH8:>1+1#6:28:7002:8:?>;871661=88XRT^W_^Y^]VV`YQB8.4-$@:8C@B645:68@A>56023,B@8?;52-*;66GBB611841D@:A>50)$;52SNOXSWXU[_\ca`eNNO00,761GE@7006/.IFBFD<96+PH>LB=;21802LCCB<8651:9;><=A>:6<95>>7::066+>>4XYSZ\V^]V_\R_\N>?-.2 :=0BC>2/*62+A=7B>=>89<97>:;2-0802LB?I<2=.?0YM?^VP]VS]XTb\V`\Q`\R\YQ^\W\\XZ\TXZN[\R\^Y\][a[[aWXeZ^dY^_UZ^WZ\XWXXT]\X`YY`Z\[VXVTTZZV[ZV\[X]\\\[^YW\YYZ\\]]\Z\\ZZZX\]Y\YV`ZY_ZXb]Z`[Y^XXaZZa[Zb^Zb\Zd\]dZ[e]\da^db[b`Vb`Ua\Tf_\`Z\b[_j`dgY\j]_h]a`]^\\[__``^^^\[b`\`\WbZYbZZa[Za[[_ZZ`[]^X\_YZZURa]V_^U\\U^]XXXVVTV^\^]Z^\XZ_ZX`ZW_ZW_ZX]XZYWYXVTZVR\WS\TR_TV^UW\STaVRbWU\RTZTWtpqy{{~x~|y~}}vyxHMJBDBGGJJIRHFQHHOHEJNHKMKHIJBHEBLDINDLPGLSNMQMDOL@OOIPNKLHDONKLLJNNLLLKPMNPORPPPPNHNLFQONLJLSRTQPOMLIPMKUPOVNPVNRSNQROOQOLQNJTPMVPNVQNRRMRQISPDTSKUTNTTOTTPRSNUVPTUMQRKQRMRSPPQMPSKOPHTRLZWSUTRQRQMNNTSRVPT^QYZOSVPR\Z[TTTUTTSSPVWMTVDPRCWTRXTVVTXTTXRSUVVUWWTYVTXTRXTTYVVXTYXTXZVWXTTXUTWVUTTWVV^RR\RTYSUXVVWRRLTVNWXQ[ZUZXSZVRXTRXUT<;7 -(*$882$#'&")&%)&& !E64^OO[SQZVTZXXEDB $# DCF677 0-,252$$";:9'&%! 673 $ !874%## 'HB6WVHXZNX\QRVN684!"*''& 22-,*&)*&,-*'&$&&!&'%) "$($5.*WQLZWUXW[TTZTU[X\^DE@ %%00.$#781OPG%&<>6GJ@'%&C?;%" -TAEdVV\QT^T\ZRZ2,-0,'TNN321(*& $!"! 20&$ FFJVX[YZ\XX[WXXBD>!"23- !#,0'-0* .0$ 27''(!,+05530&&ZRT\WZ[X^^\bTPN(" -+% 621+*,444 850*&"!(&"/.*"2/+*&82.WROVQQXVX`^bYX\::<.-)@=8"(!"JDD:8398*<6+#&A6:=34$816200+*%-+$'$&$ &&!*)#''.-&UTQ^^`\]\^^[TTH*,$ !(),#.)#<77""62-$+#'B7:6'$& ( NA6]UP\WZaY^d\^c[Vb\Q`ZM]YP`^V]^V[\Q[ZN^ZR\[V^ZY`YYdZZbWX`VX_XY]YZWWVZZX^\Z`[[^Y\]Z^_^^]\Z[ZX^\[_^^\Z[\\[^^\ZZWZZX\\\\\\]\Y`[Za\[c]\c^\a\Y_ZXa[[c]^d__a\\d^_ea_`^\c`\daXd`TfaTf_Vd\Ye]_nckfXbiX`fY^a\_`_```a^^_\ZY_^Z^^U[ZR`[Yb]^_\[`\ZaZ[bZ^dY]cZ[c[Y^ZR[ZQ]^U\\VWWV]\]\Z`][_`\]^YV\XT`\X\XUYUV[VZ]WV\VRYPN\QT_UY^TX`ST]PQ\QT\TYuqv~~~yz{~~x~~v~|uutJLJADCDEFJIPHGPFHMJHNOIMKFFHGCEE@JDDOEJSGMRHHUNEQN@OOFMNJJHHQNLJIHJKKLNNKLNNOSLNPONLPMFVQNQLNQPPQROLOHPPJUQNUNNUPQQNOQPNRQNRPLRNKUPMVQNRPKTQJSNHWSNVTOTQNTRORQMTRNRSLQRJOQNQSQOQNPTMPRJXTPXTPWRQTRQSRPTROTOM\UUZPTVOQYUVRRRTTTVTSVVOSTFTVIVWRZWUUTRRRRQRSWWVWVSWVQXUPZUS^UZ]T[WRVXSTWSSYUTYWVUTUTTYSS]RT_QXZRUTQTLTXMVWNTTNZVRZURXTRZWX985---653 ++'"# "!L>=aRQ_QP[TPXVT;<5((%EDF++( +*(666 "!$%!IHD0.+'&"IIH 230" G>8YRJ[YOW\OPWL05-!!''"&& ">@<..);:4+,'"##$ $& !,,,\QPXQPYVXTTYVT^[Zb;=9><1@>=##!-0,LRH"(=>>9<777/UBMgT\\PP\TWXRY(%+2.-NKE/.(!#::/)("XUW^\`XYXXWXZYZEFB#%++%56.;<4.0((() 68.&( ,*-113   -) ]RX`X]\XY^\[MLL  &#.+* ,+/769#$!977&"!(&#&&"#$ %$ !861YXWWSRZVU_^^TTT888,+)HDB-&"0*)TNP51/ -./&32'924E<@'D:?2.0## #"&%!-,(--(XXU\\`X[^XZXOOG*+"&%$)$LFF("JEe]Z]Z^XT\^X_d[]_XR_YO]YM][P]]S_^T^\S`ZSaZT\XV^XXbXY`VVdZZ_YW_[ZYXVXXX^]\_Z\_YZ`\^``b^^_[Z\][]^]\\\Y\[X\\X__Z\\X``^^^^^]X^[X`\[`[[_ZZa][\XV^ZXb]\d^`b]``]^`_ZYYS^]Yc`Za]Tf`Rd^Oc\Sd^Zg`dd[dgXebT^d]db`e^^`]\`[Z\^]\^]W[[Q\^R]\W[[Z]\ZaZZbX[cX\dY\f\\c\Z^[T\[T__Y[[XZZYXW[ZX\^Z\\XW[XT_]XXVQURPYTV\UZ_WX]TRZPR^SX_TY_RUZNO\PR]TWztz|{z|{|~y~}v~~x}srqTUPEFDEFFONRJJNGHJMKPMFLLEHPLKHIEGFCPIKRHKSHJRKFQNENNDKLFNMJSPPNKLJJLILLHJMJJOLLONNNONKSOLSNLRMLQPMNPINRIRPJRMJPLKPONTTPONIQRLNMIROLSNLROFOOCPNHTNNTNNVOOTNNTNPWRQTPLRPJLMKNOQRTSRTQNPJTRMVOMWNOWSQVURRRMTTNYUNWRMVROWSTUUUVVVXWVWVRVSLWXOWXTWXSTVPSTNSTQZZYXVVVSQVTNZVP^VV\TWVQTVRTXSTZVVZXVVUTUVUUVZRV\PZZPXXTZRUZLVXLTSLZUQXTQVQP[XW20* <<=:8;$%#H=<`VU]TR]ROXSN68,.2.HHJ ##%437""%FEB++&&&!EFD#!%304(%' A<8^TS\VRXVPRXN09/$""!" BDA240!"LLD22* #  $% ($ 6*,UGJZNQ[TWVVZXZaZXc886 :8*85/$",/-CJG!:=B/15+,$RJYdUccTX\SSVSV,,0**(FFB*+&!!CC?,,%""^]W\[ZZZX[\\WWYGFH'&$$&!"45-<=5*+#('+" $!! 996%(!00.113 )"(`V]`Y`ZUXWVOKM> $$".-0:8>*+.EEI((*(%$#!"!" !"#$#;:8RRTXX[ZZXZYUQQM:;7$%#KIK4.,2*$QKG)&! -()%*+&642JGG("F?=1.,!!!##" $"!&%#''$VVT^^`VXZX\VPSF(("##%"#""/+!SMJ&#0,QKC&$><<  ""RHHgba][]XTY\Y\^ZZ[UR_XT`\V\[SYXP[[R`^VaZV`XU^XV[YZ_Y[`VXf\\`XX_[X]\YZZX\[\^Z]_X[^X[_]`]\`ZY^\Z_]\]^]Z_^Z^^Wba[]\W^^[^^[\[V`^Xc_[a][^Z[b^_^[\_][^^[_]Zb`_b_^_^WXZP^`Y_^Z]YUa]T_\Nb^Pb^Ta]Z`\a`\fbYde_fa^d]\a]\b\\a]\``^^`^YbaX[\RYZQZ[W`\Y^VTf\\e[\dZZbZXb\Y^[V^\X]ZXYUVZVY[Z[YWVYVS\XU^\XTTOUTPYWVYUV]TXcXZ`TU^TX\TY[RUWNMZQPXPPzuvyzwzzz|z~|z|z|vvtNOKCCAJHIOLOJIGJIGIFHLEIOFIPJLHHFGHFNLKLFHPHKPJJNKIKLFIJDLLEPLHPJJNKNLLNLLQMKRNLNPPNPPOPNPOLLQLLSPMPPKPRIRRISQLONILMISRMLJBURKRQMTRPRPMRQFPQ?SRIURRTPRUOPVNMXPR^TXXPPSNKNNJQQRVTWRQRNNNPPLXROXPOXTPSRNNOLPPKVRHVQGYUNWURRRRTTVTUWUUVVUSVWQTVPRSPTTPRTJTVNXXTYVVYUUXTRXVNZVOXTRWTSXWUXUTYUV[XVTRPVVTVWXTW[PXZRXZPVXSXRXZNZZR\WSYTQWSQ\XV;6.&#NLLFEL $"$#+,,('&-''C;;\VUVQPYSPWPK=>. ?F?IOL"$%$)+*1 $! #EDD24/.0*DE@  )%*80:*$*+%%*%"C@=`ZZ\SV[UVTTR081""&)"**"./#)*#BB?8:7&("LNF34.(("'*!!&#./&(($"4-/F8=M>CZPTXUZXZ^QU\7;9"#.*%&"!(&*48? !086$(+! # (*$!%""(LM_YUi\S]XRQWSR1227:7%(( %!$( #& JJF22/**$bbYZWTZXW[]ZTUW??D" (((%(*"%&.0''( #')"))'&$& 8:6(+&13.011$%'"1.6XSZ[V^XT[XVUIJ<!/.. -+,54:#=0YTNQNT63>..2=???A@===?<?>=AD?BE??OLI^[Y\VX\VZYUX?@@+3/.80:A:;>7BC9BD8LIDGE@>?7QTK=?9784<>9;>68>0bVZ[UYTSXQVZCIJ062,.'ECB>:>63;;:G169*4)4>2294?DH9>@796;=::=>6;DOTgXYnUTbXUWWVR><>*+,><>:=>9PQLAB=>@:_`\ZXX\WVWVTVWXFIN..:43>B@G>>=23-:>49<6=>:AB<<;888421-?A:8;406.<>8>>;>>@66@>>FVU[WW^YY`SSVIJE02#-1 7<1FGE842;74B@F75@6.2&6:2NSW>AI:;:MIH>78B;:>;5<<5AAAB@CHFFSRQ:97IGFEBB875BB?<=9<<:>>>>==::8GFBVVQ^]XYXVYYVNMG44*33*><8FBDA>;HE:FC7VSJDD><=@@EJMCEIWV[^\`\Z\^\X]XT^ZU]\TZ^SV\RUXYWW]ZY\_]\b^Y`XV`VU^WU[XV\ZZ]VZaW\`Z^^Z\ZXYZXX^[Z^YXbXW^VV\YYVVVXZZZ\[__]^_Z``VYZPXXP\\W^`Z^`Y_^Zb]Yb[Vb\Zb]\`\]^[`[Z^YZ[[_\\\Y`^Xc`Wb`V^]V[\[``b`_``^]a`\`_[]][]]]^[__[`^Z\^[][\[\`^\_`YX^^Za`[^\XT[WP_]T`]W\YV]ZW^WTc\Z_ZX^ZW]ZW^ZWZTT`WXbW[cYZ^UT^WT^ZS[XP[WS^[YYWVYWWZYV]YT\UNYOIVRHXWNONIXWPWUNvtpyyzzzz|x{wvxx}zqytHPIHJGMILLIJMJEJG@LLDNNIKIFMJHKJHLLJJJHKJKLNPJJOOOTLKPMLMMLHRPIMJDNJHMKMJINKJSNLOQMJRMHPLJSPTRPVOMRNLLRPGRQFONHPQKPPHRPFQNBUQFTPHTPNRPTQPVRRSPPMQRMMNJOPNRQMURNWQNVMNXNPZQOWRNTPLUOMZRSTOPSROURLVTLSTNQQQTTTPNJYRL\RLZRNTOOTPQTTSTVXUTWTRRRPPSRSVUWTRQTTMXTOWSRXPSZRTXTQWWPWXRRTPPRQSSRWUTZUWXUXTRTVVXSSXUUZUTYWVZVTYUSXXXXXVUTUPRTNSQITM@ZTBZTFUQLPLRKJNRTSMOMSSQTQRXUUYWUYWXZVYXTUQNKJHBWXRIMDEL@PUTPQTROWNLVTQZTQVPLNOPNRVSQTRROPTMSQMTRPVSNRUQQZYVZYX[VW\WZRPSMOPLRORXSNRNOPKRUJQTGUTJTRF[\OPRJLNLLNNLMONQOOTOLOMJJMJJLLJMTNRd[`]UXVTWVW\OSWHLPDGKTSYPNWNMSONWQQWLPHLREJPJQUVQSXILORSVPOTMNVVXdSVdST_XXZVVROLKLINSUXMSVJPTLPTRSSXXWZZXQRORVPY\XUXZZXW]ZVYXVSTVEFOON[YVbPNTKJIRRLNRNPTQUTURNPPMLLLGPRHNSHKPFMPHLMIPOOPNVSQY_]cYX]XZ_ORWQRRHH@MLBTTMXXWPNNRLJUOTPMRVTXXV\OMTMKPOMTRP\ONZMMRLPNNRNLMMTUXZZ_YX]VVXVVUXYSPPEHIPPKQOJSPHSPDQN@SPFSPJPPRJLTPP\ONVRRTNPMNPLNPLNPKPOJTONUPPVOMURLVTMUQJXQNWOPRMOSQPURMTQITTNSSNOOJ\WQ`XRZPLXRQTPRRQQXVSXTVVTVSQRSQRUSTTSSSRNVURXSUXRZVNUZTVTSPUVRTVURSUTTWWUXZVYXUYVTXXVZTSXUSXVSXXTYXRXWRXZXZWXVUWSRUNTVJXVH_ZJ]XFYRI^XYUQWVRUUURUTRXUVXUXSRRUSTVRVTOUSNRSOPVSRSSNRTLRTUTVSRQRRPVYV^VSZXTVTPNUTPRUTWVWUQTSRVTSXVPVVPTXTUTTRWWTWTSXUTXWWVVVUXRTWUTUUSTRTUNVXNVVKXVFTTHVWUTTXPPWQRXSWWSUTTSVXSX]Y^YWZ^Z\YSUZVWVUXWW^VX_UV\XW`WT^STWY[\ZY^VTTVVQQROTUWZZ^STWXWYXVXYUX\ZZTTURRUXXVYXSZTR[UX[Y^VV[UX[UXY\]]ZZX[Z[VXXUXXVXVYZ[^]\`ZW\UQXUVRPUYWbZWdYV_ZW[ZVVVTVUVVWXVXTW[UZURRWXPXZRXZSUVPVVRUTQUSVTPU\X\[VXVRVUTXRTWTSRZXS^YUZWWWWYVTYVQV\WW\XUYVWVRXSPUVTYVS\XT]VTZUVWVXVTVV^_aXX\TTWZZ\\\[XYUWVPRPFVSPXXXUV\WX^YX]YW^VR\ZSZ`Z[]WYUPUWVT]\\VWWXXZXV\^X`\V][QX\RV^WXZVSZXVZZU^[Tb^W\XS\XV[WYZTX\SXbX_bX``X`\U[^ZX^YPZUP_Y\`\\ZXUVTQZW[[X`^\`VXT\^YVVUZXZXTSYSO`XR`WT]YWXYYTZZV^]T[[\]a^[_^ZZ`\\^ZZ[XX\\[YYW[XX]UUcYZe\^`X`cZcaX\`XS`XPaYQc_Z\ZX^_\Z^XZ^U]_V\^S[]SbbZZ]PX\O]^W\\Zb]`d^`b^^a^\`^]c`ab_baad^_a^`_]]Z^[V`[Wc^[c^_a\bb`ga`e[Z^ZZ]abegfj\\\[XU`]X^ZX_Z\\Z[WYV]_`\[`^Y`b[a^ZWZZPZYOZYQ[[VX\XVZX[][XZXYZXZWV_XY]STcVPcVObVPbWU`VT\VP]WP^VU\VX]XZ\ZYXVQVTNWVRVUPUULUVJVXLopgzyy{{{yyz{{{||zpvmJRGBIAHJHKJKLKLHGFMLILJHJLGHLFLLINLJNKJMKKMLOJJNKLOOMPQNNNJGKGCNKHNMJMMHOOJOOOLNOIIIPLGTNHUNJSLLUQTPNSPNNQMFPJ=SOESPLUPJWSIRPCSQESRJQROLNQMOVNOZRQ[PPRNPNMQNLPLKOJOOLVUSSQNUTNRSLTUMRPIVQNPMMQOPVURWUOVTLVVMPRJZYSYTOUNHXSNRPLRRPVUSXRR[TVTQQRQOSROUTRVURVURVRSZT[XNZZPYURSVUTYXYTSVVTZVTXVUXVTYWU\VU[XV[TQVWRVYSW[TXZTXZW[RSRSVRTWRVYNVXLVUKZXKZVK\UUYPZXQZYTVTRRXTWZV`XU\VTVSQSRMTVPWWQWWQVVRVXVXRRSQRMPQMRPQVTWVTWUTUSPOVRPVTSVUWVTVTTV[Z\XSWXPT]TWVQQUSQYVTURNUSPVTNVULUVSTTXTTYTSTWVRVUPXRMXRJXURZX]VTZRRXSUVRTQRROWRS]TWZQVYUXWSUYUUVUTVWXVVZUUZUT\WT^WQY][^WWZVSTVSQUURVZWVVVTRUWTV[WV\WT`YT\WNXTO\XW]XU`WV[RU\V\XUZZY\XXXYYUWVQWVTTTVRTXVWYWWXYWXZTRZQM^SP[TWXR[ZT_\XaZT[WPS\RXXRX[XZVSRZWVXSVWURUVNXXRTSPXWTWVRYXTVTT[XW\VVZRRYRVURVTTUVTQZTQWRQWUVVSZ\W\\WR\XPZWRXSTUQPZVTXSVXSXWU[UTYWUWXVV\[\VVXTSUZYZ`^_XXUYWSTQLWRT^Z_\YZVUWXVXXVUXUXZVX`^Z[XTXSVZTZ`^`\Z]XVYVUX\W\\SW\PU_RX`TV^TT`ZV^[W`[Xd^[[WR]YV[VW\UZ_U\bW__S[^RXZOU]TX]UR]TNZQP\UQ\XQVSLZUT[VZZW[RPRVVVYXZZWZ^YZ`YV`WQ`VRaXXZV\XX_Z]b[`bY\\ZZZ\][\\Y\ZY]\\__`Z\\ZZYZWVb\Ze_]]ZX^Z]^V]^VX`ZTb\Rc_U^\V^^Z\^[X\V]`W\^QZ\R^^X\]TZ[P^^Ta`Z`^`b^b`]b]\^\\\`^`dacb`b_\`__`^_]]\Z_\Yd_]d]^`Z^b]db`g[Z^[\^_`daaf]\\XVQ^\R`]T`[W^Z[^Z\^]\^^`^[baZb^Y[\ZT_]U]ZQ\YP\[UVXTY\\W[XVZWZZZ]Z[\UU`XPbVLbTLdWR_UR\UQVSL[XR`XV[TT[VVZWUVTQWVSWVRWVQVVPTULoph{zx|||vvxwwx||{uvoNQEHLBKKHJGKNLQJHMLJMHFHLJJMMKNLHRKKQJIPJFNKHIHHJJLJIKNJKNHDNIDPLHKJGNNFPPILKHLLKJLKPQPQNIWQKUNIVPMNJLNJMNJGROFQNCSPJSOKWSLTRHPOEPRGPRJMNKNNQPPWNPXPOTRQQOPNNQQLQPNRQQTTNPNPRMPRLQVMKNGTTOWVSSRQUUTRRMURJVRJRPHTVOTSOURMUSKOPETXNTWRURP\TV\QSWTPSSKQQJVVOXWRUTR\W[ZRYZOXZPXWRTZVXWRVWSYVSXUTWUVWUUXTTX[[^SPSPJMTKMXOQQILNILONOMOLJKGRPNYXTSUQSTNWXOZVTUMVVLXRHOSLOPKNQKTNJSOLQRPRKHJOJNQJPOHOQKRRMTLJKJIEOPKNNJXWRVUQKJGJJFRRO[YZXTWPMNLKJTRQPLLPHJXMPYPQPIITONRMJPJHRMDRK@XUPTSXXW^WV[WTVNLJNIGUNJXNKVPQOKKNMLRRPNPIMNERPHUNJUJKUKPXQVUQPPPLEFBGHERRPTTTXVZYUZ^X[[VTZXUPNGTTOW[URTQJJITQR[VV]WSZRL^VLUNFVMOYOP^ST]SX^V^[U^]Y^XTTRNJPMGQPJPONRSVXXZSQSKIJLIGTNJXNKVOLRJNTISVLURJPVMPWJNTJPXOUUNQPKJVROXTRUSLZWPZVSURONLGZYSYXTUSORNJTPKUMLSKOPLNRQORNKOKJSPPQORXTURMDVPAYTKVSMROETRCSODTNLYWZVVZYW[ZUW\VVZVUXWVZXY\Z[TRRYXVYVTTPTXTYYTUROJPMHWSMZVR\YW]]WXXNZWU^Y^YWXWVVTQOVRMPMJRJF]SO\PPYJLZMO^SR^XTZVUb^__ZZ\XSOKHWRRZRV[PVYLRXIMWILWMOXOPUMFQIARJBVPDPK>_[R[WPTNJIDDRMT^Y`QLPWQOcZVZOISGAZNN\TZ\Xb\Zd\\bWXYXXVWZVWZTZZV^^\_^^ZZ[XXZYXX^[Z^\X\[W\]XZZU]XZ\XXc_Zb_V`_T\]T\\VXZW^`\]^W]^R\_T_^Ya^Xa_UebY`^X`_`^]b\Za\[_\Z^`^ba]ae^be_b`^_^^]^^\`^[b]\bZ\aZ_b\bYV\Z[\YZ^]\c_^`_[Wb_UeaUa\Sa\Vb]\`\\\[X\Z[_Z`aX\^XWb^Z`\V]XQb]W]YT[ZVXYWXXXZZZZYZ\YZ[XT\TL_SJdXP`UP]VSXUQXXRZZSZSPYQP[US\XVZXUZWTZWSVSPVTRsrp~{|}}}xy{xx{~~}ttmPQBJJE>E>6;D:<=67:473/1425A@B765986;66>8:?9<6AA9<<2=>2<;/C@6HA=?78B:BB>@==7+,&550NNHUVOVVRXXVZXW\WRTOD:8*MNEWYQBF>.0*<<8UQPJDB>51SJAE;0=0.A33QCD`VZ^X`[Va^[cRNO=95:4/G@=:74BCCZ[]DBD544542>=:853;85<98A;@F:C@49//C8:F<@<286.2JDEWSQURM]YP`\TPKF850SRLTTN89321)?=4B@6:41<57FAB<97642BB@;:8:86:7/@;-OH=WQFHF4;;><$JD8WURXXYYXZXTX\UW]TT\UUXUTWUUXVWZX[PMN:88=9:D@>DB<30*<94MHD\UV\XXXXRXXRVTT>><@@:BB8DB562(71)ME8A6,8*'G:<\PS^VVZWXcbcVURCB930(?<8FA@I@AH=@G9:D54<12E>@?95<6+71$A;,>8*ZVKRO@<:)1-"HABXRZ;77>82WQEA9+2&=1-VLP\U^]Yc_[b][]]\ZYZXZ\XZ\X^^Y]ZX]XX[XZ\Z\^\^ZZXZYV\]W[\UZZTXXVZXV`^Y^^V[\R\]U]^Z^_]^^\\]X[]V[^X`_Za]Vd`V^[Rb`Z__^\\`a`e_\b`\b`\aa\_jbfe]a`[]`^_\\[`^_d__`[[a\Z]XYa_`^\d`]f`^cb^]b]Vf`Tb]Q`ZR_ZW_[Z[YV[[T`\WbYZaWWbZXa\X`ZVg_\cZW`XU^ZX^\Z]ZZZVW\Z_WW]XVV[UN`XO^VM]XRZWTYXVYZVVUP\VQ^VS\VVYUSVRNZVRTOLXSRvruz|}ywxzz|yz~{||rtlRRCGG7NIHRHPRIUKDPJFNKINMKNNLNPOKMKCOGBRGFLFBLLEJMEJLEJJEOLHTKHSJFONFOPJKKFNMJRPOPMOLJLRPPROMNIETPISRMVRPWPMVQIOODPTMPTRQRSONKPQLSRMTRKURLUPLTPPTTUOQQTUTXTQTROPPNRWTJPKNTOPTOQSNQSMRSLPPLRQQRPSRTVSUTTRLXOF]RL[TPTURUXWWWWRRLTWJVXLXXPZWSXRTXQT[TVVTPTTJRSLVVRVTRVRPVRQZVV[TV\VWVOP[RV[SXTQTTVUVYXVXVRTP 413*$#%'##-+,2*(TJL\RXYVZRWRNWJ&+ &&# *!,&")$"" //.'(&'(#""'#*%"-'$)($21/**(NMH@=5 --.#EG?WZWLOO'%":85%$(&60, -)(><:($@<2XUPVVWPTXUXZSTT"!#"(&"2-)'&70(44($$*)52(,*0.%$")&*+(+$# 0.*MMHYXQSTLVWQYZV^\WLI@(&@C0MNB+,#$&CD?.-*C:52((* I;6aUV^W\XU_ZZc@@D$ *$<4.,"!853STV,+*  ./, $ƺ,,,)(,&$*$$1*(<54"%!B<@XTVXUUXXU^[SHA8$NMHDD@  -.".-"%"$ /*,#" 12.&' " 0.).*">82WQH@;*** LJ7[YT\[YZYX[XX^YZ\UV^TVYTUXVV_]`\Z^?>>&%.+$2.'"($#B?A^Y``XbZUZ\[XIIG"" #$)*++(%&!?840)! B87^UY^VZZVZcbeFHB"'"#&$1-*0*'4+*3((,%:59.)(!,)&"NJ@HF7'&$"94*HFE! %"E@2&""'QFG`W\`Xbc\d_Z^^ZZ[ZZ]][YZWZZU[ZVb[Y_XX^XX^[[\\\Z[Y\\ZZ[UYZT]]ZXYV]]\]]W\]U]^V``Z]^Z^^]\\[\\Z]]Z_`[a^Yc^V]ZO_^T^^X\^[`aa`_a`\`a]b_^ae`bf^bbY^c\a`\`_^`a`a^]Z`]X_ZVa\Z\Y]`\gb]fa]^_XUaZQc\QbZR`[V_ZY_[\^\Zb_Yb\VaZU`ZV^[V_\Xb]Zd[ZbXVc\Za\Z_ZY[UV^Y^YWbYX`YVZ\WS\VP\WQZXSXXVZZZVUUZVT\UR[TTZUVUPNYSOWQLZTR}vz~|y{xvxzy}z|~~txpORCEG=LLNNLOQHSOGSJELHFINLMMKNOMNNMGJLBMKBNHGPMJMOGHNBHM@LNDPLEPJDOJBPOIJJHPOOQMPVQUOKNSORRNNQLJTRLQRJRPOVPNSNFON@RUJPUOLPOQQOPNKURPXSOVRMXSNTPLVTTQSRSSSYRPZOLQNJQRLPTNPTLOSLSTOTSOSRMQNIQNJVPTYT]WTWWTO]UM^RL\QPXRTVVWRSSXVWVVSWWR[XRZUPVOOXRUVSWVVYXXWSTPWWUXXTYWSVUQXWSUROXTRVRPZTT[TWXTWQRSYYZUWTJNE - "22/'&'&$#&$"#" *##WLN_SW\UWWVVMRJ*4# " .,%" ''&"&"$'"# &#+,&332%%$QRK76,20'HIAEHB6:4 -!# 666"" $&.,$/-*@@>#"B@5VTNXWUPRSW_[LPJ&&""")&$":2-A:5*("B>:###$"" ! )&%/,+PMMZYVVVQVWPYZU^^ZIJC! <=*LR>!$$$&(8:2 "<85+$(  E?4dYUbYXZVYZZ`58<=<5:4,$C@;SUK !&#" 9:6"'#$)$@B="""!",*(<:8$ C>A\Z\ZY\TTVZ\Z<:3QMH984$% " !''&$ +(,$"$14+"$875(&$/,*TQMB@3,,VTBb^[^[XYWS\XTUPLKDCXOPXRTZXZ\\_ZZ^564$'''-*+&'"!@;Aa^hZXdZVba^a>==!"#$&&" =9663($!LF@c^`[WXZVY`^aDG? "&)( 3/.$ 0(*) %>:;.**$#DC@HG>#$*+.. 570;:,$"*$("OGAf]`bY`aZa]W\^XZ`\]]ZZZXWWWSZYV`]YaZW`XT\XU[[YZ[ZYZYWXTZ\W\^ZZ]ZZ[[\[Z`_\^^X^^Y[ZV^]\^\^a^]d^^d_^b]Z`\X_ZT_^T^_V^b[`b^]^[_^]cae^^b`]`c^`d^ad\be]e_Zb[[_\]\]^X^]S^\R^]X\Z^a]e_\b]WXaXTe\Vd\Vb\V`[Y`\]`^_a]\_XTb^T^[P\YQ\\UZZT^[X]VVaY[^VX^VW[UV^[]]Z`\X^YW^XUZYWVZWSXWRVWSZ\\XWZVTXXSU[ST\SU\TTZSPVNLVNK~vv{{yx|xx{xyz|{sxoMQEEHBHJNJJNNMQQKSNHKJHFNMKNLOMJMQLLMJFMNDKLBLIHKLHJNEIN@JN>LM@MKBNJEPMFNLKPNRPKRVRXOJPTPTTPPTNNTRLQSHPQLRNPOKFNM@PRCOSILONPPQOMLTPRVTSWTPXVPRQLPPMLPNNQPUSQ]RPYPLRPIUVNSUJRTJUVOSPMUPMUPLVPLXRP\T\WNTYTQ\VN^SNZOMXOQWRVTRSVVTVVVVUU\XV^VS[RP\UVXUZTUYUX[SUVTTTXVSVVQTTPWXRSRNRQLWVRXTPYTT\WZVSVXVXWXTJLB ),:>4&($$&$!""" #%"&[SV^TW^TUZVTTUO.4+ -%.."!! " **)&('"&$##  -,-(435'')LMI02(2/)FD?;;635,'*&ABF'&+ !$(+.-)=<:""GF;:LHJ#"!$& ""%'%$&(#&LGHTPRWTWXWVXZVXZVMOJ<<-GJ: *-'&-.#/0/$" $ ID:faZbZW]XU[ZZ146BF@55,=<7GG? ,+$!@>9*,(','BD> ##"224=>> "!>=<_^]ZY[TSWXZ[;>8 MJC862&&$ && &%$+),*)) .0& 898'''%%&POPFF@ -23#[\Q`^\^YXZVRYUOKF?83,RKH\VV\Y\WWZY\^362"#'&(,++'#<7;b]fWUaXXd]\c=<<  -#&'(%(('""!:9587+&(SSFcb`ZZXZZZ^^^LNF$!%'(974 :55/)(&!>:3+'%##$%""==:GGE"$(*%'*-$03*""*&*%IC:b][`Z^`Y``Z^b\^a\^_Z\_\\^[[`\Z`[Y`[Wb\Xb\V]]VZ[WZ\Z\^Z_a^Z\YTXTZ[Z]\[a_^`]\_^[][Y^][^]\`\Zb\Zf\\d[[b[Z]XV_^Z^`Z]b\`c`\^\^^\bbe\]b^]_a^_c]`d^bd\e_Xb\Xa\\`Z\X[^T\^QabWZZV_]__\`ZWX]XUdZWbYT_XRa[X`\\_\``[^bZZd^X_\P[XJ^]RXZQXZSYXT\WY\VX]VZ\VX\ZZ[Z[WUXYWZXVZZX[WVVWWTVVRYZXXXZVSYVRVYSTZRS\TTZTQUNKRJJ{rs{x}||xz}tvuw{trxkPTHFG@FGIFINHKNLMPNLLJIBKJFJIJHDJSJORHITNJNNDJKBJJHNONLMFHJ=MP?PPENLGPNLONNKLPNLSSPXNLRRNRRNQSPQPOLNNIPRKLOLKLIPRHPRDTTIVTRPORRNOVRRRPQTQSQQLNOJNPLMQOMRRPUTZWVYRQXRNURKOOCRRFTTJPMHVONZPQZPPVONWRTSMOZQOXRIZULUNJZRS\UZXRVVRRVTTTSUWSV\TV^TS]UT[VXRQVST\TW\OOPWRQUTPTTQVVSSTOTUO[\VVVQYVSZUUYUXVTVXVTGF>!"47&HM>)/&!'*# ,+4)(/XSY[UX^XV]XTVTL56-&* 24()++,''+*)((*&(*$ $&#!!! ,,)438**/668,.(53-JFEJEDE?;)(:<6XX\*(2+(0))'(*  -,'<;9 *+"FF?WVVWVYZY\WXXIKF&(!$!*&&,*.+'.1,0?:;OHI'!#JGHGGJ""&*-+$% '&+(#%&# #?<=b[a\XbXV`TTZ;<8 (+!)*,%$+((,>><>?6*,UVJbb^Z\ZX\\Y\\MQI #%&BB=('$FFE00+"83%,(#($$)(''(% ".0-@B@ ').0& $$!(0, % 0,"QJDe`\`\\]Z[]X[`Z]_Y[a\^c_``\]^Z[]XXb\[e^[bZW`\VY[Q\^Zab`_a^Z\XTVR^`[_^[b_\b\[_ZZ`\]`]_^^]^_\^[WcZXeZXfZ[]TTca_ab__da[_^Z\^[[]^^_Z[^^^`^\^`\^b\aaZb^V`_Wda]fZZ\[^X[^R^aR]^S]]X`_^^\[^[Vc]WaYS]TO`[Td`Z_[Z^W]bY^b][\XPZXK`^Q^\PZ\R\_X]\Z^Y\`Z`^X\ZYXXWUZXWZYXWUU\YYZXZXXYZYWWVTXUTVTWTRVYVVXSQ\TR\TRXSPWRO~vxxuz~zzz~txuv{rpwhQVEJK?HGDGGKGJMILMKLLJIGONJLKMMJOWNRVKLVLKPJFMKFOMKQOQPNNMLFPPDPPCMLDPOKNNNHILJLQNNVNMSMLPONPRRROPPMNNQRPKNJJOKMRMPSHTSKXTRRNQURTVRSQMNRPTOOPMPLMPKRTROSTOSUSTWWRUXSSSOJRPIVVJUVISPHXQNYOPYNPZTRUSRTTRTROWRJWUKRPJWTS]Y]VQVYUWXWUSSSVUXXTW[TUZSQZTSYTXYV^WV_OOSXSUXUTWWUUUTTURVWSZZUUUNWWPVRPYVUXVWZVUNJD96,KK>TVI9@6)2**1*8=5;<:BAGA>JWS]XVYXWUYXPTRHFC810&@>5:80JKD>@6@B7;<3::58899:><=>6:5482662><7<:9@=A53:66:796,.(::6RNPYQWVKLB:8QOM_^a97@=:E@>E::86709:2DDB232>?8:ROPHHJ.35:?>5;6:?9;@8:?9574676><9?;8RNJZWVXV[ZX^OPN03*37/@@=87640.84.>=4>=5<<68:5-21)**<88VRR`_`XVXYXX\YVED@,+*.008<<696.0(<=530--*&661YXXB@@;<;FGF:94?>2::289200,877B@E/*2-,1MNN\[YZYVXWTVVREFB(*$34.8403,*1.*::5995,+*637B@E979*)':8421-0/.=<<672-.+ABDKLQ:<>BDD^^aZ[\WVVZXXZUTYTQXTNZVO^ZS\YS[YVVWW>B@&*$25,DF8.0@>.E?9F@BB>B;9:6659<:EHF8<6.3(>B4>@8>@8AD@9>=6<<5:6CC@^[Xhb`^YX^ZX\YY_[\_Z\`Z\b^_^Z\WRV\WY`Z\bZZbXWcYW_YTYZU__^VWUWYTZ\Vcd]`_W]ZSd^Z]XVa[\b^a^_`\ba_`]b]Yd[Vh\ZbWVf``ba`^a`WZ[XZ][[^[[]\\^^^^^]\_]]^Y]]W^aYbaZdb\e\Z`]^][]T^`R`aT]^T\\U``[]\W_[T_YQdZUaZSc_U^ZR`X\`X^`Z\]YU[XQ`^U^[R^[S`^U^^W\[Z^Z^\X\^[ZYXVZYV]^ZYZUZZU][X]ZZ^ZZYVVXSSZUVXTWYWXXTT\TS^US[TQVQMytsyx{zx|}z|yxv}~xsxjPVCLN@LIDJHGKLJJNJJNJMLJSOOPNPNLRSMPULKUJGRIFQJHQLLOJLUPSTOPPLIPNEPNDPPHNNJKKLKLNJMQKNRNNRPQRNONLPNLOPPQRMMNPRPOSQPTPRRNTPRSMRTRVTQTPLMTPPQOPSSRLMJRRPTSTRRVRRUUPVWRVTPNTSNRRMTULUTJVRLXPOZPP_WTRPMSTRUVTXUSXTORRKSSPWWXRQTWUWVVTQSOTTTVUXYTXXUSVTQ\WV\VZVQXUTVTSSXVVVVVUWVVVVUVSVXRUUOWWOYVO^XR\WTYVSTRMRLF]XRXVOMOHELFDNILSMPQLQQQRPUZVaXV\VXWUXQXZPTQGPK@]VNVPHZVPMMGRTONPKLMHPQNNNPRRTMOMLNIPNLRNLTPPVRVOLQNLPMNMKMJMNLZX[^X_[RUXNP\VYXX[KJPPNVTRZNNRLNLLNJSRRNOSVUXTSUWUXXV[\Y]XXXTTPJKDJKEPPLVTSPNRRORVRTYUUXSS[XWRRRPSSJRQKRQOQRUVVQROMOJPPKLLFJHAXVL[YQZYVXWZQPPJLEQUOWZYPPSSNSUMNXPNRNJMMKNOMLOPJKSUSZ_[a^\bWX\YY\ZZYRQOIHGNLNRRWNPVGHKNPLUSNLHEWSS\Z^KJSJKRVVZRRRRQKRSKLLGJKFFFCQQQMLPLIP\X]_]\]YW\XVZWRVSLHG@JJEPOLQMLNDFVNLWTNLHFNJLZT[RMQGDFQOONNLLKJSPPRPMLLHLLNSSXNPQOPRZ[`WV[VUWXVW\XZUPQVRPZVR\XT`]V\ZTXXVQTTDHHNPNTTPQPJONGQMLb]\d_]_ZX^ZX]XWXTQTROUSNTRJXVTNMRLKN[Z\XWXNMK__\[ZX]\ZVTSXVVXYWJNHKNKXVY_ZZRPMONNVY\PRNLO@TUD[XNYQSTOVNJPRPSVWVVZXSXTJPHVYPVXRVWRYZVLNMLPRQVXV[Z]^^^[\`ZZb][`\Y]YZa^^]YZ`\]b]`]X\^Y]^X\]VY`WYbXXd[Y\ZV]^\XXVZZU^^Va`Wb`U_[Pid[`\V\XVb]^`^a\_`^bb_^\`\Ve]Ve\Xf^Zb^\\[[[\^]^a\[^]\]a``^][]\Y_^[XVX\X]b\caZb`Za^Z_a^_^\V__S^^R^^RXXN]]V]\V\ZR]YPe]Wf[YdXW_ZR^XU`YZ\VX`\Z^[X`]ZXVR[XS]YRZVJXVI[XU\XV[WR\XTZXVZ[XXYRXYPXXOZXR[VT]VWZRT\UXYTYWTXYUW\UV_VU^TTXPNxrqwz|yy||z{~zy~}wuvlPSDHI>NLHNJHNLFMNDJLBKMFMLIQKJOLMPMPRMMSJGUKFRIGQKJQLNSNPRLNPILSMNRNIPPGNNHNMIMLKPPOLNNNQSRSTOLGOOLNQQNRTLLPRPSSQRRRRRSRTPTRLRROTRPVQQTTRSSPNYUSVTPYVRYRTUPRXWVVSVTRVRPRTSQTTPQRMVVQTSLYVR[RN\SMUQLPROTXTVVTXSRZSSXVTXVVVTWXVVVVTQSNRUNVVTYTV[UW[XWWVS[VUWQSRSNQRNUWSUVTTYVTXVVWUYYUZYTYXQ\YP`XNZTLXTLUSKXVM^ZTZRPXURTUQRXUTZTTVNXYTXXWXW[USZWWZTXTVZRTULZULbXPaXPZUOXSN^\XUVTWWVZZXVVT]\ZWWTYZTZXSWSNXRM^XXYTVWUUSSRUVUVVX\[^ZWZ\VX[VWYUVVWZTXZWZ]XX[WVZTUVVXXXY[YY`[[`XXZZWZXUX[YZZXWVUOXYQVXNXYRYZPXXRWVUZYX\YX^ZY[WVYWVYZXTYVU\Y\\[WVXYXZZYWZZTZYRUULZZN]\P[[RXYTXXPYZQY[UZ^\VXYYW\\V[^TV^UTZUVTVYUW\UVcZYf]Xc\X`YX_XZ^XZ\XXWTUTYYZXX[X[aUX\ZZ^]\]XVRa_W[ZVWW\TT_TX]Y\\XXSZ\PTVNYYUVVUWWW[[\XWZ]Z^]Z\\WX]XV\WR\XQZWM\ZRZXT[YYZTW]UV^WR]XQZTR`WZ^VX[UY^Z\]\\[[XYXVXVSZXTZXWVUXWXTXYTXXYXX[YXZYWX\YXYUVZVXZVU\YXa^[ZVS[[VWZWRUWTVYXY\YWXZXV[XU_[^^XZ^YV^ZT\XP^XSZUR^ZXZVR`[T^YT]ZW][Z]Z\[YZc`a\YZc``XWU]ZYb^^]ZZVVX]\b^Z_YUT[XYXX]VXWXYP[\R]\TZTR\TX\U\YTZ]\\^^\VZVW]W[^VYYTWXSZZVXXUZZZ[^^X\[Z]]\\^a_`^YY_ZX]YVa_\\\XZZX^[\^Z^]Z]`]`^Z^`Y\aXZf\\^ZVZ[V\^Y``Z]\T_\Qa\Pd^Sd`TdbX\ZTb`^bab]\^[\[[[Z^\Zb]Xb]Vb\U^ZT^\Y[[[^\a\\`][]a^^^\Z]\X_^ZYXW^Z\a\a^Y__Y^^Y\c_^b^T^\N^\P`^R\[P]ZR^^T]]T_]Rb^Td[VdVWfZ[\XR^YR\VQ]ZT[XWZXZXUZ\Y]\YX[XP[XFZXE]ZN\YOXTM[XUZZXUVRVWPQSHUVKWVM\VSYQR\SW[U\VSYWTX[UX]TV]RR\QPwony{z|~zzz~{x}zutskVVKGGNNARRJNNJQNIQNJTRTQMPPKMKEDVQMNKBPLDSNISPLMMHPRRNNLSTNRRMSPNXQPTLGYSLRSLPRKTSNSPOSSUNQURSWYTX[RS]SSZSSVSTYUVZWXYZ[RUXTVWZXU]VPWND^VKVUJXYNUVPVWVWWZQRTVWUPQKXXSTURVVUVWN]ZOTRKYXUVWUXXYVWWXWXZVW\WYVRQXTNVWTUXXTYWUWR\[V\YTXTP[XSYZTUVRXZUVXQRVJX\O[^TRVPW[VWZSVXP]ZV`\Ua]S\WN^ZP]YQ[XPXVNWXO\[Ta[Yd`\XYS^^VYZPVXL\^T[\Y^^_ZY][[]ZZ[VTT_YSc\S\XPVWQ\^Z\]\\[Y[ZY``[UULXYQ`b[^`X\[S`\W^[U\[U]^Y``^^_`VY]YZ_\\^`_bZY]`_cZ\\VZXX^]Z_]\^\Z\YX\YZ]X\\\ZZ^XX\`^^\ZW]ZV``X[[SXYNZ\P[]XZ]Y[]UWXPYZR\\XVVU]\]ZY\[Z\XXWZ[WZZTWXSWXRTUNZYR[XP]\S]\VYZT`aY\]TXYN]^RXYO^^XXZTZ\V\]Z]ZY^ZZ`ZZ[VV\Z[][\`\_b\cj_fbX\`Y[]\\\]\XXV[ZX\\\TWR\_X\`VWZP\\[ZX[``Z\^Q_bWZ^]VZ^SVSYZT[\S`_V\\XYXZ]]bXZ^VZ\TYXZ\Z[[XVWR\\W^]V]\R^\Sa]Y^ZZ[X[ZXW\ZS^[NZXL[UQbYZZUY\Z^^^^XXTXYSXXTZYW]\ZVUR[]TZ\P_aX\\W]]ZZYV\ZX_\[ZXX[[YXZVVWT][X_^Y__]]^`Z[`UV_XX`XW\_]^ZZU]\W^ZV`[T_\R`^W_^ZZXXa_a\XZ`[\d^^[VSXTNa]W[ZXZXZ\X\\XZZVW\XX\XX\ZY^^][]ZWYX[Z^^\`ZZ\__`[\ZZZV\ZWa\]`Y[`[]`\Z^\XZZV^^Y^^W__X`a]\][ZZ[[YZ[XX`_\\\X^^]``ba^b^Z\]\Z__Z`a[Z\X\\[^^a\\_\\^a`cebfaZ]`XXd`^_`^Y\Y^^\fb^e^Xi`Xf^Vif_]\XZ[W^`^YZ\^_`^_`[[Z__]dd`dd^bc\aaX^]TXVT[[b]^hYZ__^`]]Z^^Y\\X[[\_`bZZ\cbca_^b`_^][\ZUd`Z`\TdaWd`ScaTa`TaaW``V\[P`\T`\Y^\W`_Za_\^\V`^Vbb_XV^`]jb_n`]e^ZZ`^VbbZ``Y\\U^\Y`_\]]\^_`Z\ZUXR\_U[\P^]O\YRc^`aXb^Vb_\b^[^\VX`XWxqnyyxxyyz|zz|xz|xttr]][Z[V\\W]\X_^Z\]R_`Tb`Xdd_^^]b_^d`_b`b^\c_\dZW\_^]WYO^_Q`^Ufc_^_\`bb^bdcfbce__^\c]_h_`lb`edaceabd`ccaffgbdhdfjjhmlfhpeenffmijkilfehgghfjkfjlklmjgdne^qh^pnfnneiibjkjfgjhilfhgegbqrkijchjeag_gkahjbilgllkmknjhjihjgghjhkjilhhhlmiehhfjmgjjjkjmljnlipojnoijjhssrmnlikdnrfjmbfiblmjprojleooivrntqklkdqnhpnhqniroknnjpplmpkrpnmmjrsoopjmndrshnphopnpprrrtmlnljnnlmqnjnnfnqjrwrptsqrsppopponogqsmqsprtoutowtqtrpttsprpquuqsvmpwppwrrvvvznnsqpvjkpnqspttlppqrrrrropomnjmnjoopnmqrpsnlmljhqpkppjjjckldnpmnonnplkmhlmhnnlkkllmodejllqhhkijfhidkkhhhffhahk`llbllagh`fgdmmlhihghdlnfhjbnohghdmnhjkeghdhiflljgfehhhihholnlhjuoqshjtiikfdjjhhhfmljkknjkohjjlokgjbjkdqptonuijimphhledjhbfgikjklklmimlgollpnrklrehnfkmkrpnqmklgnoknnlhicjjdmkhqmmmjkmkkmmijkbmmfllgolnqlqokqnnpoplnojjjhhggmknfehkmmknjlnfllflmjllklkkllkhgihhjjkjkmkjjjmlknmmllnhimffmhhqhhpllqgfgiifgg`lhcnlekkfghddfdjjlhhlnlqminnjlkhholjihdihfighkilpkokhjnjkkjhjjhdfddigfgiljnfdjllqjlohigijfnmiolkkgiljmvsqqnlnnommklmhlmglnjlnnlknljnpmppnnppmponqqtmlolklnnmttrnnlpnorptlioqrursunosurwwqtwtuvvvknnlpqwvvupo~ut|tq|wtsrpstssusoqppqswx}uuzrrvppquutuvqssmnnfpninouqttvwy}rrrqsnprmprpvvxoqstvwttsuutuuupoptrtwtr{wswtlvtiuthttjttnqpkpojrqorqptspqpmsrqrqqwvtqptts}usvtpmvtrtvxxoppoomrpqtrupproorpqtmnprtprtlprekmbkmhsrupmttp{oltpmooki|xt~zzxxzy|||yzw{{y|||tttuvtuvsvvtxwwtstxzxttxxv|xx}yx|~|~zy{xx|vt~us}vv{ptpx|ryxq}zxttrwyyy|}txyvxuvwsvstx}y}}|||||{||z|{}}}|}}~||||~~~~|}|~{~|{~|~z|~x~~}zx|||~~~||}|~~~|~~~~~~~|~~{{}}}~zyzy{z}}{z|{zw~}{|||~~}{{{||||z~|{}|~}~}~~~~|}||~|~~y{{zyz{{|~}{y|zyx~~z||y~~|}}|zzy}}}}}|~}~~|~|}~~}~|~~~}}~~~~}}}|~~zzzz||||~~~z}|zzz|w}|x|}}}z||z|||}}~~}~~~~}~~~|~~~~|{{~|~~}|zxxzyyyzxy|yz}xxzxtx{tz|u{zv||x}}y||yzzy||yzyz}|}~}{z~}~~~~~~z}|~|~|||yv~z|x}|x|}{~~~~~~~|{{~}~|}~}~|}~z}~z}{~~ztzx~y~|~{~||z~|{zz{|{{|z|u~t~r~tqrsqppmmlqpptrqxtrtsnptknrjrrlttouvqqqmvtpurrurxwt{nnpssruutssuttwxx{zxz{u{yty{vz|xztqtvrp|xtyvrwvrwwuyxyvuvuvurtsuvxuuxxx|wtwyst|ss{urrqpvtxvtxzxz{y|sqsvtv|zzzyw||z}~z}}z~~z{{|||}}{|}x}}|~~~}}}~~|~{z{z~~z~~~~~~~~~~}|~~}~}~}~{~|z~|}|}}|~~|~}z|~|~~}~~y~|~|~~~~|~|~||~xwvkhdqnh|xt}}|xw~~~xxx~}~~~~~||}}~~|~w~t}|v~y~~~|z}z|x{~|||v}~x~~~|~~~}~~|wyz}}z{zy~zzzxyutttttust{vt{wxspzuv|~~|~{|w~}~x||s~}|z~|{~}z||xxyv{zz||x}ywx~{}{|yy~|~~{}|y{z}~~~{~z}|zyvzxv|yx~~||}x{xrx{tz{svphfvnhojcrmhronplnssututpqlllghhdnnjronpijyor|tttpjnpeqtfvvlrrsrqpnnlprqrtrxxtvsprrlpskfjcmnhttonnitpirnhsprolsmlrrrswwwyzzwx|{}|z~~x|zvx}{|}z||w||wz|xt{zvvwtzzzxy}utyvtxpprvxzuwzvxzrstwuv~wv|xtsroywyzx|xvx{xzywz}~|~}~vtp|zu|x}~~{~{}}~|yw|{yvuv||||vrpusv|~}~}xxyrnsnixuq}zzzwz~|~xzzstptrpxvrrrnwus~wyxywvpx|q|wz{|}}z||z{~}|}}||xyxt{zuvxry{v|~yz~v|~ \ No newline at end of file +   +                          +                                                                                 +         +       +     +   +  +             +  +  +    +  +   +                 +  +   +  +           +  +       +    +              +  +   +   +  +   +      +           +  +  +  + + +               +  +      +   +  +                                                                               + +  +   +  + +              + +  +  +  +  +  +     +  +        +     + +  + +                   +                   +  +    +  +   +   +  + +  +  +  +        +  +                    +    +   +     +                                                                          + +   +   +              + +  + + + + +   +   +  +  +  +    +  +                          +    +  +       +    +  +  +       +     +   + +  +    +  +  +     +        +  +  +  +  +  +                                                                                               +  + +  +       +   + +  + +  +                    +  +   + +  + +  +  + + +  + +  + + +  +  +   +  +  +    + +   +  +  + +      +   +            +  +  + +  +                                                                                      +      +      +    +   +       +              +        + +    +  +  +  +  +  +  + + +  +  +    +   +  +   +      + +  +   +           +  +  +  + + +                  +                                                                  +    + + +  +    +      +                   +  +       +  +  +  +   +  +  + + +     +   +  + +   +  +     +     +  + +                 +  +  +                                 !%("&)                                    +      + +     + + + +    +  +              + +           + + + +  +  +   +  +      + + + + + +  +  +  +      +  + + +  +            +  +    + + + + +                       "&*$(+                        +  +     +  + + + +   +   +   +  +  +       +  +    + + +   +  + + + + + +  +        +  +  +  +  + +   +  + +  +  + +  +  + + +   + +   +    + + +            +    + + +                          + + + + + + + + + + + + +   +     + + + + +  + + + +    + + + + + + + +  +   +          + +        +  +   + + +    + + + +   +   + + +     +  +    + + + +      +                       + +  + +  +        + +       +   + + + + +  + +  + + +   +  + +  + +       +   +   +      +  +     +      +   + +   +  + +        +  + + + + + +   +  +  + +   +                     + +  +  +  +        + +        +  + + +  +    +  +  + + + + +     +        + + + + +  +      +        +  + +   +   +      +         + + + +   +  + +   +  +  + + +                   +  + +    +                  + + + + +  +   +  + + +             + + +                    +   + +    +           + + + + +  + + +  +                  + +  + + +    +   + +            +     +  + + +  + +   + + + +         +               +          + +               +  + +  +  +   + +   +          + + + +      + +   +                 + + + + + + +     +                          +           +  +          +        +  + +  +                + +    +   + +                      +    + +  + +               !%)#'+                 + +                                           + +    + +                         +  +   + + + + +  +               "&*!%*                                          +            +    + +     +   +                           + + +       +                                                                     +          + +                   +       +                                                                                                                                                                                     !                                      +                                                   LORLPR            "'+#'+                                                                              LPRMQT   !  !!! !      #(,#'+                                                                                         !     !    !!"!!!                +                                                        !!!!!!!!!! !           ! !!!!"""!           " ""!" "!          !!  ! !!!                                                                     !""!!!  !!! ! !!  !!     !!"# #"##"#!!!!! ! !!!!!!"#!"!!!!!!!!  !!!!     !!!!!!! !! !"!!     !!!                                                               !!!!!"! !  !!!       ! !!!!   !!!!"##"" $"" !!! !  !!!!!"#!!!!"!!   !!!!     ! !!!!!! !""!!!!!!!!!                                                        !           """"#"""!    !!"!     "! !!! " !!!!!"##"## $ $# #""!" !! !!!"""#""""#!"! ! "!!  !    " """#"!!!!!"#"""!!! "!""                                                        !    !  !"!"""""" !! !"#"" $#  !  !!!!! !  ""#"""""##"#""!!     """!""""#"!" ! !!"        """!""""!"!!#"!"" !  """                                                         ! ! !!            !!!!!""""""# $ $####"### $ $ $#####!!""!!!!"!" !"""""# $## $#"#"!" !  "##"""###"" !!!!!!  !! !! !""""" $ $#$#""#""""!! !"""! !  !!                                                 ! !"!#"!!!! !  ! "!!" !"#""$!$#"$$$ $ $!%"%!%!%!%!%"&!%"&#'!%"&"&!%$$# $"""##!!"""## $### %## $ % $###"""#!##""# $#"$$""""!!!!! ""!"#""!!#"##$ % $#####$ $##$#!!""##""!    "#!!!"                                 !   "!!"!"!!!"!!!  ! ! ! "!"#$ $#!# $$# $!%!%!% $!&"&#'#'#'#'#' %)#'#'"&#'#'$ %# $" $!#"!!!" "#### $## $ $ $ $$##"#"""$#!"#$"##$#" !"!!!  !!!""!" ""$##$##### %" $ $ %# %##!!"##$"! "!!"!"#!                                       !!!""#"#"#"!!"!!"!!!#"""!""# $$ $" $ % $!&!% % $"'"'"'$(!&* %)!&* %)!&*"'+ %)!%*$($($($("'!&!%!%#$ % %#!"!#!##$"$ $ $$ $ $!% % $"#$#""##### $$ $$# $##""#"!"!!"!""""#""! $$ % %!%!& $ $ $$# $ $!% $!& $$###"$$$##"#"#""""    !!!                         ! !!!!! !"#"""#""####"###$"#$ %$$ % $##"& % %!& %!&#("'"&$( %)#(!&*!&*!&*!&* %)"'+!&*#(,#(,"'+ %) %)$( %)"'#' $!&!%!%!&"##"#"##$#$#$ %!% %"& %$$"#""#"# %$$$ %$ %$$#$#!!!!###"##""#$#""$$ %"& %!&!& % %$ % $ $ %!& %% % % %$$$!%% %$#### %##!   "!!!                           !"  !! !"!!!!!$###$#" $#$$ % %##!& %# $$!& $ $ $ $ $!&!&!%"&!&#($)%)!&*%) &+!&*!'+"'*"'*!&+#'+$(,#',$(,$(,#(+"'*!'*"'*"',!&*%)%)"'#'#(#'!% %!% $# $# $# $!%!%!& % %!&"&!&!% % %!% %#$$$ % %$$$ $ %!&!& &$!&"#""# $## %#"##$ %!&#$ % %!&"&!%!& %"'!&"'"&"&"&!& % % %"'!& %!% & % %!& %$$#$ & %$""!  "!"!!!                             !!""" #"!""$$ $# %#$$$ % %!&$ % % %!&!&$$!&"'"'"& %!&!&!&!&"&!&"'"'%)%* &+"'+#(,!(+$(,$)-#)-#(-#(-"(-#(-#(-$)-%*.$(-#(-!',!&+!'+#(+"'+!'+%*"'+ %*$)"'"' %$$ %!%$$!&!&!&!& %"&"'"&"&"& %!&!&%$ % %!&!% %"' % %!&!&!& %%% %$$##$!& %!&#%$$% %!& %$ % &!&#'#(!&!&!&!&"&#(#($(!&!& %"&$(#(#'"'!&!'"'"'!&$$%$$ % %%#"!""!#$#!"!                          !!  !!"!" """!""$#$$#!% % %!&# %$$# %"&"'!% %"'"&!&"&$#(!&!&#(!&!%"&$($)%*!'+#(-%)-$)-$)-#).#).#).&+/$*/&+/&+/&+/$*/#*/#)."(-!&+#(-$(-#),$), &+%*$)#("'#(!& % %!& %"!&!&!&!&!% %!%"&"&"&$!& %$$### % %$!&!&!& & %!& % %#$$$$$!&$!&!&$#$% %% %#$$!&!&"'"'!&"&!&"'"&$(#'!&!&"&!&$)#(#("'"'"'"&"'"'"&!& % %# & % %$#! ##!"#!!#"                            !        ""!!""##"##$$$$!%"'$ %"'"'!& %$$!&!& %#'#'"'!&#'!&#(#("'#'#("'%*%) &+ &*"(-!'+"(,%*/&+0%+0%+0%,1'-2&,2&,1(-1).2(-2&,1'-2%+0$*/#*/%*.").#(-#(-"(, ',!',%*$)%*!&!&"&#(!& %"'!&!%$$ %!'"'"'!' % %% %%#!% %!&!&!&!& %!&!&!'!& % %$#%$$$!&!&!'!&!' & %!& %% %% % %"'"'"'"'!'!&"'#(#("'"'#("'"'#($)#(%*$($("'"'$(#("' %!& &!&"'!&$$"#!#$""#"!!"!   !                      "!!!!!!! ! "!"!!!#!#""$ %"""$$!&"'"'!&!&"'!& %!&#("'"'!&!&"'"($(#(#(#($)$)%*$) ',&+ &*!(,$).$).#*/%+0&-2)/2)/2*/3(/3)/3(-2*05*/4)/4*/4(.2*/3'-1'-1%+0&-2%+0"(-#(-"',"',!(, &+ ',$)#(#("'#(#("'"'#( &!&"'!& % %"' %!&!&!&!&!&"'!&!&!&!&"'#(#("($(#(#(#("'!' %$!&% &"'"("'"(!'!&"'!&"' &!&"(!&"("'"'!'#("'"'#(#'#(#'$($)"($) %*$)$)#($)$)$)$($)$(#(#("(#(#( & & %#$$"$""""""!!!! "                   "  !  ""# "  !  !! !" !" #$!"""$""!"$$# %!& % % %"'"'!&!&#(!&"' % %#(!&"'"'$)!&* &+ &+ &+!', &*"(-#(-#*/$*/&,1&,1*03,05+05,15*05,16.38,27,27+16,16,16+16)/4)/4+/3(/3&,1&,1$*/"(-"',!&+"(,!(-%*%*$)"'!&#(!&"'#(!&!' %"'%%!& % %!&!&!&!'!&"'"'!'"(!'"'#(#(#($)$(#(#(#'!&"' &!' & %!' % & % &"'"'!&!'!&"'"(!&#("'"(#("'"(#($)$(%)$) %*#($)$)#(#($)!',#($)#(#($(#("'#(#("'!&%$"!##$!"""!$"!""                   !! "! ! "!!!   ! "!##"!!$###"#$####% %!&!&!& %!&!'!&!&"(#(!&!&!'!'!&!&#(#("( &+&+ ', ',"(."(,#).#).#).&,1&,1(.3,15-16/48.48/48-48.59.49.59.59.49-48,27-38+17+16+16*05)/4&,1%+0$+0#)."',!&+")-!(- &+%*%*$)"'#)"'#(!&!&!'"'!&!&!'#( &!'#( & %!&"'$)$)#)#("'"($)$)$)#)$)$)$)#(#(#)!'#(!' & & %"'"'"(#("(#(!'!'!'!'!&!'$)$) %*$)$)$)%*!&+$)%*%*$) &+#)%*$) %*$)$)#(%*#("(#("("( &, &$$##$ %%"!#"##"$#!!     !!!               !!"""!#""# !!  !    #"#""#!"#""#"##!#$#!&"'!&!&!&"(!&!'"(!&#(#("'!& & %#)$)%*!'+ &+ &,")."(-"(-#*/&,2$+0&,2*05-26.3816:06927;26;05:05:06;16<16<1649>28=3:>39=4;?4;@29=39=27<39=38<06;/5:-48,38+05*/5'-1%+1#*/"(-"'-!(,!(.%*&+$*%*$)$) &!'"'"("'#(!' % & % &!'"'!&!'"'!'#)!'!'#(#)#($*#)$)$)$*%*#)$)$)#)#("("( & &"'$)$)$*"(#($)$)!'!'#(#($)%*!&+ &+%*$)#)%*!&+ &+$)%*$) &+$) &+$)%*#)$) %+$)#)$)#*.39>5<@!'!' & %!'$ %!&#""#$#% %$!!!  ! !!!!              &+2'-3   !! ""$$#"##!""!!!!!!! "#""""#$ % % &# %%$%#$$%!&%$!&%#(!'#(!&!& %#(#("'$)#($*%+%*%*%*!(-!(.!(-!',$*/$+0&,2(/3)/4+06,28.5:27<59>5:>7<@7C7C8=C7=B8>C5<@4;?4:>49>17<.49,37+06).4'.2%,1%,1")/"(-")- ',&,$)&+%*&+#)"(#(#(#)#)"'#(!' %#("("'"("("(!&"'#)#)"(#("'%*%+ &+%* &+$*$*%*$*#($*#)!'!' &"(#(#)#)$*$*"("("(#)%* %+%* %+%* &+ %+%*$* &+ &+$* &+ %+ &+!',%*!',!',%*%*$*$*#)"(!'-'.4!',#)"("(!'!'#)"( &!'%%%%$%%%%"#!"!!!"#"! !"!!!                 &,2(-4    "!!#"#$$"$$"###"#!""#$#""$$$$$$#$ %%$$#$$%$ % &%!'"(!&"("(%*!'"(#(!&"(#(#)%*%*$*&+ &, '-#)/").")-#(.$+0%+1'.3*/5,17.5906;27=4:>5;@8=B:?C;@D;AE;AE:@D>CH28=/5:-48,28'-3(/4&-2%+1#)."(.!(- '-&+$*$*$)$*"(!'"("(#(#)"("(#)#($)"(#("'"(!&"(#)%*#)$)%+#)%+!&,$*!',&+$*$+%+$*%+$*"("("(#($)#)"(#)$*$*%+$*#)$* &+ &, &+ &+%+ &+#(%+$*%+%+ &+%+!', %+$* &, &, &+ &,%+ %+%+")/")/',#)%+#)!'#)%#)"("(!'% ' %% &%!'$%%%#$"!!"#"!!"!!!  !!                !  !  !   " !!#!#"$$$$###$$$#"#$$$#$##$$%#$ &$$ %%$$ &$$%#" &!'!&"'!'!'$*$*#)"'#("'"'!'"(%*%+%+%+!(-!(."*/&+/$*/#)/%,1'/4)04)/4+06-48/6;49>6;?9>C9?C;AEDI?EJ?EIBGK>DI@EJ?DI=CH?DHtx|SX\628>/5:-49,28,27(/3&-2%,2%*0").")/ '-%+%*$)#)#(#)"'!&"(#)"'#)%+#)$)$*%+"("(#)#)$*%*&,%+&,&,%,%+&,%+!&,&,$*&,&,%+#)$*%+$*#)#)#)$*#)#)$*#)$*#)$*$*$*%+$*%+$*%*&,&, &, &+&, &+ &+&,!&, &+!', &,!', &,%+$*/%+/!(.$*%+$*#)$*"(#)#)"(!'"(!&!'!&#) & & &%&$#$"#$#$#!!!"!! ! !  "                 " "   !"! !!"""$#%#$$$$%$$$$###"#%""##"%%$$#$%%$#$ %%%$$%$!&"'#(#(#)#)%+$*"(#)"(!&"("'!&$*%+&, '- '-!(-#*/$*0%+0&-3'.4)05,28+17-48.4938>7<@;@D9?C;AF?CGAFJ@FJDIMCHMCHMDJOCINCIMCHMBHMx|:AF9?D628=06;.49,27)/4(/3#*0$*/$*/$+/ ',%+%+%+$*"("'"(#)$)"'"($*#)#("($*$*#(%+$*%*$*$*&,%+%+ &,#)!',%+%, &,&,&,%,&,&,%+#)#)$*"(!'#)#)#)"(&,&,$*#)#) &+&,%+%+&,%+%+%+%+ &+ &,&,$+&,%+ &,!'-!'-!',!',!&,#*/%+0!)/%+"($*$*$*#)"("(!'#)#)"(!'!'!'"( && && & &##""""#""!"!"  !!! "!               !  !!!!!! !!!!#"#$&&&&&$###&#$#$"#$$#"#"#"%"'% &!'$ & %!&$$ %$ %%$ & &!'!& &!'#("'$*#)$)#)"'#)"("'"'$*%+!(. '-"(.#*/$+0%+1$*0(/5*16,17,28,3806<28>5;@7=B:@E>CG?EJCGLEJNFKOGLQGLQEKPINSGMRGLQ^cg{>DI>CH9?D65;A7>C;BF06<07<-39*06)05(/4%,1%,1")/ '- '-',$*$*$*#)#)$)%+$*&,'-$*%+ '-&,'-&,%+U[_W\`"(-',"(. '- '-%+"(.'- '- '- (."(- '-'- (-"(-%+'-"(-%+$*&,&,%+%+'-'-%+&-',%+$*&,&+%+&,%+ '-%+&,!'- '-!(-"(-"(-!(-"(-"(-"(.!)/%,2 '-&,&,%+$*$*$*%+"("($*$*#)#*"("("(#)"(% & &!( '%%###$##"$%"#"#" !  !             ! !"! ! "!! ""#"#$#"$%%$$$%&$%&$%$%%%$$$% ''%%##$$"'!&!'!'"("( &"(!&!' &"(#)!&#( &% &!'!'!&"(#)$*#)"($)$*#)$*$*$*%+&,!(.!(.")/#*0$*0$*0&-3)05+17-39-4917<4;@6C3:?3:?06<,38+17)05*16(05&,2$*0!(. '-%+%+%+%+$)%+%+&, (. '- '-!(. '- (. (. '-&,%+%+&,&,%+&,&,%,'-#*/!(.#).#). (.#)/#)/$*/#). '-"(.!(.!(. '.&,'-&, (.&-'-&,&-"(."(. '- '.&,%,&,!(. '-'- '-'- (. '."(.#).#)/#)/#)/!(-"*0$,1&-&,&,&-%+%+%,%+$*$*")"(#)")#)#)#)#)"("(!'$ & & & &$$%$$#$$ &$"""$!!!!  "!#!      "!"!""!  !!!!"!!#"$###"%%%$$#$%%%%%$%%&&&$%%&&%$#$"#!'"("(#)#($)"(!&"("( &"'"(#)"(!'#)"("("(#)"(#)"("(!'"("(#)$* '-%+%+&,&,&,!(.")/$*0%,2'/4)05+17.5:/7;39?4;@8>C;AF>DI?EJDJOFMQLQUOSWPUZQX\SX]TY^]bfINSFLQCINAGL=CH9@E517=07<-4:-39*16'/5%,2"*/$,0"*/ '- '- '-&, '-&- '- '-'- '-%+&,!(.!(.!(.%+$*$*$*%+&,$* '- '- '- '.").#)/!(.!(."(."). (."). '- (.!(.&, '. (. '. (.'-&, (.'- (. '-"(.#)/ '-'-&,'-"(. (. (.$*/"(.'-"(-#).#).#*/#)/")."(.#*/&,1%+&,&-&,&,$+%+%+$*%+#)"(")!("("(")#)"( '"( &!' &%%&%#$##%#&%%"$$#!!!! !! "!           !! " !!  !"$"##"""#$$#$$$#%%&%%##$%%%&%%%%#$%&&&%&&%#)"'"("'!'#)!'!'"("(#)!'!'#)"( &"("("("(!'!'#)$*"("( &"(#)#)%+%+%+&,%+ '-!(.%+1$*0&-3(/4+17,38.5:17=4;@7=C=BG=CHAFLDJOHNRJPUNTYQW[SY^V\`W\`flo^bgJPUHNRFLQCIN@FK07<-49,39*27'/5%,2&,2")/$+1 '- '- (.!(. '-"(- (.&,#)/ (.&,&,").!(. '-&,$*%+$*&,&,&,"(. '.'-!(. '-#)/ (.&-!(.")."). '.!(.!(.!(. '. '- (."(.&,&, '.%,%+&-"(. (. (."(. '. '. (.#*/ '-"(-"(."(.&,")."(-"(.#)."). (. '."(. '.&-'-&-&,#*%+#)$*&,#*#)"(")"("(")")")!'!("(!'!'$%!'&"%$$$%& &%$"#"# !!!! !!!  !     !   !"$$# "$##$$#"$#$& &&$$%$$%%#%$$$%$%&%'$%%&&#)"("(#)#)#)!'!'!'!'#)$*#)#)#)$*"("("($*"($*$*#)"(#)#)#*$+$*$*&, '- '-!(.!(.$+0%+1%,2)06)06-39.5:18=4/6;.6<-39)16'.4'.4")/$+1!)/ '.!(.!)/ (. '- (. '- '-'-&,%+ (.!(. (. (.$+&,&,%+%+&,'- '. (.#).!(/")/!)/ '.!)/!(/ (.#). (.!(.!)/$*0$*0!(/!(/ '. (. (.&, (. (.#)/!)/").#*/ (.").#)/#)/#)/!)/!)/").'-#)/#)/!)/#)/#)/ (. (.#)/'-#)/ (.&-%,%,$*$+#*%+%,#*$+$*")#*$+#*")!(!'")")"( && &&%%$$%%& &&%$%$#"#!! !!##"!!!! !!!!"!!"$%""#"!"$#$$#%$%&&$$$%%$$$%##$$%%%&&'%% '&%#)$*"(%*%+#)$*&,$*#)#)$*%+%+$*#)!'!'"("(!(%+$*#*"(#)$*%+$*%+#)&- '- '-!)/#*0%,2%,2'/5(05+17,28/6;3:?7=CEJAHMDJOIOTMSXOUZTY_W]aY_d^bg_diTY^RW\PV[LRVFMRDKP@FL:AF9@E4;A28=/6;-4:,39+28(/5&-3&,3#*0!(/"*0!)/ '. '.!)/ '.&-!(/&, '-!(/")0!(. '. '. (.&,&-%+'-&, '- '.!(/!(/ '. (.")0!(/!)/!)/")0'- '.$*0!)/$*0#*0")/#*/ '.!(/")0#*/!(/#*/!)/#)/!)/ (.")0 (/$*0#)/#)/#*/#*0#*/#*/ (/ (/!)/ (/$*0 (. (/!(/&- '.&- '.%+&,&,%,$*%+&-'-&,'.&,&,&-%,%+%+%,%+")")!( ' &!'&% ' &%!' ' &&&&$%$%##"!!""!#""!      !" " # "#%##$#"$$$##%%%#%$%%#$$%##$$$&###%$& (&$%'% '$*&,#)%+#*$+$*%+#)$*%+#*%+#*#*$*"(!'!("(#*"($+%+#)&,&,#)%+$* '-'-%,!(.$+1#+0$*1$,2'.4,28+28-5:39@6=C9?D>DJ@GLDKPIPUMRWQW\V[_V\a[af`eiafjY_dU[`QW\NTYKRVGLRBHM=DI:AF6=B4;@17=.5:+18*27)06(/6&-3%,2"*0")/"*0#*1!(/'-&- (.!(/!(/!(/"*0!(/$+0$*0#*1")0!)/!(/ '-%,!(/!(/ (."*0 '.%,!)0 '."*0 (/!(/$*0!)0'-"*0%,2%+1&,2&,2"*1!)0!(/$+0%+1")0")0!)0!(/")0!)0!)0 (/$*0%+1%+1%+1")0#*0 (/!)0!)0!(/"*0"*0#*0"*0 '.!(/!(/ '. '.%,%,$+")%,%+&- (/ '.!)0'-&,'-&-%,&, '.%,%,")!(")!( ' ' ' & &!'!'!( &&%&%$#"$##"!#""%"""     ! !#"!"###$###!#$$$#%#$$$%#$%#%%&&%'%$&$%%%' '%%&'%&!(!(&-%+ '-%+%+%,%+&,%+$*&,$*")%+$*%+#*#)")#*#)$*$*%+%+#*")&,&,&, '. '.'- '.$+2$*1&,3'.5(05-4:,39/6<3:?8?D;BG?FKBHMEKQKQVRV[V\`W]b\bf_eiejn]cgY_cV]bRX]MSXJQVDJP>EJEJAGLFLQIPUNTYSY]V\aZ`d_eidimy~afk]cgZ`dTY^PV[KRVELQBHMD3;@3:?/7<-4:,39)16&.4&,3#+0!)0#*0")0!(/ (. (.&-&,")0!)0")0%,1#+1#+1"*1"*1"*0$+1%,1#+1%+1#+1!)/ (. (.!)0'-!(/"*1!(/!)/"*1"*1!(/#+1"*0$+1%+1'.4#*1'-3&,2%+1&,2&-3#*1#*1%+1"*1"*1!)0"*1%,1$*1%+1&-2%+1&-2#*1%+1"*1!)/#*1!)0!)0!)0!)0'.'.!)0!)0!)1 (.'. (/'.'-%,&-'-&- (/&- (. (/$+ '.'-&-%,"(#*")#)#*!(")#*"(!( &!(") '%%&%%!$%%#%$#$$##%#       "!##$$##% '$&%#!!$$%%&&%%%#%%""$%& '!(&$%$'%&%&' (!( (!)&' (!( (. '.%,&,&,&,%,%+%,'.%,$+$+#*&,&,$*#*$*"($+#*$+%,$+$*")%,%+&- (/"*0#+1"*0%,2$+1)17+28*07-4:/6<3:?6=CEJ;BH6D5=C3:@07=,4:*28)17&.4&-3#+1"*0"*1#+1"*1"*1 (/'. (/ (."*0"*1$,3!)0#+1$,3#+2&-3#+1#*1#+1#+2"*1#*1!(0#*1 (/"*0!)0"*1#+2"*1"*1"*0#+2%,2&,2'.4%,2&-3&-3#+2'.4&-3#+1&-3#,2#+2#+2&-3'.4&-4(.5'.4&-4&-3$,3$,3#+3"*1#+2"*1"*1!)0!)0!)0!)0"*0'."*0!*0 (/ (/ (/!)0"*1 (0!)0"+2"*1"*1"*1!*0&-'.$+$+%,%,%+#*#*%+#*$+#*")#* ' '& '% (%%&#$#%%!#'%$&$$### !! !##$$%$%%$%&%&%$%%%&&&'%%%$$%'&'!) '' (%&& '& ( (' (' (&!)"*'"*"*")"*#*1 (.!)/ (. '.'-!(/&-%,&-!)0!(/!(/&- (. (/&-'- (.&-%+%,&-%+%,%+&-&-&-")0$+2#*1%-4'/4'-4&.4*28-4;-4:06=4:@8>D;CI@GMEKQKRWOTZTZ_V\a]chbglfkoinsrw{kpueko`fk[afW]bRX]MSXDKQ@FL=CI9@F7>D5-5<,3:)17&.5%,3#+1%-4!)/!)0#+2!*0 (/!*0!)0'.!)0"*1!)/"*1"*1$,3#+2%-3'.4'.4#+2$,3"*1"*1 (/ (/!)0 (/!)0#+2!*0!)/!)0"*1#+2%-3&-3$,3#+2'.4%-3#+2&-3'.4$-3&-3'.4'.4&-3(/5#,3&-3$,3#,3$,3$,3#+3#+2"*1#+2#+2$,3#+2!*1!*1#+2#+3#+2#+2#+2'/ (/ (/"*1"*2#+2!)0#+2#+2$,3#+2%,2#+2"*1&-%,%+$+$+#*%+$+$+%,%,")%,!(!(")& ( '&& '&& (%#""$%$%%%#$#!!!       !#'$#$%$%&#%&%%$%#%& ( ' '%&$$&&&& (&% (!)!(%&%&& (&%!) ( ("*#*"*"*!)!) '#+1"*0#*1#+1!)0 (/&-&-'.&-'."*0'.&, (. (.'.")0#*1 (. (. (. (/!(/ (/'.&,'. (/")1"*1#+2'.5&.4&.5*29+39-4;07=4;A6>D9@F=DJBIOHNTMSYQW\U[`\bg_ejdiniotqvzlrvinsdin_ejZ`eSY_NTZHNTCIO>EK;BH8?E5=C3:A.6<+29)17&/5&.6$+2$,3"*1"*1'/!)0!)0 (/ (/(/!)0#+1#+2"*1!)0#,3!)0&-4$,3%-4#,3#+2"*1#+2 (0"*1#+2 (/"*1"*1!)0"*1#+2$,3"*1#,3$,3$,3$,3$,3$,3&.4%-4&.4'.4'.4(/5'.4(.5(/5%.4$,3$,3$,3#,3#,3#,3#,3#+2#+2#,3$-4!)0$,3"*1#,3#,3#,3#+2#+2 (/!)0!)0"*1%-4#,3$,4$,3$,4#,3#+2#,3#,3(/!)0$,$,#*#*%,#*$+#*#*%,#*")#*!(%& ' '%&&&& (&%%$%$&$"%$##$$" " "#$%%&'$#%&&###$%%#%$&&%&&&$%$$&'& (''!) (&& '!*&%&'& ($,"*$+"*!)"*"*#*"*0"*1#+1#+2"*1 (/'. (/ (.!(/ (/!)0&-&- (.")0!)0#*1!(/ (."*1 (/'."*1&.&-'.'.")0"*1#*1$+2#+2&-4'/6*29/6EKDKPIPUNTYUZ_U[a^dichmhnsnsww|qv{kquhmr`fk\bgU[`NTZJPVHNT@GMD8?ED3;@2:@.6<,4;)17(07*18'/5%-4"+2$,4"*1'. )0"*1 (0!)1(/ )0'.&.!)0$,3$,3#+2$,4$,3#+2"*1#,3!*1"*2!*1 )0"+2!)0 )0"*2!)0#+2"+2$,3"+2$,3'.4%-4%.5$-4%-4"+2$-4$-4(/5'.5'/5%-4'.4'.4$,4$,3"*2#+2#,3#,3"+2$,3%.5'.5$-4%-4&.5(/5'.4$-4$-4$,4$-4#+2#,3#,3$-4$-4&.4$,4'.5$-4(.5$,3#,3#+2$,3(/(/'.'.%,$,%,&-$+#*")!)!)&&&&&&&&&%&%'&&&$$# "$""%$$"#$"%"   #$%&' ( ("*"*"*!)&%&%&& ( '!)&' (&&&%&%'&'&' (&&''''!)''%&&'#+")#*$+#+%,$+&.$,$+&.5%-4#+2#,3#,2"*1#*1!)0!)0 (/'.!)0$,3"*1#*1"*1!)0"*1#+2"*1$+3%-4'/5#+2"*1#*2#+2#+3$+3"*1"*2#+3$,3'/6+2:,4:/7>3:A9@E:AGE29@/7=/8?,4;)29+3:'/6%-4&.5#+3"+2$,3"*2!*1!)0(/!)0(/'."*1!*1"*2$,4!*1$,4$,4#+3#+3!*1!*1 (/(/"*1 (0!*1"*2!*1!)0 )0!)1#,3$,4$,3%.5#,3%-4#+2%-5"+2%-5&.5&.5&/6)17%.5(/5$-4&.5$,3$-4$-4$,3#,3&.6&.5'/5%.5'.5'/5(06%.5&.6(/6$-5$-5%.5#,3#+3$,4#,3$-5$,4$-4&/6%-5(/5%.5%-5#,3"*2!)1"*1 (0 )0!)0'.'/#*#*#*#* ' (& '!)!( '&&%&%%%'%&&##!!##%$!!####$&$##    #%$'!)!)"*"*!)"* '''' (& ("*!)"*!) ( ("*&'''!)' ( (!('' (#%'!)!) ( ('%%&!)!)!)!)!*!*#+%,%-$,$,&.5$,3"*1"*1"*2!*0#*2#+2!)0"*1"*1$,3#+2#+2!*1#*2#*2$,3#+2%-4'/6%-4%-4#+2#+3"*1#+2$,3!)1$,3$,3%-4$,2(07+3;,4;/7>5D7?F/7>,4;*39*3:(/7'.6&.5%-5$-4$,3"*1!)1#+2!)1 (0#+2!*1#+2#+2#,3#+2%-5#,3$,4$,4#,3!*1!*1(/#+3!)1!*1"+2"*2"+2#+2"*2"+2"+2%-5#,3&/6&/6%.6$-4%-4%-4#+2%.5$,4(/6&/6$-4%.6$-4$,4%-5%.6(/6&/7(06&/6)07(/6&.6(/6(/6*18%.6'/7&/6(07(/6$-4"*2%.6%.6(/6%.5%-4$-4#,4%-4%-4(/6%.5$-4"*2 )0(/#+2!*2 )0 (0&-'/%,#+#+#*#* ' ( (!("*!( ( '&&&%'%&%$!$# "$!$ !!$$%&##!  !"  "!!!$'' ("* ("*"*"* ( (!)#+ (' ("*!) (&'!)' (' (!) (' (!)''"* (''!) ( (#+"*!)'' (' ("*!) ("*%-#+%-#+#+%-&.5$,3#+2#+2!)0"*1"*1"*1"*1!)0 (/$,3#+2#+2#+2%-4$,3%-4%-4&.5&/6)06#*2"*1$-4#+2$,3#+3"*1$,4$,3$,3&,4'/6+3:.6=08>3:A5=D9@F=DJ>FLEKQJPWOV[U[`Z`e`fkhmrntyÁ{v{ouzhmsbhm\agW]cOV[NTZFMS@GM>FL8?E3/7>.5=,5=*29%.4(17%.5#,3%-4"+2!*1 (0!*1#,3#+2$,4"+2#,3"+2$,4$,4$,4%-5$-4#+2#+2 (0 )0 )1"+2"+2$,4$-4#,3#+3 )0"*2"*2#+3$-4%.6%.5$,4%-4%.6%-4%-4#+2&/6(/6%.6#+2#+2$-4#,3$-4)07)17)07&/6(/6)07%.5&/6(07)07*18(/6'/7%-4&/6&.6%-5$-4%.5&/6"+2%.6&/7&/6%.5%-5&.6&/6%.6%.5#+3 (0"*2!)1"+2"*2 )0%-%-&-%,$+#*!(!("*#*& ' ('#* (''%%$&%#$!!!#%%& !#$#'&$$!!    $#$#!$##&% ('!( (!)!) ( (!(#+#*'!)!) '!)!)'#+ (!) ( ('!) (' (!) ( (!) ( ( (!)'!)#+"*"*&&&' (!)!*!)!)#+#,%-%-$,$,$-3"*1#,2$-4 )0!)0 (/ (0!)0"*2!)0#+2$,3#+2"+2$,3%-4%-4&.5%-4'/6'/7&.5$,3#+2!*1#+2%-4$,3%-4%-5%-5'.5+3:-5;,4;08>3:B5=C8@F=DKAHNDLRKRXPW\U\a\bgcinjptqv{؃|x}rw|jpudko]djY`eSZ_NTZGNUCJQ@HN/7>*3:'.6)07(17%.5&.6$-4#,3"*2"+2$-4#,3"+2$-4$-4$,4#+3$-5%-5#,3#,3$-4"+2"+2!)1 )0"*2!*2#,3"+3!*1!*1"+2!*1!*1#+3#,3"+2%.5'/7$-4&/7$-5'/7%.5$-4$-5%.5%.5$-5%-5%.5%.5'07*18*18)07(06$-5'07'/7*28)07*18)18'08)07(07&/6&.6&/6%.5'/7#,3&.6'/7&/6&.6%-5$-5&/7#,4%-5#,4#,3!*1#,3"*2#,3#,3 )0 )0'.%-%-%-#+!("*!) ( ' ( ("*!) '!(&&'$$%%$#$$$$$ $#%&%$%$$  $!"!!$"$%%'' ("* (!)!)"*#+"+"*!*' (!*"*"* ( ("*!* (''!)!*"*!) (!("*!* )!) (!*!*!)"*"*#,!)!*'' (!*( (!)"*#+$,%-$-#,%-&.6$,3$,3$,4"*1 )0$,3 )0$,3"*2"*1"*2#+2$,3%-5$-4%-5&.5'/6%-4'/6'/6&.5#+2$,4&/6%,4%-4%-5%.5%-5&.6(/7+3;,4;/7?08?4;C6>E;BI;CIAHNELRLSYSY_W]c_ekdiokpurx|zty~msxiouagm\ciU\aQW]MU[HPVDKR=EK;CI6?E4A/0-&*''%%%!"  !    #%$%&'&'&"*"*#,#+(!)"* )"*!)!)!)"*' (!)!)!)"*!)#+!)!)#,!)!)("*#,!) )#+$,"*#,#,#+#+!)$,$,#+#+#,#,$,"*#,#+$,&.#+%-$-%-&/&/&.6#+2"+2"*1!)1#+2#+3$,4!*1$,4#+2#+3%.5%-4&.6'/7'/6(08'/7%-5'/6&/6&/6'/6&.6'/7$,4&.5"*2$,4'/7*19(/7,5<-5<09A1:A5FL;DK9@H6>D2;B1:A-5=,5<-6=)2:)19(18'07&/7%.6%.6%.6%.6(19(19'08&/6(19#,4"+3%.5#,4$-4&/6$-4#,4#,4%.6$-4&/7$-5&/6(19'08'08'08(19'08'08(19)29(19'08%.6$-4'08&/7'08'08'08'08+29(19*29)2:'08)29)29)2:)29(19+39+29-5<,4;+29'08&/7&/7'09(19&/7'08+3:'19$-5$-5'07$-5"+3$-5%.6$-5$-5$-5#+3$-5"+2#+4#,4!*2 )1 )1(0'.#+$,$,#+%-"*%,#+"*"*#+$,$,"* ( ('^NFcSdXqhaZi>8b83]3/tRNyXWW0,S-(V50qURV54J(&E'%.$'!%!!""!    #%%"#%#&' (#+!)!)"*"*#,#+#+(!)"* )#,#+#,!)#+"+"*!) ("*!)$,#+%-#+#+$,#,$,"*$,#+#+"*#+!*#+"+$-&.&/'/&/#,#+%-%.&.'0&/&.%-#,$,'0'0&/&.$,%.5!*2#+3#+3#+3%-5$-4$-4$,4$,4$,4$,4$,4$,4%-5&.6$,4%.5'/7'07$-4%-5$,4%-5$,4$,4%-5"*2#+3%-5'/7)19)09.6>29A2;B5E8?GE5=D418@09A4-6=*3;+4<)19+3;)29(18)2:(19)3;*3;)2:(19(19#,4%.5$-5#,4#,4$,5$-5%.5%.6$-5&/7&/7%/6'08*3:+3:'08*3;'08*3:(1:&08(1:)2:'08'09)2:(2:'08)2:+3:+3:(2:)3:+3:+3:,4;)3:'19)2:(2:+3:*3;,4:,4;-5<,4;,4:&08%/6'19)2:+3:)2:)2:+2:'19%.6$,5%.6$-5!*2$-5%.6%.6"+3$-5$-5"+4"+3!*2$-5!*2!*2 )1 )0'/%-&.&.&.%-&.%-#+%-%-#+%-&.$,")hXlZn_|pmesG?mA8f92`50yUR{XUwWT`:6T-)R,(P-(lOLjMLN-+E%"C#!7##"" "#   ! $#$&&'(!)"*!*#+"*$,!*$,!*"*"*$,"*"*#+!) )"*#+%.%-#+"*#,$,$,#+$-#+$-$-$,#,$-#+#,$-#+"*"*$-$,$-&/$,&/%.$-'0'0'/(0&/'0(0'/%-&/ )1(0(1&/&/'/7&/6"+3%.6#,4"+3"*2"+3$,4&/6'/7(08(19'/7&/6'/7)29(18$-4&/6$-5&/6%.6$-5&/6%-5$-5#,4%.6'08(19)19*3;-6>.5>3FELCLSJQWQW^V]d\cicjoioupu{u{|u{ouzjpvcjo\ciZ`fT[bOW]JRXEMSBJQ@HOE5=D0:@09A,4<-7>+4<*4<,5=+3;+3;,5<)2:*3;(19(19)3;(19(19'08$.6%.6#-5%/6%.6%.6%/6&/7(09&/7'08,4;)3;)2;)2;*3;(19,4;(2:)2;)3;(19'08'08(19(2:)3;*3;,4;,4<,4;-5<-5<*3;,4;,4;)3;)2;,4;,4;+3:)3;-5<-5<+4;,4;(19%.6(2:'09(2:)3;'09(19&/7%/7&/7$-5&/7%.6%.6#,4&/7$-5%.6#,5#,4!*3#-5#-5 )1!*2!*2!*2(1&.#+$-%-'/#+%-%-&.(0$,$,#,$-hXp\ra~rwlxLBpC:l=6h93h;7|ZVyVSxVR`94T,)R+(N+'eFBiLIcGEE%#B$"A" 3 ! !!###!!""#!$&' (!*!*#+%-!)"+"*#+!)"*#+!)!* ( (#,#,!)!)#+#,%-&.&/$-#+"*&.$-%-&.#+$-"+#,%-#,"+!*"+#,#,$,(0%.&/'/'/%.&/(1"+4(1 )2(1&/"+4(1&/'0'/'/'/(1(19$-5"+3"+3"+3#,4#+3$-5'/7(18(19(08'08'07&/6'/7'08&/6'/7&/7'/7(08(08%-6&.6#,4#+4&.7&.7'/8(09(08*3;-6>19A3;B6>F7@G9@H=EL/8?-6>*3;)2:+3;)39)29)2:.6='08'18(19)2:$.6#-5%.6%/6%.6&/7#,4'08$.6#-5)3;-5<,4;)3;*3<*3;)3;*3;(19(2;(19'08'08&/7'08(2:,3;(2:,4;,4<-5<.6=/6>-5<,4<)3;(2:(2:(2:)2;(19)3;*3;)2;,4;+3:$-5'08'08+3;(2;'08(2:)2;&/7&/7$.6(09&/8&/8$-5(19$-5'08&/7%.6 )1",4#,4",4#,5(0 )1(0'/$,#+'/&.'/%.&.&/(/&.%."*$,w^Rt_n[}oyocXvI?pB9k;5g81yRN|WSyTRvRN`84T,'R+'O*&Y85hKIeIHT75B" ?" =!) ##&"" !#"""&#(#+ ( (%. (!*"*#+#+"+"+ (!)( (!) ('!*"*#,%-%.#+$-!*!*#,%."+%."+$,$-"+#+#,#,"+!*$- )%-%.&/$,&/'0'/%.&/ )2(1'/!*3'/ )1(1!*3(0'/&/&/'/(1(18%-6$,4$-5"+3$,4$,4$,4'07(19)19'/7(08(08$-5'08(08'08&/7%.6'/7&.6%-6$-5%-6$-5%.6$,5&/7*2:(09)1:*2:,4=/7?3;C7?G8@H:AIFMBIPJQXQW^V]c^djbinhotpv{w||v|pv{ipvdjpahm[bhU\bRY_LS[JRXFNUBJQ@HO;DL8@H5>E3-5<-5=-6=-5<*3;+4<+4<*3;*3;*4<)3;*4<,5<,4;*3;(19&08'08(2:'09'19)2:'19'08%/7#,4&/7%/7)2:'19'19%.6$-6%.6%.7#-5$-5#,4",4#,4!+3!*2!*3'/'/$,&/&/(0'/&.'/&.&/&.%-UIEwbp]{k|ptk~OEvG=r@9k:5i:4XT{WRxSPuRN_83T,'R+'P)&O*'gIHdGFaFDC$#?"< 9#&&"#!"!!#&&&&"+ ( )"+"*!)!*$-$,$-"*"* ) ( (!) )"+ (!*!*"*$,$,&.$,"+#+&/$-%-&/#,$,!*#+$-"+!)#,%.$-"+$-(1&/(0%.&/$-&/(1'0)1 )2)1)1 *2(1%.&/)1(1)1)1$-5%.6'/7'08$,4$-5(19'/7'08%.6'/7%.6&/7&/7&.6&/7%-6(08&/7%-6(19(08$-5$-5%-6"+3$-6&.7%.6'08*2;)09*2;-6>.7>07@4;D5=D9AH:BJ=ELBIQJQWOW]W^d\biciofmrnsyv{Ҍ~ysx}kqwflrbin^dkW^dT[bPW^KRZHQWGOVBJQ@HO;DK8@H5>F4+5<+4;*3;,5=-6>,4<-5=*3:)2:)2:(19'08(1:%.7(19'09*3;(2:)3;)2:)2:-5<,4<*3<-5<+4<*4<*4<.6>-5<*3<+4<(2:'08&08)3;(19)3;)2:*3;-5<.6=*4<-5<-5<*4<,4;*4<)3;)3;)2:-5<)2:-5<)2:)3;(2:)2:%/7(19&/7'08%/7%/7'19$-6%.6%.6'19*3;'19(2:%.6$.6$.6&08$.6"+4",4$-5#,4!+3"+4)1 *2!+3'/)1(0'/(0%-%.(0&.'0&/%-n]t`sasylj`{LAuF;p>7l;5sE@}WRzUQuQNtQM^72S+&Q)&O(%L'$bCBbEC_DBO42>!;91#$##!!#!"&#$&'#+#+#+"*!)#+#+#+$, (!)!)"*"+#+"+ )'!)"*#+ ($,"*#+"*$-%-%-"+%-!)!)!*#,$,%.#+'(#+$-$-&/'0'/(1'0&/'0&/&/(1)1(1)2 *3'0'0%-)1(0 *2(1 *3$-5(08(08(19%.6&/7(19'08&/7&/7$,5&.6$-5%.6%.6)19(08'/7'08%.6%-6$-5(08%-6$,5&.7&/7'/8)2:(09)2:'08+4<-5>-5=08A09@5=E:BI9AI=EMBJRIPWOV]U\bZ`gahngmsmsyu{~uznuzlrwhntahn[ciY_fU\bRZ`MT[KRYGOVBJQ>FN;DL;CJ8@H7?G4/7?09@09@.7@-7?-5=*4;*4;*3;,5=*3;'09(2:)2;+4=)3;+4=+4<)3<+5=*3;+4<+4=)2;*4<-6=.6=/7>+5=*4<)3;(2:)3;+5=)2:+5=/7>.7>08?.6>+5=.6=.6>.6=.6=,5<-5=-6=+5=+4<,5<-5=+4<'08*4<(19&/7&08)3<(19%/7%/7%/7&/7&08$-6'09*4<(19(2:%.7'08(19&/7$-6#,5#,5$-5$-6%.7#-5 *2!*3(0)1 )1'/(0'/(0(0)1&/'/&.\MGxcs_prwlYO|LAxE;r?8l<5{QL~WRzTPvPMsNK^62S+'P*&M(%K&$Z;8`CB]B@X<;= ;86#### !$" "%'!*#+$,%- )"*#+#+&.#+ )"*$,#,$-#+#+(' )"*$,!)#+ )#+ )$,#+#+$,"*#, )"+#+&/%.!* ) )$,#+%-&.%.)2(1'/)2'0$, )2 )2 )2(1)2)1(1%.(1'0)2)1)2(1'08(19&/8(19'08*3:&/8'08'08$,5&/7$-5%.6&.7&/7&/7&/8%.6'08%.6&/8'08$,5&/8&/8'/8$-5%.6(1:'09)1:)2:,5=-6>/7@08A1:B5FM=FM9AI8AI4=D1;B1:B08A08A1:B.8?/8@.7?,6>-7?,5=,5=*4<,6>+4=+4=*3;*4<,6>*4=+5=-5=+5=*4<+5=*4<)3;*4<,6>,6>/7>/7>.6=+5=*4=*4<+5=,5>/8?.6=/7>/8?.7>-5=-6=/7>/8?/7>-6=+5=.6>,5=.7>+5=-6=*4=(2:)3;*3<&08&08*4='19)2:&/8$.6'09(19#-5)2;)2;'19'19&/8%.7&/8&08&08$.6%/8$.6",4$.7&08"+4",5!+3",5",5(0 *2'0 *2 *3&.&/%.(0m\xcuau|nuj~PDzI@uC;o?7m<5XS|VPxRNtOKsMJ]52R*&O*%L($J%#V64_B@[?=X?.7@2;C5=E8@H;DL?GOCKSGNULSZRZaX_e^dkdkpmsytz{tyntyiouelrbio_flY`gU]cRZ`MU[LS[FNVDLTBJQE3+5>.6>+4=+5>(2:*4=)3;,6?-7?+5>+5>,6>.7>+5>,5>,6?,5>,6>+5>,6>08@.7>.6>,6?*4<.7>*4=.6>08@.7>/7?1:A.6>/7?.6>.6>,6>*4<,5>(2:&09&09&09%/7&08%/8&/8$.7'1:%/7'19'19&08%/7'19&08(2;%/8'19&/8%.7%/7",5#-5#-6'09%/7&08#-6#,5#,5 *2",5)1!+3)1(0&.546{dwb|isylod{NCvH>pB9p>7rD?~VQ{SOuPKrMHpLH[40S*&O)%L'%I&#M,+\?>Y>;V<:I.,;641% (#$%!#(%!*!*("+"*'0%.'0$-%.%.&/%-$,"+!)#,$,#,#+"+ )#,&.#,'/%.$-%.#,$-%.$-%-%.#,&0%.&/%.$-%.&/#,"+#,&/$-)1)2'0)2'0(1(1!+4 *3)2#-6"+4!+4 )2"+4"+4#-6#,5!+4!+4!+4*3<*3;*2;)2;,5=*3;%.7&/7&/8%.7&/7#,4'09'08'/8&/7'08'09)1:(19$-6'09'09'08(1:$-5&.7%.6'08'09&/8(18*2;*3;-6>19B2;C7?G7@H;CJ@GOAHPDLSJQYQX^X^e\cjciphntpv{鏔}ytzov{krxgnubjp]dkYagV]dPW_MV\KSZFNUENU@IP=FN;DL+5=.8A.7@+5>,6?+5>,6?,6?-6?+5?+5>,6?,6?+5>.7?+5>,6?+5>+4=/8@,6?,6?/7?/8@/7?+4=,6>,6?.7?-7@-7?/7?/7?.7?08@/7?/7?09A08@-7?*4=+5?'1:'09'09%/8(2;(2;'1:)2;(1:)2;'1:'09$.6$.6&08(1:'1:(1:&/8(1:%/7%.7#-6&09%/7&08$-6$.6%/8%/8&08%/7$-6!+3!+4)2&/&.%-bQJybv`mqwjfYwLAsE;oA:k>5rG?{TOwQMrNIoJGmIF[50Q)&N'%K&#G%"K*(X=;W<;U;8J0.9621 &&#$%$%"+"*"*!) )#+'0&/%-%-"*%.#,#,#,!*"+"*"+"*!* )$-%-)1&/(1&/$-(1 *3%.'0&/&/'/'0&/%.&/&/%.%.(1$-#+!*%.%.&/&. *3 *2'0!*3 *3(1)2#-5$-6%/7!+4!+4!+4 )2#-6 *3!+4!+4#-6+4<'09(1:,5>)2:(19'09'08'08'08%.6'08'08'/8(09*3;*3<'08$-6%.6&/7'09'08'08'09$-6#,5#-6'08(19(1:*3;*2;*3<,5=08A4=E8@H8AH:BJGOG2;C3=D2:C3,5=-7@-6?,6?-7@.7@/7?*4=,6?,6?,6?,6?+5?,6?,6?/7?.7?+5>+5>-7?+5=,6?-6?-6?*4<+6?-6?,6?,6>+5>+6?09A-7?/7?08@/7?09A-7?08@/7?+5=+5>*4=)3<(2:&08'1:&09(2;'1:(1:&09&08'09&08(1:'19(2;)2;(2;'1:'1:'19'1:#-6#,5$.7%.7#-5%/7%/7'19&08$.6$.6$.6#-5 *2(1'/'/'/{bSv_t^t}msfbWsI>oD)3;)2;&/8&/8%.6%/7&08(1:)2;'08)2;)2;*3<)3;'08(2:'08(1:'09&/8#-5&/8#,5#-5%.7'09(1:(1:*2;*3<-7?08A3G5?F8@H;BJ>ENDLSIPWOV]U]c[bhaindkqlrwsy|w}u{ov|kryfntbip^flW_eU]dR[bLT[KS[HQXEMUAIQ@IQ>GO?HP,6?08@19A,6?,6?/8@,6?,6?*4=08@/7?,6>*4=-7?19A-7@08@/8@-7@2;C/8@/8@-7@-7@-7@,6>+5>(3<(2;(2;'1:(2;)3<'2:)4<(2;)3<&09(3;(2;)3<)3<)2;'1:%/8%/8&/8#.7%/8&09$.6$.6%/8&08'1:%/7$.6#-6#-6#-5)2 )2(1&/(1mYu`s^qzkqd{VJoF;lC9i>6f;3pJDtPKpLGmIEkFCgCBU/,M(%K&#H$"F#"H*&V;8S85P54M547520*% ) )%%% ('!) )$-%.&/'0'0)1#,$-&/"+"*#, )#,#+$-#,"*$-'0%.&/%.&/'0(1(2 *3(1&/(1 )3(1 )2'0'0(1'1&/&/&/'0'0&/&/'0%/&0'1(1",5)2!+4 )3!*4#.7$.8$.7!*4!,5)2",5(2 *3",5!+4!+4)3;(2:+4=*3<*3<(2:(19)2;&/8&/8(19(19)2;)3;+4=+5=+4=)2;%.7*3<(1:)2;&/8&09$-6&/8&/8$-6%.7'09&/8'09)1;*2;+5>/7@1:C6?H5=E6?G;CK>FNAHPFNVMU\RY`V^d]dkbiojpvqw}~xsyntzkryfmsbho]ekYahT\bRZaPW_LT[IQXENUENVBKS@IQAJR>HP;DL8BJ9BJ8AI9BK5?G4>G1:C/9A2,6?,7@-7@-7@09A-7@.8A+5>19A.8A09A,6?09A09A.8A-8@-7@,6?*4=+6?+5>*5>)3<)3<)3<)3<)3;)3<'1:&09'1:)3;)3<,7@*4=(2;*4='1:%/8'1:'19(2;'19&19$.7&09(2;'1:'1:(2:#-6$.7#-6$.7 *3 *3)2(1(1s^u`xd~owioazVIoH)2;)2:*3<&08(1:(1:(1:*3<)3<+5>(2:)2;)2;(1:(1:'09+4=(1:(1:(1:'09&/8%.7'0:'09(1:$.7)2;'09(2:*2;,5>/8@3F5?G8@I-8A-7@-7@+6?,6?.8A,6?-8A-8A09A.8A1:B09A-7@-8A.8A+6?*4=)4=)4=(3<'2:*5=*4=)3<(2;(2;+5>+5>-7@+6?(2;)4<(2;)3<)4<(2;(2;'1:+5>+6?*4='1:'1:'19(2;%/8%/8$/8"-6 *3"-6#-6!+4 *3 *2)3u`t_vb}mtfl^xTHlG;hA6d;3a82pNHnJEkHCfDBeC@a?*3<(1:)2;)2;*3<(1:)2;%.7'09&/8'09'09)2<(1:%/8&/8(1:*4=+4=*4=*3<(1:'1:'1:&/8'09'09%/8'09(1:+5=+4=*4=09A09B2;C5>F5=F4=F9BJ@HPCLSIQXMT\S[bY`g`fnelrkqwry~뙞~|w}rzmtzhotdkr_fm^flZbiZbiU]dR[bOX`KT[JS[HPXFOVBKRDLT>HP=GO=FN9CK8BJ:CL:CJ8AI5>G4>F2.8A09@+6?.8A-7@,6?+6?09A.8A,7?-7@*5>*5>,6?+6>*5>-7@)3<)3<)4=*5>+5>+6>*5>*4=,6?-8A1:B-7@-8A+5>+5>+5>-7@,6?*4=*4=,6?*5>)4<)3<*5>(2<(3<*4=*4=(2;)3<*4=)3<+5>+5>(2;*4=+5>-7?(2<)3<(2;*4=&09&09(2;$.7#.6"-6 *3#-6",5",5!,5(1s_r]s`zjrdh\uRFjD:d=6a;2_70nLGjIChFBcA?a?=^=;M*(F#!D# D# A!C%"N42L30I0.H//520.,"+'%% ( )'!*"+#,$-&/$."+"+#-$.#-%.#-#,#,%.' ("+"*#+%.&.&/(1&/)2)2 *2)2(1 *3'0!+4*3!,5!+5",5!+5"-6 *4*3!,5!,5!,5)3 *4)2)3&/'0(1'1'0)2!+5*4",6 *4 *4%/9",5#.7$.7%/9#.7"-6$/8$.8&09)2;)2;+5=)2<(1:(2;)2;%/8&/8%/8)2;'19(1:'19(1:'09(1:&/8'09(1:(1:+5>+5>(1:&/8)2;%/8)2<'09'1:'1:)3<(2:(1:*3<.8@.7@2F8@I:BJAJRDMTJRZOW^U]c\cjahoipvpv}v|~{v|qx}lsyipvbjpcjq^fl\dkZbiV^eR[bRZaLT\LT\HQXGPWDMUBKSAJR@IP@HO=FN;DL9BK9AH8AI5>G8@H6?G/:C09B.8A-8A/9B+5>-7@09A,7?,6?-7@+5>*4=-8A.8A.8A.8A*5>,6?+5>-7@-8A,6?+6>*4=+5>+6?)3<)4<)4=*4=)4<,6?,6?-7@.9B/9B-7@-7@-7@,6?-8A*4=*4=*5=)4=*4=*5=)4=(2;(2<*4=(3<(2<*4=+5>*5>*5=*4=*5>*4=,7@,7?*4=(2;'19)3<(2;$.7$/8(2:#.7$.7!,5",5 *3 *4",5 *3(1kXs^s`xhpbf[pNBeA8`:3\70Z5.kIDgEAcC>a@<]<:[;8H%"D"B!A!> B%"L1/I/-G.,D,+410-+ ($#$'' )!*!* ($-#+#,&/#-&/$.#-$.$-$-#-%."+#,#-"+$-'0'/)2*2)2 *3 *3)2 *3)2 *3 *4)2)2(1)2!+4$/8"-6#-6!,5"-6!,5)3 *3)3(1(1(1'1(1'0'1)2*3 *4!+5#-7"-6"-6"-6",6#-6&09%/8$/8&0:&0:'2;,5>*3=*4='09'09*3<'1:&09(1:)2<(2;%.7+4=(2:%.7'1:(1:%/9%.8(2;*4=+4>*3=&09(1:)2<*3=(2;&/8)2;(2;)3<&/9(1:,6?.8@19B2;D1:C4=E2;D8AJ;DL?FNCLTGPWMU\T\b[bi^elipvntzu{~yu|pw}lrxgntelsbip`io_fmZbiV^eS\bQY`MU\LU]IRZGPWDNUBLTAKS@IR>GO;FN=EM>FN6@H:AJ6?I8@G7@H1;D/9B0:B.8A.8A2:C19B,6?+6?-7@,6?+6?+6?1:B-7@,6?-7@)3<,6?2:C-7@.8A-8A(2<*4=*5>*4=*5>)4=*4=(3<*4=-8@/:C3+5>+6>*4=+6?+5>+5>,7@)3=(2;+6?,6?+6?+5>,6?,7@,6?*4=*4=+5>'1:)3<)3<*4>)3=$.7%/8%/8&09%/8!+4",5",5*3)2$.7!+4&/v_NiWlYwim`cXqPGa?6]92X4.W4.fEAbB>`@=]=:Z=9X85E$!D# A!>> A$"H/-E,+E++D+*21/-' *%%&'"+#,#,#,$-%.&/&0!+$-%.&/$-$-$-&/&/&/$,"+!*"+$-&/*3 +3(2*3*3!+4!,5)2!+4!+4*3(2*3)2 +4$.7$.7#-7#-6%09!,5"-6!+5(2!+5*3)2(2)2)3'1)3)3!+4!+5#-7$.7#-7!+4#-7#-7%/8&0:!,5%/9'2<'2;%09)3;*3=)3<'0:&09)3<)2;'1:(2;)2;&09&09(2;%/8&09'09'1:(1;&09)3<)3<)2;,5>(1:*4=(1;(1;'1:'1:&09'0:)2<)2<)3<*3<-7@.8@/8A2HQ>GN;EN,7@,6@+5>,6@+5>,7@,6?-7@-7@.9B.9B.9B.9C-8@,7@+5?)4=)4=)3=*5>(3<'2;*5>*4=+6?.8B.9C2;C2;C.9B,6?/9B+6?,7@+5>,7@*4>*5>+5>+6?)4=*4=*5>,6@+6?+6?+5>+6?+6?*5>*5>+5>*5>)4=+6?+6?(3<%/9&1:'1;(3<%/8$/8$.8 +4!+4!+4!,5#.7*3fTFz`O}aNn`j]}aUpQG`<5Y7/U3,T2,`@;`A=^?;Z;7W86T75D$ B"> =<A%$F,+D+*B*)=&$11,(#% '&''"+"+"+#,$-$-(1$,%.$.#,&/&/#,$.$.#,$,"+",&/%/&/)2'0&/(1)2)3!+5 +4!+4!+4",5 +4 *4"-6"-6#.7",6#-7"-6%09",6$.8!+5(1 +4(1'1(2'0)3'1*4(1*4 *4 +4 *4"-6 +5"-7#-7#-7%09$/8%/9&0:'1;&0:)2;(1;(2;&09(2;)2<)3<)3<%/8'1:&/9&09%.8%.7&1:'1:$.7'1:&0:(1;'0:&09&1:&0:'0:)2<)3<&/9&0:&/9)2<*3='0:(2:,5>*4>-7@.7@09B/9B1:C6?I8AJ:CK@IQCKTIQXOX_S[bZahahohoulsytzꩭ|x~t{pv|mu{ipwhovckq`io_gn^dkW`hU^eRZaOX`OW_JT\HQYHPWFNVELU?IQ@HP>GN?GO;DL:BK5?I3>H4>G2,7@)4=*5>)3<-7A+6?+5?+6?.9B/:C.9B.9B/:C-7@-7@-8A*5>)4=*5>+6?)4>*5>,6@,7@,6@.9C-9B.:C/:C/:C.9C.9C/:C-8A+6?,6?(3<)4=*5>)4>*5>)4=,7@,7@,6?*5>*5>-7@-7@*5>*5>*5>*5>,6@)3<)3='1;(3<)4=&0:'1:&1:$/8$.8!,5"-6#-6"-6"-6!,5NB&09&0:(2<+5>+5>*4>-7?09B/8A09C5>G9BK8AJ=GOCLTHPWLU\RZbV^f[cjdkrjrxqw}v|ܟ|x~t{pw}lsyjrxgovckraio_fn[dkX`hU^eQZbOX`LU]KS[KS[HOWpw~RZbBJR@IQ?HP:DM8CL6@J5@H4?H3G6?F4=F.9B,7@+6?,6?*5>)4>*4>+6?.9B)4>.9B-8A.9B/:D/:D3)4>+6?+5?,7@/:C.9C,7@-8A0;D.9B0;D/9C/:C/9C,7@-8B,7@)4=+5?,7@(3<+6?+5?(3<,7@,7@,7@)4>+5?,6?-8A,7@-8A*5>+5?+6?(2<*5>*5>+5?)4>*5>'1;(2<(3<%09&1:$/8 +5#-7&1;%09!,5125lUEgS}cSyaSoVJgMEU8/L2*<% L/)T72Y<7V95S84Q63K.+@!>!<:9?%$?&%;#"6" -()*)'"+!)("+$-#,#,%.#,#,#,$-(1(1&0(1(1)3(1*3'0 +4)3'0)3*4 +4*3 *3'1)3(2*3)3$.8#-7$/8$/8#.7!,5!,5#-7#-7#-7"-7$.8$/8&1; +5)3(2(2",6 ,5*4 +4)3+4 +5*4#-7",6"-7"-6#.8$/9$.8$/8%09%0:#-7#-7$/8!,6!,7%09,5?)3<(2<&09(1;)3<&09$.8#,6%/8'0:$-7'1;&09%/9'09&09'1;$-7&09&09$.7#-6%/9'0:%/8#-7(1;&0:)3<&09&09%.8*4>'1:(1;,6?,6?)3<,5?1;D4=F8AI9BK;DL>GODLUIQYNW^T\cZbi]elelrkrxryx~䰴s{ov|mt{kryfmubiq_go\dlW`hU]eV]dQZaNV_^flٲDLTBJQ@IP@IP9CL;DL6?I5@H5@I3>H3*4>)4=,7@-8A+5?+5?,7@+6?(2<+6?)4=)4>)4>*5>+6?(3<)4=)4>(3<(3<)3=(3<$/8%09#-6'1;$/8#-7#.7!,5[J>dQ}`O}dVqYMiPEV:2N3+4 H,&J.)O52J0-H.+F,)@7,217 5 23 +,,+"!#,!)!)!)$,$-#,#,#,#,!)#,%/(1%/(2&0(2*3 +5!,5*3(2*4 +4)3)3(1 +4!,5(2(1 +4)3!,5"-6#-7#.7%0:#-7!,6#-7$/8 ,5$.8%09%0:%09!,6 +5#-7 +5 +4)3 +4 +5)3*4#-7"-7$.8",6!,6$/9",6$/8#.8$/8$/9$/8#.8!,6$/9!,7!,5#-7&1;+5>,6@'2;'2<*4=)2<'1:%/9'1:'1:$.7#-6%/9)2<(2;(1;'1;(2;%/9%/8%/9%/8'0:$.8#-7$-7%/9'1:(2<'1:%/9%/9&0:)4>*4=(2;)1;+6?)3GOCKSHQYNV^OW_W^f[cjckrfmtmt{rx~zày~gowaiqbjqhqxzHQYFNVCLT?HR=GP9DM9DM6@J6AI5@I3>H2*5>,7@*5?)4>'2;+6?,7@-8A+6?,7@,7@.8B+5?.9C)4=)3=)4=+6@*5?+6@)4=&1:*5>(3<)4=*5>(3<*5>(3=&1:(3=#-7$/9&1:'2<'2<#.860-w^M|`Oz`RsZMjPF\A6O3,4 I-'I.)N51J1-G.*B*';!!53'229"!7#!9#"2.-,+  ((#,#,%.$-!) (!) (#-$-&0'1&0*4(1)2!,5 +5*4*3&/!,6*3'1(1*4!,6!,6*3*3 *4",6 +5"-6#-7%0:$/9"-6%09"-6!,6"-6$/9$/9&1:$/9#.8 +6#.8 +5"-7*3 +5 +5!,6!,6%0:%09#.8$/9#-7%0:%0:$/9!,7%0:%/9$/9$/9&1;$/8#.8"-7%/9%1:+6?)3=+4>*4=+5>)3='1;(2<&0:&09'1;&0:(3<%/9'1:&0:'1;*4>$.9$.8$.8$.7'1;&0:&0:'1;'1;(2;(2;&0:&0:&0:(2<(2<)3=&0:)2<+5?)4=09C0;C4>G6?H5?H:CL;ENAJRENVKT[OW_SZbZbi]elbipipwpv}t{W_fJRYFOVDLUDLS@IQ;EO:EN8BL7AK4?H3>G4>H4?H2=F1;E.:C/:C.9C,7A/:C/:C.9B-8B.:C0;E0:D-9B/:D/:D.9C0;D0;E0;E/:D.9B.9B0;E.9C0;D0;D,7A.9C/:C0;D1+6@+6?.9C.:C.9C-7A-8A-7A0;E-8A)4=)4=+6@+6?*6?)4=(4=)4>(3=*5>*6?'2<,7@'2<(3='3=%0:$09%0:&1:&0:#.8!(aNB}aPrWHqXLiPF]C:O4,3 I-'F*%N3/K1.J.,F-*=#!95+37;$"8" 7"!/-,+% &!)!)#-$-&/&0!)#,#-!*#-$-&0'1*3(2!,6 *4)3*3)3*4*4"-6"-6(2*4 +5!+5!,6 +5*3*3!+5#.8#.8%0:$/9#.7%09!-6&1;&1:$/9$/9%09%0:$/9$.9%0:!,6 +5 +5 *4$/9"-7!-7!-7%0:%0:#-7&1:$/9%0:'2<%0:%0:'2<'2;&1:'3=%0:%0:$/9$.9%0:&1:+5>*3>)3='2;'1;&0:&0:$/8&0:&0:&0;&0:&09&0;)2<)3<(2<(2<&0:'1;!,6$.8&0:$/9%09)2<&0;'2<'1;(2<&/9'2;(2<(2<(2<(2;)2<+5@+5?,6@1:D0;C6@H5?H9CL8BJ?HPCLTHQXLU\RYaV_f\dl^eldlrhovov|u|`fmOW_IRYFPWENV@JS=HQ=FP9DM8BL9CL4?H2=G6@J3?H4>H1G0;E0;D0-8A+6@*5>*5?'2;)4>)4>*5>*5?)3=)4>*5?)5>(3<%0:%0:&1;&1;#.8'./+*|bQqWHmTHeMD_F=O4,&H-(G+'J0-H/+E,*D+); 80%48! 9#"7#!3,-+)$!)$.#-%.#+"+&0#-!*$.$.$.$.!*$.&0*3*4'1*4*4*4 *4 +5*4!-6!,6*4*4!,6!,6 +5*4"-7$/8$/9'2;$/9$/9&0;'2;%09#.8&1;&1;&1;(3=&2;%0:&1;!,7 +5$/9$/9#.8$/9$/9#.8"-8%0:&0;&1;&0;)4>'2<&1;%0:'2<&2;&1;%0;'2<&2<&1;".8#.8$/9%0:+5?)3=(2<'2<%/:)3=$.8'1;%/9'1;'1;'1;)4>(2<%/9)4>'1<(2<%/9(2<#.7!,6$.9%/9$/9'1<%/9&1:'2<&0:'1;(2<*3>(2<'1;%0:(2;(2<+5@*5>,6@0:C1G1*5?)5>'2<+7A+7A+7A+6@'2<'2<(3=*5?'2<$/9$/8#[NErYIfNBeND^E>T:3.>'#D*&F,)G/,C)(B('86/#27"!8"!6"!,-+)!"+"*!*#,"*"*'1&/%/'1'1(2$."+$.$.)3 +4'2 +5 +4 +6!,6 +5".7!-7".7*4 +4 ,5".7".8#/8"-7!-7%0:$/9'2<%0:'2<+6@(3>'2<%0:&1<&1;'2<)4>'2<#.9".8"-8 +6"-7$/9"-8&1;#.9%0:#.9$/9'2=&1<'3='3='2<%1;(3='2=&1;%0:#/9&1;&1;&2<#.9%0:!-7$/9*4>)2=)3>'2<(2<(2<%/9)3=(2<'2<(2<&0:'1;&1;%/9&0:%/9(2<%/9%/9#.7$.8$.9&0:'1<$.8'1<'1<(2<(2<'2<(2<&0:'0;'1<(2<'2<&0:*3>)4?*4>,5@2=E1;E6?I9BL;DM?IQBLUHQZKS[OX_T]dZbi_go`hofmtlt{qyt{{P[cPZbPW_JT\GQZIQZBMV@JS?JS>HR?HQ:EO9CM7CL6BL4?H5AI4@I1G1H1G.9C0G1=G2>G1'2<)5?*6?*6@(3=%1:'2<%0:!'#-6bPFhNA`H>^G>U>7.>($C*%B)%E-+B('?'&43)$17"!6" /++)"&/'$%/%. )$."*&/!)$.#+$."+$.&/%.&0(2'1(2(2)3*4*4!-7 ,6".7!,6 ,5!,6"-7!,6".7%1:!,7!,6".7!,7&1;)4>'2<(3=)4>#.8$/9&1;&1;&1;'3=&2<%1:&1;!-7"-7#.9&1;$0:$/9$/:#/9&1;'2<)4>'2=$0:)5?(3='2='2=)4?)4?&1;(3>'2<(3>".9$/9#.9$0:".8)2=)2=$/9&0:)3=&0:&1:'1;(2<'1;'1<'1;+5?'1;%/9)3>'1;%/:&0:$/9",6$.8#.8&0:'1<$/9&0:(2<&1:)2=(2<'1<&0:%/:&0:(3=(2<'2;'1;*4?-7@+7@-7B2HRG8BJ5@I4@I/:D0G2=G1=G0;E.:C1=G1-8B.9C.9C+6@+6@*5?*6?*5?*5?)4>)4>*6@+6@(3=(3=&1;&1:(4>%0:%,'/(2]E:\E;YA9/<'#B*%>'$C,*>(%<%$22&&24!1,))""*&/"+&/#+&/!)%/%/&/"+$."+$.$.$."+&/&0%/)2*4*4)2 ,6 +5#.8#.8 +5!,7!-7!-7#/8$/9$/9$/8&1;".7%1:(3='2<*5?'3=&1:%0:'2<&1;&1;&1;&1;&1;&2<#/9!-7#.9%1:%0:$/9'2<%1:#.9%0:(3>&1;'2<'2<(4>+6A)4?'2<'2<$0:&1;'3='2<$/9$/:".8!-7$/9$/9'1;)3=&1;)3=+5@*4>'2<'2<'1;(3='2<&0;%0:%/:&0:'2<)3>'2<'1;#.8$.8"-8$/9$.8(2=$.8&0:)3>'1<'2<(2=&1;'2<(2<'1;'1;%0:(2<(3<(2=,7A/9B/9C1H0H0H0H1=G3?H1=F0;E1=F3>H/;D/;E1+6@)5?!+4%,(3=$.7@50V?6S?8;+&2"?)%='#=(%<&%8#!10$#31+*)!#,"* ( %/&/%.%.("+%."+!*"+"+#,$.%.#,'0$.'0&/'1(3 +5)3!,6!-7 ,6 +5".8#.8$/9#.8%0:$/9%0:$0:$0:&1;(3=)5?(3=)5?'3=&1;'3=%1;'2<&1;$0:'3='2<&1;$/:$0:$0:&1;&1;%0;&1;&1<(3='2<(4>)5?)5?(3=*5@*5?)5?)4?&1;'3='2='2=$/9$/:#/:"-7".9%0:)3>&1;%/9*5?'2<)3>&1;%0:(3=&0;$/9%0:'2<%/:&1;'2<'2<'2<$.9#.9$/9%/9"-8%/:#.9"-7%/:)3=)4>)4>'2<'2<&0;&0;'2<)4>(3='2<*4=)2=*4>-7A,7@/9C2=F5?I7BKG/;E0H1H6@I2?I2>G4@I2>H2>H2>H0;E2>I2>H2=G0H3>H4@J7@I0H.:C0;E.9C.:C/;D-9C/;E-8B.9C,7B+6@)4>)5?)5?-9C.:D.:D0;E.9C,7B,7A+6@)5?(4>'2<*5@ &(4=%1;"+4<66K7/:,'0 =)$:&"8#:&$6! 1."&0**'%/$-$- %/$-#+$."+#+#+"+$-"+#,"+#,&0%0'2)3)3(3)3!-7!-6"-7!,7!,6#.8$/9"-7".8$/9&2<".8$/9$/9'2<'3=*5@(3=(4>(4>'2<'2<*5@'3<'2<(4>)4>&2<%0:'3=&2<&2<'3=(4>%1;'2<%0;&2<'2<)4>*5@(4>+6A'3=+6@*6@'3>)5@+7A&2<%1;%1;(4>%0;#.9!-7".8%1;$/:(3=&0:*4?*4?$/:'2<(2=(2=)4?&1<&1;%0:%0:'2<(3='2<)4>&1;"-8&1;$/9$/: *5"-8%/:",7&1;'2<)4?(3=)4?(2='1<)4>%/:)3>(2=%0;*5?&1;+5@*5@,7@1;E0:D4?H6@I9CN>HQ;EOBKUENXHQZJS\MV^RZcT]eX`i`ipfnugovlt{ow~szt|xzԐajr_hp_gnXaiT]eQ[cPZcPYaKV_IT]HQ[DNWEOW>IS>IRH/;E/:D-9C1=G/;E/:D-9C1H1=G1=F2=G1H2=H2>H1=G4@J2>H1=F1=F0H0H1=G4?I2>H7AJ8BK5AJ7AJ1=G4?I2>H2>H4?I2=G2>H2>H2>H0;E/;E3?I2=G1=G1=G1=F/:D/;E+6A,7A(3=)5@+6A.:D/:E0(0".7(1:+$$3%"<(#8&!6"6#!3/-(*& $"+%-"+ )#%/#+"+"+&0$-$-$-$-&0#,&0#,'1)2(2(1)3)3 +5*4"-7$/9%1:".8&1;%1:%1;$/:%1;%1;(3=$0:(3=)5?+7A+6@+7A-8B+7A*6@&1<(4>)4?)5?*6@)4?&1<(4>&2<$/:(4>&1<)5?%1;'3=(3>(4?(4>(3>)5?(3>'2=(4>(4>*6@)5?)4?)5?$0:'3=&2<'2<&2<#/9".9$/:#/9#/9*4?%0:*5@)4>(2=$/:&0;(3=&1<'1<&1<'1<&1<)3>&1<%0:(2='1<#.9$/:#.8!+6",7"-8&0;$/:$/:&1;&1<'1<)4>&1<'1<&1;'1<(2=$/:'1<'2<&1;)4=+6@-8B/:D.8B2;E4>I7AJ:DN=GP?ISCMVDNWIS[JR\NW`R[cXai\em`hpajqemult{lt{ow~szu|v}xޭzdmuaks_go\en[dlYahW_fQ[dNW`MW`KU^FOXFPZBLVALV>ISI0;E2=G,8B-9C-9C/;E/;E1=G/;E/;E0H2>H1=F2=G/;E1H0;E0H2?H3?H1=F2>H1=F0H4@J3?I2>H0H0H0!*3&1;)4>#-6%--2.&(1##-0-) %(2%. ('1$,$-#, "+ )%-"*"+"+#,#,"*$,&0$-$,$,$-(2'1(1&0)3*4+5".8!,6&1;%1:&2<&1;#/9"/9&1;$0:$0:%0:(3=)5?*5?)4?*6@)5?+6@+7A(4>(3=(3=)5?)4?&1<+6@(3>(4?(3>)5?+6A(4>(3>(4>(4>)4?)5?)5@'2=(4>&2<)5?(4?+7A)6@)6@&1<#/:(3='2=&2<(4>%1;#/:$/:$0:!-7*5?*5@(2<'2<&1;&1;&1;&1;'1<'2<)3>'2<)3>*5?(3>'2<&0;"-8"-8%/: +5#-8!,7'2<&0;&1<&1;&0;$/9&1<%0;%0;(3=#.9$/9'2<'2=(2=(3>'3>+6?+5@.9C*5?-8A0:E3>H5?J9ENIR?IRAKTDNVGQZJT]OXaU^g[cl[cl]fn`hpdmuhpwlt{krykszow~rzt|u}v}Ӷt|jrygpxemuair_go]fn_gn[ckU_gS]fOYbMW`KV_HR\HQ[CNWBMV@JT?JTAJS:FO9DN6BK7CM6AL7AK7BL5AL4?J1=G1H/;E1=G3?J5@J2>H3?J3?J1H/;EBMVCNW5@J3?I1>H1=G2>H0H0I5AL3?I5@J3>H4@J2>H2>H2>H4@J1=G2>H1H0(4>*6@*6@*6@)5?)5?+7A+7A(4>*6@*6@+7A+7A,7B)5@)5?)5?*6@)5?+7A+7B*5@'3=,8B(4?+7A+7A)5@&1<(4>+7B)5@)5@*5@(4>&1<(3>*6@%1;&2=&2<(4>&2<#/9".9!-7"-8)4?)4>(3='2='2<'2=$0:'2=(2=(3=(2=(4>'2=(3>(3>'2=&1<$0;#.8#.9"-8$.9$/:%0;&0;$.9&1<)4?'2='2<(2=&2<'2=(3>'2='2=%0<*5?$/9%0;'2=*5>-7B,7A/:D/:D1;F4?H6@K8BL:DN?IS?JT@KSEPXFPYMV_OXaU^fU^gW`i\em`hpclsfnvgpwjrzjrymu|ov}pw~qxu}v}v}yyxwyu|rzrzs{ow~ls{iqyemudmuclt`hq_hp\em\fnYbkV`hU^gQ[dMW`MX`HS\FPYEPYCNXCNW@KV>IR=HR;FP;FP8DM5AK7BM8CM6BM4@J6BL5AK0=G0H2>H.:D2>H3>H4@J4@K5AK2>H3?J0HCNWALU3?I6BL4@J4AL4@J3?I6BL4AK6BL6BL2>H2>H4@J4@J9CL8CL6BL8CL9CL6BL6BL8BK5AL4@K4@J4@J5AL4@J3@J0H4@J2>H3?I2>H0;F0!,6 '#0:*5 ,6'+5*4+5"(2*4(2$-",%.&.'1%#"*"*"+#,$,&0$-$,#,%.$-%.(2$-)3(2*4(2)3*4+6+5#/9"-8&2<'3='3=(3>'3=$0:&2<$0;(4>'3=)4?)5?)5?,8B+6A,8B.:D,8B+7A,8C*6@)5?+7A+7B,8B*5@+7B(4>+7B*6@)5@'3>)5?)5?(4?)5@*7B)4?(4>*5@)5?(4>'3>'3>)5@(3>)5@)5@)5@(4>&2<&2<$0;#/:!-8 ,7)4?(3>'2=&1<$/:'2=)4?'2=*5@*5@+6A'2=&1<'2='2=&1<$0;"-8#.9$0;#.:%0<$/:%0;%0<'2=%0;&1<'2=)4?'2<'2<&1<$0:%0<$/:%0<*5@%0;'2=&1<*5@,7A/:E1HR>HRALUAKTHQ[HS\LU_MV`R[dW`iXaj[dm]fo]enbkrclsfnvgpwjrylt|mu}ow~pwqxqys{s{szpwow~nv}qxnv}lu|hqxemuajrbks`iq^foZdlXbjYbkS]fU_gQ[dP[cKV_NX`FR[GR\DPYBMV@KUAKU>IS=IRH4@J5AK1=G2?I2>H0H2>I1=G5AL4@J4AK6BL4@J6CM5BL:DM6CM5AL6BL6BL:DM:EN;EO:DM9DM8CK9CL9CM:DM5AL6BL5AK8BK4@K2>H4@J2>H0H0H2?I1=G0;F1=G2=H4@J2?I3?I2>H1)5@*6@*6@+7A*6@-9D.:D/:E.:D,8C+7B,8C*5@*6A,8C.:E-9C,8C-9C+7B+8B,8C*6A*6A(4?)4?*6A)5@+7B+7A'3>*6@'3=*6@'3=)5@+7A'3=(4?(4?'4?%1<'3>&2<#/9!-8*4'2='2=%0;%0<'2=&1<'2=*6@*6@+6A(3>(3>)4?*5@%1<#/:!-7#.9$/:!,7#.9%0;%0;#.:%1<)4?%1<'2=%1<&1<%1<)4?'2=)4?%1<(3>'3>(3>(3>&2=+6A(3?)5@/9D/:E/:E1=G0;E3=H:DOIT=HR=ISI0H2>I1=H0=G,8B.:D4@K1=G3?I4@K2?I2?I1=H5AK2>H3?I.:D1=G1=H0=G2?I5AK5AK4@K5AK9CM6BM6CM5BL9DM9DM7CM5AK9DM;FO7CN;FO9DM:DN5BM:DM:DM3?I5AL5AL6BL4@K2>I3?I2>I6BL0=G0=G1=H1=H/;F.:D0I0;F/;F2>I.:D0)5@(5?'4>(5?)5@)5?[dl^go)5?)5@'4>)5?'4>+7B*7A,8B-9D.;E.:D,7B*7A+7B,8B/;E0+7B&2='3=%2=$0;'3>'4>'3=(5@%1=$0; -8!.8)4?'2=&1<'2='2<#.:(3>*5@'2=*5@*5@)4?*5@%0;%0;#.9#.9 ,7!,7#.9#.9%0;#.9#.9'2='2<'2<$0;"-8!,7!,7%0<$0;%0<(3>'3>%1<%1<(3>*5@+6A)5@.9C-9B0;F/:D-8C2>H5?J6BL;EP:DN;EPAKUBLVAKUBLUEOXFPZLV`NYbPZbR\fS]fW`iXbkZcl]fn]fn]fn`iq`iqbjr`hqcktfnvfnvfnvgowgoxenvfowdmubksckt_iq]fn[dlYbkXajWajU_hT^fQ[cNYaOZcKV_IT]EPYEOYBMWFPZCOXAMWALV@JU>IS>IS:EP;GQ8CN8DO8CM9EO6BM5AK4@K3@J3@J4@J0=G2>H,9C,9C1=H1=G0=G1=G2>I2>H2?I5AL2>I0I0I0YbjZdl'3=(5?%1;'3=*6@+7A(5?-9D,8B,8B+7B,8C*6A+7B,9C-9D/;F/;E,9C,8C,8C,8C+7B*6A.:E,8C)5@+7B.:D/;F)5@*6@*6A*6@'3>%1<&2=$0;&2=&2=(5?'4>&2=%1<#0;%2<#/:(3>,7B)4?)4?"-8%1<*5@*5@,7B'2=,8C'2=)5@)4?$/;!-8"-8#.:#.9$/:*5(3?%0;$/:%0<%1<&1=&1=#.9$/:#.9!,8'2=)4?'3>'3=+6A+6A*5A,7B.9E,8B.:E/;E.:D/:E.9D2=H4?I9CN=HS8DM?JS@JU@KU?JT?JT?ISDOXFPZIT]HR\LU_NXaQ[dQ[dT]fV`iV_hXai[dmZbk\fm\fn_hpbks`iqbksbktbks`hqbjs`iq]fo]fnZdlZclV`hU^gS]fT^gQ[cR\dPZcKU^NXbLXaCNWEPYDOXCNXALU@KV?KT@KV?KUI2>H3?J5AK4@J2?I2>I0H2?I3?J4AK4AK5AL6CM5BM5AL7CM9DM:DN9DM9DM5BM8CN;EO;FO:DM5AL5BM7CM8CN:DM:EN4AK2>H3?J3?I1=H4@J5AK5BM/I1H0#-6%0;&2= %1<$1;#.8(0$0:#/:*2#+,6*4)4'1(3'0&.% )&/%.$-$-$-#,%.#,&/'0&/'0(3'0*3)3*3,7#/:$1<%1<%1<&3=$1<*6A)5@%1<'3=)5?)5@)5?(5?"/:'3=%2<'4>(4?(5?)5@*6A(5?*7A-:D-:D+7B.:E,8B*5@-:D.:E/(4?%2=(4?%1<&3=(5?)5@%2=%2=#/:$1<&3=$1<'3>&1<(3>'3>#.9#/:'3>(3?*5@*5@*5@*5@%1<'3>&2=%0<#.9$/: +6%1;$/;%1<%1<%1<&1<'2='2=#.8"-8#.9#.9#.:"-8%0<'2=%1<&2=%1<(4?+6A,7B/;F-9D0;F1=F-9C0;F0;F0;F7AM;FQ9EOHR=HRAKUDOXHR[HQ\IS]JU]NYaMW`R\eS\eS]fS\eU_gU^gW_hXajXai\em[dl\en]fn\en^hq]fn^goZdmYckU_hV_hS]eS]fQ\eNXbKU^KU_LW_KW`KU`GR\HR[AMVCNYCNWALX@KT>IT?KT?JT=HRH1=G3?J4@J5BM1>H3@J3?J5AK3@J4AK/H3?J4AK3?J4@J4@J1>H1=H/H.:E0'3=&.%- -8,6&0&/(2(2)3$%/%.%.&/%.!*$-%.#,%.)3&/(3(3(3(3 ,6 -8#/9&3=$1;%1<$1<#0;#0:'3>%1<#/9&2<(5?)5@'3=(5?'4>&2<&3=%2<'3>(4?)5@*6A)5@+8C-9C-9C*6A.:E-9D-:D,8C0%1=(3?&2=(4?%1=%1<%0;$/:%0;%1=(4?$1<"-8%0;#/:%1<"-8".9".9$/;&1=$0;$0;%1<'3>'3>)4@,8B-8D,8C-9E/:F-9C.9D/;E3>I0;F4?K5@L6BL9DO:FP:FOJTALT>JT=IR:FQ8DO7BM9DO8DO6BM7CNH1>I1=H1=H1=H1=H3@J5AL3@J6CN4AK6BM6BM7DN6CN6BM7DN6BM8EO:EN:EN7DN8DO;EO8EO:EN;FP7DN8EO;EO6CN6CN6CN7DN2>I6BN3@J3@K/;F4@K1>H0=G1=G3@J/I1=G0 *3)1#0:".8)1*3*4,6!,6"".8 ,7%.%.$.'0&/&/$.)3)3&/'1(3(3*5*5 ,7#/:$0;'3=(4?".8'3=$1;'3>%2='3>(5@(5?&2=*6A)6A(4?(4?'4?'3>'3>+7B(5@)5@*6A)6@+7B.;E,9D+7B.:E-9D-:D.;E-:E*7B,8C)5@,8C,9D+8B,9D+8B,9D-9E.;F-:E/;F)6A.;F*6A,9E)6A)6A(4?(5@'3>$1<'3>%2=#0;".9$1$0<%0<(3>'2>(4?(4?&2>$0;'3>'3>'3>(4?#.:&2=$0;#/:%1<'3>(4?-8C%1<%1<$0;#.9 ,7$0;#.9$/;%1<&1='3>$0;'2>'2>'3>,8C)5@-9E,7B+6A,8C0H4?J5AL6BM7CM8DO=HS
IT:EO;EO:FQBLVBMWEPZGQ[GQ[GQ\JT^HS]KU^NXaKU_NYbOZbP[cR\eOYbR\eQ\dR\eV`hR\fR\eT^gS\eQ[dR\eNYbOYcMXaMWaNXbMXbLWaHS]IU_GR[DOYBMWCOYCOY?LU>JS?KV@LVBMU=HS>JT:FR8DO:GR9EP8EP4@K5BM8EP8EO6CN5AL5BM8EP6CN6CN7DO7DN6CM6BM7DN7CN4AK4AK2>I1>H1>H4@K3@K2>I4@K5AL4AL6CN7DO5AL5AL6CN4AK7DO6CN6DO6CM;FP:EO8DO6CO8DOI1>I/H0H1=H1>I.:E.;F0I0I3@K-9E,9D1=I1>I2>I1=H.:E,9C,9C)6A%,%1:$0:#/7(5?%,$.8&2>$0;'1$1<(5?(0*3$1<"/9'/!-8 ,7+6&0(*5+5*4'1%.&/'/'0'1,6 ,7+5*5)4)3+5 -7 ,7!.9%1<$0;&3>$0;&2>(4?,8C,9D)5@)5@'4>(5@)6A)5@,9C*7A+8B+7B,9C+7B)5@(4?)6A)6A+7B,9C*7B.:E.;F,9C,9D,9E,9D,8C*7B*7B*7B,9E)6A-:E+8C)6A+7B+8B,8C-:F+7B,8C-:E*7B)6A*6A)5@)5@(5@)6A&3>$0;$1=$1<$1<$1<#0;*5A)4?)5@)4?'3?&3>'3?&2=%1<(4?&2=(4?&2>%1<&2>&2>#/:$0;&2='3?&2>*6A%1<&1=%1<$0;".: ,7#/:%1<$0;%1='4?%1<(4?&1=)5@,8C,7C.:E*6A,8C+7B.:E2?J0I0I1=H2?J1=H.:E/%1<(1#/:"/:"/:$,'/"/:*4*4&0(1,6(1,7*4!.9,6 -7!.9)4*4+5 -8"/:#0:$1<%2='3>)5@*7A(5?)6@,8C*7A(5?+7B+8B-:E.;E-:E(5?+7B+7B+7B,:E(4?)6A*7B*7B)5@(5@,9D,8C*7B+7B*7B,9C,9D-:E,9D,8C-:F*7B)6A+7B,9D)6A-:E)6A+7B-:E-:E,9D-:E,8C'4?(4?)5@)6A%2=&3?$1<"/:'4?%3>&3?'4?%2=-9D(3?&2>(4?#/:)4@)4?&1<&1=&2=(3?)4?$0;(3?&1=&3>%1<$0;%0<'3?(4?'3>$0;&2>%1<%1<$0;!-9%1=%1<$/:&3>$0;&1='2>(4?,8C-9D+7B*6B*6A+7B-9D1=I1IS@LVJT=IS=IT?JU@KT=IT:FQIS;FP;FP7DO4AK7DN7DN6CN5BM1=H2?J3@J1=H5BM3?J4@K5BM8EP5BL2?J5BM5BM6CM7DO4AK6CN6CN4BL7EO;FPH/I3@J2?J.:E2?J1=H2>I2?J2?J-:E1>I0I/;F/;F/;F,9C(4>&.,9C#-6)6A*3#.6)6A&1!)'2='4?".9(1$1;#0:%2<&+4!.8 -7,7(1*5)4,6 -8 -7#/:!.9!.9+5+5)4 -8$0;,7$0;$0;%1<)5@(5?(4?%2='4?*7B(4?/;F+8C-:E,9D+7B,9C)6A+8C+7B*7A*7B*7B)6A*7B*7B(4?+8B,9D+7B'4?,9D,8C+8C.;F*7B*7B*6A,8C,9D+8C-:E)6A)6A*7B,9D,9D*7B+7C-:E,9D(4?'4?)5@*7B'4?&3?'4?$1=$1<%2=$1=&2=&2=$1=&3>*6A)5@(4?$0;&2>&2>#/;'3?&2='3?)5A(4?&2=(4?#/:&2=%1<$/;%1<'2>'3>&2>)4@&2>$0<$0;&2>&2=(4@&2='4@'3>)5@+7B*5A+7B+7B.:E,8D*6A-9D-9E/;G1=I/;F.:E0JT>IUBNX>JT>LV>IU?KV@KT@JU:GR?HS;GS:GR:GR8EP7DO6CM7CN5AL8EP7DO9FQ7EP7EP8EPI3@J5BM2?I2?J4@L/I1=H2>I1>I1=H0*7B)6A+8C*7B+8C-:F,9C+8C)6A,9D,8C-:E+8C)6A(5@,9D)6A+7C)6A,9D+7C*7B,8C.:E.:E/(5@(5@&3>&3?&3?%2=$2=(5@&3?'4@$1<#/:(5@)5A)5A%2>%1<'4?(4@%2>&2?%2=%1='3?&2>*6B%1=$/;%1<%1=%2=&2>'4@'3>(4@$/;%1=(4@&2>%1<'3?&2>&2>*5A*6A(4@'3>*6B,8D,8C+7B,8D,7C.:F.:F,8D1=I/;F-9E3>J3?K5BM3?K4@L8DO8DO8EP3?J6AM9DO4@K7BN;EQIU>ITAMWAMW?KV@KWCNXALVALVBMXCNYDOZDPZCNYCNXEPZDOYGS]EP[HS]DOZFQ[CNYEQ[BNXDOYEP[EPZBMXBMYBOYAMW>JU@LW@MW@MW@MW?KV?LUI4AL5BL6CN3@K3@K4AL1>I.;E.;F-:E,9D-:E/J3@K2?J4AL2?K3@K3@K2?J1>H/*3#/9$1<(5@)2".7$1;$1;%2>"/: -8 -8"/: -8!/:!.8 -8!/9!.9 .9#0;"/9"/: -8"/:#0;"/:%2=&3>&3?'4?&3>-:E+8C*7B+8B-:E)6B+8C+8C*7B,9D*7B,8D-:E(5@(5@+8C)6A,9D*7B(5A(5A)6B*7B,9E,9D,9D.;F+8C*7B/%3>&3>%2=%2='4@&3>%2>$1<&2>&2>&2>(4@+8C+7C(4@'3?%1=!.9&2='4@(5A%2=%0<%1<(4@%1<'2>&2>$0<%1=%0<$0<(4@)5A&2>%2=#/;%1<%1=&3?+7C(4@,8C,8D+7C-9E/J5AM3?K5AM6BN:FR7BN9EP8DO6BM6BM6BM8DO9EOIUALW;FR>IT@KWBNY@KWDOYCNXCNXDOZBMXBNXCNXBMXALWCNYDPZCOYBMX?KVCOY@KW@LWANXCPZBNXALXBNYAMX=JT@MXCMW=KUBMV=JU>KVBMW@JTALV@KU>IS:GR;HS;GS7CO9FR9FQ9FR9GR7DO7EP8EP5BM:GR;HS:GR8EP5BM7EP9GR8EP8EP9GR5CN8EP9FQ8FP9FR8EP9FQ6DO9GR:GR8FQ8EPI/J2?J4AL0=I0I.;F-:E)6A#.7%0:*5?&2=(4? )1+9D)5@&2;*7B#0;&.%2=&3?*3$1<$1<'4?&.(4?)6@&3>'4?#0:#0;+6+5*5!/: -8!/: .9!/:!/9!.9#0;#1<#0;"/:!.9$1<$1<'4?)6A'4?)7B/'5@%2=$2=%3>#0<$1<%3?$1<'3@(5A)5A+6B(5A*6A&2=#/<"/;#0<"/;'3@$0<'3?'3?&2?".:%1=)6A&2>%2='3@(4@*6A*6A+6B*6B&2>(5A'2?(5A(5A)5A+7C)6B(4A-9E,8D+7C,8D+7C,8D-9E-9E0J5AM5BM4@L6BN7CO8DP;GS9EQ7BN3?K4@K7DO:FQ;HS8DO9CO;FRJU?JVALXCOZ@MW@MWANYANY@LX?LWCMX>LWALVALVAKUBMWJT>JT=HS?JT:HS9GS9GS8FQ8FQ8FQ8EQ9FQ9FQ9FQ:HS:GS7DO3AK9FQ5BN6CN5BM1>I5BN7DO5BM6CN5CN/=H/=H.J1>I1>I/

J0=H.;F.:F-:E.:F-9E+8C$/9#-6,8D(4>(4?!*31>I,8B'3<+8C!-7'/'5A'5A*3'4?'5@%2=&.'4?#0;'5@&3>"/;#1%3?'4@%3?(6A*7C)6A'6A-9E+7C'4A&2?+7C+6B'3@#/<%1=$0<'3?'3@(5A+6C)5A'3@%1=%1=(4A(4A'3@)6A(5A+6B*6B)5A*6B(4@(5A'3?'4@)5A,8D+8D+8D)5A(5A.:F.:F*6B*6B-9E/JU@LWBNZJU@LW@LW@LWAMW>JU@KV>JU?JV>IU;GR:GQ>KV>KV=JT>JU>JUAMX>IU>JU>KU=JU;HTBMW@JU>JU?JU?JU@KU@LVALV;HT9EQ9GS9GR8EP>IS7DOIS:GR;HT>IS9GS:HS;HS@KV;HS:HS8FP8EP8EP6DO6DO7DO;HS>IS;HS9FQ:HS6DO>IS;HS=HR>JT=HR?KU>IS:HS=IS:HS=HS:GS9FQ8FQ=IS?JT;HS;HS:GR6DO6CN7DO6CN6CN3@K7DP4AL6DO4AL5BM2?J2?J-:E3AK2@K3AK0=H1>I/I.;F3AK3@K.;G/=H/=H/

I1>I,9D(4> *2+8C'2;,9D(/0=H-:D!.8)6A$1;)1%3>#0;!.7'4@&3>,5*3'4?%2='5@"/:#0<#0;#0;!.9,7+7*4 .8!/9 .9 .9 -8"0;!/:!.:#0;"0;$2=&4?'5A+8D(6A'5A.;F,:E+8C-:E.;F+8C)7B'5@)6A0=H+8D+9D+8C)7B+9D.;G,9D,9E,9D*7B'5@'5@+9D%2>)7B*7B+8C.;F,9D'5A+9D+9D'4?*7C*7B,9D-;F*8C+8C-:E-:F(6A)6A(6A)6A%3>'4@)7B&4?&4@(6A'5A%2>'4@)6B(6A,9D)6B(4@(4@'4@(5A'3?#/;&2>#0<'4@*6B%1=(4@&3?&2>$1=(4@'3?)5B(5A)6B*7C)5B,8D+7C*6B*6B+7C*6B*6B)6B*6B)6B)6B)5B)6B,8D,8D.:F,8E+7C+7C*6B.:F,9E1>J3@K3?K6BN6BN6CN6BN5BM9EQ8DP:FR4AM:GS5AM:EQ7BN7CO8DP9EP9FQ9EQ;GRIU?LV=IT;HSJU>KV;HSIU>JV=HTKU;HS>JVKW>KVJU=KV=KV>KV;IU=JV;HTJT;IT?JT;IT:GR:GS;IT9FR7EP:GS;IT?JT;IT>JT;IT?KU>IS?JUALV@LUAMV?JU?KU;IT:GR9FR:GR;IT;IT:GS>JS>IS:GS9FQ9GS4BM5BM8FQ7EP4AM3AL2@K7DO3AL5BM3@L2?J.;F.;G1>J1>J2@K2?J1>J.J2?K.:F3@K2?J/ +5".7(6A%3>%2>&3>#1<"/:,7"/:,7,7+6 .:+7#0;!/: .9!/:"/;!.9"/;$2=(6A*7B(6B.&4?&4@'5A&4@*7C*7B(4@*6B(4A(5A'3@'4@&2>&2?&2>(4@)5B*6B'3@*6B*6B&2>'4@(4@(5A(5A&2>(4@'3?+7C&3@(5@*6B'4@)5B*6B,8D(4@)5A)6B)5A,9D*7C,8D,9E+7C-9E,9E,8D-9E0=H1>J2>J3?K4@L7DP6CO5BM6CN7CO6CO7CO:GR9EQ8DP8EP8DO;GS:EQ;FR9EQ;HT8EPJT:GRJT9GR8FQ:HS8FQ;IT9FQ5BM8FQ8FQJT9GR:HS;IT;IUBMWALVBMX>JTBMXJTALV>JT>IS6DO9FQ5CN6CN3AL6CN7EP:GS7EP2@K6CN2@K4AL1>I2?J1>J.J/J3AL0=I.,8C(0-:F-9D(3>,9E$09$09*7B&2<#/9&4?)6B%-!/9%2>%2>&3>&4?#0;!.9+7*4+7-7,7!/:"0;&3>!/:$1<#1<#0;#0'4A&3?'3?'3?%1=)6B'3@'4A(4A(5A(4A)5A(4@'3?)5A)5A&2?(5A*6C*6C)5A%2>&2>'4@(5A(5A'3?,8E)6B-9E+7C+7C+7C*6C-9E,8D0J/;G0=I2?K:GT:GS5BN9EQ5AN;GS8DP6CO8DP9FQ6CO6CO7CO:GS9EQ;FRIU=IU=IU:GS;HT?KX=IUKV:GR=ITJU?KVJV:GRKVJT;IT9GR;HT6DP8FQ7EP5CN7DP:HT:HT8FQJT>JT;IT>JTAMXALW;IT:HTJT;IT8FQ8FQ4BM4BM5CN7EP:GS:GS6CO6DP9GR5CN6CN2?K1?J0=H1>J0>I.;F+9D-:E0=H1>J,:E*8C-:F*7C+8C+8C-;F/=H2?K3@L1?J.;G.I)6C-:E)7C,9D)7C.;G,9E&2;&2;+7B+7B%08-9C-:E(3>,9D$/8'4>'5@!-7$1;(6A%3>)2$1<%2>'4?&3>%2>#1<-8*4 +5!.:!.:"0;"0;$2=&3>%2>'5@#1=$2=&4?%2>#1<'5A)7B*8C,:E*8C/=H.I-;F-;F(6B(6B-:E+9D'5@'5A,9E.;G.;G+8D+9D(6A,9E'5A+9D,:E'5A+9D(6B&4@(6B*7C+9D)6C'5@(6B-:F)6B.;G#0<$1=)6B'4@&2?&2?$1=$1=$1>)5A+7D&2>+7D(5A,8E)6C'4@)6C(5A'3@(5A'3@+7D)5A)7C(5A'3@+7D'3@(5B+7C*7C)6B)6B'4@)6B+8D*7D'4@)6B.:F-9E+8D-9E0KW=JV=JVAKVAKVJV=IU>KWKW@KU=JVAMWBNX=JV;IU:GS8EQ7EP:GS=JV=KV;HT@LW;IT=KV;IT@KV=JV=JV=JV@KV:HSJ/I/I.;G*6B$.7(5?*7B$/8*6A0=H(4>0>I$.8'3>(6B +5)6A$2=#09".7%2>$2=)7C(6A(6A$2="0;$2=$2>!/;%3>#1<%3>$2='4@%3>#1<'6A'5@'5@%2>$2=(6A-;F,:E,:E/=I/I-;F-;F.;G)7C+9E)7B)7C)7C*8D,:E+9E-;F*8D'4@-:F'6A'5@*8D,:E(6A,:E)7C,9E(6B*8D)7C+8D(6B.'4@$1=&2?$1=%2>$0='3@$1=)7C)6C+7D,9E)5B'4A(4A(4A'4@&3?&3?)5A*7C+8D)6B'4@(4@(4@'3@)6C,9E,9E)6B)5B&2?(4@)6B)5A(5A-:F-9E/KW=JVIU:FR7CO8DPI.I,9E+9D-:E.;G/=I5CN4AM.;G.;G2@K.;G-:E.;G+8D,9E0=I/=H.;G +3,8D'3=#.6,8C.;F*6@.;G!,6'3>)6A$/9(6A'5A +4".9$2>'4?)7B)7B'5@&3?%3>%3>%3> -8'5@#1<%3>%3>&4?&3?%2>)6A'4@%2>(5A'5@.;G-:F0=I.J-;F.;G.;G+9E+9E+9E,:E0>I.;G0>I1>J1?J3AL/=I/>I1?J.;G0>I/=I+8D.;G1>J-:E0>I.#/<'3@%2>%2>&3?$1=(5B(4A(5A+8D-:F+7D(6B)6B(5A(5A'3@'3@&2?(5A+7D(5B(5A+7D)6B+8D)6B+7D_hr_ir,8E(5B(5A+8D(4A,8E*6C*7D-:F/;G.:F1=I/KWKW=KVCNY@KVALW;HT:GS:HS:GS:GS:GSKW%09-:F/;G)5@1>J +3*7B*6B$0;&4?'4@)2)7B'5@)7C*8D(6A#1<%2=%3>&3>%3>#0<$2=#1=&4?(6A&4?&4?#2=(7A&4@(6A'5@%3>+9E-;F/J3AM-J0>J0>J2?K.$1=%2?%2>)6C'3@&2?'3@,8E*7D*7D+8D-:G-:G+7D'3@%2?)6C%2>)6C+8E*7D,8E,9E(6B*7C*7D^hr^hq'4A'4A*7C%2>'4A)6B(5B)6B,9E.;G0=I.;G0=I2>J4AM6BO6CO7CP7CP7DPLX=KW>LX>LXKW>LX>LX=KWJ.J2@K-;G,9E.*6@-:F,9C1>J"-5(7C#1<$1<(6A'5@"-6)7C(6B*8D'5@(6A$2>&4?'5@'5@%3>%2>%2>'5@#2=(7B&4?&4?)7C'5A&3?$2>'5A+8D/=H-;G+9E+9E,;F-;G)7D,:F-J/=H2@L.J-J,:F/=H/=H0?K/=I3AM2@L1?K0>I0>I.=H/=I*8D+8D'6B)7B.=H)7B+9E-;G-;G,:F+8D+9E+9E,:F-;G)7C)8D*8D(7B.J.&2?'4@&3@$1>(5B(5C(5B(6C'4A'4A(5A+8E-:G)6C+8E+7E-:G)5B*7D'4A)6C'4A+8E,9E(5A)6C(5B)5B'4A)6C*7C%3?%2>(5A'4@'4A%1>%2?*7C*7D+8D+9E.;G*7D+8E3@M8ER3@M7DP7DQ7DP9FR;HT?LX;HTALW;IUKX>KW>JWKX>KX@KVLXS]gR]f>LW?MYCNY=KW>KW:HS?LX=KW=JVLX>LX>KWLW;IUJ.J1>J-;G-;G-;G3AM0>I/=I-;G1@K/=I3AL3AM1>J1?K/=I0>J1?K0>J/=I/=I0>I/=I1?K0>J,8C)5?+9C%1;(5?,:E*7B1>J!,5*8E%2=*8C+9E)6?'3=)8D+9E+9E*9D*8D)7B(6A)7B(7C'6A)7C&4?&4?"0<%3?(6B'5A(6A)7B(6B%3?)7C*8D+9D,:F.=H-;G.J+9E0>J0>J-;G,:F,:F,:F-;G-;G2@L4BN0>J.=H2@L3AM0>J/>I2@L2@L2AL2@L2AM1?K1?K1?L.J1?K0>J0>J1?J/=I/=I(5B%2?'4A'4@'4A&3?*8E*8E+8F*8D*8E+8F,9F-:F+8F+8E)6C)6C)7D*8E(5B(5B,9F,9F)6C(5A,9F)5B)7D)7D(5A&3@(5B$1>%2?&3@%2?&3@&3@%2?&3@'4A*7D*7D+8E/K3@M5BO6CP6DP:GT9FS?MY=JW=KW:GTKW=KWLXLX?MYJ2@L1?K2@L0>J1?K.J0>I1?L.;G/=I.)7C&3>*8B"-7(5A$1:*8D0>I$/7&3>-;G)7B+9F*8E*8D+9D)8D)8C(6A(6B(7C&4@(6A&5@(6A)7C'5A)8D'5A,:F,;F*9E-I/=I1?K1?K2AM4BN0?K1@L1@L1@L2@L1?K4BN3BN1?K1?K2@L/=I/>I1?K0>J/=I.'4@'4@)6C)6C,9F*8D*7C-:G'4A+9F*8E+9F*8E*7D)6C+8F-:G+8E)6C'4A-:G+8E)6B*8E)6C*7D'4A)6C'4@#0=(5A%2?#0<%3@&3?)6C(5A'4@+8E%3@'4@*7D+8E-:G0=I2?L6CO6CP5BN9FS8EQ:GTKX:GTKXLXBMX=KW>LXEP[BNY?MYBNY?LX?MZ;IU=JV?MX=LXMX=KW:HT=LX;IU8FS8FR;JU9GS:IT=KW;IU=LX;IU7EQ:IT9GT7EQ5CO5CO9HT6EP8FR8FS8FR7EQ:HT@NZMXDP[9GTJ*9E.I0>J0>J/=I0>J/=I5CO1?K0>J0>J2@L,:F/*8D*9E!,4.J2AM1?K1@K2@L3AM1?K1?K1?L1?K0>J1?K1?K1?K,;F0>J1@M3AM3AM.J/=I,;F.J.I'3@)6C'3@*8E*8D,9F)7D*7C-:G,9G*8E*7D*8D*8D)7D)6C(4A+8E+9F*8E'4A(5B*8D(5B(5B-:G+8E)7D(6B*8E&4A(6B(6B#0=%2?#0=&3@"0<$2?'4@&4A(5B'4A*8E)6C(5A.;H2?L3@M6CP4AN6DP;HU;HU=JW;HU;HU>LX?LXKXMY:HT8GS;IU7EQ8GS6DP;IU6DP9HS;IV;IU8FR:HT>LYLX?MYLX?MY=KX@NY>LX>LY=KW7EQ7EQ8GR8FR8FR5CO1?K1?K-;H+:G1?K0>J/=I2@L0?J3AM/=I.J/=I/=I/=I2@L0?J1@L.J.I/=I/>I0?J4CO0?K2AM5CO/=I0?K1@K1@M1@L3AN0>J0?K0?J2@L,:F.J/=I0?J.=H-;G/=I-;H-;G1?K-;H,:G/=I(7B+9F-;H,:F(7C,:F(7C)8D,:G*8D-;G.'4A%2?!.<$1>%2?!/<".9#0=$1>'5A(6B*7E(6B&4A.;H0>J1>K2?L4AN6CPLY=JV=JW@MZLY>KX;IU;IU>KY=JWLXLX?LY>KX=KXEQ\=KW>MYAO[?MZ=KX?MZ>MZ>KX=KX:HT=JWLX;IU;JV>LYMY=KWMY9HT>LX:HT=KW;JU;IU=KWLYAO[>LX>LYMY=KW:HT7FR7FR7FR1@L0?K.=I1@L/>J/>J.J.J2AM0?J1@L/=J3AM2AL4BO2@L3AN1?K/>J/=J.(4>%1;'6B&2=%2=$2<+8C&5@+9F%2='4>.J.I-J,:F,;G*9E0?J.=I0?J1@L2@L4BN4CO4CO3BN.=J1@L1@K/=I1@K1@L2@L/=J/=J.=I/>J-J/>J1@L/?J5DP2AM2AL*7D+8F&3@(5B(5B*7D(6B)6C+8E*7E.;H0=J+9F-:G+8F+8E,8F&3A)7D-:G-:G)6C'5A+8E-:H,9F*8F+9F)7C)7C(6B%3@'5A&4A&4A'5A%2?"/<%2?%2?(6B+8E*7E,9F,:G*7E.KX>KX:HT;HT;IU;IU@NZ=JW=JV;IU9GT8FR6DQ;IU8ER7ER7ER:HT;IU9GS:HT7ER6DP7EQ3AN8FS7FR9GS;IV=JW=KW:HT8FS=KW=KXKXLX>LX?MZCOZ>LX?MZMZ;JV>LX>LY>MZ>LXLX=KWLX>MZ9HS;IU=KX>LX9GS7FR6DQ0?K/>J0>J0?J.J2AL1@L0>J-;G.J5CO.=I2@L3AM6DP2@L1@K/>J.=I+:G0>J/>J-I/=I/>J.=H.J,:F)8D0>J.J/>J2AL0?K2AL1@L2AM0?J1@K/?J4CO3BN2AL1@K-J.'4A"0=&4A$1>(5B*7D+8E-;H,8E(6B*7D+8E.;H2@L2@M6CP5BO9FS;IVLX;IV:HU9GTLXLXLX?MY=KW@NZ>MYLX?MY>LX;IV?MY?MY?MY>LX?NZ>MY?MYAO[MY>LX>MYLX?MY>MX=LX=KW?MYJ1?K1@L6DP1@L0?K.J/>I.=H,;H.J,;G1?K1@L,;G/>J+:F*9E-I,;G.=I,;G,;G/>J,;G,;G-J/=J5CO/>J0?K4BN4CO3BM1@L4CO0?K0?K-J/>J/>J0?K,;G,;G(7C*9E)7C+:G*9E,;G,;G+:G,;G,;G*8E-;H,;G.=I/>J0?K1@L6EQ5DP0?K1@L0@L2AM+8E+8F&4A*7D&4B+8F,9G,8F-:H.K0=J.;I,9F,9F,9F*7D(6B,:G*7E*8E,:H.%2?#0=&4A,9F)6C)6B,8E+8E*7D&4B,:G-:H1>K/=J3AM6CP;IV8FSLY=KX:HU=KW;IV7ER>LX9GT;IV9GTLXMY=KW?MY@N[AO[=KXMX>LX>LX8FS;IU>LX=KW>MY;IV=KXBP\?MY@N[?N[>LX@N[=KXMY=KX>MY>MYMXMXBP\9HT:IU8GS8FRLX>MX=LX;IV:HU6DP2@M1?L3BM0>K,;H0?K-K1@L0?K3BM2AM-J.=I,;H,;G%1;,:E%09-J&3='5?/=I/>J0?K-J.J2AM2AL2AM0?J0?K4BO6DP1@L2AM/>I/=I/>J/>J4BN2AM/>J.=I,:G+:F-J.=I0?K2@L/>J2AM2AM/>J2@M2BN0?K3BN5DP4BO4BN1@L1@L2BM3BN2AM3BM3BN5CO0?K1@L1@L3BM1@L0?K-I0?K/>J(6B+9E+:F+9E*8D*8E+:F-;H(7D-#0=%2?)6D(5C)6C*7D,:G)6D(6C-;H,:F/=J.LY;IV8FS:HU:HU8FS7ER=KW;IV=KW=JW=KWLX=KXAO[=KX>LY?MZ?NZ?MZ?MZ>LXAP\>LY?MZ@NZ?MY;IV9GT8FRLYLXMY8FS:IU7ER9HT:IU9HT=LX?N[>MYDP[?NZ?NZ>LX:IU9HT9HT7FR9HTMY@NZ=KX@O[>LY9GS:IU:IU6ER9HT:IU8FR8FS;IV:HT8FRLX>LX=KX=KW=LX;IU4CP6EQ1@L.=I/=J/>J.K.=I)8D+:F/>J0?K,;H.=I+:G/>J$2<)5@'3=+9D-:E(4>*8D/=H0>J'4>1>J/>J2@L4BN.=I.=I,;H.=I.=I4CN4CN4BN6EQ3BM2AL6EQ2AM3AM1?K4BN2@L.=I4CO0?K/>J1@K+:F0?K.=H0?K0?K-J2AM1@L3BN2AM/>J.=I5CP2AM5DP2AM3CN2AM0@L3BN5DP5DP1AM3BN6DQ4CO2AM4CO5DP5DP3AN3BN-K5CP6EQ9GT:GU;HVLY>LXLY>LY@N[>LY@NZ?MZBP\BQ]@NZCQ^;IV@NZ?MY@NZ;JW;IVLXMY>LY?NZ;IV>LX?MZAP\9HU7FR5DQ9HU8GS;JV:IV=KX>MY?NZ?MZ?NZ@N[>MY;JW9HU9HU8GT9HT:IUMY?MZ?NZ@O\=KXMY?NZ>LY9GT9GT3BN3BN4BO/>J,;H/=J0?K0?K0?K0?K2@M5DQ3AN/>J3BN2AM3BN0>J2AM1@L0>K-;G/>J-J/>J.=I/>J.=I--;G.J/>J3BN3BN4CO8GS4CN7FR7FR5DQ5EP7FR3BN5CO/>J1@L0?K/>J.=H.=I0?K+;G1@K2AM2AM2AM1@L1@L4CN1@L0?K1@L2AM2AM1@L2AM3BN2AM5EP3BN2AM4CO3BN2AM6EQ3BM5DP6EQ4CO3BN4CO2@L2AM3BM0?K3BN1?K1@L1@L0?K,;H(7D,J0?K0?K3BN3BN1@L3CO5DP6FR3BO*7F/K/=K3AN/=K-;I-;I+8F-LY;IV:HU8FS;IV:IU>LYLY;IVLY:HU@N[>KY:HU;IV>LY;IV=KY?MZ@N[@M[=KX>LY@O\?MZ=KXLY>LY@N[@N[>LY=KX=KX;JW7FR;IV:IU@N[?NZ>LY9HU7FS8GS:IU9HT7FSMY@N[AO]@N[>MY=LYMZ?MZ@O\>MZ?MZ@N[AP]?NZ@N[>MY:IU8HT>MZ8HT9HT9HT9HT:IU8GS8GS8GS4CO4CO9HT:IU=KX?NZK/>J,;G-$/9,9E.K1@L2AM1@L4CO1@L1?K4CO3BN6FQ5EP7GR4CO6EQ6EQ6EQ7FR4CO2@L/>J0?K0?K0?K*9E0?K.=I,;H,J,K1@L/>K1@L-=I3CO3CP2BN5EQ6FR5EQ3CP1?M2@N/=K/=K/=K)6D-;I*8E+9G(5C&4C*7E0>L-L,:H*8F/=K*7E)7D+9G*7E/=K/=K+9G-;J.LY>MYMYLYAP]?MZ>LY>MY>LY@N[?NZ?MZAO\@O\@N[MY=LY?NZAP]CR_AP]@N[AO\?MZ?MZLY:IU>MY?NZ:IU9HT=LXMYMYCR^@O[BQ^FR^DR_>LY;JV:IU>MY9HT9IUMZ=LX?O[AQ]?NZ=LX>MY?NZ>MY;JV6FS7FS6ER7FS7GS9HT6ER9HU4CO4DP4CP5DP:IU8GT;JV7ER7FR4CP4CP3BO2AN0?L0@L/>K+:G-=J3BO6ER5DQ2BN2BN2AN0?L3BO4CP3CO6ER4CP0?L-=J1@M3CO0?L.>K-K1AM/>K2AN)6A%0;-;F)9E%2=+:E2AM-:F/=H0?L0@L2BN3BO0@L2BN/?K3BN0@L0@L6FR9IT8GT6ER7FR3BO2AN7FS1AM4CO5DP/>K-=I*9F0?L1@L0?K-=J/?K,J2AM.>J-=J3BO0@L-=I/?K3BO1@M2BN.=J,K2AN.>J.=I-K,L2?M*8F-L0?L0>L0>L0?L-;I.LYLYLYMZAP]BQ]>MZ>MZ?MZ@N[=LY@O[@O[AO\BQ]=KX?NZGT_DS_CR_CQ^CR_?NZAO\AO\=KXAO\?N[?NZ;IV>MYMYMYCR^AQ]>NZ@P\@P\@O[K1@M3BO1@M1@M.=J+9D'3>)6A,:F%2>*9E0@L+8C0>K4CO0@L2AN.>K1@M.>J0?K-=J3BO7FR7FS8GT7FR;JV6EQ4DP3BN/>J5DP3BN2BN2BN-=J-=I0?K0?L1@L,;H/?K/>K/?K0@L/?K1AM4DP1AM2BN4DP3BN3CO/?K-=J,J.=J/?K4DP0@L-=I0@L0@L*:G/>J-=I2AN.>J.=J1AM/?K/>J4CP0?L6ER4CP3CO2AN4DP3CO5EQ4CP3CO1?M3AO2@N,:H0>L,;I+8F-LY9GU6ER6ER8GT8GT;JWMZ=KX>MZAO\BP^BQ^AO\@N\?M[?N[AP]>LYFR^AP^?N[?MZ?N[BQ_CR_BQ^AP\?MZAP]?N[AP\?MZ?MZAO\=LY;JWLYMZMZ?NZAP]CR_AP]@O\K*9F*9F-K3CO5DQ6FS6FS3BN4CP2AM.>J0@L2AM,;H0@L1@M6ER0?L1AM+:G,:F%2<(5@(6B'5A+:E,J,K1AM/>K1@L-=J0@L5EQ1@L1@L0?L0@L1AM-=J-=J-=I,K1@L1@M2AN3CO2BN0?L-=J-=J/>J2AN0@L,;H.>J.>J/?K.>J1AM2BN5ER4DP5ER6FR4DP4CP5DQ3CO2BN0>L3AO3AO.=K-;J,:H+9G*8F*8F'5C(6D*8F1?M/=L/=L.L2@N.=K-;I0>L.=K.=K-;I-;I.MZ:HUAO\>LY>LY=LY;JWMZAO]@N[@N[DR_?N[@O\DR`BQ^DR_DS`AP]AP]@O\MZ>MZ;JW:HUAP\=LYLY;JWMZ@O[AP\CR^@P\AP]DS`CS`BQ^@O\;JW>MY:IV7FS7GT5DQ4CP7FS:IV7FT7FS:IV6ER6ER9HU5DP8GT6ER8GT5DQ5DQ0@L1@M2AN/>L1@M0?L.=J/>L3BO1AM4CP6ER8GT2BO5EQ3BO3BO6ER4CP4CP3CO/?L1AM2AM-=J/?L0@L1AM2BN0@M0@LDN@BK??H=:C:6?7092.62*1.&-,/?L,K1AM/?K.=I.>K-=J,K0@L0?L1@M.>K-=J/?K/>K/?K2AN.>J-K1@L2AN3BO4DP2BO5DQ2BN7GS8HU5ER5DQ3AO2@N1?M,:H/=K/=K.L-L2@M5DQ7ER8GT7FS:HV=KY:HV8FTM[=KY=KY=LY9GTLZLZLZAO]DR`BP^CQ_AP]ESaESaBQ_>MZ?N\@O]>MZ=LYLZ:HVLZM[;JXMZBQ^=MZ;KX:JW:IV8GT7FS;JW:IW7GS9HV7GS;JX6ER9HU5DQ:IV7FS9GT7FS4DP7GT5DQ5DQ6ER4CP4CP1@M1AM0@M4CP6ER5DQ4CP7FS5DQ6FR7FS7FS6FR7GT6ER2BN5DQ4DQ0@L0@L0?L1@M/?L2AN5DQEN@@I>K+;G*:F.>K-=I/?K,K1@M1AM3BN2AM4DP1AM3BO1@M0@L4CP3BO6ER6ER4DP6FR3CO2BN4CP3CO6ER5EQ6FS4CP5DQ2BN.>K/>K-=J2AN/?K.>K3BN1@M.>J0@L0@L.>J0?L,K,LZ:IW;IW9GT;IW8FS;IW5DQ6DQ6ER5CP8FT;IW=KYLZ>LZ>MZ=LY?N[>MZ@N\@N\BQ^@O\BQ^BQ^@N\=LZ?M[>M[MZ=LY=LYMZ>MZ=KY:IV;JW>MZ>LZ>MZ7ER>MZ=KY?N[>LZ>MZ;JX=LY>MZ?N\AP]ETaBQ_AP^@O\@O\AP^CQ_BQ^=KY?N[@O\:JWMZ=LY>N[9HU9IV8GUK/>K2AN2AN5DQ7FS4CP5DQ1AN6ER7GT;KX8GT8GT7FR3BO3CO5DQ6ER2BN6ER2AN.>K1@M1@M1AM@J>>G=;C;7?83;5,40(0-%,+"**3BN5DQ3CO3BN4CO:IV6ER7FS9HU:JW8GT:IV;JW;JW7GT8GT2BN5DP3CO2AM4CO1AM2AM0@L/?L+:G*:F-=I2BN.=I/?K-=I.=J0@L4DP4DP1@M3BN4CP2BN1AM1AM2BN1@M2BN4DP2BN1AM2BN5EQ4CP2BN4DP6ER5DP4CP.>K1@M0@L0@L2AN1AM1@L1AM1AM/?K1AM/?K0@L4DP1AM0@L0@L1AM->K-=J/?K-=I2BN0?L/?K2BN4DP4DP4DP4DP6ER7GS6ER0>L.L7FT7ES5CQ7ES6DR5CQ1?M2AN0>L1@M.=K/=K,:G)8F,:H-LZ=LY9GU:HV8GT;IW:IW:IW9GT9GT;IW7ER:IW>MZ>MZMZ?M[BP^?N[=KYBQ^AP^CR`BP^?M[;JX>MZ;JWLZMZ;JW?M[=LY=KY=LYAP]>LZ9GT;JW@N\?M[;IW?N\>MZM[MZAP^=LYAP]?O\AP]@P]>MZ>N[AP]BR_BQ^CSaAP]AP]MZ?N[:IV;JW8GT9HT6EQ9HU8GS5DQ6ER8FS5DQ5DQ4CP5DQ/?L3BO3CO4CP9HU6ER7GT2AN4CP3BO9HU7FS7GT7FT6FS7GS4CP7FS6FR4DQ5EQ4CP1@M3BO3BO7GT=HCK,K1AM-K0@L0@L3CO0@L2AN.>K-=I-=J/?K0?L2BN2BN1@M2BN5DQ9IU7GS7GT5EQ2@O2@O0?M.=K.=K+:H.=K.=K.=L*9G,:H+9G/>M2AO3AP7ES;IX5CR7ET:HV6DR4BP1@N1@N,;I,:H+:G,;I*8F+:G-;I*9G(7E(7E,;H)8E(7E&6D,;H(7E+:G)8F,;I,;H.=J,;H-LZLZ;JW=KY?N[:HV>LZ:HV=LY=KY;IW>M[AP]AP]AP]@O\?N[?N[>MZLZ=KY@O\?N[LZ?N[?N[>LZ?O\=LZ:IV9IV:HV>N[@P\AQ^CR_AQ^@O\CR_BQ^AQ]CS`?N[DS`CS`AQ]MZAP]BR^@P\BR^BR_DT`AQ]DTaBR_AQ^?N[=LZ;KX:IW:IV>MZN[=LY@O\@O\8GT:IV7FS8GT8GT8GT7FS7FS5DR2BO2BO1AN1AN2AO7FS7GT4CP4DQ7FT9HV7FT7FT5ER5ER7FS7GT6ER6ER7FS9HU7GU4DQ6ER7FS4CP6FS7FS6ER;FD9A95>83;6,41'/.$,,'(%.54CP1AN5DQ6ER6FS7GS6ER7FS9HU8HU9HUK/?L.>J-=J-=J/?L0@L1BN0@L2BO1AN3CP2BO2BO3CP3CP1AN.?L0AM1AN4DQ1AN3CP1BN1AN6ER8HU5DQ6FS3CP5EQ4DQ3CP0@L0@M1AN->J1AN-=J/?L.>K1AN1AN0@L4DP3CP0@L0@L3CP/@L->K,M/=L/=L-M+:H,;I0?N3BP2AO6DS4CQ:HV9GV4CQ9GU2AO2AO0?M,;I/>L-M1@N.=K4CQ4CQ2AO6ES5DR9GU7FT8GU9HV;IW6ES8GU;IW:HV>LZ=KY=LY?N[:HV;JWLZ;IW;IW:IV>MZMZMZ=MZ;IW>MZMZ;JW>MZN[>MZN[>N[MZN[BQ_?N[NZ?O\NZ?N[MZ;KX=LY;KW9HV5ER8GU7GT7FT2BO6FS1AN3CP5ER8HV6FS=MY:IV:IV;KX=LYNZ>N[K/@M3CP1AN4DQ3CP2BO5ER2BO2BO6FS4DQ5ER2BO6FS3CP1AN1BN0AM1AN7GT4DQ6FS4DQ9HU7GT7GT5ER3CP1AN0AM.?L0AN/?L1AN3CP.?L2BO0AM4DQ3CP1AN0AM1AN2BO2CO.?L,K->K,M/>L-L-M-LZLZ;JX:HVMZ=LZ:IW;JX=LZ=LZ@O]@P]=LY@O]>M[?N\BQ_@O\>M[?N[>MZN[@O]:JW=MZ@O\=LZ>MZ>M[;JX;KX?N[N[@O]>M[>M[N[?O\AQ^AP^AP^>M[?N\?N\?N\AQ^AP^CR`BR_?N[@P]BQ_@P]BQ_CS`?O\=LZBR_EUcGVc@O]AQ^AQ^MZ=MZ;KX9JV5ER5ER4DQ6FS5ER6ER5ER2BO1AN3CP3CP4DQ/@M5EQ5ER3CP5EQ3CP2BN0@M5ER6FS5ER5ER5ER9JV6FS2CO3CP/?M3CP6FS2CO4DQ4DQ5ER7GT6FS4DQ5ER/@M3CP1AN0@M2CP3CP2BO1BN4DQ2CO5ER1AN2BO3CP5ER7GT6FR0AM->K.?L1AN2BO4DQ1AN4ER4DQ6FS6FS6FS3CP6FS7GT4DQ0?N3BP3BP/>M,;J)8G.>M0?N0?N.=K/>M/?N6DR5CR5CR2@O3BP3AP8FU8GV3AP3BP3BP/?M0?N4BP3AP5DR1@N/>M,;J/?N,;J-;J.>M,;I(7F(7F*9G-M[=LY8GU:JW:JX=LY;KY?N\?M[@O]>M[=LZ>MZ=LZM[@O\>MZ?N\?N[9IV;KY>M[?N\BQ_@O]MZ;KX;KY;KXMZAQ^AP^AP]AP]@O]BQ_?N\AP^AP]>M[N[>N[?O\@O\@O\AQ^CR_DSaAP]@O]@O]?O\CS`DTaBR_DSaEUbEUbDTaCR_?N[AP]AP]DTaCS`EVc@P]BR_@O]DTbDSaAQ^=MZ@O]?N[AP^AP]=MZ:JW9IV5ER;KX6FS5ER4DQ3CP7GT6FS9IW9JW?N\>M[9JW:KX8HU=LZ=MZ;KX+20&.-#++')#'!+36FS2BO8GU6FS8IV9JX9JW=MZ>N[@P]>N[=MZ?N[?N[;KXM-=L,:I)8G,:J4BQ2AP6ES2@O0?N1@O7ET1@O3AP4CQ2AO+:I0@N1@O2AO5DR.=L/>L/>M.>M,:I*9H*:I-;J(7F+:I*9G+:H+:H,;J.=K+:I,;J,;I2AO/?N5CQ6DR4BP4CP6ES4BP5DR8GU5DQ4CQ8GV;KYM[>M[@O]?N[;JXAP]AP]BQ_=LZ=LY>M[AP^AP^>M[;JX@O]>M[@O]BQ_@O]?N\>MZAP^?N[?N[>M[=LZ@O]>M[MZ@O\BR_>M[CR`BQ^BQ_AP^=LYMZ=LY=LZ@O\=MZETbCR_CSaAP]AQ^BQ^AQ^@P]EUbFVcGWeDUbGXeAQ^?O\>N[AQ^BR_AQ^CS`@P]BR_?O\AP^AQ^CS`=MZ@P]8HU=LY=MZ9JW9JW7GT9IW8IV5ER5ER3BP9IV8IV7FT8IV6FT9IV:JW;LY?N\9IVN[AQ^AP]?O\DSa@P]?N[@P]?O\>N[=LYM4BQ0@O.M.=L0@O/>M/>L.>L6DS2BP/>M0?M2AO4CQ0@O3BP4BQ0@N/?N0@O1AO0@N6ET5CR.>L2AO1AO-L.=K)8F,:I-M.=K/>M2BP2AO5DR5DR5DR4BP5DS7FT8GU6ET9IW7FU7FU:IW9HV9HV9HV9HV;JX?M[?N\?M[AP^>M[?N[MZ@O]:JXAP^BQ_BP_AP^CQ`AP^=LZ;KY@O]?N]@O]BQ_>M[=LZ?N[>M[BQ_?N\?N[MZ@P^=MZAP^;KYAQ_@O]AP^DSaAP^CS`BR_@P]BR_CS`EUbCS`EUbEUbFVcAQ^AQ^AQ^CS`CS`AQ^DTaBR_@P^@P]BQ_CS`@P^@P]?N[>M[M[:JW;KX;KX;KX9IV4DQ3CP6FS9JX;LYM[N[;KX;LY:JX>N[M[9IVN[;LY;LYM*9H0?N.=L-M1@O0@O3BQ4CR2AP1@O7FT2BP0@N0@O4CR3BQ4CR2BP/?M+:I-M[>M[M[?N\;JX?N\?N\?N]BQ_=LZ?N]DSaAP^CS`@P^BR_?N\@O]CS`BQ_?N\?N\M[?N\@O]?N\@O]>N\M0>N0>N+;J.=L.>M-N0?N0?N.=L2BQ3BQ1AP1@P.>N3CQ3CR0@O6ET1AP0?N.=L1@P1AP1@N0@N.=L-=K.>L*9H,M+;I+;I*:I/>L.>L-M2BQ8GU4DR5DS6FT:IW7FU:IW:JY9IW:IXN\?N\AQ^>N\>N\:JX;KY=M[@P^>M[=M[>M\@P]=LZ>M\N\=LZAP^?N\AQ^BQ_=M[N\?O\O\O\@P]N[;KY=MZ9JW:JX;LYM/>N0?N0@P-=L-=L.=L0?N-=L/>M-M4DS4DS4CR4CR1AO0@O0?N0AP0@N/?N0?N/>M/>M1BQ1AO1AP4CR2BQ.>L,M/?N/?N-L4CR6FT3CQ4CR5ES6ET;KZ:IW:IW8HW=LZM\>M\BQ_?N]BQ_BR`BR`AQ_BR`?N\@P^BR`CSaETcCR`;JX?N\=M[AQ_AQ_?O]>M\=LZ=M[N\@P^CR`@P^@P^>M[BR`CSaGWeDTb?P^BR`CSa>N\=LZBR`>N\=M[9IW=M[N\GWeEUbCSa?P^EUcEUcFWeDTbCSaAR_AR_CTaFWeBS`HYgBR`DUbFWeFWeGWeEVcCSaAR_BR`O\>O\>N\=N[AQ_>N\>N\>N\P]?P]AQ_BR`@Q^CSaBR`BS`AQ_>N\>N\=M[>O\?P^N]iN]i=M[:KX8IW:KXN\:JW7GT8IW>O\AR_=M[@Q^?P]O\=N\8IV7HU7HU6GT8IVP\:KX.=L2BQ-N.=L0?O+:J,;J/>M0?N1AP/?N-=L-=L.=L5DS4CR2BQ4CR0?O0AP3BQ.=L1BQ0@O1@O0AP/>M-M4CR0@O1AQ*:I*:J+;J1AP0?N/>M-=K,;J/>M/>L/>L.=K/?M.=L0@N7GV4CR3CQ6FT4DR7FU;JX4DR;JX8HW;JX=M[>M\;KZ8GV5DR8GV;JY8HV8HV;JY8HVM[M\@O^>N\CSaBR`FVd@O^?O^@P^AP_>N\AQ_=LZN\>M\M[AQ_BQ_CR`ETb>M[=M[AP^GXgEUcBQ`BQ_BQ_?O]=M[?O]AQ_=M[;KZ:JX;KZ>N\AQ_?O\BR_>N\N\CSaEUcFWeEUcBR`?P]EUcEUcGWeFWeDUbBR`?O\CSa?P];LZN\=M[AQ_>N\CTaAQ_BR`CTa?P]>O\N\>N\>O\=N[@Q_@Q_CSaAR_=N[CSaAR_AR_DUbBR`>O]?P]>O\AQ_@Q^?P]>O\;KY7HUN.>M-M5DS1AQ1AP/?N3BQ3CQ1AP4CR1AQ1AQ-M2BQ*:I0?N.>L/?M/?M1BQ5DS8GV4CR7GU9IW8GV;JY;JX9IW8GV7GU;JX=LZ:IX:IX6ET7FU8HW9HW;KY;JX7GU9IW;JX>M[>M\;KZ;JX7GU=LZ=L[=M[;JX?O]=L[>N\=L[M\CSa>M\=M[CSaCR`BQ_@P^=M[?O]>M\?P^:JXN\BR`CSaEUbETbCR`?N\>N\=M[>M[=M[=M[=L[8GU>N\:JX?N\N[=MZ>N\AQ_CSaBR`DUbAQ_AQ_BS`FVcCTaCTa=M[?P]CTaDUbEUcEUcDTbBR`EUcDTaCSaAR_@Q^CSaCSa>O\?O\>N\?P^=M[=M[@Q^@Q_BS`?P^EUcCTaDTbAQ^@Q_AQ_AQ_AQ_>N\=N[>O\AR`DTb@Q_DTbBR`>N\@Q^AQ_AQ_CSaCSaBR`BS`AR_BR`CTa@Q^CSa>O\O\=M[;KYN\:JW7HU:KX?P]AQ_AR_?P]>N[:JX:KX7GU8IV=M[:KY;LY8IWM/>M.=L/>M*:J.=M/>N+M1BQ/?O/>M/>M-=L.>L2BR4DS2BR1@O1@O0?O2BQ+:I0?N1AP0?O,M\;KYN\>M\:IXN\@P_>N]?O]DTbDTcEUcAQ_?O^=L[?O]>M\=M[@P^>O]?O]>N\N\?O]@P^BQ_@P^CSa@P^BR`DSaDTb=M\>N\>M\;KY?O]?O]=LZ=LZ?O]=M[8IW?P^=MZ=M[?P^@P^;LZ:KX>N\>N\?P^@P^O]EUcDTb@Q_@Q_>O\@P^@Q_CS`FWeBR`CTaEVcCSaDUcEVc@Q^>O]CTaEVcCTa?P^@Q^BR`CSa@Q^CTaCTaAR_DUcFWeEWdDUcCTaEVdEWdEVdBR`?P^@Q_?P]CSaBR`CTaBS`AQ_BR`@Q_@Q^@Q^EVdGXeDUcBR`FWeCSaFVdBS`DUc?P^AR_?P]AQ_AR_;LY>O\9JX;LY:KX9JX;LY:KX9JW;LY7HV:KX=N[>O\@Q^@Q^>O\:KY=M[;LZO\AR_=N\=M[;LZ9KX9KX6GT6GT8IW=N[=N[=M[5FS6GT:KX8JW7HU9JW8IW9JW8IW=O\=O\=N[8IV6FT5FS7HU?Q^=O\9JW:LY9JW:KX8JW8IV8IV5FS7GT6GT3DQ3ER5FS5FS5FS4ER7IU8IVO\>O\;LYO\:KYAR_@R_>O\M.>M1@P/>N/?O/?O2AQ4DS1AQ5ET8GW1AQ0@P-=L,M/?M1@P1@P/@P2BQ4DS2BQ/?N1@P/?M,L,;K0@P1@P7GV2CR3CR5ET8HW7GV5ET5ET9IX:JX8GV:JY;KZ;KY:JX;JY;KY;KY9IW9IW9HWN\N\8GV8GV9HW>M\?O]?O^N]@P^AQ_?N]N\>O]?O]N\=M\>N\>O\AR_BRa>O];LZN\>O\=M\?P^>O]@Q^EVd?P]@Q^FWdEUcEVcCSa;LZCTbEVcEUcBRa?P^@P^=N\AR_EVcFWeDUcEVcAR_@Q_CTbEVcGXfEVdBSaEVcAR`CSa@Q^CTbBSaCSaCTb@Q_?P^>O\CSaFWeEVdEVdDUbGXeEUcDUcEVcCSaDUcBSaDUcAR_ARa@Q_DUc@Q^@Q^>O\;LZ;M[;LY>O\:KY;M[:KY:KY;LY>O]O]9JX;M[;LZ?P];LZ=N\:KY9JX7GU9JW;LZ>O\:KY9JW?P^?P]O\8IW9JW9JW>P]AR`8JW;LY:KXO\8JW:KX>O]8JW>O\=O\=N\9JX8JW;M[=M[>O\8JW9JW:LY:KX:KX8IW6GT7HV7HU9JW:LY4FS3DR7HU:LY9JW6HU5FS;MZ:LZO\>P\?P]@Q^BSa>P]@Q^@R_AS_0@P2BR3CS5DT4DS/>N/>N-=L+;K-M/>N/>N3BR4DT2BR0@O4DS8GV5EU/@P0@P/?O0@P-=L2BR0@P/?M-=L1AP0?O1AP2BR5ET1AQ/?M0@O/?O0@O0@O1AQ0@O/>M/?M3CS1AP0@O/?M1AP3CS5ET7GV8HW7GV7FU8HW9HW:JY9IWN\:JXN]>M\:IX8GV9HW>M\?O]N]>N]@P^@P^?O]DTb?O^DTcFVeDTbAQ`@P^>M\=M\O]:JX?O]?O]>N\M\AQ`BR`BR`AR`CSbAQ`AQ_?O]?P^M\o{nz;LZO]=M\=N]@P^EVcBSa?P^?P^@P^?P]@Q^AQ_?P^O]@Q_DUcEUcEVcAR`@P^BSaAQ`FWeBTaGXfGXfFWeDUbFWeDUcBTaBTaDUcDUcAR`@Q_@Q^AR`AR`@Q_@Q^:KX;LZO]:KX;LZ:KXO\;LZ?P^>O\:KYO\;M[?P];M[>O\O\;MZ>O];LZAR`O\;MZ:LY7HV9JWO\@R_@R_?P];LZO\?Q^AR_?P]@Q^;MZ>P]?P]4DT3CS1AQ3BS3BQ2AQ0@P/?O.>M-=L3BR1AP0@P0?O.>M1AQ.=M0@P2BQ5ET4DS0@P0AQ3BR0?O0?O/?M.>M,M1BQ/?M0@O3CS->M-M.>M1@P3BQ2BR7FV8GV5ET8GW8GW8GV8GV;KZ8GV5ET9HW;KZ;JY;JY:JY=L[?N];KZM\AQ`;KY;KY>N]=M\;KYCTb?O]N\@P^AQ`DTbDTc>O]@P_AQ`>N]=M\=M\;KZ>N\AQ`?P^>O]?O]>N\?O]?O]=M\AQ`lxkx=M\=M[N\AQ`BTaDUb@Q_=M[O]O]DUcDUb?P^@Q_@Q_@Q_AR`CTbDUbCTbBSa>N\DUcFWeEVdEUcCTbBTaFWeI[iHXgGXfJ[iGXf@Q_DUcFWeCTbAR`EVeFWeFWeEVdEUcDUc@Q^BSaEWeIZhO]iO]jDUbFWeFWeGXfFWeFWeDUcGXfFWe?P^AR`>O]BSa>O]?P]AR`>O\AR`?P^;LZ;LZ:KX;LZ;LZ:KX9JW>N\;LZ;LZ?P]?O]=N\?P]AR`>O]9JW:KY6GU9JW@Q^@R_;LZ>O]:KYO\>O]=O\@Q_O]=N\=O\>P]P\>P\O\9HY2BS0?O3DT0@P2BR0@P-=M.=M0?O1AQ0?O1@P0@O.=M.=M/?N1AQ/?O5ET2BQ3CS2BR1AQ0@O1AQ/?O1BQ1AQ1AP2BR0AP3DT5EU5ET5ET1AP/?N/?O5ET1AP1AP2BQ/?N0@O0@O2BQ1AP2BQ-=L+;K5ET2BR2BQ3CR9IX4DT;KZ:IX7FV=M\4DS5EU4DR6FU;KZ;KZ;KZ:JYO]P]@Q_O\?P^P]5EU4EU4EU2BR/>O1AQ1AQ1AQ3CT1@P1AQ3CR1@P-=M-=N1AP*;K/?O4DT3CT1AQ/?O1AP0@P/@O1AQ3CT3CS3DT.>N1BR3DT/@O3CR2BQ2BR/@O/?O3CR3DT5EU3CT/?N2BR6FU1@P2BQ.>M1AP.=M,N]>N^>O^>N\;KZ>N]=L[8HW9IXM\O]@Q_?P^=N\O^>O]@P_AQ_BRaBR`AQ`@Q_@Q_AQ`>P^=O\@Q_;LZP];LZ=O\>O\:KY9KYP^9KX9JX8JW7HV8IW>P^AR`BTbCTb@Q_?Q_AS`P^DVcBSa@Q_=O]=N\>P^@R_BSaCTb>P^>P^;MZ;LZP^P]BTa>P]P]8GX4CT4DU3CT3CS5EU5EU4CS1AQ1AQ4DU4DT3CS6FV/?O/>O.>N1AP0?O/>O2BR1BR1AQ/?O/?O0@P2CR3CT8HW0AP3DT4DT3CR0@P4DT:JY6FU6GV9IX6GV6GV3CS3CR3CS0@O2BR1AP1BR0@O1BQ1AQ3CR3CS2CR4DU6FV5FUO^>O^M]O]AQ`>N]@P_>O^=M\?O^O^?O^AQ`=M[=M[>N^>O^@P_AQ`=N]@Q_BRaBRaCTbBSbAQa=M\?P^=M[O^@P_BRa?P_AQ`=N]?P^?P_AQ_AQ`AR`=M[>O]O]?P_P^?P_CTbBSaBSa@Q_AR`CTb@Q_9KY=N\?P^;LZ?P^>P^?P^BSaDUcHYgEVdDUcGYgGXfHYhFXfFWeFWeFXfHZhJ[iP_lRamK]kJ\kIZhJ\jFWeFWeHZhCTbCTbDUcFWeHZhFXfEVdEVeJ[iL]kJ[iGYgGXfL]kGXfGXfHZhEVdIZiEVdDUcEVdFXfARaFWeARaASa?Q_?Q_?P^?P^AR`>O]O]8JX9KYP^?P^ASaCUcBSa=O\P^:LZ=O\:LZ=O\>P^P^;MZP]ASa?Q^?Q^AR`AS`BSaAR_CUb=O]>P^BTa>P]?Q^BTa>P]=O];JZ4DU4DU4DU6FV5EU3CS7GV4DU0?P5EU5EU5EV1AQ0?O3CT2BQ1BS1@P1AQ0@P,=M2CS1BR2CS.>N3CS1AQ6GV4DU9IX4EU7GW5EU5FU9IX8HX9IX6FV8HX5FU8HX3CS5FU2CS2BR5FV4DT3CS2CS2BQ7HW3DT8HW2CS5FV;KZM]=M]@P_?O_?O^;KZN];KZ:IYN]?P_@P`EUdCTcBRa@P_BRaCTbN]?P_>N];KZBRaBRaDUdDUcDUcBSbEUdBRaCTc=M]>O^:JYO]?O^ARa=N]@Q`CSb=M\AQ`>O^>O^CTb@Q_>O]9JX>O]>O]=N\O]>O]P_BSaASaBTb>P^DVdBTbGXfCUcGYgFXfGYgBSaDVdGXfGYgFVeIZiK\jK]kK]lI[iL^lL^kN_mUer\lzZiv_mz_nz^lxftftcs~bp|hvdr^lyer}anybq|\jw\kw\kwSbnTdpN^kIZgFWfGXfHZiGYgASaDUc?Q_?Q^BTb@R`CUc@R`O]P^>P^O]?P^?Q`CUbBTaP^O]FWe@R`>O]ASa?P^?Q_P]@R`?Q^?Q^@R`@R`@R`:IZ:JZ9HY3DT:JZ8HX6FV7GW4DU2CT1AQ3CT6FV.>O/?O3CS0@P2BQ1@P0@P1AQ2CS2BS1BR0@P2CS0@O0?O2BR;KZ7GV9IX8HX6FV2CR7HW4DU:KZ7GV7GW8HX6FU4DT2BQ3CS5FU1AP4DT5EU7GW5EU3DT9IY6FV2CS9IX=M]M]=M]:JZ;KZ:IY8HX:JY=M\=M\=M\=M\>N]M]9IX@P_M]?O^AQ`?P_?P_CSbBSbDTcBRa;LZ?O^@Q`?P_@Q`DTc?P^CTbDTcDUc@P_CTbBRaDUcAQ`@Q`AQ`BRaBRa=N]@P_BRaBRaARa;LZ;LZ=N]O];LZ>O]9IX;L[;LZP_P^@Q`>O];M[@Q_>P^?Q_DUcCTbFWfBTbFWfGYgGXfBSbCTbBTbCUcFWeK[jWgu_n{hwlylyiwhvhvhulzjwlxdr}cpz_ly^lvds~fsjxer|`oydq{_mycq{fr~gtgtcp}cpzcq|`mx]kw\lwXgsScoM\iFWd?Q_?P^=O]@Q`>O]?P^CTb>P^;M[>P]@S`?Q_>Q_>P]>O]@Q`?Q_P^P]@R`BTbP^>P^O]CUb@R`=P^P]:LY?Q^>O]>P^@R_AS`=M];K\N]:KZN]=M\N]=M]AQaBRaN]N]BSaAQ`:KYAQa=M]ARaCSb@P_:KYO^?O^BSa?O^?O^?O^@P`AQ`?O^@P_@Q`ASaDUd?P^CSbEVeBSbARaBSaBSaCTc@Q`AQ`EUdDUdBSa@Q`O^CTb@Q`P^>P^;LZ>P^;LZBTaBTb=O]?Q_P]>P_?P^=O]@S`=P]BTaCUcATa=O]8JX4FT2DS:LY9KX7IW8KX7IW8JW=P]=O]>P]8JX;MZ6HV8JX:LZP^@S`?P^:LY:KY>P]@Q_@Q_CUb?Q^@S`ASaASa:JZ;K[9IZ8HX;K[:K[;K[9IY5EV2CT4DU5FW2BS3CT2BS0@P.>P1AQ1AQ,O0@P/@O5EV4EU3DS3DS9JY3DT3DT6GW9JY8IX9IY:JZ9IY8IY9IY4EU5FV8HX2BR6FW5FW9IY8HX8HX9IY;L[6FWN]>O^AQa?P_>N]=M\?O_=M]=M]@P_BSbAQaARa?O_:KZ6HW:K[O_@P_AQ`@P`?P`@Q`>O^@Q`AQaARa@P_=M\=M]@P`BScAQa=N]>O^ARaAQaEUeAQ`?P`ARaDTc@P`=N]>O^BSbP_BSbCTcDUd?P_>P_9KYO]ASaASaBSbBTcBSbASaDUdCTcASa@Q`?P_CTcFXf@Q`ASa@Q`I[iDUdGXgI[iEWeDUdP`o]nzfvqstr~p~tyywytx}vuruvso|jwer~kxsivjvjwlycpyfsdpzer{coyer~iukxhujwjwgu~dpzfr}anx\js\jsZgp\jsdq|aozWgrGVdASaCUcASa?Q_=O]=O]=O]ASa>P_Q`=O]=O]:L[?Q`:L[>Q`9KYP^P_=P]@Q_?Q_=O]>P_P^>P_ASa@R`>P^ASaBUcCUcCUcEWd>Q_9KX5HV4FT8KX6IW5HV8JX8JX9LY9KX>P^9LY9LY9KY;M[6HV8JX8IW9KYP]CUcAS`ATaO/@P+;L-=M,O.?O1BR2CT1AQ6GW2BR0@P4EU4ET2BR2BR2BR4EU8IY6FV7HX:K[:JZ9IY:K[9JY4EU9IY8HX3DT7HW5FV8HX:JYO^@QaAQa>O_AQ`@P`@QaBSb>O^O^>O^AQ`?P`@P_=N]=N]:KZO]=N]?P`>O]AQ`>O^BTc@Q`DTc@Q`EUdGXgDTcIYhIYhFWeDTcDTcCTcBSaDUdAQ`DTc@Q`=M\ARaASaDUdCTcBSaDUc@Q`@R`ASa?P_>P_9JX5GVP_@Q`?P_CUcBTcBTcEWeBTcCUcFXfBTcCTcFXgFXfUftdso}rsrsvsux||{{{y}|xyyx~{zwq~hu~fr|itkxfr{iufs}hu|ht}gt~dr{gt}kyht}gt~er}cqzfr}es|_lxYeqZfp[hqZgq^kt`lu^judrzap{P_lASa@Ra?Q_@Q_?Q_BTcASaBTbBTb?Q`BTbBTb=O\>P^P^:M[@Q`>P^>P]>P_CUc>Q`AS`BTb=P]Q_Q`@R`@R`BUcATaASaATaP_;M[3FT1CQ1DQ4FT6HV4FT9KY7IW9KX9KY9KX9KY9KY2DS9KY;M[?Q_=O]=O\=P^9KX:LY9LY=O]=O]Q_=O]@R`@Q_;M[@R`>P^=P];K\5FW9IZ4DU5EV5EV5FW2CT3DU5EU6FW5FW3DT3DT-=M/?O2BR0@Q,O_DTdFWfHYhEUdEVeDUd?P_@Q`>N^;L[>N^=N]?P_=N]@QaGXgDTdDTcARa>N^?P_@Q`ARaARa?P_;L[ARa=N]AQ`BSb>O^=N]?P_DUdAQ`BTbDUdJ[jHYhIYhDUdDUdDUdHXgFWfGXgDUdEWe?Q_CTcEVdFWfCTcHYhCTc?P_BSb?Qa?Q`EWfBTbASbARa?P_?Q`BTc?RaDUdCTc>P_BTc@R`>P_@RaDUdDUdBTcEVdDUdASbDVdDVdHZhUethwwxwzyttx{y{}~vxs~v|~}{w{zp}q}q}s~p|iv~jwht~ep|lxcoyfr|fr~eqy^ku_lt[hq`mvbnw[gq[iq`lsdq{eq}dpyfs|aozScp@R`BTbBTbBTbASa=O]>P_Q_;M[9LY>P^ASa=O]>P^ASb@S`P^=N]=O]?Q_ASaBUc?R`@S`>Q_=P]:LZ9JX3FT3FT1DQ/AP5HV7IW7JX8JX:MZ;M[;M[5HV7IW8JX7IW8JX8JX9KY=N\P^9KY@S`=O]>Q_=N\=P]?Q_?Q_=P]=O]=P^=O]>N_9IY;J[6FW5FW5EU7HX5EU3DT7GW7HX4EU->N3CT-=N/?O.=N/?P/?O-=M,N^=M]:JY9IY;L[AQa>N_:K[;L\:K[:JY:K[N^BSb@Qa>O_?P_AQa@Qa?P_BSb?QaEUeEVfBSbGXg@Q`DUdDUdARaN^ARa?P_@Qa?Q`?Q`>O^?P_=N]=N]>N]?P_;L[>N]EVfEUdFWfCTcBTb=N]?P_?P_?P_CTcHXgIYhIYhDTcDUdEUdIYhGXgHYhDTcHYgEVdDUcIZhFWfEWfBTcCTcCTc?Q`ASa>P_?Qa>P_?P_?P_BTcEWeDVdEWeEWeCUc@Q`@Q`ASaCTcEWfDUdHYhGYgHYhJ\kO_m^nzp~uywuwztw|~~{}vjulws~ty{|wq|kwht~hugs|ivgr}kvgr}gr{doy`kt_lr_ltanweqzdoxht}mxoz`mxQanASbASa?Q_;M\;M[=N]8JX9KY=O]>P_>P_?R`>P^?Q_?R`?Q`@S`>P^BTb>P_;M[;M[=N]>P^9KY;N\?Q_;M[>P^=P];M[>P]ASa?Q_ASa;N\:LZ:LZ4FU4FU0BP5GU1BP8JX:LZ;M[:LY=O]7IW8JX6IV7IW5HV8JX6IW5HV;M[8JX6HV;M[:LZ;M\P_ATbBTb=O]N4EU->O->N->O->N(8I.?P.>N,N_;L\>N^N^BRb:JZ>N^=N^N^N^?P`BRbARbAQ`CTc?Q`@Qa@Q`DUd?P_>N^;L[BSb;L[=N^?P_?P_@QaFWfEUdCTcARbARaARb?Q`AR`?Q`CTcBSbFWfBRbDUdGXgFWfIZiM^mGXgIZiJ\jK\kFXfJ[jFWfFWfEVeFXfCTcEWfARbARaCTcCUdBTcBTc>O^BTbDUdFWfGYgEWeEWfCTcEVdDVd=N^DVdEWeHYg_o{lzxyy{wtyxz~~}ywozjukv~kxnzozlwq|tjwhs}fqy`ks]iu_jwfr|itmyozjvYhtCSbP_EWfBTc>P_P^>Q_:LZ?Q_P^=P^>P^ARa?Q`ATb>P^;N\;M[4GU8KY2ER4FT5HV2ER4FT:LZ:LZ;M[8JX4FT4FU4GT7IW7IW3ER7IW8KY:LY9LY8JX:LZ7IW9KY:LY?R`BTcASa?Q_?Q_DVd>Q_;M[:LY8JX=M^9JZ8IY9IY6GX6GX9J[6GX6FX5EW6FX1AR3CT.?P+O,N1AQ0@R0@Q0@Q1AQ4DT2CR6GW6FW8IY:J[4FV6GX7HX9JZ8HX:J[;K[=N^O^=N^=N^=N]?P_@Q`BRbARbFWfBRbCTcHYhFWeCTc@Q`EVeARa@Q`FWfHYhEVeGXgJ[jIYiL^lIZiJ[jIZiK\kGYhIZiIZiIZiDVeDUeCUcFWfCUdGYhDUdGYhBTcCTc=O^>P^=N^CTc@SbEWfFXfCUcCUdGYhEWfFWfJ[iessvw|~{xvy~ozjtzkvq|ynx[goalwkv}n{kvoytr~hs|gs{myepwalugr|cpwht|ju~grzhtkxlxYgrBSa:LZ:L[P^:LZ;M[BTbP_CUcBTb>P^P_;M[?Q_=P^?Ra?R`?Q_P^@Sa>Q_CUc?Q_CUcASa>Q_;N\P2CT/?Q/?P.>O3DT0AR6GW6GW:JZ6GX;K\:J[=N^=M]:J[:K[=N^@Rb>O_=N^=N^>P_:K[:K[:K[N^;L\>O_>N_=N^@Qa@QaCTdARcARdARcP_@Qa?P`>P_CTd@Qa>O_BSbCTdARb>P_EVeFWfDUeCTdGXhGXg?P`@QaARaARb@QaAScAScDUeARb@QaARbARa?P_>P_?P_?P_DUdARa@QaP_?Q_ASbDVeDVeCUdHZhK\j`oztwsww}zxw~}ur|xumx[epWakP\dQ\g\fmgqwnydpwVahbmtQ[cNY`NZcKV_cmtnzq{s~ss~tp{it|iv~lxgr{amvfqyer}kwp|[juJ[hATb=O];M\=O^>P_9KY=P^;M\Q_:L[8JY=O]9KY9KZ9LZ:L[:LZ:LZ9KZASa>Q_@R`CUc>P_9KZ:LZ:LZ4GU4GU7JX4GU1DQ6JX;M[:M[9LZQ`>Q_;M[=P^O_?Qa?Pa>O_O_:K[;L\>O_@Qa?PaCTd@Qa>O_=N^@QaBSdDTdEUeCTd@QaAQa@Qa>N^>O_@Qa=N^O_ARbBTcBTcFWgCTdGWgDUeBSbDUdDUdFWgAScARbDUeDUeBTcCUd@QaO^ARb>O^BTd>O_=O^?P_;L[BSb?P_ARbEVeDUdDUdEVeHYhJ[jIZiL]lGYhCTdGXhK\kJ[jFXgCTcEVeJ[jGXgHZhHZhJ\kHZiEWeASbATcEWeATcEWfHZhBTd@RaBTcBTc?Q`FXgFXg?Q`@RaASbBUdCUdASbK\jdsruxvy|~}~|{}{{}~s}|v}y|ujubmr]gq]grgqznxozit_jq^hrOYbKV^MX^CNVHRYnxvzy{wzq{p|lwlx]iq\iq\isZfqfr{ju~cpzYgsDUb;N\Q_7JY>P_P^?R`=N_=N_;L\;K\;L\:J[6GX6GW5EV2BS7GX4EU5FW0AR4DU3DU4DUBRaBRa4EW4DU9JZ5GX7GX7GX8JZ7HY;L\O_;L\O_O_O_ARb;L\8JZ:K[=N^lymz>O_=O^>N^@Qa?Q`AScARbASdARbFWgFWgAScARa?Q`BTcARbARbEWgDUdEWfEVeBSb?Q`ARb@QaDUeDUdFWgEWfARb?P_ASc@QaCUdASbFWgDUeEWfEVeGXhJ[jK\kEVeFWgBTcGXgHZhEWfGXhDUdEWeGXgGXgEWfEWfBTcDUdEWfATcASbEWeCUdDVeDVeDUdATd?Q`DVeBTcEWeCUdBTcASbEWfEWfFXf\kxn{p}trwy~~~}~~|~y~ny`jsZenV`iclszmx}t~hrx`jqcntYdlNYbEOYQ[fnxt~wxt~xyq{kvZeo[hn^js`luft|^ju\gt^iubnv^kvZgoWfqDUc7JY;M[=P^>Q_@Ra9KZ;M\Q_>P^?R`ATb;K\8IZ;K\@RcO_?Qa?O_;K\?Pa@QbBRcBSdCTd=N^O_=O_@QbO_=O_?P`?O_8IZ@Qalyn{?P`>O_=N^?Q`@RaO_BTdFWgARbEVeIZjFXgFWgDUeBSbBTd>O_ARbCUdFWgFWgDUeBTd@Ra@RaCUe@RaEWfDUeFXgFXhFWgFXgHZiEVeHYhFXgEWfHZiK\kARbEWeI[jL^mHZiJ\kBTbCUdBTdCUdHZiFXgFXgFXgFXgHZiEWeEWeBTdEWfBTdDVeCUdCUeDWeBUdFXg_n|kykxp}n{amwjwv~w}y~}}{{x|ywkt}gpzdmuaktdnxt~vpzqzis|r|pzku}r}}~us}xzvuzo{OZcP[fT`j[fpep{`mxXcoVckXeoXdm\hrWcm]juN^j>Q^>Q_>Q_9K[8JXO_?O`9K[;L]=N^?Qa=N^9K[;L]BScDUfBSdCTdBTdCTeBTdDUe@Qa=N^@RbARb>O_@QaO_:L[O_BTdBSc?P`BSc?Q`FXgGXhDUeEVfEWfHZiDUe?QaARc?Q`@RaFXgHYhDUeCTdBTcDUeARb@RaDUeFWgFXhHYiHYhI[jHYiEWfHZiCUdEVfHYiHZiEWfI[jI[jK]lL^mI[jL^mDVeDVeDVeCUeEWfHZiK]lHZiHZiGYhHZiBTcDWfFXgEWfDVeFYhGZiHZiUftn{o|mzlys_lu`myq}zx|vvy~u~pzz~~t~s||wypzt}}{enu_johr|pyq{q{|yunywvmzdoyXckUai^js[hrWdmUalS^jVcjUamWemWdpVdnSakJZg?Q`8KZ;N]8KY8KZ;N]:M\O`>O`8J[>N`6GY9J\4EV4EV5GX->O,=N2CT2CU3DV9J[7IZ:K\8IZ;L]?Pa>O`>O`O`@Qb>O`>O`:K\>O_O`O`P`ARc?P`>O_P`:L[;L\:L\P`?P`@QaBSc=N^@RaAScCUeCUeEVfGXhHYiCUeCUeBScFWgDVeCUdCUfGYiGYiFXgFWgBScBScDVfEVfGXgGXhGXhL^mFXgEVfEVfGXhCTcDVfJ[jGXhGYhGXhJ\kM_nL^mI[jM_nHZiJ[jI[kK]lFXgI\jI[jFXgJ]lJ\lJ\lFXgGYiGYiFXgDVeCVfFXgQbphvmzo|o}myssmxz{mwrzywpy~py~}xwvuit|mv{oxmwnxq{y~ttzyvwkunymykv~_kt_luVbkR_hQ]jKXbVcmS`kQ^gP]fRalO^iTbkM\hCVd;M]8KY;M]=P_8KZ9L\9L\7JY8JY9L\8K[8L[;N]Q`Pa:K\;L^9J[8IZ8I[6GX3DU2CT0BT1BT7HY:K\7IZ9J[:K\>O`;L]O`DUfBSdBSd@Pa@Qb?P`O_O`@Qa=O_?P`=N^CUf@Pa@PaARbEVg@PaCUeCTeAScO_O_@Qa@Ra@QaP`@Sb>Q`:M[8JZ9L[O_BSd=N^?Pa?PaARc?PaO`:L\>O`O`>O`@Pa>O_@QaBScAScBScDVfFWgDUe>O`9J[9K[=N^O_;M];M]=O^P`O_CTdEVfEVfFWgGYiL^mJ]lHZiDVfDVfFXgCUeIZjL^mI[jK]lHZiJ]lJ\kGYhGYiI\kFYhI[jGYiFXgN^liwrrq}p|nzuy~u}|u~{zq{wu~qzr{tq{pziu}nymyp|q|mxlwq}iu~gr}boz^iu[gpNZeDP[GT^IV_EQ]HT^CPZDR]IW_JXeQ_iN\fIWb@Q_8KY9L\3FT4GU7JY9L[5HW8KZ5HW8JY6IX2ES;M\>P_;N]O`7HY=N_ARcO`O`?Pa>O`O`=N_=N^DUfFWg>O_?P`>O`@Qa?Pa@QbDUgARc@Qb?PaGXiDUfCUfGYiHZjBScDUf=N^:L\:L\>O_P`O`@QaO`@Qa@RaCUfARb@RaDVfK]lN`oGXh@RaDVfEWgFXhGXiDUeJ[kJ\lN`oPaqI[jJ[kM^nI[jL^nJ[kM_oJ[kBTdBScDVfCUdAScEWgBTdDUeJ\lK]lH[jGYhFXgGYhGYhI[jK^mK^mOapOaqK]lN`oM_oI[jPbqGYiJ\kK^mGZi_o{suvrq~tuzz~yxys|qz~qy~mvt}{{zuxpzq{mw}eoziscoydow`ksnyp|nzsn{dqynykyboz]jqMYeFT]FT_HU`CP\APZAPZJYbJXbLZdJXdJXcGVaDTa6HW6JY5HW7JY3FU4GV9L\7JZ9KZ5HW4GV;N]=P^:M[:M[8K[9L[3EU4GV1ET7JY7JY8K[7KY6IX;N]7JY6IX3ET5HX9L[7JY6IX0CR2ES4GV7JY/BR7KZ4GV3FU6IX6JY5HX5HW6IX9L[?Ra>P_ASbATc@SaBUc?Pa=N`>N`;K];M^?Pa=N_=N`?PaO`@QcBSdCTdBScBScEVgFWhFXhHYiHYjDVfCUe@Qa8J[Q`>Q`CVe>Q`AUd8I\>N`=N`=N`8I[:K\;L^O`Pa;K]O`BSdDVg?Pa@QbDUfO`ARcCTeDVf>P`@QbFXhBSdCTdGXiBTdAScEVgHYjFXhDVg>O`P`>P`ARb@Rb@Rb?Qa?Qa@RbBTdDVfIZkDVfCUeBScDVfFXhI[kGYiI[kI[kHZjFXhI[kEWgFXhHYiI[kI[jL^nM_oJ\lJ\lK\lL^nJ\lK\lI[kL^nHZjHYiI[kK\lGYiCVeBTdCUeDVfEXgDVfEWfDVfL^nI[kK^mK^mPcrQdsOaqL_nK^mPcrK^nN`pN`pK]lOaq[kyrwx{xp|utuuv{}ó|z|ox}z~||vq|qzunx^hpcnwlv~epz[frWcoOZb^krsp}r~ivfs|ivjwgt[gtVdoP]fEQ]ES^JWcER^GU_JYdFT_=LXFT_AQ\BR]>MY>MY8JX3FT7JZ7JZ6IY9L\4HW1DT6IX6JY9L\8KY8K[4HW5HW5HW7KZ4GV5HW7JY5HW4HV7JY9L[8L[9L\6IX6IY3FU6IY6IX8K[3FT-@O1DS4GV5IX5IX:M\9L[5HW4HV8K[;N\8K[;M\=P_>Q`>Q`ATc>Q`Oa;L^=N`>Oa>Oa9K]O`>Oa7HY=N`?Pa=N`;L]AScBTdBSdDVfAScFWhDVfP`>P`=O_9J[9J\P`BTdCUeDVfGYiBScDVfHZjDVfBTdAScGYhEWgDVfCUeGYiI[kL^nHZjJ\lI[kJ\lJ\mL^nL^nJ\mL^nN`pK]mJ\lL]mJ\lM^nJ\lGYiATcBTdBTdCVfGYiGYiCUeDWhL_nM`oGZiL^nPcrM`oPcrSfvPcrM`oTgvNapSeuObrOcrfvy}x|{|umynzr~zz{yz|wz{~}xz~ufpxisxwp|lv^htZdofp|mxfpw\hpP\dYepq~wso|gt|cq}hu~cp|XfoVcpYfoP]fHUaKYcGU]DR_@O[HV`?MZFT`CQ]>LW?NY=LX>MZ:KY/BQ2EU1ET6IX2EU5IW9L\7JY7J[5IW9L[6IY1ET2FT5HW5IX7JY6JY8L[5IW:N\=Q`=P_9L\8L[7JY4GV6IX5HW6IX2FU2FT.AO3GU6JY8L[8L[7JY5IX5HW6JY;N]7K[9L\Oa>Oa?Qb=N`:L^O`CUf?QaCTfCUfDUfCTfAScARcCTeARcAScBTdDVgAScASc?QaCUe:L]:K\>PaP`8JZAScAScBTdMX7HS3DR0DS5HW7JZ2FU4GV8KZ4GV7JZ7JY4GV7JZ6IX:N]7K[7JY9L\3GV4HW:N];N]=Q`=Q`Q`=Q_?Q`Oa?Qb@Qc>O`Pa?Qa@Rc?Qb=O_>P`@Rb9K[9L\=O_=O`FXh@Rb@QbAScAScDVfEXiBTeARcEWgDWfDVfCUeAScBTeI[kEWhCVfGYiM_oK]mH[kGYjGYjGYjL^nOarM_oM_oJ\lN`pI[kJ\lJ\lL^nOarN`pDVfEWgJ\lGYiCVfBUeGYiATc:M^FXhL^nQdtOarObrM`oOaqL_nOaqM`pRetPcrRetYjys||vw~xtu}z{u~u~s{cktksxov|qy~s{~s{u}~|zt~yvr|vt~q|kwgqw^jocoxZeq]ho_kvO[fJW^Wcpjwq~sgthv~jw_mz\jsWenR_iHUaER\HWdDR^BPZES_IWbETaIWbCT_AQ\;KW;KX7GT8HV9IV/CQ6HX5HX3GW5HW5HX6IY7JY8L\7JY6JY8L[6JY9M]9M]6JZ7KZQ`@RaBVd=Q`DUgCTfOa:M_9J\ARe9K]8IZ7HY7IZ:L^?Pb?PbOa=O`>OaCUfFXjDUfFWiEWhCUfGYjEWiEWiEWiDUgJ\mHYjEWh@Rc@QcCTeCUfEVhDUfEWhEWhFYjASdEVgASdCTeFYj>PaCUf;N_>P`?PaARc@RbASdAScASc@Rb@RcAScDUfAScATdGYjDVfI[kCUeCUeEWhFXhEWgCUeBTeI[lEWhFYjI[kJ\mM_oOarJ\mFXhFYjK]mM`oN`pOarOaqOarPbrJ]mK^nL^oL^oOarHZjFYjCUfGYjFXhATcASc>Pa>QaFYiL_oK^nL_oJ]mObrM`oReuSfuPcsRfuSfu`rz~}zxw}{}}zlt~mvgpujrwqz~t}x{ut~r}wlwdpu_jqbmwanv]it`lwfr}co{\iuUajanwgukw_nxfs~es}anwVcpQ^hR_lL[dGT`DS_@OX>LX?MXCR^ET_DS_AP[Pa9K^6GY4FX;M_:M^;M_=N`>Pa=O`7IZ:L]@Rc@RcASdCUfARdIZlGYjHZkGYkHZkDUfIZkBSeDVgHZkHZkDVg>PaCUfDVgDVhCUfJ[mI[lFXiDWgARc?QbASdFWhASd;N_=O`ARc;N_>Pa@RcASdEWhAScEWhCUfBTeCUfAScASdDWhBTeBTeBTeEWhHZkASdCUfAScCUfFXhEWhFYiJ\mI\mK]mL^oK^nJ\mM_oM_oN`qNaqM_oRetOaqK^nPcsK^nL_oK^nM_oGZjK^nGZj?RbGZjASc?Qa?RbDWgFYhFYhI\kN`qI\kM_oL_oM_oObrSfuSfvThwcszyy{}v~jqy[cg}|{py|{z~{}|ys~mwnzeq{XdlValOZcR^f^iqp{jx^ltcp|bn{\jvYhrbo}er|XfnUbnP^kM[eGVbBQ]CQ]AO[>LVAOY=LW>LXBS_?O[;JV9IV?NY=LY9JV9JX7IV:JW5GX7KZ6JY2GW/BR2FV6IY1FU8L[=P`9M\Q`=Q`;N^;N^;N]?RaPb:L^@QdDUhCTf?Pb@Qd;L^;L_>Pb@Qc?Qc;N`;N_9K]:L^;L^6HY;L^=OaPa;M_=OaBSeEWhBSeI[mI[lJ\mJ\mK]oGYkCUfL^oIZlEWhGYjASdFXj@QcFXiGZkBTeCUfEWhBSeCVgASdASd@QcCUfBUfASdBSe;N`>Qa@Sc@SdCUfBTeASd@ScASeQaBTeEXhGZk@Rc@ScCUfCVfDWgGZkEXhL^oI\lL^oJ]mK^nQdtL_oN`qRdtOarOarQdtPcsM_pL_oN`pNaqFYiM_pL_oObrEXh@ScEXh@Sc@ScAScEWgFXhK^mL^nI\lK^nL_oL`pL_oObrNaqOcrj}yxzku~gs|pzmxZeqYeqTalP\h^lxjwiubnzdqzWdqWeo`nzcq~aoyYhsUblWeqP`l>LY>LW=JVM[>MZ5DR`lvcoy:KY:KX4FU7JZ0CS2FW6IX4GW6IX:N^=Qa=Q`7JZ;O_9M]9L\4GV6IX=Q`9N\9N^8L\7JZ4HW7JZ8KZ9M\=P_RaPaASe>Pb>PbASe>Pa>Pb:L_;N`9K]>Pa8J\6GY7IZ8I[Pa@Qc?QbCUfI[lEXiL^oJ\mIZlL^oI[lIZlFXjJ\mBTeEWiEWhEWhDVgJ\mBSeFXiI[lDWhDVg>Qb>Pa@QcASe>PaCUf;L^>QbQa@ScDWgCUfGYjEWhI[lK^nEXhGYjFXiFXiGZjNaqK^nM_pJ]mI[lQctTfwPcsK^nK^nNaqN`pOarPcsJ^mEWgL_oI[kL^nOaqGZjEWhDWgDWfEXhEWgEXhGZjI\lJ]mObrL_oPcrN`pPcrPcrNapm~|r|pzmxnyfqyZfoUbmXdpVbn^kvboyiufs^lwUclYgp\jw]jv\itTanQ^jScoM[eCQ^MX;JURaAUd@TcATc@TcBUdQa:N^DUh@QcDUhARe>PaBSf@QcBSe=N`@Qc9J];M_@Rd;L_7IZ9K];L^PaBSeASd>PbDVgDVhJ\mGXjI[lGYjJ\mJ\mEWhJ\mHZlFXiBSeDVhBTfEWhCUfEWhM_pIZlCUfCUfBTeCUf@Qc;N_Qa@SdEWhDVgEXiDVgCUf@RcCUfGXiCUfCUfCVfDVgGYjFXiCVfGZkN`qK^nGYjCVgEWhJ\mL^oL_oJ\mI[lK^nM_pN`qOarReuI[kNaqObrQdtOarNaqJ]mCWfI[lL_oL_oPcrFXiEWgCVfEXhFYi@ScDWgDWfL^nI\lM`pL_oPcrPcrL_oObrl}¹įqx}~{ywr}oyo{iu{eqxYfm[hoZemSamO]eYgrdpxdp|cp|VcqQ^hXenM[gXgrZgpTbnN\h?MW:HU9FPLW?NZBP[FU`AQ^;KV;JW>M[:IVRaBTfARd>OaASe@Rd?PbASeASeCUf>Oa9K]?Pb>Oa8K]7I[:L]:M_:L^8J\8J\8J\5FX9L^>Oa7I[9L]?Pb@RcBTe>PbPa=PaEWhBTeGZjHZlCVgDVgBUeBUe?QcCUfASdASdCUfFYjFYjGZjGYjHZkGZjI\lFYjJ]mK]mH[lM`qJ\mM_pM`qM`qOarPcsSevM`qSeuPcsSfvL_oFYiEWhJ]mJ\lK]nM`pFXhEXhEXhCVfDWgEXhFXhK]nK]mRdtL^oL_oNaqM`qM_on}Ͱ}uuu~t~zys~htdpxamtdp|bnw\itYerQ^iN[gUbm^lwbow`mvYfrZhtWdmVdqYgpRajES_5BN;JUAOZ;IS9HS?NZES^>LWBR_DS`BR_;KU:IU:IV5FT;LW5FS8HU4FS9IW8JY9JX8IW5FU3FV:M\9L[:M];N]=Q`;N]7KY6JY7KZ5IX4HX7KZ3HV3GV6JY5IX5HX6JZ5HX9M]8LZ>Q`=Q`CVeEXhDWf?RaCVe?Sb?SbCVeDXfDWfCWf:N^=Q`AUc?Sb?ScBTfCTg?Qc@RdAReARePb;M_:M_@Rd9K^=Oa7I[9K^PbARdCUfDVgEWiGYkI[lFYjI[lIZlN`rN`qM^oL]nL^pN`rM_pL^oHZkI[lJ\nGZlGYjEWhATe@Rd@RdBTe?Qc=Qb9K\9K\:L];N_:M_?Rc@RcATdEXiDVhFXjEXiGZjGYjEXhBTeDVhFXjEWhBUfCVfHZkGYjFXiHZkI[lI[lFXiK]nM`qOaqOarH[lRduPcsTgxOarQctQduPcsM`pObsQcsReuNaqM`pL_oNaqK]mH[lK_oJ]mM_oM`pI[lH[lK]nI\mM`qObrQctL_oRduObrK_ogxĸųǹǽɾɱry~W^d|~}s}q{o{kuoztt~fqxdowep|covbnu^jsZgoXepQ]fP\gXepYfs^mvVdqUcoQ_hQ_iUboP_h@NX7EP=KVCQ]=LV?N[JXdDS^AP]AP\DR`BQ]>O[?NZ8GU;KX6GT2BO6GT3AO6GSQa:L\:M\:N^3HX3HW;N^7K[7K[9M]2GV4HX7KZ2FT7JZ8M\7KZ@Tc?Rb?Ra:N^QaBVd?Rb=Q`>RaAUd=Q`@TcDVhCVh@RdCTgCUh@Rd?Pc=ObPbBTf=Ob:M`PbPb=ObPbDVgDWhEWi?PbDUgGXiK]oPbtPbrO`qRduQbtN_qN_oN_oRdtK]oJ\mI\nN`qDWhGZlCUfQcDWhBUfDWhFYjEXhEXhGZkH[lGYjGZkM_pK^oJ]nNaqPctRduRevReuSfwPbsObsQctRevSfwThyPcsPcsRduPcsMaqTfwRfvNaqPctM_oM_oL_oPdtNaqH[lNbrNaqSfwNaqSfwPcsTgxRduPcsixĿ̱ѸŻǼǻǰ}wz|wuxz|xq{oylwku|mx]hn]hp]hucov`ls`lt\iq]jrUaiO\hR`hVbnTajZhrWerQ_iP^kP^gXfrJYe:HU7EQ?OZFVc=NZCS`KZgHVa>MYBP]BQ^CQ]AQ]>LX6GS7GR4FS7IU5FS5FU:KX?P\CS`BR^DTcBS`FWdDVdCTbHYgCUcCVdDWeATc:M\Qa@ScBVeBUd@Sc?Sb?ScCVf>RaCVfDXgGZjEYhGXkDVhEVi@Rd>PbPb;M`>Pb>Pb@Rd@RdBTf>Pc>PbPbARd@Rd@RdBTeCVg@Rd=ObBTeEWiGXjK\mL^pPasSdtUfwUfwQbtParParN^nRbtK]mL^oK]mK]mEXhH[mCUgATeASeBTd@Sd8K\8K\8K\:M^QcDVhBTeCVfCVgATdI\mCVgFYjGZkEXhK]nCVgEXhI\mJ]nI\mM_pTfwTgxRevRduQduSfwRduUhyReuTfwM_pNarM`qObsK^nM_pNarSfvRduPcsTgwQctPcsQdtQdsReuUgxUgxRevWjyVjzReuQdtMaqgwȹǝ°nw~}uzxt~nxr|lwkwmwmwgr|bmugryjtER]MY`Q\hUal^iqdp{`lyan{VcoS`gXfoYfsXfsZirM[eKZbP`iR`jQ_lIWa7DP8FRJZfK[gN[9HS3DQ4DS8HU9KWP^CT_BQ_GVbM]gHXcO^iJYeHYeGXcI[hHXeCUcCSa>P^=O^=P_RaATdEYjCVfCVf@Tc@TcCXf@TdBVeCWf>RaH[mGYlASfBSfASf=Ob@Rd@RdARd9J]6H[PbBSfCUg;L_ARd?QcFWjBTf@RdEWhFXj?RdDVhJ[kK\mO`qQarVfwVgvYiyZjyZkzWfwXgvZjwUdsTbsSbrVfuSdsL^nJ\lBUe?RcASdDVh;O`=PbRcCUfEWhCUfASdCUfGZkL_oH\nH\nH\nJ]nH[lK^oH[lJ]nNarL_oPctUhyPctSfwTgxQduPbsRduWk|N`qM`qRevJ]nM`qPbsL_oUhyQduUhxRduSfwPdtThxM`pQcsVhxVjyWkzZl|Wk{WiyRevRfv`p~Ýñx~~xp|kvbnxWcmU`lWbj^itVbiYdpXcpO[fJW_KW_P\eZgramtcoxcnx]jv_mt_lvan{XfnUbmP]kO]jUcpL[iFUaLZd8EQ;JTCS]N]gFUaBP[BR^GVcCR]ET`DTaETb?O[?MVP^=P^9M[9M[7L[4HW0CS.BR2ET6JY7JZ7K[:N]9M]?Sb;P_QcDVhATe@ScDVhI\lJ[lIYkHYkQbqSdtWgvWhw\ky\ky[iv\ky\jxZhuZhuXesWerSanUcrSbqN_nHYjHYj?SdCUgDWh@Se=Qb@Rd>Qc@Sd:M^@SdQc?Rd>Pb@Sd>RdCVgATeDWhK^oFYjJ]nJ]nGZkFYjGZkH[lFYjH[lI[mK^oK^oK^oNarPctSfwRevReuSfwRevSfwRevWj{SfwQduUhyQduObsQduQduWj{UhxVizVizSfvObrWj{VixUgv]oXjz[m|[l|Yj{SdtReubtβ}|}{|zvq|r~kv}hry`kuT_fPZdP\bNX`P\gQ^jO[cGS_JVbFRZJW^R^eXeq^kr]ivdpyaovbpwes_lv]jwZgrVenZgqYhsXesM[i@PZES`HWc=LWAO\FUbESa?O[@P[BQ\DT`HWcGVcCR]=LW?MX>NY9IU7GQ8IU>N[CS_M[gRblYemakq_io\fqWai]cfelnemrWdlSalTalM\fJYdAQ^=M\QaDXhBVfBVfQd@Re;Ob=Ob;M`=Pb9K^Qd?RdFXkDViCVhEXjCTgCVhBTgDVhHYkHZlL^oJZlM]oQaqN_oWhvWfuYhv^mz_mz_ly`mzcnzcp|_kvalx`kw^iv[fsYepWcpSamKYhHVgEWgEXiBSdDWhCUgEWi?SdCVhATeCVhATe?Se>Qb>QdATeBTfATeFYjEXiK^pI\nGZlK^oI\nK^pK^pI\oM`qI]oM`qM`qM`qM`qK^pM`qThyRduWj{ThyQduWj{ThxThyQduRevObsSfwQctVizSfwVizThyZnXl}PcsUiyWk|Yl{]p~as`qbs`q_p~^o}Wix^oǽǩyyyuiv~nzjuq|it~kvmwkufpv`itZfmVcjOZbKVaS`lR_jP\hGT_FS[O\hQ^eYfr\hu^kvcq|bpyaoz]jsGV_@OXO^iQ`iVeq^mx\kxUdoKZe8GRFU_CR]FWdHWd@OY?MXAP\BR^BR_?O\CS`CT_>O[@P[>N\NZDR_Q_lWem½ͷu~U^fLZcGV`BS^@P\Q`7L[6JY3GV2GV6IY2FU7KZ7KZ;P`?Sb>RbAVe=Qb>Rb>RbDXh?SbCVfBUe>SbFZjAUeEXh>RbBTgFYlEWjPd=Ob=Pb>Pd>Pd>Pd@Re>Qd@Rd>Pd=Pd@SfEXjBTgGYlATfBUhCUhATfDVhK^pFXiPasPbrUetUduZix[jx^jwam{co{bmwfnvdoymu{sx{ptxxy{|twz{x{{KV_IXgGWfHYhASdATeATfRdCVhBUfCVhBVgDXiH\mH[lH[lH[mJ^pI\nK^pNarI\nL_pN`rNbsM`qPcuPctNarPctObsRfwRfwQduThxNbsRewQduThyPduRfwVizThyVizThxTgxUhyXk{ZnThyWk{]p]p^qeufwgvcs~ct]mzXkx}ƽʩɼȱ}~~}uzyr~mxbnvdqxeqzmwhrykt}lqvjt}_jsXdl_jp\hoYdpZhtWcmP[gMYeM[gTahMYbS`hanvdq}gu}`mv\iw]luIXb6DON\jUdn\is_nz]kx[kuN]h:HSFU`L\gDTaAP_@P\LW>NZ:JT:IV>NYEVdBOY@N[N\AP^IWbQ^gVajx~KU^JW`CR]?P\8KZ8JY4GV-AQ3HW6JZ9M]8L\9N]:N_;P`;P`Sb@Td@TcSb=RbBThH[nBTgASf=Pc>ReATf@ReQdRe:M_Qd@TeATf@Se>QbRbRbPb;M`=PcBTg@ReI\oDWjBUgDWhDWiIZlPasSbrVdubp~_kwbmy`junw̻˽ɸŲy}qbJNRDQ^HXfCTdBUeCWhQb>Qb?Se@TfEXjI\nJ]nJ^pL_pI\nJ]nPcuNarM`rObtL^pObtThzPctQdvNasNasRewL_qL_qObtQdvQdvPduThyTgxThyVizWj|TgxSfwTgxThyVjzZn\pThxZn]pZn~Zn]oasctfuiv䖎|}̺Ǯʻȹί}~ću|yxsvvsr~mykwdo}anuhu}my\htYeldovr{qzrzuy和bjq^goR^gER[GQZ\grfrzkyZfnZhpjxamtVckcpy`nvZgneshv^lu[huP_lYhtRajVdrXftP^lKYfAP[DS`JYd>N[DT_K[f@OY>NY>NYSc@Td;O_Rb@TdDXhFZjCWf>RbHZmJ\nHZmI[nDVhBTgBTfBTg@SfASf>Qd>PcRd@Sf>RdBUgGZlJ]oJ]nObsJ^pNarNbsNbsJ]nJ^pK^pJ^pPduPctM`rJ^pObtPduM`rQdvNbtPctQdvTgxThyUhzVj{VjzRevQdvRfwTfxThyXl|Xk|Zm~Yl}bs[n`q]p]pcscrfsit˻unct{vz½˿;ɽʿ͵²ȼȼԽñ{~ɍntwjsxqyju~r}jwiv}kxkxeqyeq{_lxdpxbnzUalYeqepxq|x|ꯣ]bg\dkQYaHPWDO[R^iXepXfqO]i_ksq}gtUbkIUa[ivcqzfsgt]kuUclWen\jtP_hSaoXgtTbmK[g@O\FTaCR_ET`ETbEU`=N[@OYBQ\BR_CJ;AG?HOBOX@LZAR`AScBTdCVg@Se=Qc=Qc?Rc>Qb=OaDWiEWiCWhH[mI\mJ]oJ]nM`rNarObtObtQevM`rNasM`rM`rOctQevL_qM`rMarSexRexQewPcuQdvSexQevQevSfxRewSfxQevTgyVi{QdvTgyVi{Vi{Uhz[n^r[oYm~Zm}]oasfuhulvb]Wjqwpw}yɸŭЬooodkodkrdoydowWcnmzhv_nuZgpWcmYfo[hqXdmVckZepdovt}kidW^bOV]DOWCNXQ\gYdlVbkIVb^jtm{iwcp}>LTR_hds|drzbp|M\hLZgGV^N\fWgpUdnZivWfrRakP`mFUdCS]DUaL\iKYdAQ]=LXMZJS;HU7JV4HX4HX7KZ5JZ=QaJU?L[DUcFWfAReFYj?SfIR8EQ5EP8JX7JY;O_6K\8L\9M]QaFYiBWf@Tc?Sc@TdBThCUiDViH[nFYkDViDWjBTgBUhBTgATf?Re=Pc>Qc>QdBUhDWiCUhFWjL]pL\nRcsXhx]kycp}alwݶ\SGFFGDGKBHMDIOCIPAIOAIQ@IQ@JQ@JR=FO=FO>GO>FPAKUAJSKXAP^=M^?P`>Oa?Rd;M`ATfBUg@Se>Rd=PbFYkFYkFYkH\mFYkH[lH[mH[mJ]oObtMarOctNbtOctJ]oJ]nL`qMarL`qK_qNbtQewPdvTgyRewL`qLaqOctOctQevSgxQevThzPdvUizVi{[nWk|Wj|[oZm[nWj|\o^q^p_p~bq~hs~is{^ZSejohotu|ƹͽίu~jsx||lu{Xbl||ð|jjhcipcjs]fqnzthu`mw^kwXfocq}hv`ly]ktcozfpzoyqy˹uMQSNUY]dmblvwx]kvO\g=IS9FQ:EM;IUP^g[jsao|Ygq\jwVerSblVcqaoz^myXhu]lvUcnQbnSapEU_DR]BR]BR^BR^9IU9HR;KW8HS;JV>MX=MY?NZ@P]7GU:IV:JW:KZIP=JS=KW7JW6IX9L[4IZ3HX8L\5JZ;P_:O_5JZ5JZ:N^@Sc:N^:N_Qc=Pa?SeCViFYk?ReN[=NYAQ\=MYO_DVf@Tf?Se=PcBUh@SfDWiAUg>Qd@SeGZlBVhDXiK^oI]oK^pDXiI\nL_qI]oOcuK^pL`sObtNatM`sObtK^qL`qQdvQewThz[nXk}ObtL`qQewQdvQfxRfxThzMatOcuSgyNbtRfx\o[o\q^r[o\oYm~Yl~\nat^pap}gs}z뱟[WRchllqvzĻŹüɷó;Ǹùì~qzqzusɷîxdfg^ek_jrgryfs|er{_mvaoybo|mzhv^ktcnwjumvnw~{}}汢gjlɷyoeV[`cioisyiu}gr|^kwUdq`n{cqzUclcp~`mvYepL[gLZd;HS8GSN[iZiuXftZiwM]kO^lJXgIXdN]lFWb?OY7GS8HUM[N[?P\@P^@O\?P]=N\>O\@P^DS`FUdKXdQ]eU]dºLG@AHMSc>Sc>Sd>Rc>RcH[oH[oDWkH[nFXlFYm>Pd@ThCVi@SfAUiBUh=Pc?Re?Sf=Pd@TfBVgFXiN_pTdtWgu]kw`jv譚EAN\=MZ:IU9HTNY9ITAP^CT`BSa@Q_=N[=N]@Q_?O^BS`FU`JXbQ^eS\dľNH@BJQSbSc:N^;P`>Sb=RbAUeAVfFZjI]pDWjDWjL`tFYmI\oEWj?SfAThCVj?Rf?Sf@Th@ThBUhBUhDViCVhCUgL]mWfuYfu`kwǵPHBDJQDJQBIQ?HR?KT@KXBN[IVeGWeI\jFVgIYjGXiFXhFXhEVgEWgIZk?RcEVg@ReCUgDVhCVg=Qc:M_;Na@ThDWiEYkGZlFYlBVi@TfBVhDWjGZmEYkH\nI]oG[mEYjK_qQdvMasRfxRexQewPdvMbtNbtObuK_qUh{RexQewVj|ThzSgyNbsOcvVj|SgyMbsPdvThzRfxQewWk|ThzThzWk}Vj|Xm~\pXm~ZnXl~Zncvctn|魚ZVSdjmkrwwǿɼλǴŹû;˹˹üν˶뽰{qfba`acdŠ}cfiY`g]fnju~er~aoxguesmzfs}alvfr{mxt}rx}к^`_beh漪_]ZY`h]enbluanydqzp|o}jwhwiwVdqO]jFT_DR]=JW7FP3@M6DODR_QbnN]hN]lKZgJ[fK[gHXdIXcDUa:KU@P]?P[>NY9JVO\AQ_EVbCTa@Q]KVAT`HXdP\fWajW]cn_M>?A?HN>IQ:IS7FU6HV6IX8M\:O_8L]7K]7K]>RbJUER_AP`M\lM^nJ]nL]oH[mI[mFYjJ]nFZk@Sd>Qc@TgFXjGZlDVhBVh>Qc?SfNZ>P[>N\?NZ=MZ@P\@Q]DTbEVc@R^@Q^>O]Rb7L\9N^=Rb>Rb7L\RcAUf:O_CXh>Rd?TdBVgGZnH[oL_sJ]qFYmEXlH[oGZnGZm@ThFYl?Sg@SgDWjAThBVjCWiEWiIZjUftZgvcmw뼩A=Rf;Oa?SeReAVhDXjDXjI]oI]oDXjJ]pJ]oH\oRfxOcvM`sI]oJ_qK_qVj|RfxPcvRfxSgzNbvWj}Vj|Vj|SgySfyOcvUi{Xl~SgyShzQfxVi{UhzThzThzUi{QfxShzWk|SgxXl~[oXl~Xm[oauZo]rbv_revu话YVScilnu{|IJɼǿ̿ɷùÿȼǹĸĶҼʫ޵neZQQQY\^]`b`cdǛv_bcX`hdpyfq{dr|gvq~uyuo{nxowǶ[YS\ac^`e^_a͐~iPTWPX\S^dYclYcpYfqbpycp{kyix`ox\juN]kDS^;KU9HT2AL:IS;IVBQ^>MZ5FTET`L\jL[fO_jN^jBSa7HTBR_?P[@O\>N[EWeHYgBR`GXfCTaAR`>O_AR`@R`=O\?P^BR_IXfN[gR]gT\cPIAFMTAKTBNWAO[FUaHUaO]hS_jU`h{a642AIP=GN>JR=LW9LY5GW7K[5JZ4IZ6K\4HY7L];P`=Qa8M]4JZ8M]8M];O`=Rb?Sc?Te>Sd?Td>Sc?TeI\oEWlJ]qL`sI\oBUjDWjGZnG[nEXlCWjEXl?Sh@Uh?SgBViEXjFXiO`pWgt\huemvqcRFJOFMTBKTAMYBNYDR`GWgFWgFXhHZnM^qMauI]pEWjCVjFZlGZmG[nFZl@ThBVjCWjGZmBVj>ReAUh;Na@Tg9Na@Tg?SeCWjEYlJ^qJ^qFZlJ^pL`sLasNatNbuNatNatNcuQexSfxRexNatQexPdwRfxNbuPdvPcvPdwOcuUj|Vj|XlXlShzWj|SgyWk}Wl~ShzVj|YmWk}Uj|ShyWl}Ym^r\q^r^s^sau^sbvas財YWTekopvz¯ƻ̿̽ʺÿȹƺƻźǬѿ̹Ǽɭ̅vaXUPQTUY]a\`c_cg|zvشkhaX_c_ip`jt^judq~dr~rzwr}p{t}𣖁RUWY_b[ad\`c߮~WWVKRYMW^P[fP]i_lw_mybpzfs~m{ds}^kvQ`jGUbEU^?M\?N\>LX>MX:JU:JU;JVGVcN`mScqXhsVgtIZfSdBWg=Rc>Se@Ue>Sc@VgI]qFZmCVjDWkBUjEWkGZn@SgGZmDWjH\n@Th>Re>PdAUh?SfCUhGXkP_nXgt_jv~LHAJPWCLRAJRCOZEQ^GWfFZjEWhK]oI\oG[mI]pGZmI]oGZmH[nI]oGZmG[nCWjDXjGZmCWj@Uh@UhDWj9NaAUi>RdCWiDXkEXk?SeG[nFZlG[nG[nJ^qL`rNbuL`sThzPdvOcuOcuPdwSgyNatPcvNbtSfyQexSgzUj|Ui{NbtQexNcuRexPcvZnUj|Wj}Wk}ShzYmYl\qUhzUj|Wl~Vj|\q]qZn[o^rau^s^s`u鴥ZXUglpsw|}ǻȹľʷþӽǿѿɿǽƿ˹ĺųѾͷŽɸŵŲ͸]UJOPPSUYW\`]bfbfjbehο{hZ`d^em^gp]hq`nx`nykwtzuu~dZNUY`W\cZ^c]aekjh˺ibWJPVKRZMWaLX_Q_keser}cp~gvet~cq{YhsYisXgqBP\?OZBR]7FS3BNAP\O`oL[gGXcFXcN^jN^jL\gBRa9IX?O^FWeAQ`HYgIYhDUcCUbEVeEWdCTcAR`?Q^BUaBUdGXfHXeP_hUbmXaiSMDOV]JTZLV_LXeQ_hUcmUaj\cjl]I68;AHO@IR?HS=IU>N[?Ra>Sb8L\6K\9N^:N_7M^:O_6K[7L\8N^7L]7L\8N^9N^;O`?Te@UfCXhEZjCWh@UfJ]qFYmG[nEYlG[nFZnDWkFZmAUiG[nFZmFYmATh?Sg>ReBUgJ\nK\mP_mWdr^ivtGHHFMUBLUBMVES_HXfHXhFWiL_qK]pK_qH[nH[nJ^qJ^qK_rMbuG[nFZmCWkBWj?SfCWjH[nAUhDXkDXjBWjI]oI^pDXkDYl@ThBWjEYkG[mI]oI\nJ^qK`rPcuM`sMasNbvPcvUi|RfxPcvRfyL`rRexNbuPdvRfxTi{QexSgzThzRfxThzRfxRfxThzTi{Vi|YmRfxWj|Vj|YnUi|]qXl~Zn\q^rbw^r`sbwfxl賥[XViossx}ǻɺƺùѻȵ¼ɿ̿͹ĻŸƴĻҿ̷ƱózfNMINQTW\_X_d`gjcimfkoxxs۳lie_fl[ekXcnYhqaoyjxwto{nw|;IHHV[aTX^V\aZ`dbcdˊwaMRTKTYHSZFPYERZWenTbnK[dN\fWesM\fVes`o}^o}N]k;LWHWe@P[O[@R`>O\EXdEWdHYiBTaGXeCUd@Q_DUdBUdCUcEWeBUbGZhL^jR`kWbk[dnVOGR[_PZ`O\cR]fUajVbnW`gu]566BKRBKR?KT?MV=LWSc:P`;P`:O_:O_9N^6K[6K[6K[6K[ScDYi?SdDYiEYjM`tK^sH[oJ]qFZnDXlFYlI\pJ]qDXlBVj?SgBWjDWkCWjEXkJ\oHZkQao[gsdlsvaKOTGMUBJTCPZGTcETd>PbEXjK]pLatI]pK^qMatM`sM`sMatM`sMasFYl=Pc>Rd?Sf?SgBWjFYkBVi@SeFZlFZl@UhBWiDYk@TgAViFZlG[m@ThDXjDXjK_rL`sPcvPcuMasRfySgySgzPcvRfyPdwObuObuNbuSgzPdvWj|Th{QexQexObuRfxRgyRfxPewTi{RgyWk}SgzVi|Wj|Wl~YmYlUi{Ym`sbu_s^s^qfx賣\YWmruv}ŽʽȾν˺Ž˾ͼʹŶŷƴúƾ͹ǮշcYLOPOPUWY^c`flelrjswjotjloɶ|jbin^gm]fp[hpgtozp|ozox~vfPPUZRY`RX_U]bZ_e[`dۣuWUSLUXFPWBMUCMVKXcN\hP_iP_hScmUdrO^hYjsRcpFWb@OZEVaScpK[gDTbN^lYkxWgvM]mK\gO_kCSb=M[BR^AQ]CUaCTbDUdEVdDUdDWe@S`@Q_>P^>P^@SaAScCVdL^kO_kXeqXckZekXRLW\cW_fW_gWckWbj[cjהf876CKSAIQ?KT>KT?KXAQ_=Q_@SbRb8M^:O_3HX7M^:O_ScDXh?TdJ]rCVkEXlGZn@ThFYmH\pH\pI]pFZnCWk@ThK_rH[oBVhBVhI\oN_qTbp^jvipu{lXLRYIPWDMYBM[GVdBSeEVhBUhH[nMatMatObuQdxL`sI]pL`sQdwL`sCWj@ThAUhAUi?SeJ]pGZmEYkGZlJ_pEYkDXkBUiH[n@Ui@TgBViAVhJ]pNbuL`sNbuNbuPdwK_rQdwTh{Vi|Th{TgzTh{RfyL`sL`sVj}XlXlSgzWl~Ui|Wk}OdvQfxThzOcuWl~OdxQexVl}Vl}XlZn]qWl}ThzZn[p[pXl`t_savl賢^[Ynsuw{˼ƺȾɾɷŽʼȺҿ˺̼ʾʺȴöŹȵå¯pKHBUW\TY][`f`jogqxipylt{jqwopn֬gfebhn`jrakvhup|o|o|lu|dzDB>RY_OV\QY^T^bW_eYae}{taZPLQWGPU@KSCNXFS^M[iYit`o}dsbr~crZitIYgKZeP_mWgu\myScqBR^K[fSdqUftK[jO_kI[gHYf?MWARbFWcASa>Q^CTbAS`@S`CUbAR`=O^@R`BUcATcGYgEYgHZhP`mWdoYdm]fo\VP]ch\ci[ciW`hZ_dÑf:97BKRCKT>JQ?JT?NXBQ^9JW?Sb>Tc5K[5J[=Rb8M_7L]?Tf9O_>Sc=Qb9N^;P`4IZ:O`;O`9N^KSBR\O^lcs}n~ctgwKYf;KXHXfXit\l{\lxSdrIYeL\gTfsYivOalN^mOalK[gFVeAQ_@Q_CTa@Q^?O_?R_>O^AR`ATaDVcEXf?SaATeGYhH[hI\jTcrVepVcl_gpc^V`gjaflZbi[`cIJs\>@AAJRAKQ?KRANV@NWBQ_CSd=O`AUe;O`8N_:O_9O`9O`Sd?Uf=SdAVg=SdI\qI\pGZnFYmH\pK^rCWlG[oDYmFZnGZnI]pI\pAUhBViAUgDVgO_pUcp]ituxywhVOV[LU\JT_HTcIXhCTeGYlGYlI]pJ^rL`sQexI]pMatJ^qFZmI]pEYmG[mF[mI\nH\nK^qL_pTev[l}SduOapJ[kI[mHZlCWhDWiBViCWjDYmH\pMbuK`rL`sOcwTh|MauPdwUi|RgzTh{Wk}XlOcwRgzRgzWlRfzRfyRgzOexTi|Wl~XmTh{Uj|Vk|Yn\p\p^r\q\q\q\qUi|Xl[o]r]rcxauavs篟^[Yruyv|ķŸƺǿӾ˭пʺǷ½̽ɼ˼˴ƷſдŨϜyWRJQSWV\`\dkdmthr|epz`jrcpvhqufntfijլ}fhhcjqmv~nzt}q{mxWPFQW_S[bOW^QYaT^gZdk^el[bf̕oOPOMTZGQW@KUBNZBFCLSBLU@LT?MU@PZ=LX?O]>P_=Q`;Rb9O`6K\;Qa;Qa>Te>Sc;Qa=Rc=RcP]=LW=P^CTa:L[P]BScSc=Rb9Ob:O`Se:Pb7L]=Rc?Te6L^SeL_tK^rK^sDXmI]qGZoH[oFZoFZn?SgEYnH]pAUiEZnAViCXkH[lO_pVdr[frmruٓmTX^PX_LU`KZeFWhHYkK^pK^sK_rI]qL`sPewK_rEZmMatNbuH]pH]pH]pLatRg{SfxSdvZjz]m|dpzu}UakK[jGXkCVfF\lH[nOdvMbuPexSgzPfyRfyRgyXlQfyUi|Sh{XmSh{PexZoSg{PfyUj}Vk~NcvRgyPewUi|Xl\qZoXmZobw]r^r]rbw]r]rbw]r\p]r_tbwbxeys®诞_\Zprwsx}ηİĸ´οζ¶ĺǼ˸ʵǴŴê䣒|_XOGGHNRYX`fbkr^iq`nyrp~gt{ku}ks|hnsvtr˥wijkov|qyu}ow{|zodTRW]U]dQYbS^eYcmTajU`gXchY`g^bd˺qfXKOSJRYGQYBMU@MVIXcQ_kUfuScpN]jPbn]nz\l{XiwVguXiw[lzXivXiwPapOaoN_lM]jFVcCR_ET`?P^:L[QaCWfDVfCVfFYhEXhJYgTcn^ir`hp׷kZG@?KV;IV=M]:M\6K];O`9M^:Oa=Rc;Qb@Uf9Pa2HY:Pb9N`Sd=Rc>Rd@Ug@Vg@Vg;PaH[oL_tK_sMauDXmH]pGZoH]pI]q?RgEZmCWkAUjCXlAVkH[oI[mL^oQ`oVbmail貞fc^T[cQYcLXeHWhI[kL^pObuPewNbvOcwM`tDYmGZnMbuPdwMatL`tK_rM`tReyQewSgw\m|dqipuɽijjFUcHXgFXhCXjI]rMatOcwRgzSh{RgzRgzUj|Wl~RgyPexTh|XlUj}QfyUj}Wk~QfyUj|Ui|PdwUj}RgyPewUj}RgzYnXl[p\qZobwbweyav_tdyavbwavdxezey`uë財][Xtwy{øļɩͼȼɴ¶Ŷ³¯¶Ķij°ɈyfQNJMPRTY^aingrz`mvdp}m|iyXgskxqzkqxhlq}vlrx{qw}rxotzOONX_eW`hT^gWcnUckR]iWcoVaiV^e[afƲ|gMOQMT[GQXCOZIWadq}br}VfuVfuYix\l{Xiw`p~XjxVhvRboScqUbpXiwQbpM^kCTaDWeBR_?MYFUb=LW;JV;M[9IU7GS?Qa>Q_;P^Ra>Q`DXfBWfFYiL^kSal[gq]goͤytgUPMGHMSHNVDMT@JS;HQ>JT=MX=N[:LZ:M\@Sb;O_=Rb8N_?UeSd=Rc9Pa6L]8M^:P`Se>Uf@Ug@Ug@Vg>Rc:P`J^rObvPdxL`tEYnI\qDXmI\qDYmGZnBWlI]qH\pDXnBWjI]qK^pK\mM[jUaoZck;}kW^cU^gQ]hM[jIZlM_rK`rOduPeyLatMatK_sK_sMauOcvK_rL`sEZnH\oOcvSewUfx]m{fsmrv魘{[\ZFS]FUdEVfDWiJ^pNauLatPdwQexVk~Vj~RgzTi|QfyPdxRgyYnQexTi|Vk~ZoVk~WlPexQgyPfyTi|ShzTi|Yn\qZo_tavavcydycwcx_ti{avavcybxf{avg|ưª굤][Wvy||ùĶįκ˼ɶĮdzƫܾncUJJJTY^RZ_`ipjw~o{rrds~Xgrozoykrzhnrrrrͼwnrtqw{sx}rts~r_RW[]dlYciYen[hoTblR^jUbiVajWag^cjx˹~VTQPX]NYaQ[eR_m^n|`o}N_lScrXixYjwYkwVhvXiySdsSesJZjN`lRbnQdqN`mES`ETbBTc=LXBUcRb=P_CVg@Tc=Q`FZiDYiG[iJ\kM]hVdmZclɹNICQV[HOVEMT@KR@KU=JU@N\;N\>R`9L\;N_>Rb=Sb=Sd=Rc>Sd:Pb9O`;Qc:Pb8N_9O`5K\9N`8N_9Oa5K\;PaRb?UdCXhDXhDWgN`mP_kUaj\emĴJE@MSYHNUDNVBLV@LY>N[>O^;L];O_:O_7M^>Sc9O`9O`6K\9O`8N_=Rc;Pb9N`9O`3ET6K]3I[:Pa2HZ5J[8N_;Pa5K\8N`:Pa:Pa:Pa@Vf>Sd;Pa@Vi@UgQeyTh|Sg{QeyUh|RezUj~Sg{RezNcvL`tDXmJ]rI]qFZnNcvJ\pNarP`pO_lQ_iV`f|vŷ˼Y^eYdmZdqUbqUevXhx[m~Zl~QdvTh{YmTh|Wj}MauJ^pPfxNbuWk}Wk}Wiw^ly`mwjprzcOQPHQZDP\FUcGWgH[nNcuQeyQeyOeyQeyQeyOdxQfyLatMauQeyUi}Zo[p[p[pRg{XlXm[pUk~YnXmXnXm[pZp_t]sXn`u]r^scxbv`tcyj|ndycyqȳū빧ZWSmrvw|żɻʽ̻ŵúŹžʼɸ¶ƹƽ̯ijijìȺ˺̸ˮÞmcUMNMY\aaflfowis~sut}vsypu|ɺŶSOHSY_PX_PW`Q]fN]fZhsft_ox\juWfq_ir^go\chwͽpYXWX_eWaiYdqUeoYhtcr_pTesJ[lM^kObnHXeBS`CTbSeuResI[iI\kTgtGYiDWeI\mDVd>Qa>N\9M\?Q`ATc=P_9M[;N]RaAUe>Rb:O_;P`?UfAWgK_pK^lP_jUcmYbjHC>NV\IQYDOWCR[BP]@Qa:N]8K[9P`5I[9O`0GZ4FU;Qb:Pb8N`:Qc5J\8M_:Pb7L]7M]6K]6K\7L]1GZ9O`7M_9Oa9Oa>SdQa;N^9M]6GUNV]IS[COZCQ]@S`AUc5I[7L\2GY4GV7L]6K\2HZ7M]5J\6L]7L]7L]7L]=Sd9Pb7M]9O`5K\9O`SdBYk:PbQWZRZbP[a[epTbjHV`N[grl|arap|iveox`ip`ceoYTZ`U`gT_kYhqZiv]n{asQbpJ]kHZjFXhBSaBR_J]jK^nNapOcrK_nJ^lL^oG[kBVe>O]AP_@Sc@TcBVf>Sc@Ud?Sb=Rb:N^LV\JT^GU^FVbCUc>Qa@Td;Rb5J\6K\5GV2HZ8N_4J[3I\5K\2H[2HZ9N_8M^2HZ5K\6K\6K]7L]:Qb8N_;Qb7L^:Qb=Sd=Sd?Te:QbTe:Pb@UfRg|Ui~Ui~WlWkVkTh}Vj~VkNbwPeyPeyVjMauK_tNcwNcwPcxLbuN_rIYhHUbLVbNWaSZ_yg̻ȴȴgmocnv`kw\ju]jz^n|Zl{\m~Zk}\oYmYl~\mbt]o^n|dq~cmykor܌ycLNNIRYHR^KXfJ\kH[mQdyTh~Uj~NcwOdxLauQfzLauSg{QfzSg{Ui~[qXm[o^sYo]r\r[pYoWl_uXmZoYoYoXnUk~Xm[paw[o]rawdyawavdyl~óîꯜ[WRrvzy~Ͽοռʼϻ˺ʷƺʹ̻͵ȤðĩƷykZONLW\_`gmit{s~z|tu}~zu~mtzurn˻VJO]=QaSeAWhGZiCVdM]iUblZcl¶DA=PY`JU_HVaCTaBUe@Sd>Se7M^8N`7M^1DS5GV2HZ3FU4J\6K\3J[6K]6L]7M^3J[8Na7M^:Pa:Pb=Sd?Ug=SdSd=Sd?TeBXjBXiBXjCYkBXi?Te?UgUi}OdxWl\qWlTi}WkVjMbvNcwVj~Ti}VkSg|QfzOcxUi}MbvNbtJ\oM^oL[hKYeKWbOX`RX`fa[jͻ̼ʻtttbiq]iu_kx]ly]l{[mz[kz_q`p_rbtctaqfseoyknq֊xbLMNHRZEP\GUcJZjG[nLauTjQfzQfzI^rI^rOexNcvOexOdxWlWl[p`u`u^s[q]r_t]r^t]sZpaw]s[qYoSi{[q]rXn_tZocy`vbw`uavbwez­簛[URpswqx}ȼ̾˹ʸƾ̽γȯIJűŒ©z~ӭh]PJKK`gkdionxy~~q|yu{vmv}ahmuZ<85SW\V]cZbk^js^jsap|j|qqoixfvfu~dqzcnvbjqojdr]RCU^dXdmXerZhvYjyTfsL_mDVg@Sb?P_?Q`AUeFXgFYgBTdDWdFZiJ^nJ^mJ]l@Td?O^@Rc@TdEWgEXhEXiEYhTeDXiUf?VfDYkDYiCXhJ]lQ_lUakX^e|?>Td2HZ7M^4J\7M^3FT.@O3I[:Qc8N_:Pa>Tf=Sd:OaRcATeCVfF[jH[kF[jFYiFYhCXiATdAVe>UeARa>P_AXhAVg?SdUfBYjF[iDUdL\jO]g[_bp>=;JU\IT_ET`CVdATe:O_8M^3J\5GV3J\8Oa8Oa4J\9N`Te8Oa;PbSe?Ug>Se?Ug@Vg:PbSe@VgAVhBXi@VgCYkJ`qJ_qCYkPezSh}Th}bvUi~VjQezWkRg{Ui}Rg{PdxMbwSh}VkTi}Sh|PezQf{NcvNbtPcvJ^mL[jIWeJVaJT^OW_SZcRVZ\XTk_Qw`{ijǴ­mpqbjqco|dp~co|dr~huep{kuiqznpoÿ̂qZILLGQXHT^HVdHYjEZlLbuPeyK`tJ_sG\qJ_tJ_tJ_tMbwPezXmWmYnavdzYn]r^s^t[pcybw]s^s^sYoZpSh|ZoSh|VkVkZo\ravbw`u`u`vvɯƮģ⬗zUQLkosjnuxǼοκɻɱ¶Ƿźʷijï»˺ʽͻ˶ū­ôȰƳǷˬzz|{ʼƶu`LGCSWZckokszvdsvy{xnzgq|Zbi^WOY`g\dlXbk`jseq~jynroi{kzatevcr}\lwTakXalT]etakR:0%FHJUajUamTbpUfuM`oSdsNapBVeATd;O^BTeBUe=P`AUd>Rc@TdG\lJ]mF\lG[lF[lCWgDXiAVf>Sc>P`;M\EZm@VfE[lTeF[mCZkBXhFZjBVeGWdLYeY]^̽z_799LU_ES]FUbEUcBVe8M^3J[5K\5GW4J\;Qc3J\5K\4J\8Oa8Oa8M_8N`=Se>Te>Te=Sd>Se>SeAWj:Pb=Se:Pb7M^>Tf@Vg@VhRb@TcBVgAWgH]mDWhFZjG[kFZjG\n>SfAWh>SfSd?Uf@Wh>UeF[m@TdDWfEVfGTaQWYdR=146JT^GV^DT`BTc>Rc:O`9Ob6L]5GW6L]9O`9O`9O`9Oa6K]9Oa9O`TeAXjAXjF[mH^oG]nBXiSg|YmXlVjTi]q[pWkXl[p]r\pWlTh|Sh|Sg|Th|PfzXmWlOdyXlUh{PfxQbsN_nM]lO\iNYfO[fNZdNWbQZdNX`MTYLOQOMKUPHneX~mο±ǿƿʼhYGCGHIQYGT_HWdGYiEZoG]qCXlG]rKauG\pJ`sMbvPfzLbvUkTi}Zo\q]r]sXmZo]s\qZp[q]sYo[q[qbx`v^t]sXmbwWm_t`vbxcyawi`v«̜hOJChmqtx~о̹̽̽ǹƻȵDzȺʷʵźѿѼ˵ȩwukoote}mVUJ=ACChnrpx~yqaq{xusplyjwdqy_mylxrvqphzgyexfxat^o~[kxWcrQalNYeHQZMXbOZcS]eSalQ_kO_kO_oL_oEWf@Td>Q`DWf?QaCXh@SbAVeCWhCWh@SdDXhDXhDYjG]nNbsJ_pI_p@Rb?Qa?P_?Se=ReE[mE[kCYjCXjTf>Te?Uf?TfBXiAWiG]nAXjG]oG]nAXjCZlD[mAWi\pXmUkRg|Sh}Ti~Zo`u\p\pYnZoWlVlYo[oUjPezRg|Rh|Sh}_tXlRi|OavObtNaqO_pTcqN]kQ]iMYcNZeQ\fQ[dQ[eQZcQZbLT[KPROONWQKmcW|l±ǸɺqXA8-=ACHR[FQ_M[kJ[nM`rG\oE\pE[oH_sLbvLbuH_sPeyPezUkUkVl[q_u_uVlZp^t\rXnYnWm\rYoUkcyXn\rZp\r_u_u_tbxe{dye|ezuèôȰɹ|iOFC=joux|êȹƻ̽̿ԾμʹƳıùȶǫöǸȮ£wnwbfjXTOFAQbBWgSdK_pF[lF[lCYjG\nCXjAWgAVh=Se?UfBYiAWhAVhCYk@XiJ_rD[lF\n>TfBVfFYiBVeGWdDS_GU_HU_FS^DR]@O\;N\9HY8M]8M_5HW6L^7M_5K]8M_8N_9Pb7M_;Qb6HX9O`8N_=Se;Rd9Ob;Qb?Ug=Sf;RdCZlBXi:QcAVhAWhG]oAWhE\nCYkD[m?Ug>Te>Te>TeZoXlSh}Sh}Th}ZoYn[o\p\q]rZoVk[o\rUkVlSh}Rh|Rg|Ti~\q[oSg|Sh{Sg{QfyQcsRctO_nRcpP]mO\jQ]jLUbLXcKVaIU`KV`PZcPZdPYcOX_JOULLNPLHTMFYUN\TKVMDH@9852465DKQGR]FSaHYgK]pL_rJ`sJ_sI_sH^rJ_sI_sJ`tNcxOeyRh|Qg{YnXm[qYoWm]s[q^sWmUk\rWmVl[q_uYo^t_u_u[p`v_u_u_u`v\raw{¬ß´ȱzu[G:+=:7puzw~¿̶̿ǶŻϿγĬ|xqzkszbio`flkryx}|uzwvm|n~orpsoj|i{ev_p~_r[n}\m{\lyTesRcnQ^kL\hHXaJYcL\fP^mWgrWhvYkzOaqCVg>Qb=Q`@Sd=QcDWhTfD[mAWhBWiDZmG\mTeAXiDYlDYlI`rF[lCZk>Vh@WhE[nDZlEZm=SfBWi@UgDXgEXgUf?UgCXkSeG\oEZlI^qE[nAXk?UgDYlF]oAViG]oCXkBXjEZlCWkBUfQ_>P^@Sb9KY3ET4EV8JZ4FW7N_;Qd9Na4J^6L^3FV8N`5L^:Pc7N_6L^7M^7M^7M^:Pa=Te?UgD[mBXj?UgBXjD[m=Tf:Qb>TfAVhRd@Tf;P`:L[TeF[nAWiDZkCXkBZlPa;O_BYkAXiH\oI_rBXj@VhAXlBWkE[nDXkCZkH^oKasG]oCXl:N`:NaTf;ReTe9K[=Rc;PbDZl@VhF[m@Wi@VjAYlAYl>VgH]p>VgCYmDZmAXlH^pG_pG\oBWjBXlF]pH^qF\nH^oF]oCZlDZmE]pDZn;ReUg;Rc9Ob6HY3FV6HZ6IZ6M`9Oa:Pc:Pc4L^6IZ4K]7Na7IZ9Oa6L`8Na8Oa=Se;Qd7N`@Vh>SfUh?Vh?Uh9Pc?Vh>Tf;Rd:Ob@VhCZlE\oCYkZoWm]rZo]r_uav^t]rZoYoUkZpZpXn[qSh~Sh}VlVkUkWmZpVmPfzUkQg|JavH_uLbwNdyPf{OdyPf{H]rMcxDZoG]sJ`uE\pJ_sJ_rOcvOdwQfxPdvKasI^qNasK_qN`sOatM`sI]pG]pE[pF\qQh|Rh|H`uLavPg{Pg{OfzSi}Qh|Qh|Qh|OeyRh}Si}Si}OeyQh|WnVmXoVlVlWmYoUkSi~Vn\rawdz`vYo[rby^u\rZqZoaxȻжȦ}}zz|xk~v~}}ww|wpqw{uvtwqk}hzhzcu\n}Zm}]pZm~[oZn~[o\pZm}[p]r_tVk|TiyTiyVl|ShyMctK`rMbsFZhG\mAXj;Pc:Pc8JZ@Vi?WjD[m@VhD[mE\nD\n;Re?Ui?UhCZm=TfBXk>UgBWjDXlEZlE[mD[mE[nD[mF]pCZlDZm?VhF\oAWi;Qc:Ob7IZ:Pb;Rd;Pc5L`7JZ5L_7M_2EU6HY7JZ7IZSf;Re=Tg=Se9Oa>Tg=Sf>Tf;Qd;Rd?Uh;Rd;Qd;Se_t\qXnZo_ubw_t\q]rYnYoTi\rZo_uTjVkWlVl_t[pVlXnTj~UkVlTjNcxNcxLbwMcxPf{Rh|G]rOeyI_uH^tJ_uG]rMcwJ`uPg{MbwPezRh|Rg{QgzLauL`sMbuQfzMcwG\oJ_tI^rJ`uKawQg|NdxSj~Qg|VmUkSj~NdxQh|Sj~Pg{NdxOfzQg|Sj~Qh|OfzUkWn\rTjWnWnWmUjSi~XoXo]t[q\sawbx`v_uWn\r`we{ıź;Ϫ{~{wpj}h{nnxyusww|nrwxuzswxok|h|dycvdw`s_scw^q\p[n~aw]q\n\oYm}Wk}Wk}QfwXl}ThzNewNctH]pH\pF\mE\nAVh;N^9K\DZlE\oCYkAWjAWkAYl;ReE[n=SfAXlAWj>Tg>TgCYk@VhBXkI`sAXkDZm@VjD[nG]pCXk@WjD[mE\p?Wj5HY6N`7N`;Qc7Na=Tg6N`5K_9Pb7JZ5L_6JZ5HY6IY=Tg:Qc:PcUg;Qc=Tf;ReTfD[nE[nE[nIauBXk?UhE[mAXkCXkE[mAXk@ViAXkCZlBXlBYlBYl=Tg>ViCZlDZmCZm=Tg@WjE[mAWj:Pc6Ma8K[6Ma7K[:Pc9Pb6HY:Qc;Qd7JZ5L^4GW5L^4K^9Ob8Na6L`7M`:Pb9Ob:Pb4K^=Sg7N`:Pb:PbTg;Re>Tf=Sf=Tf=Se?Ugbw_taw]rYnYo]sZoZo]r\q]sYo`v\rXn\rXmXmXnYoXnUkRh}NcxNdyKbwNcxKawMcxOezMcxKbwPf{OezJ`vMcwJ`uJ`tQg{Pg{UkPfzNdxQh|NezUkOezUkJ`wH`uF]qLcwH`uI`uLcwMcxOezQh}WmYoQh}WnQh}Qh}Ri~UkRh~Sj~Of{J`uNezMdyQh|LcwTkNezNdxPg{WmWnWnUkYoZpZp`w^u_v`w\s\sYp\rbyy̽пҿһ̨{ui{j{curww}|||vrnsuurv{wnpqrwsgydw`sat`u`t^q^r_ucvdx^rVj{ThzSgxRgxYm~[pShySi{QfxK`qUg:Pd=Tg9Qd=TgG^pH_qC[nD[nI`rCYlE\nE\nE\nE\nI`rH_rE[nG^qE\oF]pH_sF\oG_r@Wk>UiCYl>Ui9Pc9L\TgWjE\o@WkAXlG]pAXl?ViE\o@WkI`sF\oCZmBYkF]pJau@WjBXkD[nAYmD[nD[nD[nJbuAXj@Wj>Ui9Pb5M`:Qc;Rd:Pc7Nb9L]9L\2EV5HX7I[9K[9PcUh8NaUgViBYmDZmAWjAXk=Se?Vj;Re6Ma7Nb>Uh9ObUh@XkD[nD[nH`tG]p:Pd;Qd9L]9L]8Oc8Pc?Vh>Th9L]9Pc6I[4HX7Nb6IZ7Na:Pd6L`8Ob@Vi;Rf>ThAXkUi>Ui=Th@Wj=Th;Qd5L`9Pc4GX5HX5HY0DT5HX5L`7JZ4GX3EV4L`4L_5HX7M`8Pb8OaVh:Rd:Rd?Vi>Uh4GX7Nb9M^9Ob;Re9Pc:Qc9Pc=Sf;RfBYlCZm@Vj@WkN-AQ5HY0CT1EV5HY5L_:Re:Reavdyav^ravf{bxbwdzavYnav_u_ubw^tav_v]r`vZoZqYoYp\r]s\r_v]rbxbw`v^ud{`v^uby]sZpTkby^uYoZqUlZqUkRi~Pf|Qf|H^tLcyRi~Rh~LcyKbyKbyNf{Qg}KbwKbyI`vTjQg}Rh}Pe{McxJ_sTds0?L4FU:M^Vi>ViAXkAXk?Vj=Uh=ThQbUh=Re:N^]lw/?M6HX@VhI`tE\pPh{MeyPh{KdxG]qG^qH`sAYm:O`CZn@XkD\oD\nC[mUi?Xk9M]MbsI^q;Se;Sf8Od6Ob6Ma6Ma8K\6M`Th@Xk;Rd6M`E\oAXlCZmBXl>UiAXkD[m?WjCZmLYOaqVk}sx~qylww~wxylzWcnetn~xyz~zWdo]lwo~uj{w[judtu~|tvvtqi}btHVa@LU}GVaXiuexqph{bwbvh{`u`uezbubwcwbwYm}ZoZoNctNcsLasPexM`q:HT?P^HYjI_oPexLdwKbuH^qG^qI`tE]pD\oI`sF\oG^s>Ti>UiSe7K\ETa3DR:M]Tg=Tg4L_6Ma8J[5HY/CT/AS/AR3EV1DU0CT3FW4HX6IZ8Nb:Qd8Obnntki~dye{g|awawdzcy_tawcxibxczZrczcz\s_u\s]sXn^u\s^ue|]tYp`w]taxaw]t\s`w[s]tRiUlMe{Of{Of|Qi~SjMe{Me{RiTjSjG^sPg}RiNe|SjQh}Me{KczMe{Me{Pg}MdzQh~LczIawMbv@Se靣1AO:L\@TgIavSi~Og|VnTkYqYpSjVnXoQg{=LX@O\JZiaqSgyu~dkpq{`iqT\cfqyvu}}yztixS`iesvx|yzYhsfvrSak]lxk||~{vyyppnfxN]hIXbYdoDR\[kyh{qslatlm`u^s`tbvg{_u_r`t[q]rRiyLasI_pLasNbr:IT?O]I]mI`qPgxNfxH`qOeyI`tF_rE\mgz@Ug@Wj@Vi@WjCZn;ShE]r?Wj@Vj=TgCTa,=K.@N;N^=Re@WkF^rKbvJauH_sF]qD\pE\pC[nC[n:SfBYnVj9Qe9N_9N_9L]8K\5HY1FV9L]7Oc6J[:Qe=Tf9Pc;Re=Sf=Tg;Re=Tg:Qe>UiVj?VjBXlE\o:Qd>Vj9Ob7Na5HY4FX6IZ4FX5HY1DU6IZ-@Q0CT0BT0BT6JZ4GX4K_7J[mvvnjdzhf|h~e{`v`vje{dze{czd{`v_uawZq[rXoYp^u^t]t_vYp`wWn_v_v]t^uVmVm_v]tQiVmVmRiTkPh}Qh~RiQhNf|Of}Qh~VmI`vD[qG^tSjQh~RiI`vRiSjLczSjQh}Of}Of}LcyE[p@UiDP\/?M:M_BWkLcyWoYpWnSjRiUlUlZq^uXn[opw}u{ጓ򮴸T]dbmts{~~{xyxrk|hs}bq|py}{yiyiuUcpaq~pu~wxwpqrkfuO^jIXdkuFS]Zjxfyi}j~i}qkg{bwavdyf|e{eycxdycxbxPgxTi|OdwF\muJWbP`mEYiI^oJ_qJasMdvNexLbuF\neuBXjBXmC[oAZnE]q?Wk@Xk=Th8JZ;PaAXkC[oH_sKcvKcvH_sIatE\pG^qG^qBZo=Uh:Rf9Qe8Qd:M_9Qe9M^;Sg8Qd9M^4HY0DU8L]6J[6IZ9QdUi9M^?ViO.AR7J[/CS/CS7J[6IZvzqoh~mkmle{_ve{f{czf|f|d{cz_v_u`v_v[qbx[q`w_v\s_vZqUlZq`wax_v_v`w`wbzZqWnWnVmQh}Nf|UlYpUlQh}Pg}JawPg|LcxCZqH_vD\rMd{Qh~MdzMe|KbwMdzLcyMe|JawJbyH_vPg|J`wJ_tReAWkNe{Qh~VmRiNf|Ng}Ph}WnXpZrTj~vRfyvūt}`is^hpco{n|v~wttrm~n~~`o|k|t|~~|zwpdtmz[jv_oz\lydvsvy|vuuqts{TesO`nM]jozlvKYeUgt`s^qh{lli~h}cycxijbxey^r`v]sZoVk|MduNduRhxySco@P^G^oJ_sH`sH^rI_sKbuDZnVj{~9N^;PbAVhD]oD\pH`tD[o@Vj;Re|usq{t4GV:N`=TgAXkH_sH`tH_sH_rMezIavF]qAXl?Wj:Qf:M_8L];N_9M^9Qd>Vh;Sf:M_6IZ3GX/CT1EV6J[6J[;Qe;RfVjUi>Ui;Rf>UhVi>Ui@XlF]q>VjSe?Ui?ViB[nHatF^sD]qF^rAYm=Re:N`9N^7L\7L]9M^8Na@WjC[oE\pE]pJbuKcvKdxKcvI`tF^rBZmUj8Od>Th?VjTh?Wk;Rf:Pd8Oc8K]VjAYmC\pF_sMezKcwC\qBZm?XkC[n?Vg?Uh@VjCZn=Sg=UhG_sAXlG_sI`tKcwH`tE]rE\p>Vi:SgVi@Wj@Xl?VjAYmAXkD[n>Uh:Qe:M_?Vj>Uh9L_@Wl9Pd7Nc=Sg9L];QfVl?WkC[oIbvE]rF^r>Vj>VjC\p>Vj?Vj;TgAXk=Ui?WkIauD[oE]qH`tKcxE]qC[pD\q?Vj?Wk>Vi:Rg;N`Th>Uj@VjE]q>Uj:Qe8Od;Rg=Sg;RgAXm@XlBYm>Uh;Qe9L];Re7Nc7K]6Ma9Pc9Oc5Ma3FXyzolwrv{{qrsqolog~cy_vd{g}e{f|d{by\sbxXn\rYpYpZqSi\s\r]sYq]uYpXpXoXoSkRiSkUlUlYpXo^vSkSkNf|RhJbxSkMd{Nf}RiJbxI`vNf}Ne{SkSjRhNe{RjNf{H_vLcyKbyIawH_vIavH_uIbwNf|RiOg~SjUlXo[rSjWn]u`w^vaxaxc{_v\sz| ŰƴʱƟé~|uw}ynoxwqwxsxwvpuxx}|{tsnqmlknquvqtuunhllknjdzg|]rbwf|`u_t`u_u^s`ucyg|h~mlaxav]t]r`vTj|Sk}Ri{Rj}D\qPh{TmPfyKbvOfyJauKcvOfzG^sCZnBZn?WlD[qC[pBZnAYm@XlAYm?WkBZoAZoD\p@XlUi8Pd9Rf=Th@Xl9Qf:Qf@Wk@Xl=Tg8Od@WlBYn:M_=Sg@Wk>Uj;QeAXlVj=Ui=Ui:Rf>Vj;Rf:N`BZmBZm>Ui@Xl:Qe?VjAXm?Vj?Vk7Od?Vj?VjVlWkBZn@XlBZnVjBZnF_tF_sH`tD]rAZn>Ui=Qc7L]6J\;PaUi;Sf:N_>Vj?Wk9QeAXl>Ui>VkD[o@XmC[n?Vj=Th?Vj7Oc:Rf@XmD[n>UiUiSe?SfD\pE]qD]rC[pD\pC[oAZn;Uj;Uj>RdVj>Vj@WkF]q@Xm>Vk=Th;Rf;Rf@Wl?Vj>Ui@Vj;Rf;Rf=Ui@Vj8Pd9K^9L^;Qfo}|tnknpotousiklkpsjg~ihif}h^uYp_v[rXoYqOgXnSjPh~UlXoXn^u]tcyax_x[s[s^vXpXpYqXoZrYpXp[rXoWnUmVnSkNf}UmSjNf}Md{KcyQiQiPiKcyNf|LcyJbxKcyF^vNf}PhMf}TlVnXoWnVnUmTlXo[s[s^vXpXoXp\t_wz}¦˶ϭĭĭêáī§¥~wtrmjlrosurutvtuppprijmnid|jjmi~i~ezng}iploi~llg|cxf|e{e{[q^u\qVk~WnUl~[rax_udzcx]u]u_u\t^uXoUlSk~KcvIarQg|JavIauKeyMdyVnVnNgzKcyE]qIbuB[o=VkBYn?XmD]qE^s@XmB[oUiUiAXlVjF\qAXnG^rAXl@WkBZn;Rf>Vj?VjWl>SeAYn=WkBZnAYnWk>SdSd;Oa:N`;O`9M_4IZ7L]9M^:N`:ShUi>Ui?VjD\oAXlBYnF]qG^rAXnAXm=TiVj:Re=Ti@Wk=VjBYm=Th8L^9Qe:Qe=Thnmoqrf|byg}ijpkiqlnnojkiinf}g~jcz_ve|cz[rZqTkOf}PiTkPhMdzWnWn]tZq[s`w[rXp[sax\sUmZqVn[r^wXpZq\sUlQiPg~RjXpYpXpUmRjMe{Of}OhOg}G_uJbyPhOg~E]uJawLdzMd{Of}OhUmWo\tVnSl\t\tZrbzax\tVnc{c{uɷήȣʴ˵˯ǥuyyynoqmjqptqorrqkppmmmjtjhg}iilinkklmpmnikkjjbxbxav]s^vf{^t[qRk}Yo[rby_v\s`xbycy^vZqWoVnUmLeyLdwE\pOg|HauJbwQi}JbwHavLeyMfyKdxF`uB[o@Ug>Wl>Vl=UlD\q>Wl=Ul=Qc=Vl?WlC[qAZn>Sf=Uk=QcG_s?WlC[rC[p?XlKcwGavD\qE^rIau?Xl=VkD\pAZm=Qc=RcAZmAZm?Xl;Ti9N_;Ui9N_:O`2GX=Qc;Pa8L^=QcUiAXl>VkC[oG^rD[pLdxG_rF]qAYm>Ui>Uk=Th@Xm>UjC[oUi;N`8Od:M_8Od:Qeooulmjhihmmjjg~h~jhjlilijijnjd{d{by]t]t^uXoSjVmRjMd{[sRjSjUl^uYqZr]t\sYqbz]uZrXpYp`xXoXo[sZrOgXoZqVnUlZrPhUmRjMe|TlSkLczMe|TlKczLczNe|JbxMe|Ph~Um\t[sXo^uYqZr\t^uayay]uXo[s]us~}ĮǰʯȥȮƯɱʫĥzx~roruqrlomopnujopjplkjklg~hhjlmle|lniopmiimhkdzcyawbxd{]tXnYnZp^uaxaxe|hbz_u\rUmUkWpTk~Sj~PgzLdwLdxKcwMeyLdxLdzKcxMezOi~RjE]rE^sC\pAYo>Wm@XmD]rD]qBZo=Rd=Rd?TfB[o?Sf>XlE^q>WlE^q@Xm@XmB[oC[oF^sC\qD]qB[oE]qF^tB[o@Xm>RdWk>Se=VkRd:O`6K]0FW5J\:N`Vj7L^:Rg2FX6J\7K^:Rg8L^:N`@XlC[pBYnBYnF^rJbwAYoG_tC[pAYoCZn>Vj@Wk>VkBZoAYn>Wk=UiUi:M_:Rf:Rf;Rf@Xmrqkinqqg}jjg~jkjlmgpjhge|mhjg}d{cz^u_w[s[sWoPhUlOg}Og\sUmWnYp[s_vVmUlUl[r[sWnZq[say[s^uYq\sWnYqYpVnZqZrVnWoTlYqTlVmPiQjPiRjWnNf|IayOgPiWoVnYq\t]uZrYpZrXpZrXpRkVn[sZrq{ĪŮƤƫŨ{vstuqrrqskmh}nnljnmjg~f|f~g~khjiljhg~e|e}nqig}if~jf}\t_v^t\rVmUmYo[r]s`w^uawbydze{`v^vWnXqPg{Tl~OgzQh|JbuMeyUnSlOg{HavH`vKdyIbwIawE^sG_sBZo>SfAUg?Tf@UgC\qAUg=Vl?Ug>Wm?XmSe>Wm@Xm>WmF^sMfzJbwC[pC\rE^sF_t@XmE^sBZnAZnUj>Wl?Vk>Vl>VlAYnUi;Oa>Ui@WkBZnWmC\qSfB[q>Wl>Se;Oa:Oa6J\:Oa8M_7K]:O`8M_;Oa=Rd9N_4I[6J\4HZ9N_6J[Vl8Pe:M_;Rf8L^=Uhsmnmnnrlgkjhmnppmuqrpmnhljje{ax`wYpYpYpYpVmRjWnTkOg~\s]tczcz[s`x[rYp]uUm[rVmYq^u]t_wZrZrYq\t]u]t[s^v]uayZrYqRkUm[sZrSkUmQjOf}RkRkRjSlOg}WnUmYqXpVnXpXp[s_w[sWo`xVn\tg}~{ß{}y|wsropnf}krosloqjg}dzczxsf}ke|f}g}iid|e{iczjikljh~j\t[sYqSj~UnRj~Tk|UlXnaxYpWn[r^ucy^vYp\sUlSk}Qi|Ph|Pj~OfzMeyLdyNfzLdxIbvB[oLeyD]rHavIbwMeyE]rD^sGavB[pBZoD^sF^s>XmAVhF^sWmC[p@Ym=Wl@XmC\rHav?Wl@XmD]r?Wl>SeSe8M_:N`3HZ4IZ7L]7L^9N`6J\6K\Ui:Rg:Qg8Pe8PeXmB[pWlC[pAZnC\qC\pE^rBZo>Tf@XmE^sC[pB[p?XlSe>Se8L^8L_8L^;Oa4IZ0EW4I[2GX>Rd>Rd8L^3HY2GYUi9L^8Qe=Th9M_tqqrolnonnhkhnptrqppqtninklczi`waw^uax^uTlPhWnRi\sYo[r`wbzbz[s_vVnXoXoZrZqYp\u_v`w^v[r\t[t_vb{c{az^vZrUmZqYpTlZrSl[tYpSlRjQhWoXoOhNg}VnZrTmXoXpSkXp[s_w_v\u\uXp[t_w~x~|z|xuyy~zvohd{lg~ojlklczf}f}ax`whjhbz_wjif}cz_whkf|f|bz`xlmje{]u`w]vYpVmSj}Uk~Vn^u\s[s^v]ud{Xq^vXoSj~TlWoYqSmPh|Qi}Og{Nh{Mf{B[pHbxKdyKdzKdzKdzGauD]rHbwGauF_uMe{LdyJcyA[oAZnAUhB[o>Wm>Wm@TgB[o>Wm=Vl?Tf;QcWmAZnB[oAYn=Rd>Wm:Ob=Se6K]7L^:Oa9N`7L^4HZ3GY2GX4HZUj;Oa9QgUi;Sg:Rg8L^=Ui7K\;Oat|qrmrnoiiilmqlpoonqqtqlmnkof}`x^u[r^v]tYqSkTkUlWo[ray[rby\s[rXpXpZr\s]tYqWo[r_w_xayZr\t^w^v\s`xe}ay^uXp[sXpWnRjWoWoRjWoWoZrRkYrWoVnQjTmXqXqWnXp\tYr^uWpXp[sWpXqVoz|w}v}yzt|~zywpmlmiknljkf}jkkbzd|hlmg~e~e~g~hc{byf~jg~f~g~g~f|`y^v[s]uVoXo[sZrRh{SkVo]tby]vaxZr_w]t\sSkSkSlSlSkQh}JcxLdyIbxJdyMezMfzJcyIavHav?XnHbwNg|F^sJdxF^sJcxJdyD^rB[o>WmAViC\q>Wm=Wl=Wk@Xm=Wl@Xm?Tf?TfWmAZn=RdVjYn?Yo@Zo@ZoE]r>Wm9Na=Vl>Se>Se@UhSe?Tg@Yn=Rd@Uh>Sf>Se4I[6K^=Rd8L_5J[2GY4IZ7L_1FX2GY4I[9N`0FX8L_>Sf8N`7L^.CT2GZ;Oa:Na1FX4I[7L^7L^:Sh:NaVk>Uj@XmCZo>Vk?WkD[qAYm>Uj;Si9M`9M`9Rh>Uj:ShUj?Wl;Sh>Ti8L_XnAZoAZoSe;Pb>Se=VlWm9Na:Oa6K]=RdB[o>Re@Uh@Yn8M`7L_8M`6J\>SeUj>RdUjD[oAZoE]q@Xl;Sh=Pb;Na;Sh>Uj:Sh=Ti@Xm>Uj>Vk9Rg9Rg=Th;Sh>Ui7J\9L`=Qcvnux}rrsssspqplsxwyxtnsldzf~kjgf}e{_v^vayYpXpWnQhWoXp]u[sYrWoZqYp^vWobz]u^vaze}azbz]u[sVm_wd|_w\t[s`yZs]uZsYrc{\tZrTlRkRj]uRjXpPjTlNe}SlRlQkSl]uWp]tVoVpOhRjRjZsWq]vd{w~{zz}}|{}ytr~zz|pnnlnnmlf}orihjjihlbzayg~g~lihe}d}d{b{`x^vWp`y_w_wZqXpZrVnWpazXrXrWpWpWpQh~UmVnNf{H`tPh}Qk~RkQjSlIbwF^sIcyC]rC\qHbxMezKezD]rH`uKdyKdyJdzF_uC\qF^sF_tAVjAVhE]sE^t?TfC\q;Pc=ReWm?Tf?Tf=Vl@Ug=Vl@Tg@Tf6K]9N`9N`Vk@Wl=Uj>Uj:N`8K]8K]Sf>Se9N`Sf:Oa4I[0EX3HZ3GZ4IZ4IZ7L_=Rd;Oa?Se>Re=Vk;Oa>RdUjC[pC[pC\r;SiUj@XlAXmXnAViB[p=ReAVi6L^6J]?Ug>Tf@Ug=Vm@Yn>XmTf>Re@Ug6K]>XnSe>Wm;Pc>Se>Wm=Vl;Pb6K]6L]5I\/DV/EW1FX6K]6K]6L^ReE^t>Vl>Wl>Qd?Se>Vl?Wl?WlQe@Xm=UkAYn=Uk?Wm>Vl>Rd=PcBYnRfWmAZp@Vi>Sf?Sg@Tg>Sf;Qc:PbB[p>Sf=Vl=Qd=Qd>XnSf5I\1GY7L^6J]:Oa:Oa7L_;QcRe@YmAYnAYoD\q@Xm@Ym=Vk?Re@Ym@Xm>VkG`uD[qBZqG_s>VjBZpE\q?Vk?Re?Re@Xmsxy}mjnnosqnp~szwuvrwqjskolbzf}ayf~ay_w^vd{bz_v_way[s\se}ay_w`xay]uYqby`xbzff~if~f~kkie~e~g_xYqXpSmYqTmQiPiXqNgUnTnWoTlUnUnPiPhVoRjYqYqRjRkYrVpXqUnYrUoYr[s_xowzz{uy}~{y}}xwxywz||tw{qtoimd}hkimkqlnd}c}e}j]vay`x_y]v]vbzb{e~i_x[tYr`x_xUnVoVoYqYrRjTmOg|YqTkVnTmSkUnNh|IavLeyRjOh}MfzQjJcyLf|F_sHavNg|IbxKe{Pi~Ng}E^sF_tHawMf{Mf{IcyHaxGawF`tHawHawE^s@Zq@ZpH`uHav@ThD\q@UiB[q?SfWm>XmB[q>XmSf@Yo@UhXm@YnE^r?Tg>Sf>Re6K^8L_6K^Wm?Sf>Wl>Re?Sf@Xm8M`9Na?Re;Ti;Ti:OaQe@XlE\q;TiBZp?Wk=QcRe@Uh;Qc;Pb>Re@TgWm:OaReVj?Vk?Wk@XlBZpD]rF^tCZpAYnD]rF^sF]sG^sJavE\rvuxwvumnlpvtoustu~zzttvwvulghay`x`wd|g~e}e}^v`xay`wjgbz]u_w\sZr^v_vb{axiihe~hgoie~bzc|ay_w_xZrYqYqNg~TmPiLe~SlTmSkSl\uUoVo\vUnVo\uSmTmRkOgUnWpTmXrYs_w`yWp_xvx{|xyyx~{|}w||~yxy}|~}{}ysvojkokjd}jllge}e~e~e~b{`y^xYrUn\v^xZuTm]v\uYr[uYsUnOi~VoUoUoTmRkNh~VpPj~UnUmVoPh~RjRkOi~Mg|Oh}KezE^sMf{KdyKe{KdxNh}JdzG`vE^tJdzE^tB\qIbwD]sLezMg|HawC\rIbwC\rD\rB[q@ZpF_uD\sC\qC[qD]sF_vAZpC\qB[pC\q?YoAZoF_u@Tg@Tg?Tf>Xm@Uh:Ob>SfAViSe>Vm=Qd5J\7L^8L^Re@Tf@Tf=UlI`vBZn?WlAYn;Tj>Re?WlD\qAXmCZoBYmI`vG_uG_vG_v?VlE]tD\pCZnrvxsrprnqnssqustvwzwuzzwrwqohf~ibzlhd|gg~e}f~ggf~i]t[r^uZr`yb{_wazb{iayd|e}hib{a{e}gb{az^v^vZsZr[tYrQjOiSkOhQiVoTmWqWpSlTmYrVpSl]vSlWoRjYrSlSlVp_x`yYs]u\tvsv}t|x{~z|{vv{}||w~~}z~twpjhkkjle~jgjf~jd}_x[ue~b{ay_xZs\vXrXq^xWq`yYrWqWoXqXrSkPi~UmVnXqSlUnNi}Ni}RlMf|Pi}Ng|SlRkOi}LezMf{HawJcyG`vMf{KdyJd{HbxMf{F`uG`vE^sF_uB[rC]rD]rF`uHawD]rC\rC\r@YpF_tE^sG`wE]rAViAVi>TgA[qD\r@Zp@YpAViAVi=Re=Re=Re;Oc>Xn?YoXn=Qd@Yn=Wl=Re?Xn=WmB[qD]rF`uB[q=Xm@Yn>Tf5K]4J\6L_:Ob:Oa=Qd8M`9O`:Oa=Re>Sf;Ob4I\6K^B[p?TgCZpBYo=Uk?SfAYn@XmCZpCZpC[pSf=Re?Xn@Uh@Tg>Xn=ReA[o=WmXn>Re4I\8M`9Oa7K^>Se5I\7K^9Na?Xn=Vm;Ob:Ob9N`A[oA[oF_uC\r@Yn@XnBZo?Re>Re=Uk=UkC\rAZn>Wm>VlRe@ViRe>Xn=Wm>Sf?Yn?Tf>Re;Qc;Pc;Qc9Ob>Se>Se5I\:Ob?Sf?Sf@Tg@Tg:ObC\rRe>VmAYnAYn=Ul@Wm=Pd?ReD\pKcxH_vG_vI`uMeyF^uF]sD\pI`uC[pAZnwznromssxosqqryzuwrjvsrnjmsihslmmmjf}]u`x^vZs_wb{^vd}gmiigjihd|d}_wc}^v^ve}c|`xgb{]v\t`y]uTnZsXqWq]vYsaz^vb{`x_x[t\uazc}gd}f~`y]vb|`yc|d}haz^v{vwtz}xu}xowx}zzz~}~|zy~zzw{rrmora{c|he~c}ih`y_xaz`zgl[v_ye}azXrZu_y`y`z\uVoWoTlVnQlOj~UoUnOiNi~Lf|E`uNh}LfzIbwKezLdzSlF`vPj~RkSlHawMg}QjQjNiMg}KezNh}Oi~IbyG`uF`uHawIbxB\rMg}HaxF`uB\sF`uB\sB\rCXk?Uh=SfC\rCXlE_tAViAViD^sBViAViSg9NaTfAVi>Sf;Pc9M`6K^?Tg?Tg;Pb9NaReCZpRe?SfAYoC[qAYnC\r?WmD]sAXnAXnG`vMdyMdzKbxI`vKcxF^sC[pH`u?Wl?Wltynnstuqwrnuqu}|z{wxwyrtuolqolkqpnmkfd}g^vZr]v_xZs`xc{e~pninmd}d}hc{d}g_xfeibz`y_xXqYr_x\uTn_x\u^x]v`y`y[u[t_y\ubz`yaz]vd}ghe~bz\u\vd}`yaybz[urz{x{ttru~}zzyqxt{|u||yvwzxyztujnkgmgjjkg^yd~c{hjfc{^y]w\w[uZu_yWqazZvVnVoUnVoPjQkOh~TnNh}Oi}PiGawHbxKdyF`wE^uKdzNf|KeyPi~QjJdzFavQkLf}PjTnPjIdzIcxHbxHbxKe{HcyKe|Mg~HcyLe|Lf|E^tDYmA[rBXkDZmF`uAViDYlCYl?Uh?Uh>Sf?UhC\r?UhDYlAZqAViB[r>Sf:ObSg>Sf>Tg7M`Se:Ob?TgAViAVi@ZoF`uE^s>XnSfF`uWnF]s@Xn=Vl@XnE]sGawD[qLdyG_uKcyE]sIbxF_vD\sCZoCZp>WmBZot|x{ttvzxwx~{x|yxxvz}zrpujnsoiiljpkhiig_w_v_way`xffiiqjkjiiilighe~lh^u_x\t_wd}`y_xZs\tWq^waz`yVpaza{^v^vc|az`ye~b{d}e~`yZtYs[tb|_x_x^w`zpwx{yuz|x~|}~{~vstvvuvtv{xurx{|vyzvsqjkssonilmid}hlogc~d}e`zZt[v]w_xWrTmSlTnWqXrOi~KdyKcyLf{QkOiKf{E`uJcxGawJcxKezMg}KezKdyMi~UmTnIbxJd{TmTmQjSlQjJcxPiKe{Oi~JdzIbxRkE_tB\sHawDZmG`vDZm@UiA\sCXlDYlBWjBXkDYl=Rf:Oc>Tg@UiAVi>SfAVi>Sf?Tg7L_6L_5J^SfAViAWj@UiAViSfAUiRe?Rf=UlG_tAThC\qD^tH`wF^tE^tE]sJavH`vD\rG_tF^sBZoG_usxy{xwwzzxzy||rvyztzvztwomoqtlhhgmhngd~ijke~hd|czggklsokd|lmihd}ond{ie~Zsd|Yrc{d}bzbzYrd}^w_xZt`y\u`yYs]wazf`zd|gd}d}azb{\vYtaz^x`z]wYt`zc}vrz}~z{x~~zqlnopompyyytruxxqxyyrnolltjnkllknktkekhe}d|ZtYu^ybz\vRlVoYtVpXrQkKezLezJdzGbxLf{F]oMg|IcxLezLdzLdzOiTnMg|WpSnOkNhMg~NhOi~SmUoMg}SmNiJdzNiJdyIcyNg}DYnB\sAWjB\r?UhC^tB\sB\sCYmB]s@Vi;Qd=Rf>Tg7M`7L_;Pd;Pd:Oc7M`9Nc5J]8Na7L`8Nb4J]7L_>Sg=ReAVi?Th7L_9Nb:Oc>Sf=ReBXkRe?SfAUh=QdC[q@Tg>ReBYoJcyBZpC\rF^tD]sF^tD]tD]sF^tHawBZopowyttt{xzzzvsuuspoyuvwrrosunnomlohf~kieheghfe}d{opnoke~ijd|jjooid}`ybzc{]v]vc{faz_x_xaz`yYr]vd|azd}hffd~e~hb{d|^wd}c|Xraz]v^wYr^x_y_yomv}xvt{xorlkjlgmqyxy{vw{uzxqztshmjgomkillllohd~eklZtYqVp`z_y[v[vNjYqSnXrNiNh}H_rOiHcyMg|I`qGaxIcxNf|Og}LfzOkOiSmTnUnQkLf{HcxMg~Le{LezRlMg}JdzMg}GawE_uOiF`vIbxE_uEZnBWkAWjAWjCYm@ViBYlCYmE_tDYmAWj;Qd=Re6L_:Oc8Nb>Sf8Na>Sf7M`Se5J]7L_7K^5J]Se?Sf>Re:Nb9NaAYo@YoBZpD\rC[q?SfAUhH`uG_uMdzD\rJbwIawD\qE^sqmqxnssx}{u}vuwywqqz{zxuzltjmsoorpjijkihc|fhjjnmoopfff~je~mjfkfe~gj`y^v^vazb{_x^vd}gf[uh^x`y]vc|d}himfb|b{d}e~b{b|_xe~\u]v^xaz[uinxyttu|}~}}vlokg~f~g~hfnn}yxsuvvw}yuvqglhjlikglkihjee~gee_z]xWr^x`z\uYsNiRmRmOhJdyIcyNh}OiSlH_rG^qLf{G^pQjPjOjQlRjSnOjPjPiJezGawPjLf|Mg|RlRlQjRkF`uIcyGawIbxHbxF_uB]tCYlBWk?UiCXl:QdAWjAWjF_uE^tDYlDZm:Pc;Qd8Na8M`:Pc5J^:Pc9Ob6K_6L^1G[Sg>Sg=Rf;Qd;Qd:Ob8M`=Rf9Na6K^6K^2G[=Rf?Ti?ThAViBWi:Ob:QcRfAZoF_uC[qE]rE]r@ThE]sF^tIawMezLdyNf{Me{IbwKcyhjpomssr~zv~wxvu}uolout~zrqrpmnjqqlnmqjhfike}ihrnqnrjne~jhkof~mkc|b{d}d}b{ayaz`yd}d}\ue~azb{b{geb{^ve^ve~`yifb|d}c|d}d}^x[uVp\uaz\v`z]wayow|vsvyx{}|ywv{oigif~d}e~g~nrxx~srxuxyursrjikgihlhknc|igkmjhgeYt^x]w^x^xXsVoRmVqRkRkOjGbxKezNiH^rH^qFavGbwNh}Mg|RkQkNiSnSnMh}PkLg|IdzQjMg|HbwJdyIcyMg~MhHbwLf{GawId{F_uAWj?Ui@ViBXkCXlB]tD^uB]sDZmC]tF_u=Rf:Pc:Pc5J^8Na7M_9Na;Qd7M`5J^:Pc;Qd:Pc8M`>Th@Ui=Rf>Sh9Na>Sg9Ob=Rg9Na9Ma8M`7L_1FZ4I]:Ob5J^9NaAVi>Sg:Qc5J^;Qd:Qd:Pc:Ob>Sg:Ob6K^9Na7L_5J^3H\4I]3G[:Na4H\6J^8L_;Pc@Yo>ReAUiXn?XnB[p?Xn?XoB[p?XoD\rHaxG_uG`wOg}Ph}HawIawIawtoomqvysyvysv~y|sqtkorwtxtqrolpqtotnqnrooprkonrpoinjmmlmofoe~c|lf_x]v]vgmb{azie~c|fc|ic}hg^waze~ld}gc|fj[uc}e~_xWqYrVp_xYs^xa{a{otuyouyx{wz||}x~|wjhgd|kkmltwyuuyu{xssonmmklmkmmslpllrmjc}b|c{\w_zc{\xc|ZuWqVnTmRmOjLe|HcyKcyGbxOh~PjKd{Ke{JcyMg|Ni~RlTnWqRlSmMiMh}NiGawLf|HbwJczGawJczG]pJdzJczEZoD_vIcyHbw>SfDZnCXmBXlBWlIcyGawDYmGawE_uBWk@VjSe>Re=Qd?Tg;Oc:Ob?Tg;Oc>Tf;Oc?Tg?Xo>Sf>Sg@Uh?TgF^tF_uHaxF^sG_tMe|JcyG_uttvnmvqrounux{zzvvnvxwxoqsrmmknlgoroqvlkmlnnpooqomkuomlgjghilbzd|^wb{d}jfhgkpjfkhe~kl]vb{fijfigi]vazd}az[uZtZt`ye[vioqqoqrqx|vz{|}w}s}|zz}x||she|mnjpnoquwsyz{srkqprliqhkltqnsxrllc~a{\wd~a{[v`y_xVpXsPlTnOjOi~Kf|OiJcyKezMhRlVoMg|Pj~PjQlOj~Nh}VqMh~TnLf|NiGbwF`vD[nIcyE`vC^vHbxHbxIcyC]uHbwIcxMh~D_vF\pB]uD^vA\tDZnIcyKdzF`vHczE_v?Ui8Na:Od6L_6L_4EU4J]8Na@Ui7Na>Sg:Oc:Oc8Na2H\6L`2H\3H\7M`CYl;Pd=Rf>Sh2G[5K^8Na9Ob4J]4I]4J]:Ob9Oa4I\=Rf5K^6L_8Oa9ObRfC\q@ShD\sD\sIbxJczH`vHaxxvrxx{wxwlstt~vw{vsrqrtrlurmqmspifjrpliqe~irotsuikmnmogkifgibzbzbzd|khbzhligjljihd}azhfifimnmfge~aze~`y[uc|^w^x`za{fhkrstpnmq{vuyy}us}w|wx~}~vv|ypoimrijopstuxytzwtutonmprjkimqxzzvroi`{d}Ys]x`{\x`ya{\vXr]yUoOiQlIbxH]qHbxQlVoRm]vNh}PkPkVoUoLh~UoSmNh~Nh~OiKf}IcyMg}JdzE\oC^vIcyLf|MhQkSmLf|OiMhIcyE\oCYlBYlD[nLf|Lf}HbwIczAWk@Ui:OdAVi6M`9Ob:Oc2G[6L_?Th;Qe8Na6M`4J]0FZ1GZ3DS1G[Qe;Oc9Na>RfB[pF^uC\rG_vE^uG`wJczwvstwyz{rrw|y{|rrptxttopsupoumnsjrqppmkkqoippusmkngpqjlimoe~hbzc}gih_xklmoplmhjgkl`yb}ikopnhmjne~b|]wb|^xd~`za{hejorvppruqwtxtx~uryoy|{}vwyrqpkwqb{glmvux{ys}wtrjoopnjjjo{|uzwple^z]y^y]xb}^yc~`{WpWpWqUpPjMg~Le|Gbx[uWpYt\wXrQlPlUnTpOkUpLg~Ke|Kg~Kg~Kf~NiPkOjHbyJd{Mg~NiPkPjToMhQkJdzJd|EZoD^uD_vDYmEZnIczFavA\sB\sC]t=Sf;Qe>Th8Nb3H\5K_=Sf@UiTg8Ma9ObDYm;Qd4I]4J^2G[1FZ@Th?Tg>Tg8M`6K_7L`;PcAVi>TfSf4H\:Ob9Nb;PbTh5J^8Ma4J^8Nb6K_AWj;Qe:Nb;Qe5J^8MaSg9Ob=Sg7N`6L`4K^1G[9Ob5K_6M`9Pb9Ob:Pc=Rf;Pd@Ui>Sh=Rf:Pc9Ob=Rf=Rf:Ob:ObUg1G[4J^?Uh@Vi>TgB\t@Vi:Pd:Pd?Tg>Sg;PdSgD\sCVk@UhBVj@YqDWlDWkPg~IczIbxzxw|x||xwuolqpqtkgogme}kjomiggbzipqpvxxvustrrtowvosmlsrusyrrogfe}ghe}ge}e~ge~c|hhlgrvxqxqvwoujggggkgb{emphsrvtigswwsuqxy}}uvsimk{}sxzyslrpruupvz{zrx{{zx~zu|s{uifofdfnglhhd}_z]x^x^x^xb|^yb|^y_zZvWrRlSmWqOjRm[uSnPjMg~OiGcyFbyKg|PlMg~IdzH_sIezIdzPkJf|Lg}D[oMh~Nh~FbxHcyJe{Je{Lg}Mg~JdzJe{F]qD_wF\pLf|E`xE[pF\qAWk>Th>ThBWlTg@ViBWk8Nb?Uh>Uh@Vi5K_9Pc;Rf9Pc5K_3J]8Nb9Oc6L`7Ma7M`5K_=RfCXl;Qe:Pd?UhBWk4J^9Oc6L`5J^6L`>Tg?Uh?Uh=SfJ^oM_qTfv`q=Pc2FZ1EY3G[2FZ8Ma3DU1EY3H\>Sf6K_9Nb;Pd3H\8L`7K_6J^8MaRfDWk=RfAViD]sAZrD\sF_vOg}G`xJdzNf||{{t||zywqolpomjfoohhe~iqpkqmlomkqvzyzxtuuwrqpruulnqqtrrvruiofjloorhja|`znmmhjptoqy~~{qpd~hglolnfnllmlwsrhdlwu{xyvw|{|yquwuw|y|wwpwzvvtwsuqupp{uvtv}}yuxsvpnlnmhdnjoijia}_z^yb|b|c~c}^ye`{^yZs[uTnWpTnQmUoToSnUoOjNiJd{Mh~Je|PlQmKf}Kf}MiLg~H^sLhJf}GbyKe|NiJe|LhE_wIbyKe|GaxIczE_wIczFayIcyBXmG]qCZnCYmE\o@Vk@VjE[oDZn:Pd6K_Ui=ThTh=Tg;Qe7Ma:Pd1H[4J]8Nb8Nb7L`5J^8Oc:Pd8Nb:Pd@VjCYm?UiBXl=Rf;Qe?Ui=Sg9Ob8NbUh@WjTh@VjUi6L`:Pd;Qe>Th;Qe>Th?Vi@Wj?UiBXl:QdRfAUiDXlG`wDXlJbyJbyD]tJbywro}x{zpqqlfhe~ffd}mjqgd}njkhjqlihifngjnomsyw{uyuoq~tu{nnvvngkpt}|oijgfnonokkktxvrrtttrid}hhnqjkvqq}uy|}{wsvzs||txruqptv}xwuw||suywvwsnowytuwvzwsprxy{yw{yrxx}xlpinnga}gdb}jc~^y_{b}^za|^yXsZuXs\wWqRnPkPkPkNiUoNiLg~PkNjGc{Gc{MhNjFbyFczOjJf|GczId{H_sId{E\pEaxMh~E[pE\pF]qBXlE[pE[pLf}Kf|Hby?UjBXl>Ti?Ui?Ui;QfEZoDZnBXmDZn=SgE[o?Uj@VjBXm>Th@Wj=Th5K_BXm;Qe=Sg3I]8Nb9OcThDZnGax@Vj@VjF\pF\pEZn>SgRfar:NbAVj@ThF_vB\sE]tD]sE]tD\sJbyMg~KczHayntvrtsosurnimmknd}mmjjd}`ye~mekmielmkgd}ilsnsv{~v{tqtwsw~vxtkpnjrrz}tqnrlpkkmmikqqottvovod~d~honqpnputuyr}|ttzsvuwowsqsmpqtwwvvv|uwxwtnvqruqpuyzwtsu|v}zztwquyvvpjnle^yYtYta}hc~`{]x[w]y_zUpYtWqZuXsVpQlPkOkKf}QlSnOjPkRnHd|FbzPlGc{Jf|Lh~Kf}Lg~Gc{Id{H_sJe{F]qG]qE`xH^sD[oF]qBXnBXnCZnEaxHczJe{F\pBYn>Ti8NcThAWkCYnDZnCYnDZnG]qCYnAWkBXm=Sh:Pe8Nb8NbTg6L`;Qf8Nb=Sg8Nb7Na:Pd8OcThBXmAWkF\pDYnE[oDYnBXmF\pD_wBXmDZn@Uj9Oc3H\7MaTeu9M`3EW8M`AUh:PcN`r]oRgBVj=QeDXmBZrF_vC\tBWkB\sAUjH`wB[sF^uJbypqoztwtttlkkpgfhkijnnbzd}if~hone~mmipiipnkwtq~|uwxqpwsx}puomrqhlr|~sjjjpnkgikkrsssssuznqne~kptsqntzx{|wy{{szruyvrtponwxs|}tuvwuywvuyuqrqnwwsvzuyp|}~|~~u{wywxuvokomf[v[v`{kj`{b}d^yf]yZuRnXsVq[vToToWqNiLg~NiQlXsQlVqNiIe}NiNjJe|Lg~I`tGbzId{Kf}FbzNjOjJd{I`tF\qDZnBXmE\pCZnI_sId{EayNhIbzAXl;QfThCYmAWkCYmCYmF\qD[oH^rG]qAWk@Vj;Rf4GX9OcBYl?Uj7Mb8NbThCYm>UiD[nE\oGbxE_wF\pCXl:PdDZnD_vAVjG\p=Rf;Pd5K`5K_]n~=Qd5J^:L[eu3I\du;Pc6K_3I]Zl|hwBTgfvK]pAUfaqJ]oK_q>Sf3H\7La6J_4I]=RfCWkAUiAUiDXl=Qe?SgDXlBVjBVjAUiDXlD\sHawG`wpruzywqvqlmilljmnlazhjd}e~c|ijolimnpigmnksvpru{rromsxwt|wxtsoqlrtu}yzvtqmtklgjhipsmwptromhhipnmmlnszv{~sy{u{wysxsqwrrwqruznt{soxvutrwtlrkwtsv{xyzxz}}rwvz{~sprmhfb~`|Vr[v_{f`|dc~^x_zWrXsYtYtUpRmVpPkPkLgRnToToXsVqLg~Kf}Kg~MhOjLg~Je|NiJe|NiNiFbzHd|NiI`tH^rCZn>TjDZoE\pE[pFbyI_tG]rIczJd{BXmCYmBXm@Wl;RgTi=SgRhAZr@Uj=RgBVkBVkE]t?ShCWlF_uG`wJbyG_vHaw{{|pvrwvxe}jljgine~c|kb{ke~`zc|c{gohgkd}ijb{kfktnswpytvnsqstmvrqnqusqzzzz|tvszvoic}`{ea{klsqrstrimqqrtwwvsus{yuwusvt{uxwwzwuuoxvx|xpvp{tss}ursvlqwrwwywuv|x~~xvroqrupoa}j^{[w[v_{b~]zb~^{fg`{[vYtZuUpRnQlMhQlRmOkUo[v[vYtPlNiQlLg~Ie}KawKawI`uNkHc{PkJe{MiKf}Kf}Gb{Gb{H_tE\qCZoE\qF\rGb{EazEayKf}H_tF\qEazCZn>UiBYm;QeD[oBYm?VjUi9Oc9Oc:Pd6K_9OcCZnBYm?VjE[pBXlF\p@VjTi?Ui=SgJ]o\m}8Nb5J^_oTfwH\oj{arjzL_qAUhet7GW9Nb?Th;Pd:Oc@Vj9Nb8Ma5J^>Sg8L`AWkBXlAVjEYn;OcBWkF_v>ShA[s=RgD]tE^vIayNf}Iayxwsqrqnojje}ilhayg`yb{`yhhd|]ve~fjshiazhc|e~inflpnoovtmomkprstuvxtswrrwuxysjtsjj_yh`z^ygjltlrvtrppjsqystow{umoptotrtxvwqr|tsvuus|truvzprywpswqvtupowwtsz{~~rumumpqpjhfi_zb~^zZub~a|hpa|]xYt^y\x\xWrOjIf~LhRmQlRnUqRmSoRmLhNjG_tIauG_sIf~Ie}Kg~Fc{MhIe{G_sFbzGd{G_sF^rFbz?VjCZnCZnD[oE\pIauG^sH_sI`tFczF\p?Uj9OeAWkBXmF\qF[pF\qCYmCYnI`tF]q?Uj?Uj;Qf=Sh7IZ6La5GY3FX7Lb=Sh@Vj?Uj;Qf=Sh;Qf=Sh;Qf:Pe7Mb:OdBXlE[oDZnBWlAWkAWk@VjCYm:OeBWlBXlAVjF[oAVj>RgRcv7La3H]K^p]m~Rg>RgE^uC\sC\tF^uKd{Lf~Le}RjNg~wvtvnlnqif~gijghbzibze~ay`xayd}d|md}jd}e~gnihhhghmgjrtrjqmjhmktxupwytptyvxqypvmknib{`zb{^y_yhnnnrxvsquppjyvqwwusmosskopwpsjssnolxy|wtvzsrrsqsw~spxtuuzvovurqzz{}zzw}xuqklkfmvfjg`{e`|b~a{\wckf]y_{^za}\wUqRnHe}MiOjIf~KcwHd}XsRnKg~MiLhOjMiLhLhNjKf}NjH`tH`tCYmH_sF\pBYmF]q=TiF^rAWkF]pE\oE[oCYnH`tGd|Ie|FczFbzDZnAWlBXm;QfBXmG^sG^rAWkF\pG_sFc{FazCYn9OdRh?Ti7La6K`2EU3H]2EU1DT6K`7La6J_3H]:Od=Rg;PeCWkUjCYnTiGb{Gb{E[qDZpCYnFazFazLf~?UjAWlAWl=Si=Sh8Oc9Pd7Nb6MaG]r?Uj6Ma6Ma6Ma;Rf?Uj=Sh;RfAWlDZoBWlBXmHayF[q>Sh5K_Si@UjDYnBWlSi5K_9Oc8Nb:Pd;Qf:Pc=Sg2G[5K_2H\1DT3FV5K_9Oc:Pd8Na=Rf6K_;Pd:OcAUjC]uG_wF^vG_wC\uD]uC\uG_wF^wH`xB[tB[tE]uFYoI`yOhsvzsjrnhjjjmigc{d}e~[t`yed|b{Yrhd}fikfgid~iejjkmpikqrrgkopnkrrqosookoyvuzutkikd~^y]w]wa{imslsonunqsrorsrnstsxpv|ptqspoqrpjmksvpywx{{w}zzytv{y|wzy{yu~yrw|xz}y~y|r{rqojmmsmgkpda|c_{_zZvef`{cb}_z_{WrSnPkNiNiMiOjIavLgJbwMhPkMhNiOjJfIe~MhPkNiId}Lg~Hd}I`tJauG^r=UiAYlCZnBZnD\pF]qBZnH`tH_tIauLgIauNhFczIauGc{AXlD[oFc{H`sG^rH_sG^rE\pGc{Hd|G^r?VjE[pUi@WkI_tD`xJd|Jd|>Ti?Vj>Ti?VjBYm;Qe9Od=Sg:OdUjTi>Ti@VkAWl>ShSh8Mb8Mb3H]9Nc4I^8Ma=Rf=Qf7K`3H]7K`2G\3H\:Nc7K`3DV6K`>Ti>Sh=QfB\u@Vk?TiCXnDYn@TjD]vBWlF_wDYoF_wHayEZoLe}D]v}rqpljkd}jsyiqigc|az[u`y`z_yic|f~fgnlnfffkmhlpkkgd}e~qfc}c}pohmtvlipmmtuz~|qnpc}egjlkhjelc}jlmsppnjov}}yr}prmuvtosxtzsqjolntnovo{s{{{yvu}{z}yyx{s|sutwwxx{wz}nlkjdejpjmca}]yXuRnTp[wa}b~^z`|WtZvYu[wVsUqUqPlPlHe}LcyH`vHe}LcyJgPlOkNjIf~JawRmSnXsUqLhIavG^sE\qIauG_sD[pH_tC[pBYnJbwAXnHe}Je}F]rBZo?VlG_tG^sH_tH`tD[pF]rNiFb{I`uH^tI`uD[pE\qDZpAXm?VkAXm=Sh=Sh@WlAXn7Mb>Uj>TiMatFZm7Mb=Sh7Mc4J_7HY;Qf?Vk>TiFb{D`yGbzAXmG]rF\qE`yH^sE[pCYn@VkBXmAWl@VkAWmF\q>Ti:NdRgUjAXmCZoG^tF]rH`uJbwJf}E]rCZoG_tE\rG_t?WkAXmE\qG^sH_tI`tJ`vFb{E\pTiI`uBYnBYnCZo>Tj=Sh>Ti>ShUjD[pF\rEazFazH^s@VkEazF\rAWmAWl@Vk?UkCYnF[p?UjCXn>Sh7La5J_@Vk;Pe=Rg4I^Sh;Oe7Ka;OdTiF\qG]rI_tBWmDZo@Vj>Ti:Qe;Sg8Oc2FV0CT.BS6Ma:Qe7JYTh7Ma3I]4J^1CT4I]3H\7L`7L`7L`5J^9Nc:Oc:Oc:Od7La4I]7K`GZpGZpH[qEYnCWlGZpH_xIayE]vGZpNf~tmnplc|kfjljlsf~]wZt\v\v[vhc}ionrkjk|surwus{uqpoihmonllqssw}vvyvs|~~~}w{zrliinhjjnmec~iovvyysqtuz|~y~{zumlttuy}ulnrokojospssrvy~|qwyx~|{~wwplppvpunxor~vtw}vtsoojdeed\ya}a}ZvSo^zZvSoYuQmQmSoRnUrXtVs[wJgQmQmNjMiJf~JawLcyI`vJbxMezKbxLhJgJgQnTpPmNjOkIf~JbwLcxKcxD[pI`uD[p?VkIauG^sH_tF^sIavF]rD[pG_sF]r@WlBYnC[oF]rG_tI`uHd}I`uF^sH_tD\q>Uj>Uj@WlG^sGc|KavJavJavH_tCZnAXm@Wl:Qf5L`7J\4GY4HZ4Ka6Mb8K]8Od9Pe?UjF\rDZoG]sFazLf~F\qE`yE[pG]rCYnCYnBXmE`yH^s:Pe>Ti>Sh?Ti>Sh;Pf?Uj?TiRh6K`6Ka:OdG\qCWmF[pCWmC]vG`xEZpH`xF_xHayNf~tppnmhiolollld}c|Yt\vZta{`zb|jqlliot|uwwrvxuqnsspiormmpqnqxwyorw{yv}{w|}svoorrjttppghnpzsnqtppxvv{uvrrlqvs{xlmniiqqkpumouqtxxusqpux~}tzsfsxtlrrjrupwqw|svqjdda}_{^z_{\xZwXtWsUqPlTpPg}MiOkQmUqSoPlUqQmKhMezJgKcyF]sE]rH_uMdzJgJavOjMdzPlMdyMdyRnQnQmPkMiJgJbwH`uH_tI`uJavF]r;RgD[pG^sH_tI`uE\pG^sAXm@WlD\pBZoJav?VkD[pCZoG^sD[pH_tH_tCZoGc{H_tD[pG]sG^tJawLgJavKbwIe}D[p=TiTiDZoAVk>SiAVkBWlShDXnDXnDXnD^wG[qF`yJb{IbzF_xNggltonjonklqopkh]x`z_x\vd~ijihsmlv|x{vxsxvvrmtlnsqsrxvs|tvpqqzryy~szyttptsprstwplntruwptovx{s|~tturoiqtsmmmqloonuxposvvt|srpoz~}{wkexwmostpqmqw{xstrnglcb~cdi`|UqNk[xOlSoOlQmTpTpPlSoUqVrUqPlNkLdyG^tG_tIavF^tKbxOkKhLhKgKbxMiPlJbwNjRoRnTqH`uH`uI`uG_tE]rJavE\qF]rCZoG_sMdyKgLcxG_tH_tBYnCZoH_tH_tJgG^s?VkF]sIauCZoF]rI`uE]rG^sE\qBYnLgJfMhIe~D[pI`tCZoLg@XlE\p@Wl=TiTiI^sFazH^s@Uk=ShUj@Wl?UkUj8K[Uj:PeUj@VkE\qDZoUjG]sBXnDZoDZpAWmDYoG]rBXnG]rG]rH^sAVkG\r>Ti>Tj>SiAVk@Uk@UjBWmBWlAVk9OdDYnEZoUj=Si=Ti>UjBYn;QfBYmBXm9OeF]rId|I_uG]r?Uk@VlH^sG\rFayCYnE[pDZo@VkDZoCYnTi8McCXm>SiAVk=RhAVl8Nc8Mc9NcAVk>Rh=Rh?Tj7LaShDZo@Vk;Pe:Od7La6La8Mc=RgBWlCWmEZo;Oe=RgFZpH]rCWmEYoH\rBWmD^wHayLd}EYoMe~Jc{Jb{I]slknlhkhikjd~okie~c}gilnifoppotvmsusjprsvvtgmsgonjilrtontvwo{zz}}~{{wz{uvwuqvmnovzrtyzvspsxpvuxsrjkovy{ywutxusq|szwxvru{vyprhlnqokmvprsrtttv{qsgdcb~^y]ya}`|XuSoRjNf{SoNkOlQh~NkLiPlMjPlOg}JcxLiLiPlKdyNf|MezNf|KcyG_tE]rKcxJgNe{NjPkLiQmRnRnPlMdyI`uJavD\pE\qE\qCZoAXmH_tJf~LcxKbw@WlBYnAXm>Ui>Uj@WlAXmCZoCZoAXm?Vk@XlE]rJawD\qKf~G_sJf~If~Kf~PlOjNiI`uG^sE\pH_tH_tGc{G]sCZnI`uD[p?Vj9PdTjDZp?TjG]rDZoDZoId{G]rF\qAWl>TiCYn=Rh8Nc=RgAVl?Uj9Nd;Qf?TjF[pDYnBXmG]r>Ti9Nc;Qf:Oe:Oe?Si>SiEYoG\rEZpH]sF[qF`yKc|G[qJb{HayDXnG\qFZoG\qE^wF_yH\rF_y \ No newline at end of file diff --git a/devel-docs/libgimp/libgimp-decl.txt b/devel-docs/libgimp/libgimp-decl.txt index 377147d865..b071738a06 100644 --- a/devel-docs/libgimp/libgimp-decl.txt +++ b/devel-docs/libgimp/libgimp-decl.txt @@ -5289,15 +5289,15 @@ GIOChannel *channel,gchar **data,gint count GIMP_MINOR_VERSION -#define GIMP_MINOR_VERSION (1) +#define GIMP_MINOR_VERSION (2) GIMP_MICRO_VERSION -#define GIMP_MICRO_VERSION (29) +#define GIMP_MICRO_VERSION (0) GIMP_VERSION -#define GIMP_VERSION "1.1.29" +#define GIMP_VERSION "1.2.0" GIMP_CHECK_VERSION diff --git a/docs/keybindings.txt b/docs/keybindings.txt index 99f66cd976..11cb7c2f31 100644 --- a/docs/keybindings.txt +++ b/docs/keybindings.txt @@ -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 diff --git a/etc/gimprc.win32 b/etc/gimprc.win32 index 06b904897d..547becb874 100644 --- a/etc/gimprc.win32 +++ b/etc/gimprc.win32 @@ -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 diff --git a/gimp_splash.ppm b/gimp_splash.ppm index 6b0f82a0a5..a305da20e9 100644 --- a/gimp_splash.ppm +++ b/gimp_splash.ppm @@ -1,3517 +1,772 @@ P6 # CREATOR: The GIMP's PNM Filter Version 1.0 -431 241 +300 325 255 -ÄÃ~|~{~~~~~|}s|~~~~~|jjdooinnjnnnlnrpqxmnnpojqrorrupospnsrrvlnlrqpvsvsrtssqllflmjnnnmmllmgjk_jl\efQmlZqqmnotiipihntpspjlxtxqqxps|mpvqrvsqtwsstrqtutrrrttrxutpnnrqqsssrrtpptutxrrvoorrrtponpplstptvutuwssvwxyqsrqssquvsuvvwzvvwtttuuvxxzvwxuwvtvtuvsvvurqrvtxrssqurtuuvvwtutrutqvwnvvmvtntrvwtssszz|zy}vuzvtzutyvw{tuyuuzyx~ttzttyuv{suzvx|uvyvtvvrtwuvrvrltonurqtuutxwrvpmmvvssvspussutssqvvrxwtxwvttvvwyquwtvusvuvxyrrqvsrvsuutvswyovwquwxywrtptvxuuwttvsruuuwuuvrtstvtvxrvyrnqpwv|yxrqwssvuvvtuuvwyrrusrvvuzyy|xxztsuutuvvvttutsvwu{tr|wvutvtvrrtqyxx{wv|wvwvvqpowvtvutzxyxxxxxvxvvvtuxwvuxtw|yy{||{{}{wxupxxwxyzuvwtvtx{xyzzyw}{x{y~z{{tut{z{zxz~zy|{y{{y|}{~}||wvtxws{xvwtsywwxww}|~yy{z{|tuvzz~zz|~vz{szx{~||yz~|}vvywxxwwvxxvyzuz}v|}{|~zy~~|~||{yywzzx}}{~~y{{t{zx~|~z{~zz~|~~}~|}|y|zz|zy}z{~{~~}~|~}~{}~z{}~||~{~z~~~~__Vfd^hfdfegefohhtfenffgfgceieehhfhiklndfbgibppnlikigfgfbgfbhhgggh\\Y\\X__VefYhg[oljihp`bmdgonkpngmpkrtrznpwnrvprtutvvrptrprrttsysrvrqspoppppqtvnrtrtxrsxnptppuqrtrrrrroqqnrtrrstsqvqquttvxz|tvzuw|wx}xxzvvxzz|vvxssuvwwttsstrxxvrrqxwyxx|txxvwy{z~|z}wvytvzsy~ov{sz{wywxxv{{|yy{ttxvvzttxyy~tt{|zwvutzvuzww|rtxrswuvzyy{vsx{x~zz|sxtuztuxuxxzwv|qqvzy|vvuxzxz~|vxwvvrzxuxxwvvxtuyvx}xy~wxzz|~svxz{y}|yywwxxysvytu{zxww{y{~xzzz~xw{|{zy|yy|vv|wx{xzxtwwy|zzzxzywx|wxzx{~wx|vv|tt|zzvxyy}yv{zw{xvzvuxyx}xwxvxu|zyzvxuxyxzwy}y{zz|sttyzxxxwxwxxxzxw{vtvvtu{yzzzzwxxyz~{{~yxy|zxzxvxx{vv|tvzw{}{||vtx{xzxyzx|~z{}utvzx|yvzxvzzx{yv|zx~uswtsswvtxvvyvx|xxvuvstttwvlpntxwrtxvv|prvtvxtvzsttttvvxzrrwrsxqqttttuuqvxpvwvxz|tvzxy|wwxrrprrpvvuttrqqkpqluvvuvvvvxrqwpowut{sqwtrvwvxuttsqqvtvssttuwstwrrtstuwxytvwqtuxy{xwwvtrvuqssppprllsss}qq{vv}tuxtwsstnsrmzvrwsqtsqpppqrtrrtrstoorrtwtwyqtxtu|qpvttwppruutvvtrrrtv|tu}nntsstuuvttwttzoouutyvuxxwwtuurps|uzzpw{pvzrvwssxtvspttrwyw~rpzvt~uu|ttwz|wvxsvvs||{vwvxxx{||xzxzzx|zz|vx}txz}{vyxvwzzxzzx|~tx{vw{|y~|x|}zzz{vvzty{{}~{{zzzzwzzx{|w}~t~~pyyp}}~~z~}~~}}~x|~rx~z{|~~~~~z|z~|~}~x~yypxvr{wxxuxwx~}vuxwtvxw|zwx{z|vyy~~}|~z||}}z}}zz}~|zzz{ooptsw~|~~}|||}}~~|~~~~~~}~~~~~~}~||{~|}~~~~~~~~{}~y~~||x}~~|~|yx|}}~~|~}{~~~~z|y|||||w{~}~{|}|{|zyx~{z|zz|{{{{|t|~q}~t}z~{z~z|ywyr|~u{|vwyw{|wx||~~z~~xzzzz}z{~~wyxvxsvyry{vzzw||zz{}ruwxzxwwxyx|xy}y|~vy{rvyvw|~~||~{{|}}}yx|z{xzzwyv{|{xw{vtxzyv|yrtsmttr|}|y|wuvottoyyxxx}xyuxy|xz}wx{||usyroxwt|yv~wszvsvsqpzyvwxtĈtt{tt}ruyqtvrttyv~vpv|vxxvvxyvrtsxx|xvz{}{wxwuswwtqpw{xvsvs{utwtwvx||vwyzz|wwz{{vx|uxzrvtsvtrtsvvwrrpsuswxztu}xxvu}vuzvxzqturuvwx}z}w{|pusvwtvttytxztzxtquslnoewwputvtrvtrtpno|{zwvxxv|vvwxwtvsqzxvwvrrslwxq||xxwtvvrxysyzu}z}zzx~zzuwt{t|s{||||~zy{xwuxwsyyu{zw|yy}z~~}{~|{~~~~{|xy||{~}|{y}yxy{||~}||yz|vr~zzy~~||~||{y~}~~~|{~zx~v|t||v}|wzxx}}|}||y}{y}yt~|wz{yxzxww|xx|wxzxyxzzz{x|}w|ysysqwuuzvvvxxvzxvxwyvvzwx~wz~uxyxwzywvyyqxzry|ywyz|zz|{|yyuvy|{}}y{}{|wwuxzuwxvxwv{z|yw|~|yxy|{z{z|~~||~~~~z{||}~~}}|}~{~}~{||x~{~~z}||}yz}}}}y~||~~}~|~}||zzu{t{zy|w}}}}}z|z||~yz}~}~~~{|~~~y~~~~~|~}yw}zxvz}}}|xĄuwy[\[Z]\VZ[X[[YYU^[Z]VWg_Xb\R]ZT[ZV\\[WWZ\Z^^\]\ZX\\YXXW_^e^Zf`[d[X]XXVV[RXVQ^ZY]\\XXWX[[\`^W\WWZVZ[Z]\[[ZWZZV]^XY[XZ[\XXZ]\^Z[\[\[XXWbbbYZY[\WVYR\_YWVT]XZ^W][TQ[WM\\L\^N\\S^\\^ZV^ZR^ZR\ZN`]U\YVa^[b_Z^ZVYVR\ZR]]UXXVZYY\\W^^U]^UZZUZYW\Z\]]^WX[`bfX\b\ad\``[^^[\^^^`[[V[[Ra`V`^S`^UbaZ\\W][X`\Xb]V^[W`^^]\X__^ebba\Z^ZTcbXb`Td`Pb^Sc_\ca`\\\]XXf]Xd[Ue^Xe`\`]Y_^\`_]]\Z^\\gbcd_^^ZVa_Z`]Ue]Qc\Na_R[\R[\U^`YWXP\]S`^U^ZOb\QdcV[\R_`\[[[`_bYYY^^\XVUc]^cZ\d[\`\_^\]_]X`]U\YRWVRXXZ`adZ\]YYXb^]^XPb^Q^]R^`[bb`b^[bZV_ZX^]\b]Z`\Z^]Z^^Yab]bb^dbac`b`^b]\\`^]a`_b`^bb^`a\ff```^aa`aac`^aa_bgcffbccc_fhbbd_efcdbbda`e`]hd`b_XddYef[ee_fdb`^^bb_db^d_`jbbiaahcbbb``ada`ec_`c^\lfegd`ba\^`]`d``cZefXb`Va`Xfd`fcdb\Zg_Xc`Xed_hede_ah`cd__gc^fb\_\Wch``e^_c]_a[de_ee`ba\`_\deaegbgd`he`edb^]]hfhdabidbfa\fb`fabgb^mh]nhahdafecab^efbggcjhcgc`hdbiebkf`ge^baZhhdhihgghghhdfcfieekjflifjjdefhhfllhijfmnkhhhiihgfchhbnodlkdmljljllinnjpqnqliimkhpojjjennjpmipkfogfumpqlqnlqppsmnrnnsqqtpqrpppnpnoqpprovxtlmhkjhpnoqnuqrunrtglllpljlfjkfoolpnmnllqpqppvpotrrorrponrqpvootooqppotqruqxzwwxvw~wxxutqsrpzzz~|{z|}}|{{|~|z|z}{}|~~||z|~zz|z{}~~x{zxz~~~~xx|z{~||~~~}|~~}ÅjnoPTNOTNNTPPSQRRNWTQXTS\VPWRB[VCXTJYURVTUQQTTRVSOPXUUSTRVVVVTYXQWUMOTNLVSLYQKZQQVOR[WXXVQTVNSVQTUPVVTVUSXURVSNUTMTUJRTHRTJUVOTVPTURONNVVXTTUWWTVVMXUOVSPZUTZTYUOP\WP][MVWHSSJZYUWSO\WKZVH]XHYUAXSD_ZQ\XS[WTXTQWTOUTLSTVWVZZZYWWRWXRWXRTTNWVPZXTVWSWWWXVZ\Y^ZZZXYXSVWWZ]TUXVVUXVP[XO[YN[YORRKYXT[XS]ZNZTF]WPZWQUVPZZV\XTYSO\VRXTM[UK_VHeZN^XQYXVUUT[YX\YUYTP\XTZXT^ZZ[X^UUUWWUZXW]YVZVR\ZUTUPXWN]XP[UOUSMRTLTVOSVNVVMXVLXTI\VLYWMXXOXXTVVSVTSVUTYXWXVVZUVZRT`WZ]X[WUXXVVZVPYTMXUOXWT[[ZXZTSTJZVP^UR`VR[TJZVQYVV[YW^YTZWRXXVZXUZVSZXT[ZW^^YXVQ[XT\XWXUVYWX\ZZZZYYXVZZXVUPYYRTSOXVSYXX[WX`Z[^XW\VS^\W\\VVWRZZV[VU\XV\XT]XT\XS[XR[ZSYZQZ[VVVSXWV\ZZYVZ]XX_ZV]XSZVRVURYYZWVVYSP_XRZTMZVO[ZVVWTXZV[[TZWN[XN\YR_[T^VO`UN\VMYXN^\Q[XO\VQZSP\WSXSLVTHWZNVXRUVRZZXZZW[ZUZXT]ZV\XU\ZV\WS\TR^XXXTT[XZZXW]ZX^ZV_ZV]XS^XP[VD\WI\WNZVPXVO^\V\ZVZXU\YT\YS^ZU^ZTZXQZWN^ZRa^X\YU`\ZZXV[ZV`a_Y_]V[XWZVXZVYZT[\U]]VZZUZ[VXXS\[T_]TYVM^ZQ_[W_Z[b]c\W^]X]`[]\YWZ\U\\VXVO_[Q^VL_YR_\YZ[Y\^\Z[Z[[]`_d_^b\^]^`Z^bV[^R^aVZ[QWWP^^X^]Z]\X^_ZX[UZ]UX]S\_S^_W_^Y[ZV`_[]]]\Zb^\```]\]X`_^^\^^\\__Z^^W`_[b`b``e`_f_]c_\]\XSb`Yed^a_]febbb]feeebihejfbhc`d^^`abffgkikkdgddfcddcihbff`ddcdcfedfecdecbbb`cdadecdddihjjilihhjgghebjgdhfdjihjkhjiakhalh_rnflibgf_lmejlbhibiidllijhhnlnmkpljmljkmllnolnojkkfkjfpnlponnlmjjllpmjohjleopkmmklim~yÆglfJPBNQIPSQRTVUTWTRRVTTWTPRPFZWHUQFUQMWRSROSXTWTNQXUUVVTSSPVUUYSWYNRZPNYRM]UNZPP[PW^V]YTTXUPSSNRSQUUSUURVTPVSMXVMXXLWYITXDTWDSUFVXRWXVXW[UTYVVVVUPXVN]VV[SXYTXZUV\XSWTMUTMUTQZYVWUPZVO[WQ`ZSYSD^WE\VGZUMWROWUQVUNQPNTTXTUXVVXVVXVUXXXVVWRXXP\\SVWRXWVZUX^U\]UZZTVZXZWX\RSXXX\^\_\ZX]ZUYTRWSSZVXXWXYXRWTH^YL]WSTRQVVRRRNVSRZUTXTT\WX]VU]URZSM[XTVXVVXVZZZXWVYYYWWX\XZ\VZVRT\ZY[ZWZVS_YUZVQUUPZ]VVXNVTPUSSVVWUXTVXTVXRXVQ[VO]WPZVSZXUTSRVTVVTSXWSXVRWUTVSSYRS_WYZVYTRWVTWXVW]YV^\YVVSUUSWXPVXJZYN\WP`VT^UT\UW[UYYV[ZXXXXUVWUYYUXWRXVTVTTWVVYWTZVRZWTYWWYWY\Z[XWXYYXUTSYWX[YYZWVWTTZYXZWU]WV\TS[URZVRZYTXWT]YXXSU[TX[VXZVT\ZW[XW\XXZXWXXUUVTUVVXVXXVXXVUYWR[XT[WT[VSZVTXVTTTRZXSZVOZWR\YWZXX[YYXUUUQNZVQYVQZVRZQL_UP[URYVP^\R[XL]YN\WP\XRZWRZYUXXPVUMXVSZXXZXZZWY]ZYZWUVROZUQZVQ\UTbZ]\WZ]X[\X[^ZZa\Zb\[^XV^XR^WN\XL\ZP]XT_ZVa\W_ZV\WT\XX^ZX]XU[XR\\S\\S\ZR`\R`ZPbZS\TOb[X^\]Z]`XZ]XZ\ZZZ[[X\ZV^\V^\W^^YZ[UYZU\\V][V\XT`]W_YXb]a[V^ZV^^Za^\_Z\YY\VXYT^]V`\S`[Oa^V[[V]][YZWZZZ^\b^Zc^Zb]\^^_ZW[N\_P[]RXXR^]W]\XZZS]]TXXNZ[Q^`V\^T[]S^^XXWT`^Z^\X]Z\\Z\[ZZ[\X^^XYXUZVV_\[\[XZZT\[[ZZ]\YZ^[[`Z\`ZZb[[_ZW[XUb_\\[W`_\a]`a\^d^`b]_[Z[\]_^_baae`b]Z\R\^R__Ra_Ua^Xa^\\ZXb^\d_\d_Yd`Yb`Za`Yfa^b^\`\Zb\Y`YTbZUd^Xc`[a^Z^\Ud`Vd`Ne`PcaTZZP``VacV^`S\\S_^X\YUeb^fdb`^^cacdbecbcefd]^Y_`XccZdcZ``Za`]^`Z\`V\`S`cU``V_]Xplk…jm`MR@NQFPPRTRYRPVPNPTTVTTVRRNSSJSQJQNLRQPSPRVQTVPRVRQVTRRRNVVRVSQYPQ]PRWPJROHVPNWNTZPXWQUVRPTTQUUUVUTWWTRSOVTOTQJXVJXXHRU@VZCUWBXXKVWRTUTVVXYXZUUSXWRZVRZUV[VUYUPVTOYVRXVUYVZUSVUSRXUOXUTZWTYSL^TI^UJ\SLXRPYXTWXRVXRTTVVVTXWUXW\ZX^ZX^WVXVWRWXOUXPVUSYTX\SZ`U\_UY\UUZVYVU[\[^[Y\XVVXXTWTT\U[[T\]WbXU\YWU[XJZXKTSNUTUTUVVWWZWZWRW\X_[X_YW\VUVZYXXWX\Y\ZZZVTTVVXTVYWWV\VV^XSZUOYTQXRRaYUXNH\TN[XUXYRZZPYWTXUYQRTNRNSTRSQQ\XV]VTZSTZUYTRUXV[XWX[XWZWSXXQZYSXTL\WRWTUWUYXUXYUUZUU^Z\TRVUUZVUVUUNXWNZVP^WW]WX\WYXRYXTZVTXXXWVXRWYQXXRXVTWTUXTVZVVXVRXVQXVUYVUYVUVUTWVVTTS[ZZZWZ\V[XTXXVXWVUZVTYTRZVTXVUXUTZWWYTVVPSZSYXTZZWXZZYWVWZW[YUXWSSXTTUTTUWVVVR[XRZWOXVPXVSZVVZTR]TQ[UTZWXZVT\XSZXTZXWXVXVQVYTW\VV[VTXRS\VW[TUZUVZVW^ZX\XQ\XQYUMZVLYXPWWTXXXWVSZVSYTQ[VWXSXZX\ZVZYUUZVQZWR\XW\WZ\UZ[TX]TX_XX`VX_VY[UU^[T\YN\XN^\T]\Z[XZ[WW^XV`YV`WXaZZ`YW[VSZYQXZQ[\U\\S][Q`ZP^TJfZT\VX_]bUVZY[^]\`[Z\_\]`[[^ZYb^\]\Z[\\YYW\[X\[W^][a^^^[^\Yc]Zg[YfYW^XZZXYX[[Y^\Z^ZWb]Yb]Ya^Z]\\]\^[[]ZX]\Zb_Zf`Ze^[a^]]_bZZ\SZZV^\]\\\\\\^^[\ZV^ZU`]X^^X^^XZZUZXW^ZZa]Y^ZT^[TYXS[ZU[ZV]\X_\Zb^_b\`_Z]\Z`ZXd^Y`_ZZbZV`XSdZZ`X[_Y^`[_\Y\b^^c^^_YXf^]`ZY^YY^\^__b^^a^\\a^Z^^R\^N``Ra^Td`Y]YSa\Xd`\b]Xe_Ze^Xd]Wf^Xc[Xb\Zfa^`ZTbZSja[b\Xa]Z^ZXe`]fd\b_Nc`P\ZObbZ]^T^_S_aT_`V]\Vd`^d`bdbfa_`][]^\`bbd``abc_ce\__S^^R``W_aZ]^[^_XacU`bVXXRmkj†lp]LP:PRFPPPRPURNSTRWSRWPQVPRRNOJRRLQPNTRRSQRTSSXTRTNNVPNTRNUVORRJTPJ\TQUQGONFURN[UU[TWXRVWTSWVTVVUUTRWTPUROXWSVSNURJXVKTTCXZETU@XVFZVQXWTYZTVWRUUSTTPUTQWURWTMYUJURCZVO[WW[VZXSXUSTVTRZUWZVVYVQ^XP`VN\PM\TSZWVVWTUVQRSRXVVWTO[VVZU\VSZVTWUVTVWOVYNXXRXTR\TX^TY]TVZURZVSZWV]ZVXTPVTRVUSSRPZXY\U\]U^YS]YV^VTTVUMUULVXTVVXUTWWUXYTYZU[WU]SU\TWZWZZVWX\X\XRTSOLZUTVTUTWVUVP^[RYUJWSKYUR]VVZPK`RL_ST\VZZVT[WR^XTZVVTTTUUVVSWZVYYRR[SU[UZXTZXU\ZX\\YX^YV[VRWTLXVEYXLVVQZXZYVUYTRXPNZTTWRWXU\YV^XUXXTPZWSZWVXTVZUWZRW\V\WSVVTRUVOVWLXYNXWNZVRXQQ\TT]YT[ZPZXPYUN[WOZXPYVRUSSYXXVUSWTSZTUWUZTSZTRVVUTVVSXYWUTV\ZZ_YZYSUYTVYWZWWZWVWVUUXVVZUW[XV[XRZTTXTUSSOXXNXVJWTKVUPXVWYWW[VU\UPZRP[TT^WXZTS\VTYVRXUUXTZZT[XRWYQR]VZ\W[\X\[XZZWXZUTYTRXSOZXSWXNVXQXYUVURZWRZUOZVRZVVXVVXVTXVVYTTZVSZXVXUW[VZ\UX^TWdVYbUZbT[`VZZXT\ZO\XN]ZR[ZVSST[Y^]Y^^XY`WWaXVc\Xc^ZZXTZZU\\XZXUYXSXWN]XN`XP^WW`]aUUYW[\Y\\UVVZXY`\_^WZ`X\`\_]\_ZZZZZVZZVZYU^][]\\YX[ZZcZYh\[b\\]XY[\\]]Z\^YZ`ZZ^XX`Z[_\]]Z_^\cZY^ZZ_\Zb`Zh`Yg]Xb^]`Y[XY\X^\_`]^b``^^^[[Z\YYa]^d^_`\[[XV[ZW[YV`[X_ZT^\Q\[Q]]UZZT^^X`\V`\Wb\Zc[^]Z\ZX^XS\_X_cZ\bYTg^Vb[Va[]`[c^\dd_dd_^b[Xe\Yf\[b[[^[\^]`]\^]ZZa\[`\Y\]T^_QbbTdbVb`Tb_UdaXa^Xc_[^YVb\V`ZQd^Xd^\da``]]a\Yg`\]XTb^[_]\^\[a`_^^ZbaY_]Udc^\\XZ[T^`W^`V^]X`_\`_`b`eb`e_\_a^`b`d`_c[[\^_\^^X\]R_`SacY_`]^^a\\]``\TTTnlrÄns^LQURLVTVURURMNXTSVRRPNQPPTRTQPRHYVMYRN\SSZQVSPTSTUSTRQQLUTPVXWTURRQPSRTVTYTTVUUURQPVTUVRNUQO]YZYUWZTV]WW[WSXVTUVTTWYYYZZVVZXVZWTZVRZUSZXVVXVXZVXXO\[TYXTZYTXWPXYNXXJZZL\VRbQWaRW^TV^XZWTWVTXVUZZXYYXUZYYXVV]]]XW[WT\SPYUSXUUUPSLUZSVWTVVXWTZYTWYURXVRWVQTRQZXZWUVYUQ\WP\VOYTOZUQZVV[WYZVWVTRTUOWVQZWRXVQZXXXW[YWV]ZRZUL^VS\UW[W^XWaTRZVTUXUPZXOYXOZYT^YW[VPXSLXWPUWUWW[TQPXWKWWJVVLXXNTSL`]ZZTTXQR\VX\XZURPXWRZXXVVXZZXUUPWVRZXYYW\VTXWWXXZXXWSWSP\XV]XZ^Z\][WVWLWXOTTMSTLQPKTTLPPHLLEGFBNNLJILOMRRNQTPPUTPTWRRSPXXVXWZVV]TUXWWRVXNQTLYZXXW]XVX\VRZUMXVNRRMTTPVUSVVTRONRPPSQQSRPRRNPOLTQRTQVYTS[UL_VN^TQZSTYUXRQTSRQWSPTQIRSGRTKTTPTPKWSJ[ZOPSMNTROUVTWRVXIUVHYYNYYPYZRYWR[WVZVVYVUVTRZXRYXSUUPRSLQRIVVPSSTRPWUV\VYYOQOSSPXVPWSLZVQ^XX_ZYZXRVWLWZNVXLRQJTSLTTMPPIRQLUTQQPRTUXSUVVVTWXRVVSUTUVUVUUVZUXYTXXUZXXZXXV[YS`^T]ZO^[PZZPXYSXZWZ[X]\X^[Vb[WbYTc[S_[P\\SZ\Z[\\]\Z\YW\UW`Y\c[`^WZ^Z\\[[]^^Z\^\\\]ZY_[Y^^\Z\\YZ[VWXXYXVZWZ]W\\V][X_[\`[_^Z^Z[\Z\Z[]XXZTZ]W_^Y^ZX_Y[_Z\^ZZ^\Y\\[]]]`\\a\\_Y]bX^d[_`\[YYT_`Z\[Y`^`^Z``\b`]b^\`\X[b]__Z\\W[_^^\\Z\\X_\X_YTaZU^XU^XS`\T_]X]\X\]Y]^XZ\R`_Yb]\b^\`]Z`ZZd\\b^X^^T^_Q_[Rg\\bW]f^g_[b]Y\d^af`fb]``][d`[eb\a^X`\X^[W`^Z``Z[\Tbb\`^^`\a`[bb^fdaga`d`^a^\^_\[_]X``]aaa``a]]^cbca_ba]bc^dc_da]^_\[b`]`]Ub^Wb^Za^]_\]`]`d`bcabc```][_\Zba\da\e`Yd^ThbXfbX^_W`b^tvvĄknfHN:TTHWTTVRVVRTUTRQOPQPSTRVRPOQPEVTIXTJYRKXNOVNTTPWPPPPRLSSPTTXWXWRTSTSVTRXVTZUUXRRRSSTZWVXRP^WWWSU\WY^Y[\WWZVTXVSSVUTWYZXXXVRXTOZVP]WT^Y[XVZWVSVTL^\R\XPZYR\YP`]S\ZLXYFZWK]TS^SV]RU]UU\W\\W^ZV[\Z[YXVXYYXWXYXZXYZSSVWS]YR[\XZZYUWZTRTRXXVXWZVV]TUXWWRVXNQTLYZXXW]YVX]WR]XO\YRWWQXXUYXVZXVURRVTSWUUXVTXVSUTPXUVXUZ[VT[VL_VN^TQZST[VZVUXXVV[WTXULWXKWYPYYTXTNZVL^]RUXQRXVRXYVYTVXJUVHYYNYYPYZRYWR[WVZVVYVUVTS[XS[YUWWSVVOVWN\\UXXYVT[XX^X\\RTRWWT]ZTZVO\WS^XX^XXXVPQRGMODHH@@?:88300,++(..+42265688:547403>:8AA>LMJVTRVRPXUXWV\UVXUXPRYJUZPVWXVTYUPPJF@DC;;=7;=:=>DA@A>@@>B=;@889887B?=HCDSJOZSP\TN^WR[URRNMCA?;:8?=:><8=:58:4:<8>=:DBCCFLKNRLRRJUTKWXNWXPWWRVVQWVTVUSSSQOOLIFECB>;<5:;3783886::>@AF@CF8<96RNEZUN[UTWSQUTPQRLAC<8:3894450562::7@@>@?@BBCACD>??>?<>@;@A@<=<:<;@??DABG@BJEHIHJLKJRQLSRJZXLZXL\\SZZXYZ[ZZ[Z[W]^Z`]Z_\Xb^W\ZO]]W\\\\]^ZZ[^XY`WXbWZ`VZ`[\\Z[\]_Z\a]]b_]`b^`b^_YXZWXZYY\\\^Z[\Y\X[]W[\VXWR]ZXa]^\XZ^[^^^^[\YZ\V\^X^\X][Yc_`a]^]YX^ZV\XV`\Z^\X^[Y]WXd\\d][\XT`[X^ZXb^^^Z__^b`_e`]gZT``Zbb[abZ`_Z][XY^\[\\[\\\^\\a]Z`XXia_`\V^]TZZQ\^U]^V^]X`^Y_[Z^[Z^\Yb\\e]\c^Z_^W^\V`\WcZZh`e]ZbZ[c`\ag_bc\Y`ZSb_TdaV`^TdbY^]Xdcbfdfbab^_[\]W]\]`^ba]ec_gb`f_]`[YZa``a`_ba]bb^\\Z^]\_^a]Za^Zb`\e^Z``^_b^\b\[f^]a\Xa^\^\^^\_\X\c^bb\^c\]aZZd^^a_\db`g`_f]UjbXgbVa`T`bYvxtmplNSGTRNTTTPRTQPRSSQPPNTRTTPTWRTTRJUSETSJTRJZTNXQQYSXVSWTURTTMVTPYWQRQJSSQVSXWRZZV[VTVTVXY[\XSU^TV^VW[YX]ZX\XV\XW\YWVVTXXXXWVXTPYVL]WO]SPaW[\TX_ZX^XTaZU_ZT]XT^ZU_XT^WRXTKWTM\YV\XX\WZ[VVZTT\VZXSZ^Z]UURSUQXVU\XZYUXXVZXXZ[V\ZPT]WUTUQWXU\[XYVTZVYXV\UVXUXPRYJUZPVWXWTZ\WW\WP\[PVXOWZTTWSWWR\YXYTXXU[YV\UTVTTR\XV^VX^TY]VS\TN^WR]WT\XVZXUWVRZWRZVR\XQW[QVZTVUPYVNXXOUWPQVTPXXRXWTYRTTLVTKWXNWXPWWRVVQWVTVVTWWUYYWXTTWVPSTJVXMVXPVVUTRYST[VY\PUPUYRZZRVTH[WLWRLPJIEB@>=:340&($!" "" 00/:97B>?\OT\SR^XU\XUDB@&&$$$$""!%((/23?@APQPTUPWXPYZRXYSTUPUURPPPEED121(&(#!"!!"!##EB:TOH\VSYTQTPN@?=&&%!!!$"",().*,+*+00.<=9KJBTRH\ZQ\ZXZZ]YX\[[[\\X]^[\\[``^\YP\XN\ZT\[[ZZ\ZYZ^Z[^TUbVYfZ^a[]\Z\\[__\c^\a^Z_^\_ZZ\XY[ZZ^\Z`\[_\]ZWYUXZUVVQYXT_]Z[ZW\ZY\ZZZXYZXW^^]^^Z^\Zc^`b]a^Y\^YY_ZWc[ZaYZ_[Y_ZX_\Wb_Xa\VaZVaXVd[\aZ]`^_Y[[\]e^Xjc[ld[gf\ebY`_W\`[^^\]\\\\\`^]`^X[h^d`YYa]X_^S]^R`bV_^X`\Z_[]^Y]^Z\`][b^Z`[V\WT_]Z`^[a\[g]^bY[^Z]`_ab^]c\Wb\Rb^Pa^Q^\Qa`X^^Y]]]`^b`]da\f`^```_a`bb`eb^ec`f`^a[YXa`^``^^^Z`^Y^YVa^[^\[`^b_[ca]g^Zc^\`ca_a]\f``d\]a\]`]abaf`]cfbf_Y[cZ[e[[c\[b`]`__c`cb\^jb\h`Vd`V[\QvwpālqnNPJSQPQQQQTUNPSRRSQROPPOWRVVQUUPVVRRTTLVVPSTNTSNUTPSSOTTQRUMXVNYUL\WMWSL]XXZSZYPYXSXSTVVXXVTW\VZ\UY\WZ[XW[XR\XS^YVYUT\XZVUUWVQXWLZTIWLHbSU^ST]TRd\YaXV]XT^ZW^[XZUQ^TT\RWYTUXVTZYZXX\XW\WUXYVVXRT^Y\WUUZYV[ZT]XUZRR[TWXUYXW[XSV[UUTTPWWUYXT\VR`WV`Z\\Z[ZZWY[QQXITXNVTV[U[XRRXVNXYOWZRQUOUVT\YX[TT[UZZV`VT^VWXWVQ\VP`TUbTY\TS^XU_[XZWTVUPXXSUTOXUQ[USZWTWYTXZVYXWZYWUWTRWVTZ\TWZWYZXZYVWRWXPYZRXYSTUPVVTVVVXXWTTRTRTWSU[XUYXSVVQZZXWVXVVZVW\X[XSXNTZNPRETRGB?941.(&%$""  - - - +&':56EBDLKLRSNUXMVXLTSOD@C   - - - - $#E>8^QQaTW^VWVRP==; - - - - - -  (&(@?APONVXRVXPVVPVWSNNMBAB...  -  <:3VPK^YWYTRQMJ43/   - - -   -,*:63LGDVRP\Y]XV\\Z_][\_\\^[\\[][[V\YO^[R_[V\YXZY\_^_ZWVaYXj]^bVZ^XZ_Z[^X\^X\_Z^\Z]\\^XY[]]`^]bZWZZZWXYVZZX[ZY\[Z[ZYYXUZYVXYUZZX\\\```]]\^\\a^_`[_`[__Z\^XV`XU`XVbZ\b][\[T\\Q_^R_YR^TRbWXbVY`Z[\\Z``d`\kc^n`YgdZdf[ddZ`c\_a\^^\Y][[\\\Z\Y^[]`Z_a\]^^V[\P]_R]^T^]Y`\__[^][[_\\^[Y`\WXQN\XV^\]^^`b^^aYX^TSd^^a\Ze^\d]Xb\Qd`TebYb`[__^``b\\b^Zba\dc^da^b``a_^a\Z^`^a]\\]\Y`_[``\\`Z]^Z_[Xc\X`XTb][b^ad_eb]c^Z``]^_[Zd`_b^]^ZZ_[\`\_`_cdbf_\[b\Zi`]f_\c`\`_^^\^_[`c]^e`Zd_W`^WyxtÅ~lsnNRJSUPQTROQOPQNRPPRPPRNP[VZXVUTTSTRWTRVVTRMLJUTPVTKQTIQUOQURTVSVTQ\VR\SO]TT]VWZQV\T\XTZZVXYUV[VXYTY[W\ZW\ZWX\WRbXY`VZ\V[USUVYTQTK<:2<30ZLM\QPXOJcYV`VUZTRZYWXXTYXQ`XP`VS\UX[WZ\Z\WX]VX_VV\YY\VSU[VY\VZZXXXXSXVO\VP]VRZTUVUWVUXXWZVVWZZYXVV\XV_VV^VWZVXVUVVVQVXNVXMXWS^X^ZTZXSUXWTXXRTUPSVVVXZXWTZUUWTYVV\STXYYU[XNaYNdVVaTW^VWZWUXWTXWRVWRTTP^]Z^\YZXSYYQVXPQSRYY^VV[TTYWX]UU[XV[YVYVUTWYSVXPVVPXXTTTRVUVXXXVURUURVSR]VWVRTTQT]Y[YUTYVTXWVVWRTVNUXOMOE><5(%" - -   - - - - - - &$&869GGFSUMVWOPPIB??   - - #"B>5XPK[QP^VVVTQ::7 - -    ,),EBCTTQQTKVWPQPMDBA212 - -     962WRL_XV[UUNIF750  - - -  - - -  - - -,)(FB@YUV\X\]Y^_[^_[]^Z\^Z]\\\]\X_\V`[VZUT\WZ^Z_YWZ[YX_ZWaXX`V\bX[^UV_VXa\\][\ZZ[XZZ__`]\^ZWX]YV\[U\[V]\Y\ZYZXY\Z[[[[ZZY[\X\\[]\]^[\\Y\^[\a]_b^``\]\XV^ZT`ZSb\[`\^[[Z]_X[\Q]ZQ]VRd[ZbXZd[\]YW_^^_^c]\cZZ_\W\cZ`bX]`YZ^XX`\X^\X\]X^`Z[\Z\Z^\Z^YXX[[T^`V\]T\]V]\Z[Z[XYV[\X\\Y^]ZZXV^YW`[\\\\\^]]]Z\YV`^\^YXdZZd[YbZZd`\da]`_]\[\^^`^^c`\ab\ac_bb`a^^^^^^^]_dbba_\a^Zb`Z^^Y_a\^_\[[Z`^[b[Vf[Tg^Yf`^ea_d`^b^^d_\d`^b^]^\[^\\^\\`^]`]\da_gc^e`Xjd]a]X`\Zcabb_b`\\b]YeaW`\S|zwt{rNUEPVLPUPPRNSSMTPKWSQVPRXTWTUWTUTRQRVTXWUVRPLUQMXSPWPHTTNTVVSTVTUUWUTZTRZPO^SRZRPYRV\T\]TY^VV^WV\YY\Z^ZV\\V]^SVdWX_TZ[S[WV[RVU4;5D9;XKM^SPcWU^TS[TUYWWZZV\\U\YN]XM_YR`ZXZXXWVXVW\XX]YZ\TTVWUX\W^[U_VUXUWPXXQ]ZRZWRWVSUWVWV[WX\WWZYX[XVZZTW\TWZTXYW\UVTWZQXXPTTM[VXZS]ZT][V[ZVXZVWUUXTV[VYXXZUXWTUVWWXYXYUXVKZUI]TN[RQ^VVZXUTVRWXTTTQVVTZZYXWRVVNXZOTVLQVMVYZXX`URZXTZZU[[TZZSXWTUYZVRULVXPTTQTRQZWXYXWWTPWTMVTN[WTYTTVRUZVX\TSZTL[VPUTPRSLLLF==8&$" - -  - - - - - - - - - - - -     &$&:::NNJTUNSSLDB>  - - -   &$"B?8WPK\URa\]TSR7:8 - - - - - -  -  - - - 0,.GEELMIRSNJHF644%#$ - - -    - - - 742VOK[SPUQPJGG630  - -  - - -  .,*FC?TQN\XX_Z\`Z]`Z^^Z]Z\[``^\\W`\X\VT`YZ`X^`Xa\X_\Z]a\`_X\bZZ_UUe\[c^\\ZWYZWZ\Y\\ZZXXXXVZZUYXSZ[TZZU\[XYVV^\^\[]\\^ZZ[Z\\^\^`[^`Z^`Z^^Z\`\\_[\\YX`\Wa]V^\V\\XYZ[]^`WXTZZS_\Vc\\aZ\c\^^ZZ^\\^^\ZZZXXXZZW^^[_ZY^XX[VT^[X``Z[ZV_^ZYXT[YZZZ\\\]VXUZ\VZ\VZ[XZ[X]\\\\\XZY\]\XXW[[[\\\^\^^\]\^\Y]XX\V[\Y\[Y`ZZbYYcYZd_`a^_ZZX^]\[\\^^_c\_b\]b^]dbaaaa__`bbbbbab`]a^Ya^V^\Vd`_`]]_]^`^^]YXe`Zc[Tg\Wkb^hbZb_Wb_Zb_\c^[`\Z`_[\[X^_Z\]Va`XdaYb]Sf`Xf`Za^Xjhda`^^]]`^[db[\ZQ~zw‡nslPTDMSIMRPPRQTRMVQL[TQXRSVSVNURQSWRQXRPVRPUTROTRFXTIXRL[WQYWTVWUTTRWWRVTPXRQXPNZQN]VXXU[ZU[aWY`VU\WSYUS[UY^U\bTWcUV^SV\U\VTY@CC  -% D89\NNbTR]PRaY\]X\]ZZ\ZT[XM]ZM\[L]YQ^XUZVUWTTZVZYVZXWXWWZZV^\VaZT_XUWVWRZ\WWWRYZUVXTSUTTUXVUZYW\VRWVRW]W[YSVZV\WVVXXSVWPWWO[XSXTS\U]^V_\TZ_UY]TSVSUWXXUVRWXQUVOVVSXWTXTNWRJ[TN\URb]^YXXUXUSXTSVVVVXWVXWUPVTKVWLTVLSXPUZVSTXUTX[VX_WZ\ST]TXZSV[YXSTPVWRWVSXTT[VX[XXZWTXRL\TN]WRZVSVUTXWU[WT[TK\WOXVTIJE441""  - - -  - - - - - -   -   !868MMKTTOSSL??: - - -  " A>:RNJZVT\XZPNR668 - - - - -  -   - --,,@?@FFE::9#"#   41.TMI\UQWTPGGG+-.   -  -   ,)(FB>[LL`PSdX\`Y_\VZ_YV\VN_[OTUFVXH[YN_VS^TV]VX]VZ[WXXYYXW[[V^[U^ZUWXVO]^XUTVVTVXXTUXSV[YVY[YV\ZS[`W_]V\ZSUZRUXUWXXVVVQWWPZYQYVQ^XW^WZ]TW_VX`UQ`UR\VTZWTZYTSPJUTOZYVXTQXTPVRMZVT]Y[UTWTTWSVVSWYTW\VTXZUP\XR[ZRXZPX\RUZTWXYVVWXVS_VT^TR]TTYRTYUWUTTTTT[[ZTRUXSXZWWWWUZUR_WS_VTYTQVVRWZSWVN[WNYVPRRP:;6!" -   - - - - -    - - - - &$$B?BRPRVVTPPL<<6 - - -  =<8UQN]YVVTTUSV<;>  - - - - - - - - - - -   - -  ,,,333$$$  20*PLEVRJWULHID&''      - - - - - -  734RLI^XTb\\b[^]X\XTWZXY]ZX`\Z^YX^XY\VV`XWdZ]^T\ZS\^Xd`[d`^_^\T^[R`\WZXV\]X^`Y^]U_\S`\V\ZVVYUW\XV[ZVY\\\`[YY\[Y\YZVVVYZX][Z`\\b[\^YY][YX[UZ_VZZW\YZ^X`_]dY\\V\XY^ZZ\\]\^^[_\Z\[Z\\[`\Z`ZZ\]]^]]^ZZ\[[\\[Z]ZU`[V^XT\[YZ\^`]_bYZeZZaXX]XWZZV\`Z\^][Z_[V_aZ`^W[]Y]WU[[Yb[Ze^]e\Z^]ZZ^\Y[XV^ZZ]YVb^Zb^[^\Z^[^`^b^]`_^^^]Yb`X__T`^Yb^[b^[b_\a`^]]_^^c`_c[[\``\`aX_`W^]\d`bd^bbZ^e\`f^a^Z\b`c`_b^\__]`]``Y]Z[_Y\^X]]Xa^Zb^Ya^XcbXbdW^_R``Wdb^fc_b^VcbZb`]bba^^^^^^zz|ĆlsnORLUUPSNNXRWVPTQLLYTRWSSVRWTSXPOTPPVXV^USZPOSSRUVVRWSJ[UOVRMTRNTTPYYUVWNNNJTSVZXXYURZVUYVVVQU\TW_UT_UT`VWdWVbTT_TT`VWHCB  /$#K<>_NTdV[[RT`XZf]\\TNa[TWUK\^PZ\MZWN]TR`VXbX\\WWVXSWVUZVZ[UY^XW[XPXWPUTVXT[]UW\ZXV\WT\YTVXYRZ]R[XPXXTYXTVZVZXVXWWUTTPVWOXVNZXRTQN\WX\Y\ZVV\USZRP[VTXTS]YVYTQ[VTVTQ[YTZVS]YWVTTZX\ZY^XWZWWYSTXWV\\VX]VT\WRZXPWYNSVMWYTWXVSSO[XSaYV\TRXRRZVWVUVTTTWXXTTWZW\WUVXXVWVWZVV\VVZTT[WUXVPVUKYWLUUOEDA))&  - - - - - - - - - - - -  - - - - - - - - - 111KJJTSVWWYPPO:;8  - - - -   - - - ::4TQNZVSVTQWVU@?@ - - -   - - - -  -   -   - - - - - -76-ROFVSJSRHLLG'&(   - - -    +*,LHI^XTc\Y_VZ^T[ZSW\WX^ZY`Z\]X[^X\]X\b]\]XU_VV_VV]XVZXVYXX[[Y\\Z\\W^^W`_Z__YZZP`^R^ZS`[X\XXZZZZ^^Y^_X\^ZZYZXS_[V^WV`ZX_[W\XV_ZX`\Z_\Z\\X\^V\`T^_X^[Y\[Z\]^VY[Z^]\_[Z[XZZX]]^^]`__`_]^YXY\\Z[[Z[[][Z_^]`][X`[T`[R`]UZ\X]]^_Z[`VYfX]cY]^XX[ZWZZW[Z\ZV\]V]e]a[UVHDFTRX[Xc^\g][a\ZW_]T]ZQ`\X^ZYd^^c[Yb\Z`\^^^a[^a\^`ZZX_^W__T^_U_^Xb_\db^dc`aa`]^a^_d[[^^^^__[^^V`_`caj_[dd_ce]`ZRT[TWb^ca_f^\c\Z\caa`^]^^Y^^X]`Z]_\`^\`\Y`]Wa_U__SbbXcb\a`^][\``^^]Zcab`^a`^awvx„kunNSLRTMTQNZTWVMUTMQZWUTRPWTPUTNLJGRSPUTSVTVRPSTTSPQPTRO\WTXTQXTRURP\ZXUTRTRPWTYYVY[UV]WV\UUZPR^SU`TS^RN^TP`TR]QO^VTLFD  -4(*N>DcRZ`SX`ZX\[VZUL^ZSXVRZXS\ZR]ZQ^YS`ZX]WX^YUY[QYYS\WV\TV]US^WNWSJZXVYX^XTV\VYXYZT[ZPVUVUVYRVXNUYTZWVVYXXVUXWWYTUTTUPVWOVVLVUM[YVVVXWVXTRRXSRYUTZWY^\_[VX\TTXTNYYPZWTZVTVTQ[ZYZXZWUWZVUVSTZV\`Z_XSTVQOXULUVGQSEUXOVXTTTQVUR]XUZRPZRRZVVXWUVVTYZXVXXTSWXXYZYZYZ]VX[XWZXVZZX[\WU[UNXTLJJG442 - - - - - - - - - - - -  -  - - (&&DB>SRNTVTVYYRTT897   - -  - <=8POIZVT\YUYYTBB@""! - - - -     -  - - -    - - - -  -  753PNGZYRUVNNMJ-,. - - - - -   $# .+*)&' -   <<=SRO^[T\XS^V]aW[aXZ`WX`XZ]W\]X_]Y_^\^YWU\YW`[[c\Z^ZV\[TZZVZ[\ZZ^^^`ZZVY[SYYR^^T^\Ud_\\VV^XZ_\\[\\X\\X\YUUP`]V_YPcXTaUR^UP^XS_^Z``[[ZV\ZV`^X\]W]]Y\\V^`TVXO\^[``aZZX[\U\^TZ\V]^]\[Z\YV^\X\\W]^YZZ\]\`\Z\]ZU_[P^\P[\R]\Y_]^_X\eZaaV^dZ``XZ`ZXb][][[]\\fbbUOM,&$@<:VSV]Z`^\a\YV`]S`^P``S^[T`\W_ZXb\Z`Z[_\_\^`]``\^\]^X``U^]Sb_Yc^^fadebd^^]\]^Z[^\]`__``^^_][^\^a`f\Z`fdgWTR50/LFEc^`c_d`\e`\^b\Zd]Z`ZVe_Zc^Xdd^`c````_\\^ZWc`Ycb[bb[^]Y\ZYbba^^\``^_^_\Z]vtvƒjunMTMRTLVUMYTPWNRWNT[SWUPPXVPVUINNBUVLTTNSTOSSOVVVTQSUTUUSVWVXURTWRT]WYWPRZTT\TXXPV]UX\QS`TV_RTbTU^RP\RM^UN`VR[UOLHD   -OIEIIB0$)SAKcRZbVX^VT^ZW[YVXXWYXZZVXbZZ_XW]YXVTT^ZTZZQXYQ[VS_WY\TU[TOXSJ\WR[VYZVZVVTX[ZUX\TXYWXVXVRYTR[VV[XTXWTTVUVYYWYYVXUVWRUULVVLXYPTVQXXUXWTVUPURPYVWWVZXX^VT[VURWXPUTNZVT\YU]]XXXUXVTXTRYUR[VYZT[UQVVRTVUPVUFVVDY[LX[SVVTUTTWXSYWQ\UR^UV\WV[ZVXYTVVRSTTRRTVWYWX[RUWQTXVWZUVZ\Z[ZTPXPNB?>""! - - - - -   - - - - - - - - - - - - - - - - !!:93ROHVUPUVTSWVNRQ798 - - -   - - -::7LLFVTO\YTXXPBB<#"! - - - -    -   - - - - - -   - - -:7:QOTYXZWXVNPK332 -  - - -  21)JGBLII968%$#    0.0KLLVYRXZR^]\`Y[bXYbXXcZ[aZ]\W\\Z`\[`]]^\[\]\^_[[`\[]ZZ]\Y\\X^]^[Zb[Yc\[`^\\\\Y[ZV^\Y[XVc^\c^Z\YU\ZX]][YZV^ZY`YXbXTfYUhYSdZR_[U[\V[\XYXV^ZX`_Z\\WZZU[\TZZN\]N\]TZXXZZZZ\V[^SX[TZ[X\ZY^YX]YV]\VUVQ\]\\[\]ZY`\Vb^S^[O\YP]YU`Z]^W]^V^f_he\bd[ZeZX`ZW\[V]^WLME MFCZTT`\Y\YR^ZP_\P^_R[[OZYOcbYa^Y`\Xb^]`^`bcb``^]^X\\S_]S`[Vha_e]_a\_]\^abb[\[[]\]_^^]]`\__Z_a_c_^\XXQ0/( GF@dca_\^_\``\_a\[e^\f\Zj^\i]Yf\Yc`\]^]\]_\[^b``ba``_\a`\`_\db`cb_bb]``[XXUtssĀjspJQNQTOSRIWSJWPL]TWZRVXQSTPORRHPQERTLTURQQOTUQUVQSPQWQVSQVTTYSQWVRWZRVYNR]RU^TX[PVaTX^QTdUXbRU`QS\QP[SN\VP_XVLKD!$ - YKIxuprj@B5 6).WFKfTXdSTdVV_VU_XZ[V\\X^_W\\RT[TWXUW\ZVYYSXXRWWR\WX]TZYSSZVO[XPXUTZVZZWZUWXSXXXY]YXYVUPWVNWUL[XQXWRUVTTWVRWVUXVRRPWWRUUMWWNVVNZXSZVSWTPWUP[WT\XXVUYTU]UUWYYUSRMVTP\YT\\SVWPWXSWVRZVSZVVTQTVTXXWZVTUTTPXXLXZJ[^TXXVVRTSRNVVNUTKYUOZSR_YXVUNWXPSTRSRTXXYTWTTXTPTPUXUTTSWVVTPPRIN624  - - - -  - - - - - -  - - - - - - - - 53/II>VVJWWPXWTUWUPSR;>;     867ONLWVRZYTQRI993 - - -  - -  - - -  - - -   - =:G&!& - -   - - - - - - - - -   - .,,IFBRSEXZLZZQWVRVUSRSR>><  - -     :86QPKXWTWWTPQL9:6      - - - -  - - - - -  - - -  - - - - -  - - :86SOR\X^WSWLHI**(  - 0.+OLD\UNTKH:67  -    - .+,PJN\X^WY]X[V[ZPb]R`VP`VUb[[_ZZ^\YZZW\\Z]YX]YY\ZZZXY]Z]]X[a\``Z^a\\`ZW^YX^Z\[Y]ZX^^[`^]^]\Y[[T^^VXXQ]ZW^XXdZ\`V[`Y^^Z^_Z[_VScWPcYR`ZX]YZ[WVc[Wf]Z_ZWZYU\\WZZS]ZRb\V_YTYXSYYXZ[VYZRYXQ_\WZVS[ZW\][]_]ZZY]\Z`]Y^YV_XVaZWbZWe\Zg^\bYY`YZ\XX\ZYa]Z_WXb\Z`\XLKB*('NFI_SVbXT][M`_R_^V\[X\\Y\\X\]W\\T\\T^\X_\Z_][Z\X]^Za^\aZZc\[_ZV`]Ydc^ba^\\[_^a^^^`^ZcabUTU12, MLDhhd^_Z]\Xc^_d\bd\bd]`d[\f\\h]\g\\dZ\c]_cbd_]^`\^a^d`^d_]``^``_\c`]hdb`[Z{vuÆnulMQJRQSVRWWRRWPJXRKWUSTSSTSSQRPUWTRSRSQWPLSTPVRRNPRHPRLSUSTRVWSXXTZXRVXNO`TV]ST\RP[OLaPNePOePSbTX^VVXVTLSJ(."  M;B{~{tlkXBC.   :1,XMKdVTaUOaVO^SPbVZaY`ZVV\WRZXXXVZYUYYUWZVVZXU\XU\TRWSPUURWXVWXVRTTRRWXVaYVbWU[VTSZVPUVHXZLZZQWVRVUTWXWXYVVWRVVN[WT\SV\WT[XT^WV^TY^TZ^VW[TQ[SNZSQ\XZWURWVQXXUWWTTVQVWQYZWVYZRVXUVXVVWUXWRVTX\YUWTVXTXZVTUO[YTVVSTURUUPWWMVWLSTKTTOYYWPQMPTMWWVZXZXVVYXSZ\QVXOUVRUTRUPR<7< - - -   - - - - - - - - - - -&$#0++9228340.0**+"""(&+F@EUQMVWHWYJWXNXXTTRSTRSA@A##" - - - - "<84SQHZWRXVUNOP;<; - - - - - - -   - -    -   ;97UQN\VX\XYKHF((& - - -  -  - - - - - - -320PNHXRKMFB.*( -  - - - - - -0,+PKJ[VZYYdZZa^\Z`\T`YQ_XTa\[ZWX\[X]^WXYT]ZW_ZV^ZW]YY^\`\[`^\b^Z]b\\d\[`ZW_[X_[\^Y\^Y]_[^^[[\ZX\[XZ\X]]Z\ZZ`Z[_VY_WZ_Z^^\_][[^YWaZW_XUb[X`\X`[Uc\Y`XW[TU[XV__[[\V^]W`ZW`XV\YX\ZX[ZU[XR]ZT[XQZYU\[YZZZXWZ`^`a]^ZTT^XX`[[`[\aZ[cZ[aXWc[Y`ZW^\X`_\`\\fbaea^WUO -.-/PKNaVZ`YT^ZPZXP^\X^\]`^`]]^^^Z]^V^^V^]W`][][\a`^`^^]Z[`[[^[X_]Yba\^\X`][_]a_^f^^cXXW795 RONhdd_]Z_^Xb`[`^Zd^`f^ccZ]f]^f^^f\]e\^e\`b\``^``\]b^`a^a\Z^^^^\\Z`^\e``\VXzrvĈlteIP;UVHVQPYSWUNLTOIRSPPPNRRPRRPQSPNOLRPPRNPXRQVQKRSHQUKRXPOROVTUXTU_VXZRPdYZ^STWLKZNJcTOfTPdTS^SVYTXPNP230   -Q9Dlx~|qml\?@1=63WLL_US]VN^WPaWV`V\WQXYXXZZUZWUZUUZUW\VYYTVXRR^VT\RPZTVXVYWVWUVVOSTTT\VT`WR^ZSZZVQVWHWYJWXNXXTTRSXVWWVWXXTXVQ]XT\SRZTRXXRWWRXSTYRWZTVZVR\WOZQL_VTTOJXULZWRXVURTUTVUSVUTWUTXTTXXRTVTVZRVVXYVYZUTVOVWSTTQXXTVVRUVSTVTTUQVVOTRLZWTWVVRSRWXUYXWWUWZVZYTSZXRTTNXXVXUWWQQ934 - - - - - - - - - - - -#""=;:HDDPHJVJOXLQQJPLHLCAD879(()%&(..2>6!?47ZNR^UU_ZV`YX`V\`U_YV\WVU\XT]XS^WT^VV\VYZTX\TV_TV`V\]X[ZW[XVZSRWVX]VV]VT]WQZVQRWWMXXLUVLVUQTRTXVZXVYXVVXTRXSQ^VTZRN\WRVXPTVRWVUXUTZYSYXNYTM`YV[US[YSZXPXXRRRPTUUTWWUUR\YPSSJSTNUVRSTTTTT\ZVXVOXXNWURWXWUWVVXWTVVRSTVVTXVR\XUXTTRRSVVVWUXXSWYTX]XZ[VTYUQ[XVZXZTNO0,* -  - -    648TPTWUSWSRYPTXNPUKPRINOHMEBF;:=<:>=<@FDHFDHHFJLKHNNFRRITSNUSRRQVB@D " - - -  >;;RQOVUNXXOPPH?@: " - - - -     - - -  -  - - - -  - - - -  989PLNTQRXVVLLI*,)  - - -  - - - - )(%97441. - - - - - - - :44XMLaYX][\][\ZVV^ZZ`Z[`\\[WY_Z^`\a^[__^_\[]Z\Y\\Y]ZX^XY\WZ_\`]]`[]^Y]ZY]WVYSZXVa\]^ZX\XS_\U_[V]XV_Y\b\a^U[`VZ`Z[a[]d\]`YX`[W^[XZVW_Z_`[a]\^ZZW\[X[ZX]Z\_[a`]b]Z[[ZX]]ZYZV[ZV_ZY\WW_[Y^[X^\YVWRZ\V\\Xa][`Z\[Z[[\\[XY`Z[d\_`[^]Y\`\_`Z]e]_d^]c_^^Z]\Z_ddhRRS 401LGH`ZZb\\aZ\^Z\]Z_\Z``]c\Z\]\[``[`_T^[P_[Ra\Tb^X`\Y``]^`_[^\ZZ\^\]^[`XX^678 -  - QPQebbb^\e`\a_X]\W\[Wd`^e\]h\^hZ^h\`jbbg`ac^`b_bb`b`^ab`ba_`b```__^^\a``^\`vqyĆpxlQXARU:VT@NJAWTRTRRSRPSROUPNTPMUSPQQOSSRURS\WSVQHVSMQQLQTMQSLYYRWTN[TP[TQXTP\US]RRcURaRN`RL^TOVRO232 - A37zno~||bfd174$F9:YKR\SV^ZZ_Z^cYa[Y^XX\YWW`ZV^VP^VP^XV[VX[VZ_VZcU]^RX^V[XTZWTZ^\bXW\XV[SQUUSXYXUXXPWWMUTNUSRVUZXV\VTXVSVYVX`[XZSM_XQZTOVVRUVSTSOZZTXXO[ZR[WUWSSVUSVUNXXOTTLVXOTXPSSPZWRZVL[YMWUJVSKXTQ_XW\TP\VNYTSZVWUUVPSTQUWTTXXV[YWWZVSYTSTTUTTXWVZZUZ[TV\VWXUTVURXTRXVVLIJ*&&  -  - - - - -   ><@YRZ\V\TSQJHD:538223./2-./+,)&)&$'%#&)()))))(+***33/EE>5 !    -  -     - - -  - - - - - -644PLLUSUWVVJJH*,* - - - -!    - - -  B==YPP_YX]ZZ^[\`\[a]Y\ZX]ZZ\Z[`[^b\a]W]^Z[a_^^_\]^\\\\^[^^Z^`Z`ZYZZ\ZVZVVZTWXRZXU`ZZ_YX^\W_]V_^U\XR^XW^XZ\TT_WUd]Zb]Z[WX_Z[]YU\YTZVT\XY\X]ZZ\XXX\[Z\[W^ZX^[\][`\[^\[Z\\YZ\WX[V\[Ta]X^ZT]\VZ\XWXW[]Z\\Z_\Z_ZZZ[[Z^\Z]Z^^Za]^b\`_X]]Z\^\]`\\b\]_\Z]ZZ[Y]bahNNR  1(-RHNbY^^VY^Z\XWX_]_d`d\Z[^]\^^Z`_T][N_\OifZfbZ`[W]YW\\\]``XZ^]\`YWX>=<      TTMfd\daXd`X`^V`aZ\^Xca_b]]f]^j[^gX[h\^j`ab\[a^]cbabaaa_``^_`^^^]]ZYX]]\ZYZwszƋntnLQHQRDTRDTPHZTTUQVTRTTTRRPMTNKUQNRPNRRPRRQTTNSRLUUOTTQVVRPQK[YRXRKZRK\VQZUTZQT\RU]TQ\PJ`TNTMG871  -:-2wir|}}~|}{}}zz{X^^/42*"?22VJNYTTZXXZWV\ZT]\ZXXX\XX[URaXV`ZUXVQXWWZVVZQT_TXbWZ`XZ[U[ZV]VQWVTVSSTXV\VVVUUOVUKXXOZXTXTTXVYVUZWV\XW]XSVXTOXRIWTJZWRTSTTRQ\XUUTPXYTRROPNPSRVVVSUVMUTJWVJRUFXXRVTRYVSYVNXTHXSF]VL^TP_TS^UQZUQYTSZVXRQTTUXTWZXV\ZV^[TZ[TTZTUVTVWVZWTVXTRXQM^XSVTPRTPUTSKKK('' - -  @=AWPXXTXLKK22.980PND\YTSOM:76 - -    - - 887PPRXXYTURRPK@=9  - - - -     - - - -  - - - - - - - -  - - -/..NJJVUVVVWJII/0/  - - -   - - - - - - - - - - &%$HFDSNN]XU\WV^Y\_Z\^ZXZXSYYV]\\]YY`Z[bZ^^X\b_``_\[\W\^X\^[[Z]^[b[Z\\[YXXT\\XZZV^ZX^WXaXY`ZZ]ZV]\V[ZU]ZW]YZ`Z\aZXb\Wb]W[WV\ZbYV_XXWZ[W^^\ZXXYXYZZZ]\[\[Y`^[_[W`ZX^Z[]\\Z[XYZT\`ZZ\VaaZ]ZR\ZRZ[T\^Z\]^[[]]\]`]^]\\\]]Z\ZZ\Y\\[`^_]X\^Z[^\Z][Y]ZW]\WZYTYXX_^bPQT -   8.2[NTaV[`Z\]\\^^\b`^_ZX`ZX[ZW`_X`^V^\Sc`Xb_Vb^Y_\Y^]\VZWX^\[^^>>9  -  RSGee]`^WeaX`_Wbd\_b\``\`\\b\^f[_i^ag[^l`bd][c_[d`\b`\`^[da_b`]`_]^][]][ZZXxxyĆlohJLFRSPRQOTPOYUVTPTWVVQPNNNLRRPVRPRPNSTRRRQTVPTUPSTPSRRWUUVSPYTMZRIZRI\YPXSPYQU\TZYTTXUMXSI>82  0"p`b}{~uvvtvutturtn{u~{~~{zyY[\,0, B68XNP\ZW[ZW^\R\XNXUNZVU\XX^ZX^VWZUTWWRYXTYWU^[Z^XV^VT]TU[TYTQWVSVSQRXXZVVVTTMXWJXVJ]ZTXTRXTRVTTWX[XX]UTWZXWTPK]ZQVVNSROTSWUTXTRTVVTTTPRRPUVWXXZTURVUO[VPYTJXUJVTOTTRXXWXWRVRH]VJ_UJ]SLZRRXVSUSOXVTXTWWTXXV[WUZVUZWRYYQX[RVZRUXSVTTQXWRZVM^XNWSJWUOXTRKHF)((  - -  -  @ZVOTNN@<>   - - - 00+KKFXXVUUUPPN>;9   -     *(' - - - - - - - - -  ,*.NJLVTTTTRLIH/,,  - - -     - -  -  -""#897OQLUUP\[T\XV_X^^W_^Y^ZWU\\V\]Z]ZZ]XVd]^`Z__Z^^\\[[W^^X\^XZ^WZ\[\[^]\\^[Zb_^[WWb\\d\^bY\_Y\\WXb^\ZXV[ZY\\^a_d_Z^]WW^YU_ZW][^YXaWV`]]`Z`\XZVZYV[ZX\ZX\[X^]YYUPa[VdZXdZY_ZW]^X\]WZ[V[\VZZTZZR\\S]]V_^]_[``[d^\^VXSYZVZZYZYZ^\^`^`]\]__\\\W\[S\\U\\W\[V^\Z```OQN "!"/-1;03WKN^TV_\Z_`Z\]V^\Ub\Xd[[d_^^]Z^^Z\\X][Xca^a_\]\Z^`\V\VFLD +-'((% -  PNHgfc_\]d`c`_[bd\bd^]_[\\\^\]b\^hbde^_jcce_\c\Xb]Xd_Zc`Xc`Yb`Y^\W^^Z[\XZ[XyzzĆmphPRGUUNTRTVTXUTURQPUTPRQJOPIRRNRRPPPNSTQTQNTSOSTPRQOUQRXSTXQRYPL\SK_XOYUPXSPZUVVRUZXYTVP:<0   -3&#pb[|ty|orpd\n^Ws`[hVSjYXeWSpd^vlg{rqw|x{rqtUXT%*!  $D;<^RVZRXZVU]XPZTJ`ZS_ZXXVTXVVZWX\YY[ZVUURXYXVXUUTPZVT]VY]W\YT[UTXXXZZYWVUMZWKVTH\WPXSR\WZZWVVXUVWVUTTZXWXURZVRRRLPPJUVTTUYVTZWVVWWQPPHTTNXYVUUUUURZWTXVNXSFZULVTPXXWUUVTSRZXQZTIZQFZRNZTTVRPWVT[ZZZWZ[VZXSW[UZ[TZZRVXSUXTS[TTXUSXXQXXLXVJVTGZVLYVONJH0.. -  3/2IDFQLKECB&'& - - - - - - - - - - - - - - -   (&!JF>XSLUOQFAF - - -  ,+%HI>YYQUUSQQR:9: - - - - - - - - - -  *)(! ! - - - - - - -('&42/! - - -    2/1NKMUQPTQMLJF/,+ - - -  - - - - - - - - - - - - - - - -  - - - !445JKDRVLV[QX]S[\W]Z]]Waa[f]X]^\\_`]^__]\]`\[_Z[^Y]^Z^]Z\``\\]VVXRXZTZ\YYY[_\^a\^^XZd[^b[^d]`_Z^`[^b^_[VU]WX\Z^``d]Z``[_`Z[`\[^\[\\^ZZ\]^]Z[XVYTWVR`]Z^ZX^ZW`[X^ZTa]TbZRcXS`SPbZT^ZR`[V^[W\\W\]X\^X[\V`^[b\^bY`_XZXUPYYR__Z\ZX`[^`Z``\`_]]\\V\]S\]T`_^[YY[ZZaa`RRO427\Xb:6>800VNL^XUa^X^]T[[Oa^Td]Z`XX^YY^]^^^`_^bcbd`_`]]Zab\<@8! ! \^\BDD  - NIHhbfb^_b_`a__bc_ab^Z\Y[\[^]]_\]dcd_^^ba`b^[_YWbYVhaZgbYb^Tb^TebW`^U``W[\Uvwu„jleQSJSRLWRRURVQRUPPPQRMSTISSHTTLTRRPOPRQPWQNTPLSRNUTSZTV[SV[RT[SQ\TO[XRZXUZVXYVWTRRXYW:=8 - %kX^}{twnmk][]LDP@3TB1\H:U>6V?TFCWMI_WTqhhxmpxzwvsPVJ%+ &" F<=ZJS^QY`[ZZUN`ZR^XT\YXVVVXXX[ZZVTRVVSWXYRVXUXWWXVYVXZUZXRYURXXV\WVXUTNURHXTJYUNYRT_X_XRVXVVWWTZZRXXRUTOUSPYXUVWSVVSYYZYY\TTTRQMRRGUVHZZRVVTVVWXVXVVVSRNVSLWRNZXUUTTVVVVWWUUPXSLZSKZRMYSOXSQTRQXWXYUW[SV\RV_RW^OTXRTWUSXUP]WRURLUTKUUJ[ZNXWJYWMROL:88     - - - 0+-=98;98&&&   - - - +*(OKDZSNXNQB;A - - - - -  10-KKBWXMTTPRRV:9<  - - -  &$";87745 -  % "867>=:&$" - -    420MJJVSRURNJJD./,  - -      ..-IHFUTLZZJWYNV\RU\RX[WYX\^Zb\W^]Z^]\^Z[]Z]`Z\Z\YV_[Z^[\[Y\^\^a``XXT\\Y^^ZYYX][_b\``X\aX\\UY`Z^^Z^]Y^`[_^Y\\VYaXbf]f^Y__[``Z]_Z\`[]\[\Z\Y\_XTXPY^XZ]X`_[c_\^WU^XV]XSb]U^XNbZQdZRb[P`ZOa[Rc\Wb\YXWT\_\Y\ZZ[X`[[d[^bZYb[Xc_Z`_Z_^Yb_]b\`a[``[_^\Z[ZR[]V``_[XZ^X^c`dXWV 505}wgbl22/ ;63TPK`\Ua^T^\P^\Oa^Xb^[\ZVcba_`e\]e[[b[[_[[[HID !"VU\IJQ  -JGJhahd`bc`^``\`a\``\`^Za`^baa^\]bab^_^bcbbba^Z[c\_f^^d_Z`\Ra^RjfVa^Na^P^\RtplĄpslPSLRRNSRRPPRLPRSTXUWXRRMRRHTSJSPNSOTUQUZTTUPPRQNVVSURQZRTZRTWRPYVTYYZTVSTSTXVZZZZ>A= )^KNp|wvph_VMEE6(N7*T7.[8.`&%% - -    - $" #!  -   - ..0NLJZSQXOP=7; -  - - -  - - - - 441LLHWXRVVSSQV968    -*(&DA?HGF311" !,&*@8?BMLOSQT>>>$#"  - - -  - - - ;53VMMWPQZTSOJI--+  - -  - - - 61/B<::52,*(# *&'403<<>KOLV\VX\X\[ZZXUZ[VZ[VZYVYYVZ[VZ\T[ZS\XU\VU[WX\\\``]`YTjZTlXShZT[XT\[Z\Z[XVXZVZZWV^^]\\^[[[ZXV[WR]ZX\ZZ^[\`[\_X[aZ`a[b^Y^^WZaWX`SUdZ\`ZYb^]ZY[VXXXZX\[ZZZW^]Z]XUbUTfXZi\^`VYbZZa\X`\U^]S__U`aY\\V[[UZ[Ta`[]\Y_^]XVXZXZ]]Z\ZW`YXeZZdZZbZXa\Xdb]^]W^\W`^Y^^\[[]ZY^ZZ^]^^OPL :2=zv|YXV-,( - BA=YXR\ZR^ZU\YXYYVYZS[^RZ]R`d_^`dHJR"Y[\}}CCD  PRRabdZ[[\\\\]^_^b\[``]bfbee]`bZ\d^^b`accb__^a_``\bd]hf^ke_hd`bga]f^Vi`UjcW|zuÄmnjPPLSRRRQVOQWKPLNQJRRRPNTWU[URVPLMTNQXPTXRXWTZUTXRQRVURYSQ\RRXRQVUTUUZRQZOPXHLN"  TIOsznccUG;8$hHBrqldF0?5BKBESLOWSWYZZZ`[W\ZZ[]\[^ZZXXYV\\XZZWXWUZYT]\Tb]V]VR_VVYVXZZ\^ZXdWRjXPjZOaXO\\S^^Y\ZW^ZZ]YW\ZW^]]XXZYY[YXV[ZTZXQ`^Z`ZXa[ZcZ^d\a`XZaZZc[Y_WUcZ\c]`b^a^\][Z]\Z\_]^\[Zb_^[UTaVVhY\iX]fX^e[_aZ^^Z\^[Z^]Z^^ZZ[ZYZZ^^^__\_[Yd_^\XX\YZ^]]^_\a_^d\]hZ_eUYi\]gb^VVNY\QZ\S`a^]]_[Z_ZZ_]baKRK 428{{t{[VU&%  !!A>;XUR^[Y\Y\^\`]\\\]V\^QY\NMOG$&$  XZODG? -  MHLb`e\^\`c^^_\``a^[ba\hgald_f^[\`\Zc_Za`Y^]Xc`_a\^d^de]ib[hc]gd\`j_^i\WgZVtvÉkniQSLTRRWRZWR^OPQRTMPQKQPRTSYVUZURVURQUOMZRTZRVTRSSRPUVRVUQZRQXPOSTRTTSTSVFGK$''   SDOv|~y}tnpYPNC)a8"j\aTE0A(O7`P_T^NcW]MR9  - - - - - -   - -    - - - - **)OKG[TOXNN=8< - - -   884POJ[YVSTTRPS?>?     - - -#"EA>TLN[TTPPHLOENQHQSMTSSQQPDCB(&% - - - - -  - - .,+OLIZTP[UPTPL2/.  -   631UOL^VS^WV[VUSPPPNNNKIVNO\RU^TX_V[_Z^WVXXYYYZZZZ]\Z`][`YXZXXW[[YXWUTTP\[V\ZT_YTbXX^XZZX\ZZZ\WTcYRfZPd^Q][P\^V]^YZXV[ZUZXT\YXXVXZZ^\]_YZXYZS]]T\ZS_ZV^YZaZ\bZYdZXbYU`XU`ZX`\]^\`VUYZZ^^Z]^[][YZb^^\UUdZ[g[\dW[fZ`d\a`Za^Y`_Z``\^_]]^]^\\```d``c\Z[b]]aXY_Z\_\]^_^[]\\[[bY\eV\hX\f[\[WS[^UX\V^`_`_b^[a[Y_]``IQI303~w|]WV.+&  #$B?>XTT\W]^Zd\Yb^\`ghbKM>&(WV]MPB  -OLJfcfa``^^Z]^V__X`\^b\ff^md^i\[^[\X_^X_`V\\Qb_[b^\gaad_ba[cd]fe\dj^ci\ZgYX{otnqkPTGQUHVMRXNWUPUPPLPQJUVRPPSTUZORSTVRRRHWSLZSPWPMTPKRRLUUPTRPXSRVTTTTSPNL#$" -  NaF     !=?9OPNXVXXRTVUTUVRPRMWYVTVVBBB*(( -  - -**)JIETTLXVLNKC)'$ -    - - - - -212TNP]SVd\_ZVXZXZ\YXYUS_YY`VY_VZbZ]^Z[ZXW\\ZYZXZYX^Y`^Wc^ZbXV[][]ZYYZYV][X[ZTZZR^\U_YZ]ZZ\\]]]\_^Z]ZR][O\\OZ\PZZUUUS[[WYZT^^X\\Y\Z^\Z^\\\\]X[]TY[P\]TYXS\XV_\VaZU^UO`WScZXa\Z^^\X[[Z]^_^^_]]YWXa[\`ZZcYZbVXdZ^`Y]]Y^]Z_^[`^Z_b\ab]^_\\^\_\Z`_^c[Z]`\^`Z[b^`bac^^_Y\][^_^]``Z^dZ_bZ]b^__^\\\]_^c`_a`\`]W_\Y[KNG>45|~x|ZTR-+&   DB@YU[ZVc^\hc`hUSV&% URP|ORC  PPG`^a^]`_]^a^\a^Ya]Yd^`f\fc]i][cZ]^\_\^`\_^Ydb]ea`gadc^^`\\b_ac]bg]ch[]k_^yoq}noiMPDMPBXTOUMPZQVSOPQQLTUOPPORRWPRWSTXTTQSRGYVKVOGWQJWTNVUPTSPVTRXVRJID,,' F89ot~wlifVP=H0t26":!Z:pzu|z~nZO/<'f:1Z>6gROpqu{|v|jji@@;   ,#$H>;:   - - - - - - 868TRSWVUSTWSTX?<=  -   - - - - - - -B@5ROCWTLRNQVRURPPTTPTRPTOOC>@   - - - -   ?>?SPPQQQTVUFGB%%"   -  222RNP\VW\TW[TY`X^`VX`XV_ZU]ZV\ZY^^^[Z[]\Z_[V]YP\XV]Y]XVZ_\c^Xc\Ub`\cZZ]Z[[XXV[YV[ZV^^Z\[Z`[^^Y`^X``[^]YY_]^Z\[W\YU[SV\VX\ZRTS_`^[[YZZWZZX^[\^XZbZY_\Vb`V\ZPXWM^^W__\\][]]\XXX[YZ]YXZXV\\Z\[Y^\Z^ZY_ZY_\Z`ZZbW\bX^_[_^]b`\caZ_bY[bYYb[[`]_`^b`\_b\_a]b^\`\[`_]b`\a]Y[^\Z^]Z[\YZ^Y^_\^^[VYVYa\U\YZ\\^]_^Z^`\`WVX 7/.}xx|PQQ ,,*)*' - -JCBx|KHDFA=lfjd_fb]db^e`\b_[^_[Zca_`]]`^_^^`^^_]\_b_fb`f_]`db`]\V`^Zedb`\[d`_c`^\YOtpfsnplPPLTQQWRTSPPTQPVQRWQUVOTUTRRTLTTRXTTXPTXPVQMPQQQPSSRUWYYaOPQ.0.     - !6**S?Gzgk~rrk``aPLX/ l&c_p|{|z|iH2d&X6*hWXvv~zz}}zGJE  - -  8(.PFKZTXWPS_WW^WTZVRVURTTRUVQTTPYYWVUXVS[UR[ZV\YUXZVZ]X^VSTYURVROYTRWSNXTOVTNVTMTQLTSNXZPPRGRVHWWQURR[V\XTXZXYXVUSTWWW\VRSXSQVROUQLXTQWUTYYYXWVVWRSTPXUTWUXWVVVUNWVI\ZJVSFWTLRNQVRURPPTTPTRPXRRZTUWPSWRVXTXSVRRXSSXUPTQTVVTTXVTZXVYSQPEEC0// - - -   - - - - - - -   633RLL[UYYSX@==   - - -  - -  868PPNSUOVWRPPR<:<  -   - - - - - @=9WRLWRMSNRXRXZUYXVTRTLQQLB><    - - - - - - -  ?>=VTRVQPXSRFEC%&#    - 433TRQ^ZX^YTZVS_YY`X[bZ[d_\^[T\[UZZV\\ZXVT\XTZUO_YX]Y^WV[_`eXV]YT]`X`[VZ\[[XZXZ[X]\Z\\Z[[Y\Z[^Y]`Z`a\b`]^\ZY\Z\WZZY[TX\RX\TTVP]_[[\X[\WXXU\\[]X]^X]\\Z`_[[XSYVP\[Taa\[[X]]]^^^Z[\XXZZVV[YVYXT[ZX]Z\^[^a\_]Y[^Z]\X[^Y\^[a`]dbZbbX_cY]bZ\_[\_\]a^^b]^^Z\][^YY]]\``]``\^`\\_\Y__Z]`Z\aZZ`XY[WZ][Y^Z\_\^^]^Z\a]`ZUW  -:4.vtvIJI    =;5}xxIHA LHFkegf_ed_fe`fb]cb^a][[dca^^\^^\^^^]`^\^[a`aa`a`^__^\ZZU``\bb``_``]_`^_[[\vvt~w~lrlPQLSPNTPQRPTQPRTPPWRPVPN[RRSPNWUTVRNWPLWPQRNRPPSNPSRVYOTV473 -   - -   -C,,yglynph][[E?Z'v<<; - - -  - - ?=>UPSYTQYVQWSRYUV[WVVTPQRL@@>"!!  - - - >=:VVQZXTYTQLFC,*(  - - - - - ;68SMN^[Z`^YXVLZWN`[X^Y[\XXZWS\ZR[ZRa^Y`\X\XT^XUd\Zb]^YX]Y\`VX[XVZ_Z^_Y\^[Z]^ZZ[Z]\]^^]\\Z\[Z\YZb\^`Z]]ZXXXT^_YYXV^Z\\XT[YQYXPYXRXYT[\V\\V\]XXXUWVWXYZWYVYZVZXUZXU^][\[Z\\\ZZZ\\Z]]YZXT]ZV][T`]V`\[^Z^_\`ZX\^\\\ZZ^\\[ZZ][^^X^`W]cX`cYa`Z__[\b^\c^Z`ZT`[Y^\]^_aZX[^Z]`\]^ZXa_Z^_X[^VZ`WZ`Y^`[ba`a^`^\^[Y[^^]RQO  ;0)wtrJKG  - -<<5rpnIJ>  -LKKebc`\\c`b`\`^Y_b^`a^^a_]]]Yaa]``_\\`_`a^^^`_^`^\^]X^^W_`[]]^\\aZZb`_fYY]vvz~y~oqiMRKRSORQOQPQMLPSRTVSQTNJVNJSMKTRRUQNPLFRNHTRPSRQQROTUR8<8     @**{lpogh_\VRB2X -~WM~~|~ywzyzvh:$T"bDB}op|xtknf!'     - -:13RMMXVRXXRUVPTVRVVVUXZSVWTVXTUSYYSVTQ\XWYTR^XS\WXaX\ZRQXQOVQUVT\WU[VTYWSZVQZURaSR\RRTTVSTVQRRLVTQVTUUVSTUMYWLXTOYVUVSQXWRNOLVVUYWVXUTWVWUWVVVQWVO[UR[RVXSYUSWZWYYTWYTQYVQWSRYUV[WVVTPTUOTTRVRRWOMWPNXUTTSRTTVTUWSTUTUSRTOTTRTTOUVNRRJLKGDD@441&$"  - -    /,+QNJTRPVPN?97   - -  - **)BCBPSPVVRXRKVQJ?:7  - - -   -" @?@PNQUQPYVLVSIUQJWTOWTNRRKAB>$$%   - - -    <=6RSMXXSUUPMJG42.     $! C; - 65-tsoKNA -  - HGMccj\\_\^\Z[YZYZgcdb^^b_]`]X`^Ycb`^\``^db_dc`bd`ad_\]\S]^V`a_\\b]^h\ZdZX^vt{x|~qqfNPDSTNNOLQQPOORRQVRQTSOMUPKVRORPMTRPRPLTRKSSNSTNOOECB8  <,/rfkjba^YPQC.[" d]||}}|yzzzrD&J`B@}ppzvshje"'!    #& #/)*LGEZWQWWOUVPVWTXXWUVWSVXOSVSVZXX\TRQZWTXSP]ZUUTQZTS\SPZPLYPPXSXRQTSRSXVZVTZVTbVT`TS\YX[SUTUWVUVTUVTTVTVVRXRK[UO[TPVQPVTPRRLWWRVVVVUVVTVVVXWVTVUNZVMZTOZRT]VZZYZURVVRPYVLVSIUQJWTOWTNUUNSTPRRTWTWXSV\XXVSRTRRWWZVVZUTVVTQWUPTTPSWJVYKVWMRSLKLG<<8/.+)'%$$!    421QNJQRMRQOB><"'''566GGGQSSTRVSMNXPND><(%%,+*DBATRTWRUYVOXVHXTGWSKTPLRPHFF@./-') BB8RQHTSMSTNMMI:96"!  &#!@:8XNN\TW]X[]Y[]XU^YQ^\TZ[XZZZZZ[VUTYWU^YVaZV\XTZZY][\ZX\Z[_X[^XYXXXV\XY[W[[Z]X[[VYZVVV\Z[ZZ\ZZZ^ZZ_ZW_ZTe^V`\P\ZN]ZO^[R[VR`XTcYT`XT_YX`[_XVY[ZYVVRZZX\[Y]\W__XZ[S[\V\[[][_[Z_WW\UYXV^VU[QZZV_\Z`\T_[T^ZZ^[]^\\\]X[\V\]X^_Y\]W^\Zb[\aZ`_Y`b]da\_b[\bZXc\Yb\\a[`^Zb\[c^[`c^be_ad_^^[V[\UZ`YX^X^`\_^\^Z]e^eb^fIHJ@2.~~~srhA@/50-soqNRH  IGPhfr\]eWZ^X\\X\Z`b^ba^d_]a]X^ZTeb]da`a]ab^cc^cc^af_ad]Xb_V_`X[\\_bgYYaXU\xt}x|mndOPAPPGONKRQQRRTPOSRQVRPTSPQYTUUQOXUPUTOSRORRNSSOQOGEB762*:50<88968:8;::;:;<  -:**p^_lb`_ZVUG@Z"#fb{z|v{tzz}tL(N`B>zmm|vrjkf=85MJDJFALGJJDJHBEJDEWSR\XTZVN[VQYWVWTV\YYVWTRVVTZ\TW\RRVTRSWRQZXTRSOWVT^YVZRL]SO\TTURRVWQZZSVWNVVUVT[ZV^VTXRQQVVVSTTTUTTVVTRVSMN\TQ\TQ\WVVTTVVRWVPZTOVSSVTSXUV[YYVVQTSJYVLZXQ[XVYVVXVXWRVYVOXVHXTGWSKTPLTRJRSLTVRSTSXVWVRQUQNXURVTTWUYXV[WTVVSOTRHTXGWZHXXJVTKRQKMNHIHEHFDEC???:76/74,87.46/22/((&(%&&##*&%+'&(&('%&((&./,463.10*,.346FDDVUTRRNVTUJHH74062.3/,62243102,03+66.984;89867;:8?>>BBDMMMVTTURUVPU[TTNHF=:8100322663962<72?<8?<9:87876652763884CC@KJISRRXVVZVTXUKWTHZUNZTTWSRONJDE@78446034043/:838524224233041.00.*34*?@4PNBZRHWPKTQMPOMDBA96600.**(%$!&$))!/1+++)-,,-,,((',*+842JDAZRN\TR[VV^Y\]X\c\Z^YT^\Z[\]XY]WWZ\Z\^Z\aY\]UT\WV_Z^[V\VRY[[`[\]XXWXWVZX\ZX^VW[W[]VWXZZX`[[]Z[^\]`\Z`[VbZSaZQ_[Rb^Wb_X[ZT\ZV^ZTbZT`WU_Y\]Xa\Y`YVU\YW\ZX]YW`]WZYP]_TZZR`_\_^`\Y`_[b\]aZ^\Z]W\\Y][]]ZZ\XV_Z]_\^_^\]][]^\Y[VWYSZ\V\[X_\\_[^`\`]Z]b]^c^\fb_`\Z\W[]X`^Zd][c\Y_b^b`[^`[[]\Y`c^X]Y\_]abb^\_]\```eNNQ>5/}z}}~xoj\;6&<6%qkdPSN LHSjes^[gYZa]ad^dd^d`_a\\\W`\W_ZU`]Vca\a]\b\^b\`a[]b[^f_^faZdaR]]Qad`ZY]XTZzu}|xoqhLLDROJUQPVRSWUVQPTPPUMLRPOTUPVTPSXTRURMVUPPPMTTRPMJUQMXRPXOOZSVTNTPKSQPTCED - -9&!s\Yh][YZ[RJLS"%dfyv}rt~uyvt|vU/L\B>ynqvsohkb  - QJF]XPYVGXRLZRTYPTZUSYVR^YZXQR^US[SRVRXYUVVUPSTNSWRQVVQVXSUWVTTZZXSSOZXXYVVSOI\VOZRNZSSYWRRVKOTFVWJWUPWSTVRTUTRRQROOPSSTXVVURUVPU]VV[UR\WVUSTTTSVTQXTNZSMZVPZVRXTSTRPRQMYXRVUOXWTTSQVUTXVVZVTXUKWTHZUNZTTXTSTSNVVPPRLTXNWXQVTO\XQVRNVRRYTXXSYWRUVTLTVFUVGZVJ\SJWPKTQMTRPTPPWSRQPNNOJPNHRPDNP@PRIIIEKJJJEISLQPHJLFGJFHJJGMNGNPHJMGHLJJNPPQRVVTTTRVRVVQVSONTPJNKFQLKPLLKJFIMFPQIQNGPLITOOPLLPNOSSUQQTTTSTQP[VV[VUTQLONJJKINOOOONTPLZTIVPCVRFQNFQNLQOOQPOONMSTTPQRVWUVWUVUTTRNURJZTP[TXYSYWRWRROMNJPRMNQJJNFQRINL@TPHTNLOIMLGNJIFLNBOPDXUM\TP^RNYQOXSRPLNQNPNMPHHKHGFIFCKHBNNCJJDNKINIJLHHMJIOMLWSQZWRZXQ[ZTZZVZXX^ZXZUQ^\X^]^WX\WXY\[\]Y[]WY_WT`WU^VX`W]^T\bZ__[\\[YZZW[[ZZX\ZX\^]`\[\[\Z`^\_ZY\UV_[[\XU[TPb\T_ZT\XS^\W^]Y^^Z\\W]]U\YQ_ZW^X\[V^`Z^\XY\XX]YZ^ZY[ZT]^UXZP^^V]\V^ZXd\ZbXX^VXb]^^\\^ZZ^Z[`]^`\``[`b\b^Z]^\^ZZZXXVXZUZ[V\\X`\\`Z^_[\`]Z]XUb_\_^\]Z^^Z``\c^Z`_[a_[a^X^d^cc_``^][ZZZZZ``b\\`\]a[\`PTU 80*~zvnbrl\yRTN MJThcna[f`[c`_d_bb[_^[`[]`Z``Zd^Z\XR`_Xc`]b^]a\]b\]b\\d_`fa^daY`^N`_NZYT]Z^zu{~{orjNNHRPOUOTVPUVQSTRRPPSNMRRQTSPTUQVXTVTPP[XTONJSTPQRQTRUXSTZSS[RT[RXZU]PPTBFD  -  2 t_`h``UXZPMRR&(}Vbu{vw|wrrot}z[9NcFA~qvutqaf]$ -#XNS`YVYVJZTJ]RR^SVXROVTNZWVWPWf[e]SVZQSXTVXXTWXPVXNSVPRVTRVWSTUVXVTTRXTWZUYZUT\XRVRMXSRXRSRQLOSKUVNVSKUPMYTTTPPSQRVUWRRUUTSTQP[VV\VVXTPWVPSSQVVVTTSYVQ`ZNZTGZVJVRJVSQVTTXVUTSRVWWRSTVXVVWUVUTTRNURJZTP[TXYSYXSXUURQSNVXSVXQRVMWXNSPDZVM[USXPUUPWTSOSUHSTGYVO]UQ^RNYQOYTSTQRZVXXWZSTVVTTXTPXTMYYNUUNWURXTV\V]ZUXXTTYTRWTPSUNRVKRTLRSMRTQRTSUVRXXTYUTXSW\VY[VRYWQVUTVTVVRRVUSVUSXRP\PPZQRVPRVSUVUXTSXUUVSSNXXQVTPWVQVWPRTOTVTSRSUTRZVLXRA\UDXTBWTHVSNVTUTSTUUYSTWUVTXZUUWSPQNUTRZTT[TYYRYZUZTPTUUSVUSVTSTTRRUNWXNXTHYQIXPMYPURPRNOKPRJVUO[TT^TW]RTXSTSQSUTWXX[TTXTRVXTVXUSTRMSRJXRMZRR[SU]VXZVWZYZXYXWZSRWNVZOYZPZXNZVL_\RZZTXZZX[^ZZYXXTZWR[UO`XT_VX`V\_T[`VZaZZ`\X[[UXZT[YW`Y\aZ\^XZ^[Z[XVZVTZUT`Y\]W[ZUSaZU_YS[XR\[V\[V]^Y\]X]^WWXPZZS\YV^Z^`Zb\V[^X\]Y\^\_ZZ[\]ZWZT\]V[ZT`^[`\Xd[RaWNeZVdZ\^TZ`Y^e_b`\^_Z_`Za_YZ^YZ_\]\ZZZ[Z\]Z\\Y^\\_Y\bZ`bY]c\Zc\Zc^`a^b^]b[Y^_\_b_`_Z\_Y\b[`b]`b\^^Y[^X\a]b[Y^`af\^aRVW4.*~{~QRHNHNfbia]cb]b`\``^^__^\_\^a\]_Z`_Z^WUcZZfbbdacb]bb^`c]]d^^b^]c_\`_W_^R`_Wba^zwz~}|lpiRTMPPMTPUVPWTNSTPNRRMPNOUPSQMORPRTQTRNQZVWVRPWURQQNQPURPSSOLWRNZTT[VZRQRBFB   /"%h\bd`c]]YRKLN$&sP[ywxw}{|uvyytu}jJ[& -jNJotxsu`d_ "VJR`XZZVP[VP^WT^TXZSUWTNWTMZTU`Xa\VZZUV[VTXURTVORVLSULRTNRTRRTSUVRXXTYUTXSW\VZ\WSYWRVVTVTVVRSVUTVUSXRP\PPZQRVPRVSUVUXTSXUUVSSNXXQVTPXVRVWQRTOUVUSSSUTRZVLXRA\UDXTBWTHVTOWUVTTTUUYSTWUVTXZUUWSPQNUTRZTT[TYYRYZUZTPTUUSVVSVUTTTRSUOWXNYTHZRJYPNYQVSPSNPLPRJVUO[TT^TW]RTXSTTRTVTXXX\UUYUSXYVVYVTUSNTSLXSOYRPWRSXVXYWXWURYTQWSPTTORVORTNSSPUUSUTRWURXTRXUVXVYXVVXUPVURWVXYTSZVTYXYYVX\SV^RT]UVVTTSRUTRWTRXTTTUVOTULTUNTTOTVPRTRUTWSRUWVVXUOYTHYTFZTHWSJXTQVTTUTURSVRRRVVRVVRPQLUVRSRPTPQXRTXSRWRSZWWWTQXTTZTWUQQTRPTTLVPF[QJ]RSRJPLKNRRSTTPXTR\SU]RWYPTTRTSTVUUVUVVUTTVTTSRPUTQUTOXUN]VR\UV]V[\UZ\X][Z_Z[`PTPTXQXZNXXI^\L`^OVWJX[QX[UZ\Y\\XZXR\YS^ZW^XZ\TY^UZ`XY`ZX`\W]\TYZR\[T_YX_VWbYYd[ZbZX\UR_ZX\WW`[^[V\`XY_WR]XQ]ZRZZQ\\U[\VYYVXXVZ[YXXU`]``Zc`Z__Z[^ZZ^]_Z[^Z\^YZZZZX_^\dbe\Y^\[W`_Qb]Nf\T`VW`V`bZg\W`\X^^X``Y`e^^d^\]YX^\\]\\YXXZXY][\^Z[aY]d]^f^^bZ^d\d_[a\Z^___``\_\Xa[X`XY_Y^_[^^W]aW^e\da\b^]b[^`QTT4.0HI< NHJlfkc_d`^``^\`\Zb^\a^]a`\``\efb_]\b[\f\`aZ`e`gfahd^chbbd`]fb_`^\[ZTdb\_^Zvtu~~jlgNOEPPIRQPROTRLRTQPWUNQQLWTTTNQWPSROOTORWRWYTXVRSURNRQMUSSOLJXTMWRKTRNQQNDHB  - 2%'kXbgad^YQB61@oLQ~vrvx{zww~z}x^i1lLBscdtoshhi "TIPa[_WRSXSR^XX\VXZRXXRSYTOXRMVRSXVYZXXWURZURWSPTUPRVORTNSTPUVSUURWVRYUTYUVXVZYVVXUPVURXVXZTSZVUZXZZVY]SV`RT^UVWTTSRUTRWTRXTTTUVOTULTUNTUPTVPRTRUTWSRUXWVXVOZTHZTFZTHWSJXTRVUTUUURSVRRRVVSVVRPQLVWSTSQTPRXRUXSRWRS[XXWTQYTT[TWUQQTRPTTLVPF\RJ^RSRJPLKNRSSTTPXTR\SV^RXYPTTRUSTXUUXUVVVUUVUUTRQUTRUTPXSP]TRZTSWWXYZYVVTYVR[VRZTTUUTRVUUVVYXXVUSXVSVTRTRRQQSUVXSSTVTQXUT\VTVTPVVSVWVUSUZSV[RSZVRVURWUTVRVVTXRRQVXPUVNTTOTURTURTTTUTUVVUVUUVTR[VR^VRZSPYSR[VXVSVPSRSUTSRPTQMTRNVWQVWSTSRTPSWQUYRT\VY[VVZRQZQRXNSWPTWSTVTNZSJUMJQHLWRVVVXUTTTRRZTT\TSXRQXTSXVSUTUUTRVTOVWORRLWXRXXTZWRZVRXTR[WZZVZ[V\^Z`ZX_RRUWXSZ[S\\P][N_]PYZNWYNZ\T^^W^^V^]V_^V\[WXWXWTX[WZ^YZ^YV\XR\YR^^V\ZP\YP^XTd\Zd[WdZW_URd[Y]WT^[Z^Z^aZ\dZZ`YV\XOZYMZZNZ[R[\X\\][[^XXZ][^^\`][]]ZY][X^^[Y\ZX\\\\^YYY^\Z^^\XWZ\Z]\^X\_U`^U_ZT_XY_YbYVd^Zh^[f^Ycd_ba\Y[WR_ZX^ZZZXYZX[^\``\_^Y\a\^d^`a[\b[`bXb`Y`_]^\]X^_X`^W`ZWa\bb[fbZeb[bbZ`bZa\Y^[\^PRR6.0~HJ= - -NJHided^cb^a^\\`^[]ZW_\Yb^\`][ccc^_b_\^cZ^^VZe_ddafd`ff_be`\b]Vb^X\YRebY\ZVnmnnmhNLDVSJSRNPPOONPRQSUTQOPPTSRTPPXRRWPRSNOTORUPUTMTZVRTPHVSNRNKWTOXUOQPIPQL@B> - 3" pZ\rdfFB:$<pFE~wv{}}xyz~vkr6Q)jTQslpkkn PHL[X[UPV\V[]X\[VZVOV\S[[RV\STXUUXXZYZZVVTZVS[VSZVUUUVRVVVVVZXXVVTXWSWTRTRRQQTUVZSSTVTRYVU^WTVTPVVTVXXVSV[SW\RSZVRVURWUTWRVVTYRRQVXPUWNTTOTURTURTTTUTUVVUVUUWTR\VR^WRZTPZSS\WYVTVPSRSUTSRPTQNTRNVWRWXTTSRTPTWQUYRT^WZ\VVZRQZQRYNSWPTWSTVTNZTJUMJQHLWSVWWYUTUTRRZUT\TSXRQXTSXVTUUVUTRVTPWXPRSLVXSXXVYUU]UVXSRXWVXXXUUTXUR]XTYTRUTTRXXTX[WVYWVVXVUSRQRSSSTUSTUTTRVVSUTRXTSXURTUPTXSRUSWVWYTUVRPTSLYUP\UTZTXVRVTTRVWQTTQUTVWVZTTURUOWWRVTQWTUVRVZUWYTSYRR[TTWSUQQPTXVTTRVSPZUPTPLXWRVVSRQQURUWSXXRWXQTWPP\RR\PQ[QVYSXWTVXTRQPNSQRYVTVTQXVTVSRXSRZVSSQLXXRXULXTJVRNURKVVLSUIUWLWYPWUPXTPXVSYYXYY\XW[ZX[XUYTRUXXXZZW]]W[XQ_[TZXSWWT\\X^]Y\ZUZXS^[Va^ZZYWTVXVY[WYYXYT[ZU\[U\ZTZXP\YR^\V]ZV`\W`YS`XS`XU`XV^XV^ZX]XW`XXc[\`[Z^\U\\LXYJ^_V[[ZZY_\Y``\^]YW]\Y[\W\^W\_VX^TW\UY[XYXWZXUVXRVXR^_ZZ\W[\W^`^^^__\Z`\X[YZ^^eZZbXX^\Z_^ZZ^[U_\V_[W^YW^[\`\`_Z_\XY^\Za]`a]a`\`^\__Z^`Y]\ZX^^X]`W^^X^[`b[hfZjg[hbY^`ZZ`\_bbdLML6.,~HL<  NKDb^\b^`b^``^_`^\\]X\[W`]Y^\Z^^_\_d[Zab[baV[d[^a^^^^]\[Xc]Y`YPd]Rc]P_ZOZVQsqrƒ~spgOKBXTNSRORRSPQPRRSRPPOPQPPRQPPVRRSNMTPPSPPVRTWRXXUTVSNZVRWSPWTRWTQQRONPNABA4tYVq`ZJH<,&8gED~yw}|wz~}~Ӏk{@"Z,b_}qslll RNNXVVWTWZVZXUZZV\TOV]V^]R]^T\XVXWXYXYZUUUYVT^YVYTSTTUSX[UX\WVZWVXXVVRRQRSSSUVSTVTTTVVTUTRXTTXURTVPTYTRVTWWXYTVXRQTSLZUP]UTZTXVRWTURVXQTTQUUWWV[TTURUOXXRVTQXTUWRVZVXZTTYRR\TUXTVPPPTXVTTSVSQZURTPLYWSVVTRQRUSVWSYXRXXQTWOP\RR[PQ\RWYSYWUVXTRQPNSQRZVUVTQXVUVSRXSSZVSSQLXXRXVLXTJVSNURKXXLTVITXLVZRTTQWRSXRTWVTWVVVVVVUTXVRWRNWVRRTSRTUVVXVVVVTTRRRTUWUWXTTSUTQVTPUVRUUTWVVVVTVXSVXSXYWXVVXSSYTR]WT]TT^VX\W\TSUUTRSRNXUVZW]VTZUWSUXRVUOVSPVQTYVZWTTXVQ\VQ[VTVURTTQSSPWVRXTNXRMZUPXVRRROTSRVTVVTVURRVQQ[TS\QP[QR[RVXSWWSUVSRVUVUUTVUPXUOYTNVQLYVRTSNYYSVQLZTNZTPVPLVSJTUJTWNUVMVUNWUOZWSXXVYZZXZ[VXZYYYTTTZZ]YX[YYYYYU\YU[XVZXZ][^]Z^ZXZWVV]XZb]][VVWTTWYZTYXSZUW[W\^Y]]X[XU\XTa]Z^[Z^\[][W^[V_\W^YU]XU]XT\ZT\XU_ZZ^Z\[YZ[ZV[[P^]PZXT^\`[XaZV[[VT\YSZZP[]TY[T_bZX\TWYRZZV][W\\T^`TadXZ]R[\T\\X]]]]Z_`ZW]YOZZNY]UX[XXZ\[Z\_]]^\Z]\X_]Y`[YaZ[`Z]_\X]\U^\Z_]_^\aXUZ\Z]\ZZ^[Z^\Z`_Z^^X^\[_ZbbWefXefW`dW]`X^c`fLLL -  -5/*|}{JL> - LIAc_\fbac_``]^]\Z^^\``_^^^^^]_a^^``]\bd^gdZbeZ^b]Za_[]^X^]Xb\Vd\Rf_Pb]N\XRywx…}spbSPBVRLRPQRRVQRRPRNSROSRPQPQRPSQOPTPNXTRXTSZWXVTVTSXUSTWSRXTTURSSRRLMNLPQ@DG  - 7"wXXu`Y^XHJB/6 -^ NR|~zz{~~x~~at7zNDqs}nqlhfQNKUTQTSRRPSUSXWTYSPWTPWVPXWNXXRZWVXWXYVVWYUU[VSXRPVUSRVVRUVVVYXVYUTXOPTRUXRVYRTUTTRTTOTURTUUXVVWWTV[UTZSW[WXVVZTVXTR\VT^TT_VX\W]TRVTTSRRNUTUYV_VT[WXTUXPTTMVQNVORZV\VTTWVP[VPZVSTUQRSORQNXWTWSPXQOZURZVSRPNTSRVTVTTVSQQUPP\TT\RQ\QSZRVVSXUSVTSRVUWUUTVUNXUNXTPUPNYUTSROY[TUQJZTLYTOTPKWVKSVHTXJRWKRTMUTQVSQWTSXUTYXXVTVSUTUVSVVRSTRTTSTTRVURVTRUTRVXVTVVRRSUTRWTRXVTXVUWVVXVWTSQVTPXTQZVUZUT\VV\XX[TV[TV^XYZVWUSRSSNVUPXVSYVTVURXXVYYVXWSVSQYUVVRRXVRXVNZUQVSQWTTYWUXVNVTJYWOYWRWUOXXQVUPWURXVUXTUVTQVTO[TR\TS\TTZTUXTTXRPZVVVTTTTQTTMVTLVTJVTIVTKXVNZSP^UT[TQYROVQLUSNUVQVVSWWRUUPXVRTTPVVUZZ\Z\^XZYUVSZZ[\Z_ZZ^YXXXXS]]VYXVYVX\X]ZX]WYZ[Z]^Z^ZTX_X[^Z]ZZ\V[ZR\VT[V[^ZZZXZYT^[X]YZ]Y[\ZZZZV^^XZ\WXYT\ZV[ZS\\T^]X][\XWZ]\`a^^^ZT]YT`]]]\bZYaYVX[VS\YR_^V\\T^^Z\[Y\ZW^\X`\Zb_Zb`W`aTYZM]^R[\T]]Z[[[ZXZ`YT^YH_`OZ]RXZV[[[^\`\Z^\Z]]\^^\Z]YU`ZWa\T^ZP]ZR^]Y_]^ZX\ZX]_\_^\Z^\Vb`Z`[V_ZV^Z[b\adZ`fX^eT^`S^aXePNS - -:43~y}{}~}~PPF  MJBfb^b^]a]^`^^\\Z^]]^__[\_[[_]^^^`\___d`gd\ebW^`XXb]Z]\X]\Xa^ZbZWg]Wc\PXTMtsrņ~rqbPO>QPFRQOSRUONQQPNXRSXRPXTQTPQSPRYUVVSRVRPVTRNNJTVTQQSTSSYVVUQSUSULNOMRR>DD 8&{\bxa`j_V_QDK*lLPvz~zw~yyvz|zuzrTx<iZqv~ryolh - -TPPUTQVTQXVUTRTVTVUTWTTWTSWTPTXSXXUYWUWWUWXTWZTTYSRXURRTPTVRWWTXWUUSTRRVSX]RV[PRTTTQVVPTUPUVSXXXWWXUWUVXTUXRZZUYTQZTUZVWYRTYPP^UVZTZUSVTSPTSOVTUZUXZVSVUSVVTYXTXRQZSXURTUWOSVHTUIQSLSTOWVRVTPTQNXVRZVSWTQTRNWTOXUPXXVUVVTTPXVP\TR^RSZOR[TXYTUVQNXVWWVYSTPTRHXTJXRMTOMVTRUUQUPM\TRZSRZTTWTQUVNUYNPTJTVMVVPVVPVURXUVXVVVSUVUVSXURVTTUVRRUTSTRPNXTR[VTZWVVVURSRSTRWVTXUUZVVXVTWTRXTRYTR[UT\TUYTTXTUZVWXSVVTYYVXZWVUQOXVSZXSXXRZWPZXMZWQXWR[WSXTQ[WUXSRYVTVVQ[WT\UT]VVZVSYULXTJZWQXVSVUQ\\VWVOVUOXTRXSRVTSRQNWVQVTPXTRWSQXURXTPZVRVSQUTRVUTSTPSVLRUFVVEYVH\TM_UT\STZRNVQHVSJURNVVTVVTUVSVXVUVTWVUZZY\\^YYYZZVZYX\ZZ][]ZXXZXU[ZUXXRYXT\XX[YZSTTXYZYY[YVZ_X^^W[ZVZZZ\W[ZQYVX^YY\VZ[TZZUZXX]X]\X\YVXYXVZZVVWTYYX]\Z\[U[ZU]]XZZZZX]\Z_YUW^XVb\X[\_WYaXW\ZWXa\\a\[ZYWYXU^\[\XZ`Z[aYZf]_b[Yb^V\[P\\Q\[R\\WZZVZZZ\\[^]V_`R\[R[YV`]^^[]\Y\][_]Z`][^^\Y^[V`ZV`[S`\S`^V^^X\[Z\Z\`\`_Z\^ZXcaZ^ZTd\Y]VU_ZZc^\^VT`UX^S]bYfXT[ - :68}yzy||TTI  MH@ea]b^^^Z\\YZ`^^`^`^]__^d_^d_^b`^b__``_a_Z`^V]a[]c^^a^^\[Z^\\`[Zg\[f[ZZRPtrq‚}~nodMN@QRGRSNPONPLMTRPTQPYRR[RPWRNUQPVRTTQRRPPTTPQTMTUPNQKTURUSQTPPUQRSRRMPN>C?   - 6!)z^ixdipabr_^jMKv<<>>no|xuz||{~~tnq~~kTV@qdxuwtviif "QJPQNOTROXSPVPPXTTSOPURTVTVURRWRTXSWVRUTRRYVV\VZTQRRQNRTPTUPUUQTROWRO\XTWUXUX`QRVSQQUTORSMVVRVVTWVVVVXUVUTTR[YUVQNUPQVTXVSWVPSZSQ\TPYTSVTTTSOVUMYVLZVMVUSTVXTTVUUSXUTVRVVVSRVJSTJTVOYYVSSSTRRUQPYTRTROQQLTSPXQJ[SJZVQSTRPRQQRMVSL\QO\MRbSX_SUYPN[VWVUZQRTRRNTTHXTIVQLZXUSSPTRPZTVYQT[TWWRRUTRWWTPRMTUPWXQTVMOOIUSSTRUUSVYXXUVRTVSSSTRRVTTXTRSVRRZTXZTZWUYRRTVVSWWSVWTXVVXWVVTQXVRZUT[TUZRVWOTZUZXUXVSYWU^VV[VWWQRPYXU[XUYWTXVSZXS[XOZXL`\R^VP`VT]WTZYVUURZYW\VV\TT]TP]UL[UKZVO[XVXVUVUQVUPTTNUTSVTUXTXRSTVVUUVSVWTQRNTVRWVRYVQZTOZTQ[UWTSUQTQPVMQVGXWFZTG_TN\RQ\STYQLYSFVRIWUPUTRUVRUYWXZZWX[UUWWVWVVUZYXZYXZXWYXUWVR^ZUYUPZVRZXVXWVZWXSQQYXXXYZWWYZWZ[VZ_Y]`Z]ZXXVXUZ[WZ\TVZOVYPYZVZX]\W_]W^\V[\XZ^[\[XZ]Z]]\[]\XZYTXXTXXY[Z_ZV^]X]aZZ^\ZTTXYX^YWZ`Z^^X\]Y]XVY_]`\Z\^YZc[[c[Z`VXcZZ`YV^YU`[V`]Y]ZW`^\ZXVYZW[\WZZS\XW`[^^X[\WW\XY^\^^\_^\]\YX\XX^YX`\W]ZSZZS[ZV\ZX`\]b\``Y\b]\^ZY`\[YUT\XWa_Za`Y^[V[WZa^eVWZ 202zw~y}zyy|||STH  NJEiedd`b^Z\\XYeabc_b\Y]`^e`_d`^a`^`a`c^^bZY][X[b__a^^b_``^b_^ca]ae\\f^\aXWzstjokPTIMPHRSPONJRNKWRQROMVROSLHXPLXRNUTPSRPRPQVURRSLUTOQPJPRMNQLTROXQQTPOOMK<>9  - 0!&r\hwdlxgmwafs^dwXZ>8f\~pnnw{|~vpmt|l^i`rpyzvsqjog%)"PIPPLQRPQTPNYRPZQRTOOSONVTTXTTVRSZUZVQVWTWVTU^[\SQTPQQOQRSTVOOPTRSXSR^WTXPNYSUPNRUSURRPPQLVUPTSNWUSUSRVUTRROWUSYTTXRRURWUSYRPUTPQXRNXRNVSQSRPTTKXVNXUJUSNVWZRTZUVYTTSVUSTSRSSPVTSTRQUUSRRSTTWQORXVWUQRRPQSTSWPNZRKXRJTRLQSQOSRTTRVPN\QP`NV_NV[NS[TWSQUNOTORSRSPVUNVPL\VTTTRSTTWTVTOTXRVVQRTRPTTRNPPPRSTVPRUIOPGTTQURRWTUVUUSSQTTQTURVTVRSWVVXTRRVRVVRZZYbTRWTSSVTOWTNVVTUTWRRQRSOWTQYSSZQU[RYZT[VSXXV\[WaVT\VX[TWW\^^WWVZVW]XZ[VX[XXXXQXXL\WM^UO`XT[WTUVRYZXXWW\VXbY\`VT`WOZTMZVRZWTYVR[XRYVOWTPVVWTW\VZ^SSVRRSSTTSTRPTQUVRSQMURMYRM`VTWPSPORVZZSWRSVLTRHZRL\PO^ST[SQULHWPIXTPZXWVVTVZVUZWUXZRTYTTZVVZWWXWVXWUWUTRWVQ[XPWSK\VQ]WUZUVZUVYSW[WY\ZZXVVXVXYVX\XZ]XYXSTZXWXWTYXTUVPSWMY\WXX[XT^[T`^T^bY`[TX^X\_Z^XTX\YZYVT[ZVZXVVVWXW]]ZbYT[ZXZWUW[W[ZUZ^X[]X\^Z`XV]^^dYX^YW[_Z\b[\[TT\WVZST`WZ`X[^VX`[Z_ZWYVR[ZZXXYZZXXWSZVV^W\\VV\YVYVT^]\\[[YVX[VY]ZZ[YX\[ZZZX[ZV[ZW_\[a[\`X[`Z\`\^[XY^\\`^`[ZZ[[WXZUXXZ`acOUP   )()us|}yx~}z{}~xy}~~w~|~wvx}~~}~~}|zz}|zzx}z{vJM? - -IFHjfj`]b`^b`]`eabb^_^Z^`^d_^c^_`_^^`^^`^`\[^\[^^^^^]Y^\Za^_b^cc^bg_`d^[^YWxttĄgkmKPJMPETTQPNNPLHTNLSNKVSMQNHURJ[VRYVSQQKOPJOOHONFYUOWPMVQNQQLRSPVRPVMMQLJ@@;4#'u^k~jt~lp}dk{hmwdhTN`Syhnntw{~}ysn{hdYqnrxv}zutjlb  !SNTLLNRRSPMMTNNSJKUOQSNOSPQQORSOQVSWQLRTOUPLPRPRPNRQRTIMOMPTLMPURXSNRVPQSLJXPMXPPWQTRRSRSPPPLONIVSOWTQPOMQQNOQKSSOVPPQLPSQVNMRPPQVTPQNJSQNNLNRQRTSRTQMUSNVWWLNTORXPQRQRMNOJOPMXUUOLMNNLSSTLMPLLPLKNNMNNLNTRURMPRMJUQIRPGOPJNONLONLMLRMMYPTQGUYMVTJRQNROPRMRRKPNOQOPNNSONLLLKNNNPSLKOPKOQMLRQOUVTMOPLOPOONSTNTTJUTNTPLROLQOMRQNRRQRRQQOPQLNTRRONLPPNQQTTSZNMRTQRXTOQMHRRLTQNOOQMOPTTTROPTMM\RUTLPXSVXX\YX\WUXXWZVWWX[ZXZYZY[ZV[ZSZ]X\VVVTVPXXM[WL]XPXTNYXUZ[ZXYY[Y[\VZ\SVbXX\UO\WO\XQZVP\XQZVM\YPZVSTUXU\ZHRLLONMMPQRSMOMNQNPQLPOJSOKZRPVNLPKLVUYPPTKMKRRMVTPUONVNPXTRRLHVOIWQIXUTRQTRRRPTOPUQNRTORXRRZRRWSRWTSWPNQTRPUSLXTLWRKZSP[VTXTRXSTYTWZTVXTRVSSVSTTRTRPPUQRWTTTTSWWTXXTTSQXZWVY\VU_YUaYQZ`V\YNT[TXWRVTRTXVYUSSXTTXVTUTTXWYZX^WTZXTXXVY[Y\YTZ`X`ZTXURTZX]XY^OQVWY]XVYZUWXSTWTRXWUZVX]UZ[QY`W[`ZZYTR^\\WVY]\^WVVWVT[YVZTTa\YVUPXXTUURYXYZXZVTUZYX_^^XX[VVYXWX\Z\[VX[UWZTW\Y\XVY^]_]]_VVXUVXVXZTVZXZ[GNG  - &%$hhljjrddjhhfkidhebfeckkisppwrrpnjnomlmmjmhnphtslnlfjjbppjnnjlniprpnllojonimnljklfghdhggaa]7:. -  - -JDJmfna\b`]d_]bb^ba\^c^`e`fb`eZ[\]_]`a^``]\\Z_\\^\]_]\b^Zd_Zf^^bZZd]\c^[ZXUxvv‡ejlLPOQRNSRNSNPTPPTPMTPKWRLTPIONFVVOSTPQRQQQMRPGWTLYUPWOMYPNVOMTQPRRPSNNSOL>>8 2#x`inr|nj|khkl{hmcd_Yib~tu|}~|}}{ՂkjSl[touzvzvwnpf - <:<<<<<>=998=<;<98?>==<=>=>@?@=<=<:<>;?:6;>:?<:;;::?>@8:89<;9<<::==:><8<=86A:5B;6A<9:85:<9884772><8@=89849948:47<56:4:8897;:9>778<<8<<7:97:8:<;<<<<<;:962><944679>;<@64253,:93::5663::87851216895666645529:;767762<;456,880540663685654<:8638;8>8368588996:62620604863431209::456668646865641886364466454<;9<;8:91<90<91981985:::8894459784226527947:747867:;9:<84<84<:6?<7;7498;68=75::64<40B:6SMLTUVWYZVWTYWQXWRYYVXYWXYXWVZXUZ]X\WTVXVVXYSVWOXXNVWNZ[VZZW[ZZZX[\Y^\VZ^XW^XU]XT_[SZVM]YPXTK\VNZVRXVWY[X@H@5>46:66786778:8796883883:84>:8:769778895458549:656453588;653:70<9.96.<:8:9;453:>86;5698:<=9:=78:::=76:88:986<:6>:6=84=:6<<7?>;=9:=89<85=:3><8=;<999<<=;;:;<:>><<<:996==:?@=>?B<;D<9@>:<@:=B<@;8;:::?@@;<;<<;@?>@>?BBD>=B@>B>@A@BBADC@D@:?>9;>><;>;7=:>BA>>>?==B?@B?>FDBDCAB@AHDHE=DI@CFA?GFBFFDCBBB@A@>>B@?FDBHFDCB>@@=>?;EFBHHF@?=DD?EEBCCDAAEFEKECIDAEEAFGDFJHJB@BFFGFFHBBDABDCDHBBFCDF694 - 99955856746166*><,;:+6<*@B7KHD=96@>8<<89<8=B8>B6?=4>:.EB6BB6@D4BD9?@7><6>86@:5A@279)=?267*#$  -GADh_fe\dd\b`\a`_`a^`e`be^bb^c^\_\_\^b\`b\^`Y^\Y^ZYfbafa_b]Ze^ZbZWc\Xd_Z_]XuurÉglhQVRQRPTSSVRVTOUTQQRPJURIVSJRPHTTMPTNNSRTVTRRLXVOSRMTOMWOP[RRVQPTSRRPORPM:?9  7%*|enjm{kergplmn}jrjlhitx~}yy|݀|uhjTvbvmvxt{}x{jmf" - -  -  -      -     - -          -+"TKE]XXXXZWXWWXRXWM\YPZYTZYVZYYYXZXUTVSRZXX[ZZVVUYYWZZXWZTXYT[ZZXWYYX\]Z[a]\`\Y[WV^YZ\XV^YT\WR[VQ[WXZZ^YZ[.2/       !#"&! ! !!! !  !!   -  !" "#(*""  ""&"!$"&#'% ""      -! DD@b^^d[_f\ad]``_^``^_^^d_ad```\^_]\_`Z`dZ]`V_aX\[Vfa_d^\`ZWa[Xa^\d_\a\V]\UpqlĆ|kofLPGOQKPOLTPSTLTSNUNLOPQHUVJUSJURLRROMQOQTPPRNRTPNPMOPLRQOVQQTPNSSOQNKSNJ@G@ - 5((yelholjn_rbrf~nlpqnjorv~z|v|zt݀tsnpkrfzk{oxuvx|zgke"(  - -  - - - - - - - - - -  - - -  -   - - - -  -    -   -  - - -   - - - - -   -  -  -   -  -  - -  -   - -  - -  -  -  - -  -  -    - -  - - - - - - - - -  -    -  - - - -     -    +  +  +  +                      +  +  +                                                                       +  +   +      +     +  +  +                    +    +  +     +     + + +   + +    +           +  +  +       +    + +  +   +   +  +  + + +    +  +  + +  + +                              +         +  +  +  +  +   +  +      +    +  + +  + + +  +   + +  + +   +  +  +  +  +  +  +   +        +               +                                                                                 +  +   -    -  -     $[OKdXZ]UYYVZXYXXZTYZRZYRXVS[WVZVWYUUYUR\YW[ZZXVY\Z^\Z\YWY[ZYZYXZ[YXZXZYX_^\][ZXVVYVXZX\\Z^]ZZ^YYYU[XX`SV\).1 -   - -    - -  -   -    - -     - - - -      -  -   -      -    - -  -    -    -    -  -   -  - - - - -    -         - -     -**..14(,+(.)-1+--&62*3-.847122/03..1548::@4497899;:<<=?==>B?QUP:<3@D9[`W\\V`[Xf^^a^[^`\[`]acba`_]ZX^ZXb^Xa`V\^P]`R\^T__Z\XV`ZXaZWa\Za^[ZXSZZRstnŇprhLNDOPHQQLRNNUMRTNUQLSSQRTVLRTJSRLTQNOPLRUMTVQQSQPQQOQPPRPLMJSSNPQLNNINOI=A:  - -  2($vhhounrlfrfrdqiptqnshvw|~ztoorz~vxnpizx|y~x}vzzxxtnpf$ - - - - - - - - -   - -  - -  - -     - -  -       -   - -    -  - - - -   - - -  -  -  -   - -    -  -  -   -   - -  -     -  - -  -  - -      -        -`RPdWY`UX]U[^Z_YY[VXVXYTWXWZX\YTXZVY\ZX[YTZXV\Z[ZX[[WZ[VX]YZ\WYZZVWYTZZV[ZX[XYXVXXVXYWZYX\XVZ]Z_YU\TQZNRY&,1 - -        -            - -     - -      -  -        - - -  -    -                -   -,,.LLVJJT=@F59;-22.1077742473862743912;34=66?86B<:E=;D>>G?>E?>DFEJDDFGHJNPSZ[^`]cdbnedrkn|{UYS<6 - / {jj{no}krmtotqmxnwtvyzv{u~~~́|q҇r΃m̓p~t{uxv{w}||zxzwuuk - - -  -  -('&&&"()&-+.("#.&$(#(% *)&&''''(//.,-*21..*)*()-*+1*.-$(0),.(,0*.0,.,/+,,*/**2,,4-,0-(.-(/0,//0,,./.10.10....+++&//*..*00,./*--'/-%0,&-.)12//00312612.)'0+&1/(120,0+*+&.-+52041030/-*(62.3.,6004.-3/.62,42+7521.*30(?:5<620.(52.40.624300/,*42+53*98,57(15&46(=<176.65222354644522255066-63'<7,;7243/9:467034,9:4:9976753331274976<34:258,22  bVPdXUaVW`X[_Y^XTZWWYWYXV[WVZYVVX\UW_ZZZZUUUPZZVYXTZWS^ZS[VO^XU\XUXURYXTZXV]YZZXZVUXXYZUWVRRRUUVWV[RQXTV\$(+ !"44)78,9;/67(86+@=8<84:7298366/;;198-<8.>7.<8,86+::.:90::6:::4468:78;455/=84B>;524759=:>:98673683681:<39<5665>>8750983;;7<:9<88:7174*>=0>;374.9:168/<:3D>8=62<7231*57,6:,.1&34-;:4:54721B:8B:8820:63=64?72:3073.?;4>:0;6+?6+=3(<5-85042/75442,95,51)75.0/,32.23/--)00,20*41)41*6203.-3.+72/60.4..1,,0,(21(02%14(02,4424431021.26028128265/3200""       ::9..6'(2!$( !!"$%##!! "" #%#&#"$##& #& "&$$*'$+$"'%$*$$'('+--.--,11.9:6>@:FFDNLT[\jnrrv~040 - =>2ifddad`b_Z^V_`[]\\^^_\^^^^`bbda`ab``d^\d^Zg`Ze_Vc^U`\Wa]Z_[W`ZTbZUbXV_WVsnlÅ}}|npjQRNOPONNQQQSNMLQNLRPLRNKTPLTQJVRJRPLTQLTQIQQIRSNNNMSQTTRUQPQRRPTRNNPLIRJ@D= - 4$&~ejzjl|nq~nspxtxxr{vy}xzz|~{vsxpuhyjyi~p~s|{~~}~}|pql% -     - - - - - -LILgdfdc`ihbieejdjjdfkdbnhblhckihgghmnpjikliljdgnimolqnippfnsiqnfnlelmemgflfghihhohiofdmf`snhkjeghhjjmhgmljokijkihihfljgljhtrpljinmjlifmjfkhdjheghgklkljhrljpherlhkjnknodgdghgmjlpjnmdhrijqjhniflffhafpjpnglrllmhjnimohjtllrhlojikjilhhojklglqloojjojgwrmoldikahlbopfmjbrokpnmmkmlkonnpnnnnljqkfrkfwpnplltrronmnnjonkomnnknmjjnjinjmnmtfhsdit\bh$)+   YPNdYT_UQ`XX\WXZVZZX[WWWVYVQWRT\ZVXW[SSbYVZYSZ[UZZSXWN_]NZWF]ZN^ZV\XW\ZX]ZX_Y\]X\YV[ZZ\Y[ZRUQVVVYY\WV\XY^&(* - TULlnbnobknelnflketolplhnjgvsnpojppgpnctnhtjitojsqiljbpnfsqjpnllklkllmnknmkojjvpppkmlinrpupnqnlnonommmrsrttrnmosppokjpmklkiqpqrnrsnnpmetrdtohqjiqmknliqrmppkuoltmlrmlnlhoqhkmfqrmnnjplluprwqtvnpsiktjmxoqxnntnloljxspuoipjcoiavngwnfqkfomkpnornnrkftnhqlflgbpljnjjnmlnllqnlsnjokgqkltknqgjtjkrhiogjqkongivpnpmgppglnhooonnpgeiomrplqnjlplnrlricjRPR'($  -  - - - - -    -    !"("' - BB:gec`^```^_a\^`\\\\^\_^``[^^_`d``ca`c`^`d``f`_b[Zc\Zb[Wb[X`\W^YSc]X`WTaXYtnpÄ~}imdOPIRTPNRULPUKMPMNMNOGPPFTRIQNGTPKSNKUPORMKSPLQPLSQNXUTUQPSOPVRRTPPPPLNPJBB= - 5$(yglzln|pn~qnxtx{yy~~|rvyefv`Wt`N}aP^JdSh\qjzry~~z|ptt$*$  - - - - - - - - - -  - VOT{~z~}{{~|~yy~|||}y|~~|~|~{|~}~}|~z{}z~}{~|~|~~~||}{{|zz~}|z~~~||zw|z|~{|{|~}}}~z~|~zx|yxu|wy}~zzz|y~z|z}~|}{z}xwz|||~}~{|}|~{xzt|v|y~|y~}}|{|}}}|~z|{~|{~|~}|~~{{}z~|z~}z|xytzelu',/ -"VPRb]Z[TR_XV[VWXWX\Z]YWY\\ZVXVU]]S\ZVXV^YVb[U[ZR\\VVVNZYJZZD[]J[\R`][^Z[ZXX\ZZZVZ\Y_XWZWZXTWRVWTWXXTUXWX\'')  lh`y~t}xy{{~|~}{~}|{zv~}w|y~z||zx~w}x{y}||~|}||}|{~~}}}}}~|x{y~|x}|}{~~}~|~}~~|{~~}{~~z~~~zv}~z}{~}}~~|vrwIJC"  -  - -     - -      - -  - -  - @@:`^^^]\]^Y_a\aca^__^]^^_`\`^]_```da`f[Z`]\``^`_[^c^ab\`bZ]aZY\WSe`Za\Wc]]tpsĄhjbNNBSQJNPPMQWKNTLNOMOKOPERRGRPHSPKSNLUOOSNNVRTSNQQMNXTPVPJVOJXQQWNUSNOSQL@=8 :!)}hpylp~qsrwvx{}~zlj^OKQ?5P5"T=)\F,fL2hN7gP?kUOwdb}mjvqz|~~u{| (   - -  - - - - - - - - - - - - G?@|z|y~z|~}}~~y~~}~|~}~~|}~}z}~}z~z~|~|~~zx~z|y|z~}~||~~{~zz~||}zw}y||~~~|~}{~~~~yxw}w|}~z~}}{x~|~~~}|z~~{w}~~w|emr#** "WTT_\\XURYVU\WXZV\[Z^YW\ZX\ZYZXZ[W[\Y]]YZYZXVXWQ]^VXZSWWNZZKY[KY\NZ[SXVVYVZ[X[YXZZZ\YZ]VXWVWSWWTYZXVXZQTU&)&  nd`~}~{t}~~~~~~|~~x~~|}xw{~z~z~~|~z~z|~~}~~~~~|{{~}|prfGL:"     -           -  <:9dbg\\\_`Z\^Wcc````_^^^^^[]]\^^^^b_^dYW^ZZ_^^b]]aa`eb_d_Z`cZ`d[\h`\f_Yb]YpnnćijbQPDUQHNJLRRTLLPMLNRQMQRLSRLTQLROKTPPVRRTPOTPPSPRTPRWRPWPIYRGYPJ[PSXLTPLM<>8  -9$kvqutx}ryy~vpfNE6;.1? N1%^D7dI7dH8bM85~{~y|~~~~|{|}||~}|x{~~~zzxz}~~|{xwxz}uwwx|~|~z}~}}{}pvs "^UN`[UZXTYXYVVXZY^[Z^ZX\[Y\ZYZYZY[ZZ[Z[WXZVZ]UX[YY\[XZZXX\XW^TX\WXYVRZ[TVXUWXZYY\XWWYZVWXWX[XTTRTTTSTVQTR'+% ka\y~}~~vvrff\aaWpqlz}v{~s~}s~u~w~zz~}t}}u|}z}~|~~~{{|}vwrq|~z}{{}~|yuoqlg~{~|~~~~~ppjxur|~}xyx~}~{vy~nogCE;      -  -      - -       - -      @@=kgna`g^^_]_\YXX_\[b^^]^^[^_\^^_`^`^]^Z]^Z^^Z^a_`aaaZ\\\`^^`^a__b]\e^Za[Xsnk|nrjNQFTSQQMPTPPURPSPJTRFTQCTNEUNRRMSRPTUSXURVRQPPNLPNLTRSTPRVQJSQFTNBWNGQKJ?@@A&0luw}wy|{x|so\PJ3,"&0'G;0SB6H4,L59N8>R>?UB>ZMHHD:B>0>8$B2)iTUsy|o|l(2$ - - - - - - - -  A6:zor~~}~~~|||~}|~|{|v{~~|zx{}~{y{z~x{~}}~~~|zovs!&" "\TOc\T]YTZWXXVYXVZ\Z\XWV[XU]XVYXVZZYWVVWWWW[\RX[X\`VTZ]X_\UW`TV`VU]UR]XRSRLVWTYZ\VWXSTQVXQZ\XUVT[Y[VTXTVT#&  nfa~|}zz~iib,.,-!_^[mnhjlbxymxwlpp`nnbtomyvtniqojyyxtvuqrlrrqvtyurtvurvwnttgfdZFB?hagxpwxqpztqvsuxt~wsvsnntsqzuUUGC@4vpi|smzsxnsqf}w|yqywpyxssrpyxr||twxrtto|{o~zt~zwrplHEA`\Zztsyqswx~xvyx{|yvuwus|{v~vvqgzo~t}zv~yy{vsxvnwvp|{x|zwwvtyxv||yx~wv|}y|{~z~{wv|wt_VPg]X|}lmhBF;   -    -  - -       -   -   -   - -    - - -BC>da`a]__]`bdb^_]\\Xd`^c``YZZZ\\Z^\^_]a_[e`[c]\c^\da^]]X[\V\\T^^W^_X]\VYWTrqp¾}gm`PRDQOKPPLPOJRQNPOJQQHUTHSQFRMJSQPRRQRPQQORPNPRMOSNOTPQSNQSPVSSTSNKVNLPKH>@>8*q}ww~~{zpd[Q@.&9'"5&#:.)<6,<2#7+8&<)(<+*G94LBWSSPPN<<.TRHNKJFCDRPMDE4=?,;:* HBAVNPVMGTIDNDFTKTRLJA>-GF9uwqorf46)-. VVJE@3SJ>]TIJF7sqlRQCNN@WWLEE@NMH[\RJL@CE8RTATSQLC~xx~yrVT@IF8^\RYYLDB4QNBZVMRNHRNILI@LK;HJ6VXJYXPHE?XUQa[ZPHHOJGc__TNOLH@_ZRZXLFC:TOJ0&"H>:~~~ild;>2 -    - - - -    +   +     - -EDHIDDHE>/DE:CB<@<=:^ZZb]^bZ^e`a__][[V`^[fba^[[^]]_``\_]Z\Y_^Yc^Wc[Tb\V`]UZZSZZR^]Q`^Q`^UYZTpst~~z~cjXNQ?URISRNLNEPQKOONONMRRNPQHLLFVVSNNLPPNRONRNPTOSSMQTLPTMPYTZUT[POSTMRRNP?AA -8&,xx}||jk_DA08+>,&7&&5$ /"<-'@0<-A.!A0)D80E=6<82+)1,:1$TD8va`xt~x#-" - - - - - - -   4*-ujn}~~~~~~z~|~||}|~~~|~{zzx~~~~~~||~~yvxu~}nsj#)" #UNP[TSZVNZYLZXUZUZ`\_ZVU\ZW^XT]VS]TV\VX][ZYYVWUTZXWZXZVUXXUV[VVbYY`URaXOYQA\TG[TN]XXXVYYZY\[VYWRZVUXTVXWX),'rij~{tvy~|~t24 =<6fdi&$ ..+,%'" &$2/"'!0$!9/.*$ 3- *"3-+LJF$' 42"%#B?45.#5.7/%0'%E:<8.&3.tnjyzw/2%*.6<.%(407.#1*xtr}}},2&04$47')($;<1#& 78%0.4080)1*)KCFE<<#:3')$?7/*(&& -37&<=2&$2.&C88.!0&JA5.%%<6*0-%#:6-"ODD~yjnb8<,   - - - -  -  - - - $#wvm~{yz~z~x||x~zxxtzyt}zt|~wpywlx|tz|yyv{|v|uztvsomxvvyxy||zQSI   -BA>fbdf_bf]b`Y[a\[^^Z]^Y__[_^\`\\c``^]^XZX\][ba\b^Ve\Te\T[YS]]Wa^Ua^PfaV_\Tmoo~ufnXJP:NSCLPJJPONRNRQQVSVQOPOOLNOIQSPOPOPPPSQPSOLVPPUKOVLRXNTYOSWPVQNRPNPPNP@BE 8(0~o|y~kmkJNC08%/.1&-:"@("M74U=<]F>`M?`OFK?7@802.(/,#4/#6. O?4r[Wpyrzp,2&  - - -2'.shl~~~~vyz~|~}~z~|}uz|~z}~zsz~~{z|~~~~zxv{||~~}wtrz~}}zvxm!% UNSZRX\WVXXNXZM[ZU\X[\W[ZX\YVWYUT[TW]TY`X\\WX[XW\YW^VT^WX]YZYWX_Y[aVWaTP^RH`VJ[TI^XS\VVYXY[[WXUNWRLXVSWWV*,*lbf~~|xzr57 <:)`[^'" 95)**)* (&$-)**( '%)&3+'*"$:/'/"M@>XPJ - #<:10) G?3+&+& 4.,&!QIF;2'C;&{pq}<7404(07&#*,,2."HB:}|x14&AD98:4..(892( ,#("\YPifb -*, 30.(($60+.$#F=:KC:,(++$'/2&34,%$($4*(0"2)D<(*!.$F=3/,**;;0-+$WPP~zxdhY26'  -   -  - -0,"|u45) -   A@@jgihafh`ef`aa\[`_\]][^_]\^Z__\`_^b``_\]^]^_____\`]Xd\Wb]V`]Xb_X`\Qf`T`ZRljg~xmt`EN8JRDHRJHRPGNMQRQVQTSNOQPMRTLNQLQSQMNOPPPRQMUOMWLNZOTZPTXMNZPQQOPRSSNQN=@< >,5}oz~wrrtV[V47-'*$(& / C($T62tWVhilmuqunpd\]VM>:474.52(-&H:.gRKppxt&." - -  ,"%nal~x{zs~{~|v|{|~}y~w~||x~y{~}|{z}wz|||~}}||~psz~|wm}w~~|~}{~~zzzv~{vyyr~pv~|~~yx|{~x~x~~}{~~zxssz~~}}~|xtx~~~}uxo %"SKQZRZ]Y\WWSVXM\\TZVTZU\XU_YW]WWXXVX\U[\TZ]SWaXY^VV\VV[VXZVY[Y]ZX]^WZbTUdVPaVN_WN^ZTZWTXWX[[ZYWRWSMXVQVWS&(& - pbd~}}~zx}mHI/FF/hb^8.,*!JB?<84<:8:7<@.*PJ9z}xG>>HED>@7$'<;,GD=XTQ{zs@@3RQHNLJ0,'D@4MN9 $  :821,,4/0@<>?;;DC=62!+$=4(B92lebfd^ -$& FD2@<03,&FABC;;\QN\RI:5%>=-8:-;>8::7((#42.<73>71B<.JH252<4%PFBB;4=;3HHB>A:XTR~x{z|q`cX46+ -  - -   - - 61(|wSRJ    - -::;fdhb]c`Y`a\^^[Y]]Y]][```\^]^`\_`\``]^\[`\]]Z\\X[\ZZ^ZYc^[^ZV^\Va^X`\TZUOmigÈjsdJSCOTMNRRLQRKPNPSNRPMVONUOJPPIKLERTPNPMSTRRQOTPPVMRZORUNOVOLXQLQPKKQKKTN=EA:$+oxvqw]_`:?9!($ 9(0V70zv][P -  ;;Adbg\Z_`]b`]]^^ZYYT[ZXa`^__]^`]\^Z]^[]^Z]ZXa\\a[^`[^_Z]b\^`\Z\YUd`\`[[ZRVrloĆhrfJTFPQNQNSTNVNKKSSJVTKTNKUPMNMILLIPQMPRLTVNPQJPNLRKQVMVQLRUQRRNIQQILTIHUK=JD  :%-|lrokpSVT$'! -&"%#H8>tZgpxx|z{xrYUL30%0*#1&"RBA|km|{z". - - "j^\~~}|lto$*%+6:)LM@..!TRB95+JGA41&("B:6OFC:2+UND2*!fc][]a&%#JIEHHB)&&#EB=~|{JL<#"3/PL674! ,)#jfkOMP RPNhf`" )('&ID=8/* 8.%qhf~uz|~xz{zzwx|}~zxw}}|z~~~z~}~z}}{|iqi&,#%WLObX\ZTUYXUZ\TTVLXXPYWVVSVVRT_ZYXWRVVPZZU`][^XV\RP\RL]UOZXUVWXVY]VX^VVZa[^XPP[XW\\ZWWW\XZ]XX[VTYVTTUXWZ_(*+ - - uhj}|z|}|}u}rvzmxqzz|z}|x||x{|zdeZXWEytk}yzz|}|yvu|{~~zy{v}r~|t~zu~{|~zx{{|y{~}y|z~yz{}z~y~~vokKE:YVG|u}{~~||}zz{y~}rodTRB|zp|z~}z~vx~~~}~}{}|~{z`b_RSNNOFIJBLJLSMS<43QHFZQOPK@OL6OL=zvn|z}^^`,.. - -     -@60{z^\O  -   :8?d`j^[`^\`aa`\^ZZZW^][a`^`^]^^\[][\\Z^`]ZYV]ZXe`_d]^a\\`ZZb^\^ZVb_Za\Z\TYtjsĆ}fmdHNDKLHTLPXLUREKUNIWSFNL>RPLSROSRSQQRRSPQTJPQFQQJSOPTNUSPWSPVVQQUSMNSHFQE;H?   - 8+5ugtkfkRTR(#!(VEGjqr}rz|~vtn87*-(* E68rcjuz}-8-  -cUX{~~~~z~`fa #!./" DB6+%$&816?:<:.* c^Xbhj"# [X[10.*'0+/)${wywxr&)40 YSFFB>AC=tt{55;DA@QPI -&'OL>G@4 TJ@~~~|yvu}|yzz~~{{~}~z~{||{jro!("  \NSdV[]XVYWRUVOTVLZZRXVTVROZTO_ZS[XN[ZPZZQ_]X_\W_YT]WOZTI\TN\XTYXVXYZVVZYWZWRV[XZ\\^VVXWTVZUV\VVVSTXXXY\a'*1   tef~}zz|~}xsqzs~||x|xzqwvl~}~~~}{yw~~~~||~{|zvr|v~}~~~}z|vvxnKN?(*+-*,,**.,2*(&<72:4*,&(% ?=)xxw{`bd((&  -  - :0,|~d`U   :88gcfe``c]ba`a\`[]_^``b^\^_]`_\^^\]\[[_^]^\]][Zc_]d^\b]Y^[V\YR]ZR_\T`ZV^VVulr|yhocMPGMLHXPRZLRYJPTHHSMBQOASOMSPNTRRTRVSRURSNQRHRRHRPJPNOPNRQNTRPURONOPJJPG=D;  3)2viynetTVV(+& # (dRQmpryx~~rCI5##.%@11kZdqy~{-3.  -F:>q{x~|{{~\bX8::C@?2.0+'&)$&@:BDBD $ - -lba~}{|/2%&%"jhq3161.)6+*1)*{v~{y}:;12.#e^[d[` bedtw}#% - 320GFG   `\VUML -g_Q~z|~|vsz~{|~}~~~~|zyz||}|mrt" ]OYbV__V[[XXZYUTTNVVR[XZZVT\UN\UK\XM\\RYZP\[R^[U\XRWVLTUIZXO`\TZVR[ZVXVUYVXZUY\X]]\`WXZVTU[VW^XXVRTVVXVYY"(& o^b|{z~~~{vpr~v~}}y~~|}~~~~~~~~uz~|~}~z|z~|~|ywy|~~JL< !".. +'&.*.0..76.00$" - D@0CDC  - - -<2.}`^R  >>:fb_f`[e`^gab`_[\]\a`e^\b`^dc`d`\`b_b_\]a^_c``c^`d\^a[W^[QZXL^\P_\R`ZTbZXvmq„~fnbORHRPKTNNVMPVJLRIJPLFTPLRNRTOQUQQPNPSQUNMNNNJPPIQQIOOLQPPSRTRPTOOPPQNLNI@B> ,"*xlxrju]\_8<7"#!- lZXpqtx||PV="+$:*(bRX~nz}x~y(.(  H;Cxjxt}{~{{~}UXL )-%JLO\]h=;@455;:6&#+('/,* --$!sfj|~||v47"$$tqx0,1/*%?314%&x|PNO,(!^VW^T[ ecj^`b DAG!^]\^XV iaS}{|~}}zz}x|~~zx{{~x{|~}}~}ntx$  -!\PXbVa]U]]X^\]\STQVVS[Y[ZVV\UR^WN\VMZYRTUOWYRZ\TZWQVTKVXMZ\T_^ZYUR\ZVWWRXXU\WW^VZ\Y^WXZWVV[XV^XXYUVTTVRTW).,  - -jY]~|z{|{y~r~q}r}xp~{x{}}}~|}~~~}}{~~}rsj~z}ttsrto~{}~uvzzyy|x|{xyulm^x~~{{|n~r|zp|~~MNB00$0/(/,*2,0,&(,)!/0*,()FD6vxt;<= - - - -  - -7.(||\_R   -@@8/ pfdz~|yv76'(&zuv95/(#,#2'"tr{866"[RWbV[!aZdTTW#)<65 =@4RRSd`]pj[||~~{~}}|~~~~~~~v{t~z~~{z}~~}~~{ruw!)% !TJNcY_YSWYVXYYXVXU\ZR[YSZVS\VT`ZV[VP\ZTXXUZZYZZXZYTZVO\[SZZV[Z[VST_\\XVTYXT[ZU\XV_YYYWWXXVXXSYWSXWUUUVRTX+.0 - -l\^~~|~zw|xuoh~zs{vpwpl|uxtivtiyxrttr{z{xxwvtpz{u}{{}vsvoxyt{}yrrottsonnLDCngfz}zvwVVKTVHxvn~{zso|vrqppUVX``\^ZVunl~ttyrp~{z|xMPB24 nla}{zx~|~zyt}}usshUUHfcW]WOoig~w{}yx~x{}tzzt~y{|yv|zy\[SHH@SPLFDBIHGNKPD>AB=8HF6LM>:a^`^YY`\VdaXdbVhe`_ZX`[^`Zb`\db^d\Y\b_ac``b^]^ZZb\_g]cdY_cY\c^Za^Vb[V`WWyorÅ~~dmdFJDUVSOKMRLPRPMJK@KOFLOJNONUSVROSPNNNLHSRMQPLRQOTSTRRPOOORRTQPUNORMOONQN;@:2*.tintjjb_UPP?,,.gSThkz|wxr/."%>3*^PJvhdzt|xzz|r.2* - -OHLtpq~z|~~|~~y``Y,- tspiig23('("12-Y[^888'!:33LHL862JH>.* hdX}yvnnf>=0FA:xzWQF2-0*\TDvvv;>7''96)qjsjbf@69d\cTRV042UYX>>;MHD62*\[R<>3dbehcg63#zt}|}~~|~~}~||~z~~~~z{t}~z~~}}z~}||~psp%,& PJHc][VROXVQZZTYZR\YN^[NZXP\WS]XU[XUWWRSTP\ZZ\Y]\ZZ]YV\WTZXTXVWWTX`\_ZTU\XT[ZSWXOZXQZWTZXVXXTXXRUWRVXVY]^(*- -  -pb`~~|omhXTQQMI][VQNHVSK[VLJE6XUDYVKLJF\\XQPIHG@a`Yzy}{z`aXFHZSK>=9<<42.&QIFZPNUNJrnlstl&* ha[orgFE@[WXkgfSPISRFRRB$$B@8&"RKHh_^UOM`]W_`TRQE\YNlfYQJ>ZVP}|zxvpwvrzwzusttrt}{rpvpmnztm{vp~|xy{VYK   =3.}{RTD  >>8a_b^[\_\Wb_Yb`Xcb]_\[^Y]a\b`Zda]e^\`_^^``]\[WYWT^][b^`d\bbZ_`XY_\W\ZT^WWzot„|bkdLRMTVUPNRRNTPNNMNGNPFNPJJLFNOKPNOPNNMLINNFRTIPPHUSUQPRMLNQPTSRWOOTOPSLMN<@> .$*ocindfib[WUC64 !"*fQVntv><.E;:g][uown{r~~sruh),# - - -  ( &UNQpml}|~||vwohh^~{~~|vgfY^^Vhhg{|abhZYYkdlrk|\[``a\ZYQji_rphrqffg]nmj|~yqljebkf^|r~~zknfab[poj}zw}rnqz{qorlmqux~kkjpnnmhl{wvqnf{ww|vzpli~~~~|}zz}zxz|zx~|x~}w}~y||twq'*$LHE\XTVRLVUKZZMZZP\YP\[PWXNZZTXVTXVVWWVVVRZZU][YVUT\[Z\YYZVVYUTZWYZVYZRS^UTbXU\XPXWK\YQWUPUURVWSRVPTZTTYV&('  od`~|z``S.,"&$ 542'&!>;21/$ /+.*)&!983,+!$!SNH}~zy|>>4**@=4.,%+*$540*((>9:.*!4/#+&B?5MHG2)(.#C;*20#62)*%A76:/.8/(nhhljc\TQ|LNB$(HG@HDD-($,)88%@@:" EB?D>73, :5(:8+,*.)@7*)!F@6|yt}~Z]X - -      -A73~|W[L  - >:9hel`^a]\X]\Za`Z__V`_[`^^_\``]da^e`^a^^]]^YZ[TY[T\^V\^Wcb_c_`^X[`Z\_[Z^\Yqml}]k`BJDOQSLKQNKSMKNMMJNNFNPHOPJPMHVTPONLPNLQQKRTIPPEVTOROLQNLNLOONTRQWOPTOPR?BB +"'n`jodlnfe_ZMD?++&,"!!iV^xFD.  QIHuluzuuwrpxtnvwpsxm%(  - - -  (#%RLNqmm|z~uw~}{x}z}}|}xyzv}ppxsvxvww{zxwvqwvnxyq||y~|~~|~{|~~~|~|||x~~zu{~~~}}{x||wvx}~}}wyv~vy}v{zw}x$' QMK[WVWTQVSMYVL[XP^\V[[RTULZZTXYWVUXYY]Z[[XXS_^WTVPYZXXXYYVY\XZ[WV[WVYUR\TP`VOaXQYVK\ZPXVPTSQTUUTUWX\[OUO'+& -  pgb}qY\D !&&%&&"QOH'$ 52)52,)$$40152,' TLCytp|yvrqm<<./*!5.,,$#( 2.*.-*><: .*$3.( =82MIJ&$$-(84/,B>22+$LBA:/.*sjdWSN@<7upz}@?9-+MLD742(# -'<9)0.UTN.,,@?<54)0.4/2)2*#1)">2-2'A:.zun__`"$! -  -    B74~Z`R  - ->8;ogtc]f_]\\\\``[``W`_Xba\_^\]]^_^`^^`ZZY^_Y[^T[^S]^SZ[P_aWab\][Zc^bd^cYTXjgjÆ|_me=JANVRPPVMJSNLRNLMQPJJMELOJRPLZTOVQLTPNTRONLFQOHVQKSNITPMPLLRNSTRXPPTPQSACB -,$*j^hpfqibha\XNI:1/% gUbz~}NN462idYvrtsrmvvptvorxohrh#,# - - - - - - ($&WRRxrrzzvvz~|t~py~|}~||y~y}~y}{|~z}~{{|}zrt~}~|~~|{}|yy}||~~~~~~{zvxz~rzzr{z %![SP]XYURTXSU[VU[WT[YXYZUTUNYYR[ZVUSTWV[TUZTUV[ZXXYT[\XVWVYYZ[Z^XVZ]YZXVRXWN[VK^XPZWOZXNYVPYWUXVZWW\YZ^RST+.* - j`^~zYZF ! 423:98cb]64.&%B@:>=9)'(406:441'MB6XPEfbXutk24&2+)>2>6(20$+B;9B>;POI:85@=8#B::MFB0,*44*CA.<:*PLB51(H@<8.-*qgdVQK$ %" -86,vsz~~@><%"F?@H?B,&%30(LH<:6)RPJ413<;;44)(*<;$:6'<40>34G:;5*%F?4}ypmmj$& - - -  - -  - -=2/~}dfX -  ;8;kdnf]d`XYb^Y``Z``Z`^\b`^bb^_`[ab\cd`^^^\^\_`[_aZ``Y`\S^]R]\TZ[T^\Z\X\XRYohrń~_hgGQMJTPNTVLKRNKRLJMMLJIMHFMJOQNTPLUMHVPNVQPRNLRNNTNNVQPWRRRMMPLOPMTRRULMN>B? -("'i`jofpgbfc`_WVN;<*$#"^MVyy~Z\DOM5vphvpnvrjvvmsxloyjan^%0$ - - - - - - /**ZRRxqq~}{~yr{~~ytnux~~~|~}|zz}~zzz{z}zy|{|~|~zvxzy~}z||}~~}{{|}}}}~wz|lvt#*& -ULH\TRWUTVWWZXZZVXXWWYZXVXRXXP\ZSWTOZWVTUWRW\WXYZXX\ZXZZX[[[YX\WT[YW\URSVVQXWNZWP[WSYVOYTN\XVZW\YX^VVZSSS/0-h]`~~~}yTQCGEDdbe^\^pnl^\WQOJ``[]\YONPVU[URVZQH^SCQH:gaW}v-/(*VSQkblXLV\PVphjh``[XR((WVSb_[SNLbY^g^_`XVc\[a^Ta]WiebSQJ_[SZRO_USyypjfKJdcj__\a_SbaT^^VaaZb^X`ZXa\b`^d`_^^^WYZS]_Z\\\^^`^]_a_c][`]Z\`[Xb]Wb_[\ZXhgjŅej`HL@MOHNPOJOQDKOKPTLLSLOSJNOJNNLNLPLIRLLPMQNNPRPRRNSRLRQLRRNRSPTQPPQQLLNH -  *"!d]^leejfbff]`cYTWR:665*)RDCz}~yzyuxflk`wrpvsrwrrxrqrrmovihwd$ -  - - - 5(*hX[tr~t|~~}{~}zuz{}|~~~|y~vx{|x}v|x|{|}zz}x~~{|{}|x|}vy~{~~~~{|x~~yx{}{~z~~~||z~~~{xw}~~~~znri$(!  VNN`Z[YUTVUQXWVXWVRRPXYXTVTWWTZXR\XQZXNXVLWXRVVVVUVVVT[YZ\Z\YXXUTS[ZZZXY^Y]]YY[ZTURJZWN[XO\UPYTSWSWVTVVWS') nad~|~{~~z}ss|ut|~}z{~}|}|}zt~xx|zwtyxv~~}~xv|utw~~~|{}~|w~~~|onk45, - -  - - - - - - - - - -  - <23w  -:8RRHKMJJNPHLPHKOLNRPPPMNKONKRNKPIHSMONMLOPLPOOPMNRPMSRPQPPNNMMNHJND?E>  2")eY[nfamh]kh\de[Z[VFEGD;@QCE||zz|twfllcvrqtopvrssposrprwneoa$  - - - - - - - - - - - -  8+-eWXts~z}||zx{|~~~{}}z|{z}{|t{xs|y~|~~~wy}}{|~}|}|wyw~~z}z}~~}}wz||wx{z|~~}{~||~y}{|~y}z~|~|}uzt"( XMN\TWYUXZYXTTVWWYXXWVXVWWX\[\XWVXURYVQZYOWWPXWXXVZVSUZXXXXVYXWUTR\[WZZU][WXURVTQTSN][T\ZRXTM]XUXSU]Y\VUT)*"  nbf|{~{~|}{~}}}~y~~~~~}|}~|}}~}}}}||~}z||}|}xxt771 -    - - - - - - -  5+/x{w<9>8  -   -  - - - -  ;24uzs -  -B@@ebma\k^Zd]]c]]b``a`^]_\Yb]Z^\X][Wa_\a]\c`]`_Wa^Zd`_`\]_Z]_\^\Z[]\Z^]Y[ZVhgd‡}bh^PRBLL2    - - - - - - ;52~sx~(+ - - <96b`c^[^\\\\^^\]`a_ec_db^a`\\^^\^_\^^\^^^c`ba\\b[XaZXd__]YZd`_b^]b^\b^]ZXXigjŃbifFMFGKCONJIICGHALNJLMMMLMPPNPOIQPHRSIRQKRQNLLLNNNRRNNNFQQHRQJTSNPNIPPLJSN8@:  *(*?=>>;:9=:7C>;GAGB943.  - - - -   - - - D9<_SUUPQXWWVVTXVPZZNXUL]XNaZSXQNYTQXVRRRJVWMVTIZUFTQBPP@TTKRSLRRKRSLNNHWXKSSHSTIROCTODWVNTUROPPRRRNNKQRMNMJGF8MM>SPDTPFRPGJMEHLEPRMUVQMMHUVRNNLMMHQPGTRKTPGROBTRFSRLOOJPPHNLERQMPPLLLHHGHNNRPRQLNHLNFLNDMPDPPHJKAPNGIEBLHGMLHLMFHLBNQHJLCMNIKLHJKFHFBHBDXMTOCITIKPJFHE>RPFROIJFBNJHKGGLHJLIHMHFJFBLJFDGAKLIIHFNLFMH?TNAQK>QMDBC>INNIKHLLFHHF484PON\YUVSNWTLWTOXVT[YXXUS\VR[VN\UP\VT[XZXXZYXYRRSXXT[ZUYUS\YXWTTYXVZZXVVTZZWZXTYVT\TR`VV^VXXSVZX\TTYNQVVY],/, -@7OOFNNHTPHRNCPLBPLCPMBXTITQHNKCUQLTPLLKINNKOPLNPKKLFOPEQSFKM@RTHQQGNOCRRIQPEROAML;NO9RSCTRDPNEXUPXSPTOHVQHXTLONEQOKVRRYVVVOPVMLVMKTOJWRMRNHVSPYVSURPURNSRLXXLWUGSPCTRFXVM[ZQWSLXTQZZ[TTWTSWVU\VRY\UZ^VWbXU\TJ\WK]WOXRO_UUcZVUQH<>0 - -    - - - - - 4/)~tu,1$  - <;_\g^\]^\Wa`Zcb^`_\_^\a^]`\\ZXV^_Z`b^^^\\ZZ^\YdaZe`[c^[a]\ea`^ZX`^Xb_[]YXmhl†gjdHJDNQKJMJKNNMNLSRRPNPQPTNMPSPNTPHQNBOLBNNKKLNQSSNONKLIPROQQRMMRJMOHNJJRN7<: - - - -  - - -    -  - -      - -    - - -    - - -   - - - - - - - - -    - - - - - - - - - -  -   - -  - -  - -  - -  - - - -  - -     -     -  - -   -    - - - -  -    - - - - -  -    -   - - -    -   - -       -     -  -  -    -   -     -     -  -  -PMNWVVUWTSVPSVPTVSWXZZY]\VZ\TW\UV\WVZXWZXTZZTXXSYXVRRPWWVWVTZZXXXWZYXYYXWWWVXVTXSW[VVVTXVV]UXZRUWSUTTVQTU(., -     -    -    -     -  -  -   -    - -    -  - - - -   -     -      -   - - -  -       -     -     - -  -   -   -  -   - - -   -3,$vlh?B2 - -53?]Yl_\f^\]`][a`\`_Zba]db``\Z]YW[YV^^Y_`Z\\X]\Xb`Zec^^\Y_][db`^\X_^YbaZYVRnij…fldGIDNNJMLJLMLLNLOPONMNPMQMKOOLLVRNSNDRNCNNJQRWSSZNOPNOKTVPNROPRTINPFPNFRN.:6   -  - -   - -  - - - -  - -  - -  -   - - - - - -  - - - - - - - - - - - -  - - - -  -   - - - -   -  - -  -     - - - - -  - -    - -   - -    -   - -      -   -  -  -      -  -        - - -      -    -    QHKZVXTSSRSPTTRUUSXUUYVXZUV\UU\TUYVUXVTWWRVVPUTPYXTRQOTTQYXU\\W[[XZZYXWWXUVUXXTYXRWUPRNTTP[VV\VXXRSVSSSTT.41 -     - -    -           -   -  -   -   -         - - - - - - - - - -2+$rjbPRC -;6>e`sebs[Zb\Z^_^]``\dc_fe`^^Y^[X^\X`^Z`_Z^]Y_^\^^\`^][ZZ[ZZa_`_^[]\W^^W[ZTjhe„`g^DHCOOMPNLNKHPOJQRMNPONNQONQPNNXRRTLFSNCPOINOTONYPOXPONPQJPTLOSMJOKGPPAON)74 -     - -  -   -   -  - - - - - - - - - - - - - - - -   - +%$/,,1/22.11./2.-4221/12042040..30,/0(,.&33.332/00-0-.2..20/2144345111.20054/22.64451030+22,02.-/041363076/00*00-435626:5662066212,683474155/21785:94762:8878<15589<::=:;:<=934/;<812188988;;:::8586886=:7B<8D84=?;=;:58;16<06<6>@?>>A>=A:8:>=<<<89:59:6462;A:9=2780>=7B>;A<<:63A>:@<9B@>::7<;:><@87<88<>@<@B8<>/<=/=<1>=9>99:25A>C<>C28:    RFHaX\URVVTVWUVZVUZQPYPP]VU^VT\USZSRVTRUVRVVSWVS\[XXWUXUTZXV[ZU[[SZZTWURZVTVVWVZ\UZ\SUUXXU\WU^XWXTSXVURSR/1/ &%#;:6B@:A<7HB@B>@CFC:>6==4A?6><6BB>@@@>@A@BB::9>??>9?<9FA@B?@AAB@AB>@ABBD=:>HA>F@:>=2@A2DD3D?1H@8IB@B@=?8@@;>=9B@=EB@@>:@>8AA>=><@B?AC?@B;ED=A>8C@@@??@@3;=*DD6=>-CD0AA4FF>?>8=>:FHHCBD><;IFBA=:B??@>@DBEB@CCAA>>;DGA@B8@B9DE=BB=@@BA<@?9DD=B@;D@:G=6H>7D@9CB@;      -95*haV}rti -  >64iada[a^^a_`b^_b]^a\^_]^]\^Z\\X_`ZZ\U\]W^_Z_^]`^`^\`[Zb]\d\Za[[\\\Z]]X_^ZnmjÄcjaCJ>NNJQONPPNSPLQMFRNGOLLLLSOPZLLPOMMTPNLIFONLLJMRMTUOWPMRRRRNNJRRLNSLBNH-:5   - -  - - 925}rx}}x{ywz}~~{zz~y}{z~~~|y~~~}~|~{zy~~~{{}}|}z~}~zyw|~{}~|~{{~{||{z~~y}yv~xy~{yx}xx{~~~z~}|{~zz|}~~|}{|{~|||~||{~zzz||z~~}{z|z~|z~|zy{{z||{|~{}~y|{~{y}~|~|}|~x}~{|x~|~~|~|}~|~z~||~}|xxs~~vz{p{|rz|u|{{~|}|oty$(, RJK\SVXVXTTVQTTTVRYVR^TRdXW[SSXVT\\ZVTRYWW\XX\ZZYXYXVXWTVYVW]YXZVTXUQ\ZW^]Z\XVWWUTVXVVZWSZ[UZ]UVXROXVTQSR*-* -  cZ]~w{}~||~y~w|{z{z}{z~}z}z|zx~}~|~~|x|}|}}zzyu|t}v||u}w{yz{|~}}~~~~}yx{~~~|~x~~~~}t|~{{|{tzv|~egf@C< - - - - - - - - - -   - 7/&c[P|y  - <25jae`[[^^ZZ[Z^^_]^^\^`\^`\^]\\Z^_[\]X\^X^^Yba^`^^`^^\Z\]\d\\c\\_^^]__\`_[mli„glfJNESQLNMHPPKNOLPMJVQLQLKRPUTR]RPVPNNQPONNKSRNQNJSOPTPRPLPPORNNRPPOJJHHMJ2=4  - - - - - - - -   - 40.pin|}{z{~~~}~}}~~~~~}x{}|~|}x~~|}|~|~~{~zv|x~||}}|~}|}xz}|}||}||~||}~||z~~~{~||~~}|~{x|vx~x~z~y~~}}}~}~~~~}~~~}|}{~~}~}|~{~~}~z~z~zx|}w{|x|}}~sww%))UNQ^VXZUXRSTTVVVWVXYUXVQ]VU\VXVTYYY\VRU[VTXSPXRPXUUZX[ZY\XVY[XZa]\\YW\[Y\\X\ZV[WTZVTVTXZU\[RZ^S[[RVWRTSST/0- -h]`{~~~}~}~|}|~{{||}|~|~~||~{~~~~}}|x~wv|||~}|}|~~{|~~|~~~}{v|~~~~xuy~zyywz|~kmi782  - - - -  - - -:2*dYQyv  7.5i_hb\^_]Z]\Zbbb```a`_dcc_````__^\_`[_`[^_Zdd_^\YZYV\ZZ][_][b_^c```_^\^]YkjgbheLOJSSMOOGKLDLPKKNLPPNNJHVQSQMTRNTROPPPNMNKMNIROKNJHROPSPRPPRRRVPQSLPNLNO489 - - -  - - - -  4,.rjo|z~{~|r~r~z~~~~~~z|x~z||x||{{{{~~z|~{~|~|~||~}{~{z~|~|~|~{~~~~~yv~s{xz~z}z}|~z}||~}~{~~zz}|~|{y|{~|~}}}z|}z~~ntp#*"XQQd[Z[VUTUTQVTSVUYYYVTUTRRXV\WU^WV`[Wa\TX\USZTNZVRZYYXX[XXZ][^^\^XUU[ZXXWUVURZWT]XVYTR\VX]T[\PZ\PYVPUTRT/0, ndby~{}{|~}~w~z|u~x|~~~|~{~|~}||~{z||~~}~z|y{{}~y{||}|||{~|}}x~~pz}|}~|~~yx~{||y}deb;<8 - - - - -  -80,dZV~ts#927lblf_c`]Z_^[b```_bb`c^\^ZXXb`a`_^^\[^^Z_`\`a\ba]ZZV[ZX][\^\`^]d`_d```^]YjifÈ_ffLNNQQOQRKLMFNQKGKHKLOLKLTRQRMRSLRSOPNOKJLGLNIQPLPLJPNPRRUSRVVVYNPPNRNINK256  -  - -   - - -  - -*'(pjn~}~}}~x|vvtrwtt~~}~~{}{}~}~{|}~o~|k|sz|xx}x}}}z~|x}|x~~{|zx{yz{vvtv~x}{z{t{z{zxz}}{}}}~}~}ypr{uv~||}|||}z~z~~}}|x~{}z||}|~~~~~}~~~|||}|}|rryxxx{|~|zzx}ltq(2* SKFaYSZUQTVRMTPPXSTXUVVWVVZVX^TUbVWaVT]XRZ]UY`XW\WSXXTXYXVWX[Z\ZWZZVX_[[ZXVZYWYXVXVUVTTZVV\XZ\SY[PYWSXSRR//+g\Z}z~z}swngkbVrhb|wx}}{~}|x~~z~||}|}zxv~|~|~|z~|~~~}su|uw}~}yxz~r~t}w~}z}|pqhwyw~}z~~zon}vp~zpnyqkxpnz|~y~~vx~yx}}}~hhi875   -   -5-+bWWynp49&=;9ldi_Y^_[\YWV^\]b`d`^d]Z`^\_b`b^\^\[\_^\`a_[^Zcd```]_^\b^_d`d`^b^]c^]c\[]mljĈhknLMNKKLOONNNLLNLLNKLNNNNRSRSTPTTNTPLNMNIHJDLOGOPJRPKTMJTPSRRXQRVLPNNTLELC8=8 -  -    -  -   - -($'e`e~|{qvtUXU@78`VYzxyz|{x{z~||zvywvtxrzu~vtyz|~{~|xyu~xvz|{t{|jzxgvtf`]Vqlk{pww|xv}yswvozyuwvtxwwz|u~uZ]TQQNwtvxqt~trwm}vn~zy~}zyxwxyvxyyxv}xs~t|ypzyrwwuwws{zsyunTNKjed|wu}xu~xvztt~tx~|zzx{|wwx{z}}zy}~|||vxzvuwwq}~zz|{xxxzwv}yw|yxutyzuz|wrsrxyzx{{z{z}yvvu\NKvfduu{|z}z}|mwv*3.PGB^VPVSNQSNQXSPYTRYRWXTYXYXZ^TX`VZ]UXWVVV[VX_Y\[VXZXWXZVTUPWVTXVT\WY_Y[^ZZ_^\YXVYYXYXYZX[XVYYWYYUYZX\STR-/( -  eZX}~~|~~ttmJD;,#YLBtpvpmyvwwvtvvosnotoqxttxupyvq|vs~uuzpr|ss}tr|urtwwlnxnnxnmSHKj`d|vxtrnxxp}tvqfzukrmiytszwcbWBD5fhavwrvvs~{yzrj|{wnj\TKCf[Yzsv~x{pxSFB]QC\THystusottjtwl|pjrp_RJl`_{trvsn|ys~x~~||_``580   -  6-.d[\ulnMRC 561ech^Z_`[^_\\`^]hfg][_a]cfbhc^cb^``^affh[\\X\ZZ\Z^_^_^^^\]e`dc^c^\a^\_[Z^porŊfdfQLOJIHQQQPNQLKNMMPLMNLLLPNPQNRRNQPNMNNIMPGNPHPSJNNHUPLZURQQQOOUNRTNTMAI=7>3  - - -   -    -      -   -  - - "f`d~|z~~|~lpl8<5]QYnfkYXY^a`gkfY[TZVOZRKk`VobN\QIi`anff^XWd`bb_dWV[ddaZ[MYXGON=()KK@^YWf[`f\\]YRZZN_`TTQF_\Xssptxn).&13,\\XVROd]Vd]PVR@qnf~{`XT\YU`b`QTTZ[UfdYZWIUSH][T[ZRZXNZYM*)"VVR[XTXPLf[YYOM_UU~u}xtuXVVSPRiebha\\SR^ZWXYVTWWYYTXSNUOETRG[\S\^YMNLa`\^[WTPMZ\ScgVLP?Z\Pac[UVQPNIYPK%]JGtv||~}|qzy$-(RKI]VTZVQTTOTWSNTPUZTZZUZWTXVWVWZXZYXZTSVNVVP[XXWTXXW[TVWUVRWWPYWRZXV[XX\XX[YXUUSXXVTTUVVZTTXWV[WUYXTYYZY)-$  - -bYVopn><8eYPdWMLA:TMMUQOFD:EC7E@;TNIPLDJIASRM_\XNFCTHD\OJPHD\ZUOJENFAULF%H=@\SVTPMVVMRRFNL@b[QIB%)$PEAXOPOHLWON.$J?,MC4c\XNLHPQIhgXWT?NF2VK:.#PF6f^TKE;TPJ|yr|~|z}}zz|afb,0)   -  - -  - - 7.0e[\lddORA450``d__bYZZ^]\a`]cb_^\[`[`d^ec\bc^`c^_ebd\[]ZZZZ\Z_ab\\^\Z^d_de_db]`d```^\rqrňcgbQNNRKMSPPQOQPNSNLRPNQKJINMLRPRNLOOMNOOIPRHLPDORHKNFTSNTRNNNMNOPQSWKPPFME7>3  -   -6,+VOQPMPLKNNMLHJFHPFJQFMRJRTNNOISSQQRRMNOOPQPQRPRPQRMRPJYUNRPNSSRQTR9>8   -    "[XW~~|~}~{{~{zFI7 gapC=2&& 460//(+*$983::,!",/8:'$%%$60' _NF|~|}~|~zrxv~t#,$  -OKI_XW^VTYTRWVTUVTXXT^\V\XP\UP]VV\VVZYVVXPVXLXYNRSNXXZWX\YX[YXU\YT]XVVUU\Z[YUVTTRVXTSTRTVWTUYWW\VUZ\Y^\\^-.+ - d]Y~}|z{wLMI#"pjg<4)"2)"/*#(("$''.,(+'!*(-.&12,,$6* 2)$KGB30)"4/&$@86>56:4200'&)+."BA:*"!c_`@D2"(DH3,-/,!52(($daaSXI!">80.$"% =:./+A<"?9$D=20+)>>>MMI76&" -81+"H@+?8&!0+&}zzx|}}{{}|~~Z^X"% - -  - -  -  723bYZg``dbS761][^^\`[\\Z[Z`b`cb`a_\`[\d^be]bbZ^g`ad`b\\`^^_^^]`a^^]_bagc`hd^dc]_b\Z_[VjgfȉfrfJNGPLJQKKTOOPMNROQSQRLKJNMKQPPNLNLJMLLIMNDMNCNPFOPHSTNRPMPMMLLMRSVLPSMQQ7<7  - {hk|~~}|}|ise  -  - - - -YRT~~~x~y||z}~}zLO7''b_c)'+(%& ##&)&% $!*#  -.*&$-,.NNT!!" 12&FG>$'!!0*&%HE=,) -.#$tnsrqt031-21,.,$%,+)$5-#|ttd&)B?36,! '' -2* 0**-& )$55&**!>>9,,% --&$`WYVVX %&42,!40*'&!DGA-0(!$$84";4&"""&( &*,-")&  0/34$!#">:0,"l\S{|tvv}l(. KJK^ZXYRO_WU^VWZXWWVS\YS[XO^VMaWR_TT^XWZXVXZPWZJRVGVXRVWXUSXWUX[XW]YVXTS[VYZTY\VZVVSXZVVWVTVXYY^WVZ\Z`XW[,.+  - gc^~}}~zw|sNOD#$dbd.*$71%1./,(*+,,,()()(&$))#$' -,.'<51XRO2-' 52*1,&B<76.,,$#'$$'AF>CFC400hdfFL?*0 :3|~}}|~xzxTWS*-% - - -      -:::ZWZfa`xvf :6/`\_\X`ZY\ZZY_`^``aa```Z[f`bi^fcX`j_ed]_ZX[^\_^^^ab^bb^dbbb^ea\cd_bd^\_YTmifȉbrdDOBPQJSOLPLJROMOLIPNHMMGLMHNNLMLLLJJPOLNMHNNGPNFPNHRRMRRNPMLURTRRTNPRHLL:>; - - - - - -*zzt#  -  - - -  SJMz~{{}}}~|z}~z|}~{{PR>""dd_..&000+)/,+'%&.1$,.&+)#*("#$33$0-$<;9LKN87:'&'>>:#$ 1.(/'%UNJ2,!I<:~tu{vu00-56667:%&#..#2.%OFHmng$(NMC=:0 :7.:<6"301*%$$:7/--&662(' 2.3.$uopXZP$%:84'$ ..'BA<432LLI681*-!*-23#86'0*'-&"0,(14&-232%/+#>82:84////1.HGB4/+`XT~||wzzzq25)IFJ^ZZTML`WVaXZ\VZXUYXVSXVMZVK[VN\TQ^VUZXXWXTWZNX\KVXJUVPWTSYUWZXXZYWYVU\WX_WZbX[_UV[WRVWSVWVXXZTTTVUYUVY042 d^Z~}yypZUG77)^`W9:4((><-=:+>8)<9(<<0772 "!#746<;8*,":;,BA4PLIZTR.'$' E>:?96B=<=88*"!:20960UXSKON"#&A@DposRTR6:4LNF.,)1-/>>:FG9zzpNPL#%.+&D<<2**62*ML?BA2CA1CD1BB345*<>6@C:,.$@?<@>>964=82,'QMF|}~}~vwvVXT$'       778USU`\\}u  ;6,a]`a\fZW]ZX[_^^^^]b`b^[_b\_h^dfXbj\fd\`\YZ^]\^][`_\``\c`^b^^a[^b\_e_]_XSpliƇ^j_FPEORINKEPKGPOKNMHPOFNODJLENNKMMLNNKOOINNGONIPNLPLJTTOOPLNNLTQQLHKPPRHJI\\^HGNLKP;;;998ONLRMLh``RPDB=4cYVvswpOLFZXZVVZ>>>QPKUTOfbh|wppuBF>fh^XVJ=;&WWLPQL "LLKFDFFBDUQPOLJVSRC@?JE=XTA\XMVYICCLD@YNMZORZXQYZKYZKJH?UOO`\`XU\RQWaabSRRfbe}~||wztun01,QJP^Y\YRR`VX`UX\SXXU[XX\WXTXZPVZTXWS^ZV\YXXYWWYTWZPWZNX[R[ZT^ZWZUVZ[YUWUXXV]VX`VW`TT_TPXUIXYPVVRVTRUVXVX\377 aZU}|urj``ZNrndcb]OPLbaWfdZga^b\Vc^YVSQ(&(@@B\\]ebcVRRfd]ff\jihsolTNK[SPnddg^_`Z][WZQNOf_`f`^pplijiOOR^^c{{fii\_^ggfTQT[Wcjjsjjn|{cd_LLLWTXqjlbXY\TRspkd`Zhc]if^gf^TTMZ[Rfi^VYMORHfgcffh[Z\b^`\XUsoj}~}}|~{zktrb~jfXplXnh\phhjbboddoc`|{~tvtTWR#%  - - - -  -438WUX^[Z}zu%' 92'b`^_]cZW^YW\^\_^^^b`aa_`a]\d\\fY^m]jf^d`[[`]Z^]X_^Z^]Ya^\c_\e_]c[[c[Z_YUtnmĈflgNTMPRLSPJSOJLLGMOHNPJJNEJLDNOJPPONNLOPJNPHPOJQPOOMPNONNRLRSPSQPOKKTRRRQP>A;    -  - - -'"rz}  - -  - F@F|zurv[Z\XX[TTXUTY\[`OMQEDETTS\ZYZWOWPMztt}zxusdxwlqrohjbyxvutwrqqstorqicbT:9*dcY~~|tuqkleuvpttuxxwzzvmnkttn|{xrqtvuzjihnnlzz|vsw~|zvworqp|~zosnfyvwwt|nlpttpx{u{~yz{psq|~zvulli]tpl^^\:91BA:nmlonrttwtuvvttvrsslnzppyrm{vo|||bfWEH6utr~xtxvsq~{}}{vu|yu|yt}|wxwturoytrxvvu|tt~vv|xrqnfzvu~zzu~zvz|{xvp~}z|~zxz}t&*!SKR\X[XUV[TV\RV^TZWSXVVZWZ\TXZS[[V\YZ\WZYTXYSWZSVXRXXSVVSYXXZYXWQR]Z\TWVUXVYXV]XU`VRaWO]VIZYHXULUSPWX[VZ^.22 - -`ZO~z~xq}ty}yu|~|~z{w{|wyvprSNRror|{z~|zvv|||}{z~}yu|~|yx~|w|~|}~zy~|yzvw|~z~~vyx}}}{vy~z~{|~}}yvv{|z~zzzsztzx|y}{{xwzzx}xyq||t~}{~~|^_PAE(|~j\\R)':6#FA0B<180(;2(J<4wrpqoJLF - - - - - - -  - -42;\X_\WZtpl144/%c`^^^^YYZ\[\]]_``a``baa``^Za^Wb\Tf^Yf``b^`d`\\\T\\U]\Y`^^`]]e`^e_XbZT\SPvqqĆhriKQKRTOTRMRPKNOIJOHKPHIOFHNHNPLPPOPPOSTOQRJPPJPPMNLNQOSPPSQRPSRPNLKQONNMK=>9   - - - *#u|  -  -   C>Btpvabg,-,,..()))(*426##'$&(688...2.&4,"xnk|~yxvx}{|~|}||zz{ustmjh\|r|}~~~}~z{~{w}}}zz~~x~y~}~z~~x||~~zr{rzz{~z~{~}~xzvxzw|}}}|~}y{vzvurlig^mjg~~y}|y}{|zzz|z|zy}z}}~uympsc~}~~{~~}y~x~}|}|~|xw}~}}}~z~}wz$( -OJL^Y]VUVVUUZUX]V\ZU[XW[VZZSVWSWZVZ\TXTVVOYYPZ\RXYQXXRVSR\YZ\[ZWTV[WZVVVUVV\][[[VZVOZTJ[VHZWFVSLZRVXT\UY^*.0 -b\Ny{~~~z~x}~}}}z}zxtx~~||~z~~y~~|~~|~z~z|~~PRM,0rvd@C1 (&61()"C90|}|lok=@9 -     -409b\dZTXhb`Ĺо¸FK8/,"dab]\`WYWZ\X\\Z\\]`^c`_b`_]`^Xb^S_[P]\Rbb\db_^^V\\R_^X^]\`^bd_bf`^d\T^VOyttņelbJQFPSNQQNTSNOPKLSLLSLKOIMQKKNJPQPONNOOMLMJNNJPQMONRSRVTSXTRWQPPTTPQRNLMJ>?: -  -  - )x~{|  -  .)*rjo|x|~Z^\ - !"(((/34486 .$rn~}|zw~vxxu|~z~~~~}~}|{z||~|~|~}~~~~~~|{{|~w~x}|~v~~r~|o~t~}|||xu|z}yz~z~}{z~z{}~{~~z}zx|u}s|rz{r~{}~~||~{|v{w}~||}z{|}zx~z|x{{sz|p}xzy|~|}}}{~{vyyxy|}}|~{yyr+-" - LFG\TX[UZVWXVVXXTY\W\ZXZVXVVTRXXUWWWWWTXXQ^\R^\QZZQZXQZUR^XZ^Z\]XZ]VZ[TZVTV\[ZXXUZYRXXLVWHYWJPONXT\UO\VRb/07  - - -bZPv}~|~~~~~||||~~zz~x~z~z}|~~~z~~||~|}~~{}}~~{{~~QSO*-&nqm6;*%+** ?;4! - -UICxzxHJE  - 404d_b_XWe^[ľdiV +,baa[Z_VVZ\\\Z\WXYV^]^_^b`_b]\Y_^V`\T[XRa`\ba`^]^]^V_`U\\Vbabb^dd`ff__^VStnoLJjlaMPDOOIPOMXWTKLHNQMNQNNONQROMNJMNJPNLOMNLLMNNOSTTMOTQRWTTVTRRVROXVMPSLMQK7<6  -  - - - -'x~zz$  - - - :00ujnyuwwyvSWO##&!"&&#% "(#&,$ 4+"sr}z}v}x|}~w|{~~}|{~~~|~~~||z}~}p{zh~x~}v}ylw|x~~~|{zww|zw|{t~y{|xxyv~xrvxpr{vq~u~v~t|}v~yx||z|~z|yx{t{{yyvwz}y||z}x}v}x~}xz|{~x~|}{~zxuvx{y{u22*LED`VZ[PVYQVVTVURW\VY[VWYXV\WT^XT^XU\WT]ZT]YQ[XNZXPZXRYVRZVX[W]\VZ^UX^UZ]VY^\[YVT\[VXZNRVHVVLURUVU\RQ]TS`21<  - dZW||}|||~~~zzx||||}z|}}|y{~||~~~vxz}}zvtw|rw|~}}~yx~|x~~xvuexsc~zv{}z~}|xz{wvzuu~zx~~~|PNI'(!Z[T59-#13-OOD,+)$&l_\}ab_$&#  303d_]`ZRd_T¼Ս &)\\Y^]aUTXZZ\\^[\_Y\]Y]]]`^`\ZZ]\Xc`_d_`c`_b`^]\[]][bb[^`TabZ^^]_\bc]e^V[rilƆ~lr^IL>8H@jeeg^bPHL[SUPIHB<952(B@.a_KPN>fe]~~|~x~wt~}|zwyzv}|}~|z}{mnb7:* -   -  - B?@a\\[VL^ZF~xf&&+,\[T]\YZZZYYYYYV\\W[\T^_X^_Z\ZX]YV]\Z^[]c^b`[]`\Z^[R`^P`^Na_Mb_Qc`Ua_V]ZVtpnăbl\FPALOJMJMXUTMMFMMEPNGMKFRNNRNOQNLOOHOPGPPKQNNVONRMJMTNISQLTVNSTMONNQMHOH;F>  - -  -z' - - -   - - .$,WJNpfdyuowuqutrutrxwsvwmwwt|{|yx~~}}}~||t::-,-=?257-/0'>>1.);5)D@8$$"EAB=47."&TJM|~|~}RVT+/$00&EG70112 ?@-$#>=9=<<21.$ A97VNP2*)0)#A>02.;5% B<7<3.8,%jc^|~\da"dRQztvzIJH(&LJDOJ@.(81 3/" <92LJ@75.80*ME<:6,**87,@9/. ZH=up~~~{y~~x~x|y}}|wx~v)3) PJJ]UVZRPXTNYVNWUOTROWVVZZXVWVVXXVUX\V\`W^`VY^VRZVMWWNTWSZXZ_WX]VSZTS[X[WV\\[aYVX\XTaZV[TO\UK^XK\XPZWVVVV12/ bVT|~~stl57#+,=;%65! )*++-.69!#$&$*$!4.%B;42))1*)44)%$()<;1&#&!>933/,$!60)'C:6~~wrq0+%/*#:6-21 32*:88".*+@:<.%&?21@5-*"@=-zypwGH9 -,(pjdmef$$XUN?54&>43<3060,+&$.*!;9&" XUJ}{uuvn34*  -  - -  <<7a]\^XWd\Xyph<;(#"]\R[ZV\[YYYXVVS\[U\[SaaX]\VZZX[ZZ^^YYYUca``[\`ZZa\X_\Q]ZKb^Nb\Od\Ue^Z]\UvuqĂfleHNILNQNMWRR[KKNOONONKROLSNMTPNRMLSQNQRLOPJMOHSQHUPHTRLNSPMSVMQXLPVKPSBJK:A?   - - - - -& ~u~(!   -/$*ZMPypo|xx|x{}z|~|z{~}~~~|~hl^  -*,78033($"0,%%40..(&#PCDypr}|v|}6:2#&.0""$ "// $#64. *(&:14OFF%84*.*<7)#F<:2)$.#f^X@HD F75~txtvw.4/$%IHC22')%63'$$IHD)*"BD<&'., 6.%+"% -*"4+$+YC8{t~~{x|}|~~~~~x}v*4(  SMM\WX\VUZWR[XOZVMWTMZWTXXTYZRUVPQTPZZ[\X\]UZ`WX]WPYVKXXPZZZ[VX`WV\SN\XVXV]XXbSS\[XZ^WU\TQ\VN^VP\WQXVRVWV11/  -h^^}oph#("-.! -,,!++ 44)FF7"#$",&'1*'>6-) "0.%$&%*)"*":1,2,'$81,;0+K@>}xnp( ,#-&# @>9987(&->8&(&'20$1*#60,2-+<42-L7/}w|}~zx}x|~~~~|~~~}|tys3:0 - - NHC_XVVTQVUQZXQZVN]WP]ZVWWUVWQRRKXXO\[WWWTYUV]UXaXWZTLXWLXYTWTV`WYZPN^XTYU[WV`RT^XY_ZXXZVS[VR^WT]WTXTQRSQ112 -  - i]^}nki25$22-*%"<7286.FD2281,D>8NFEH=Bzuio%&6-&7/'[WTFFB 78>HJI..,0,-E==,#62$|zsprj9=,SRBjjf$%%$KNG9882,/?65?80HE7JJ;24&@?6'" H@D~uxoDI@  -   - - -   -  - - -<:8b_]]ZT^XRndfĂv#XPL`Xa]Y[[Z[[[\]]\_]X^[U_ZTb[X`\[babb`a\ZXZYTb^Z`ZY^XW_ZWc^ZbZWd\[b\XZZSqrmňmnhNNGURQTNWOKXUT]PPUNNRNNNPPNOMNTORWRTUPTQLRVTTPQKTTJTRGTPJTPNUPRTRRNPJHPK6@<     - $z& - - - -   - 7)-cUZzsw~{y}|}~{|}}~wdlS (&J@BJFDbc^HIF12.CFDKMK663:86FAB501KDDE<=b\`xvu22#;:8MLK45.9;+VTLLGL]YP?@8NOL@@@IDGUKOPDEI@>NJCDD>]\Y==8JHD=63F;6xmgzuVUT00*;80RML{w{xx|ILJ8<5FJAPQJ861HG?Z\PBD8WXW@DEJOL<@:;>0QPDNLDPJJJFJUQTA8:_PP~v~||{~~~{|~~~~szt9@:  HA:`YTYTPTRNXVRYUP\UQYVUXXXZZWXWR\ZT[WS\XTWTRYRT`VX\TRYVNZ\SVWTZVYWQT]YVZZUXW[YW_XX[ZZZXWVWTR^YY^YYZVVVVU576  dWV~mlh/1"TVL]]^LHJYRP[XTa`\jhcTPLTPN\WXZSWSJGVM=[RL`XVWRKZWPc`\VQOTLNn`hdV]^WVd`\gbbYPYmej)#60(]VS`XVngjcbbHHIRRUcdaPPLLLH_\ZSLJ^WS~z{}yQTICE1KK1jkY~sqqQOEXVG`\VYVXXU^]X`b[ZebVggYQRE\]QPMGicd}FI> - - - - - - -  -   :6@_[eb^_`\PjeVɓ:8"SMD\UV]XX\[X[ZYZZY]\Y\ZV\XTaZWd^^b^bb`d^\_[YZ`_X^\U^ZW`\Yb]Zb\Ye^]_YXVTPutpƉmmhQQGTQJXRQPJMSQQMMMONPLLKMNJJKHRQRUQUTOSULTXPVQPNRRNQNHTPMVQPXRSXPQSPHKQF8A9 - - - -$&4& - - -    - - =00cYXytr|x~}}{|~yyz|~~~z~z~|z~tclT&UVHyqrxlpxpnsqpb``ppopppbb`jjimkklikkilVSWspt{xwEB9A>7soovrwhefjiayylmle_[R40"daZsspkkkpnotmnvmltihtlkqolz{xkmhlljjgfrji}zxtqrcdflnlxvvzy~|zmkojjiopkrtnee`rpm{wroofoomnonrtsnromoixxqtsltpnrmtvt|nkr{t|~vx~y|~|w{{~~}~}~}~~~|ryt,5,NFBb\VZUQXSQ[VU\VV[VU\Z\YX[ZZYXWTXTRYUT\XV[UVZTT^UVaVX]VR]\TXXTYY[WSZZW\ZZXVZSYXWZVV[ZV[ZVTQP[WX[WZUSVUVW9<:  -ZRL}onj::6dd^{zv||}utrzvtyvtxwuz|wuupzxuzxw~y}|txws~vx|t|xrs~||z~yu}xsy~~v||uzyxu~|~xt{ojpLGIgc`~}~{tryzw{zzwtr{zv}{x|xu|}vxrvwq~}sv~~|{roj}znyukwrozuy{v|v~|xw}xxuo~|s|yp}~{{sNNF  - - - -  - - - - -    )$.QKZZT_]YRa^J|rPQBFD7ZVP\XU\XUZWVZXX\\X\[YXWT^ZWb\Z]VZ`Z`b^d^[`]ZZ__X`aU`^U`^Vb`Wb`X\XTXTQxvrȆjkhKLBTRITPLNKINPJPPLPPPOONLMIJJFTTTQPRQORTNPZPUTPPSSPQPOVTVXUXURTVRRVONTTP7>6   &w*7, - -  - -  - >1.f^Zvsp||z||{|{yxy|~~z|wnudU]Fx{o~{zxv{x}x~|}|zxv}|{~|}~zz|vuz|||db_rpn}}y{}zx|w~zwnlkfa]zw~{}}|||{~||x|x{{z{{}~}z{zy~}zxz~~|{}z{|z}~|~}~}}~~|}z|~~{|y}~z|{vx~x~~x|~x~}}}|{x}{|}}{~|{x{~|y|z{t|~{xvz~|z~&0&OFF`XWZSPXSOYRR_VX^V[ZW\WUXYXXXWU[WW\XX]Y[\WZ[VVXTR]UVaUWa\XZYU[[[YV\VT[VU[VVWXXW[XV]ZU\\UWTQZVVZVZUTXVXZ486 VRL|~~{xrpn}~~~|~z|}~{|~}}{||}{y}wvy}|~~}|~~~|zurrz~~}|~PPE -   -  -   -    93;  - - )z$3'   -  -    "H97g[[|xxz}{|~|zxxw{~~zvx}r|~v|{yu}||z}s|t}y~{~|~|{}|}~~~~|}|zz~~~~~zz|zzvt~~{y}~~|}|~}z~z}w{yyy}~{|}zz}zz{}}{|{|~|~~||~z~}{{z~z~~~|}xzv}t~}v~{~|z~~{~|~|z}{z|}|x{|~}xz~{rv{}x~o~rz}~~x||$1$QFLg^bZRSZTR\TRcY[`UZ^T\ZUYXVUVTRZWXYVX]X][VZ[WXXTSXVUZVYaX[ZVV[YXZVZYTZXSZWUYZXZ\XY[YXZZVZVT\XV]Y\XV[UXZ/42 -  -YTR}~}~~{~~|x~|}}|}yw|}~~|~~~~~~{w}~~~y~`^W    -  - - -  - <38PCNZLRj][geZKL:\^XXY][[aXVZYWUZXS_\Z_\^]Z\bZ\dX^g[adZbe]cd]ba]^`^\`_[[[U]^V`aX\\V^\^qorƈorlQSMQRLTQNRPNLLJLMKNNPPNRPNQPPPPPPONRONSONNQROQRRNRRNTPHNJTUWQRVOQTPRRNPO=B@ -   -'|&7'  -    - - -   "H48n]dzpu~x{{{|z}x}~u~|qtz|}|}||~~~~}~~y}|~}{~w~zs~z{}z~~|~~~}|{z|z~~||}zx~z{~|{{zv~{u|x|z~~{|~|~~xxv}zzv{zttzy|zzx||v~|~~}~{~||z}~}}}}zzzw|}~zz~~||}~s~|rz}|~~~|{||~~~|{|{|zy}~{zx~zzz|{}zyp|n~s}}w|{|rtt0:0 -SHMbW\ZPT[RT^UTbXX^WT[TT\UZ\XZXVT^\\XVYYW[URVYVXYWVYUVZXZYVYVQQ\WX\SV\RV]TW\WX]XX\WXXUUVVVUUWZWY]Y[TRVVW[.10 - - - ^ZZ~z}{y{~|~}~~~~zz|}}}}|~z~xy}}~~~~~||}~~~{YZM#$  -  - - - - - - -  +""7+.H>  - - - &x3C0  - - - - - - - - - -  F4FF=FE?FD>JBANDENFFNGEB?:C?;JF?FC4HE7EA9HB=JBBID@JF=HE8IE8ID>F@?F@BLFBIG;BD:DF@DE>FG?AA9@?7HFAEA?FBBHCAJFD?>:GG>HF>MGCKC@JA@I??G@>FB@FFBBB>FC;FC5E@4ME@KCDEABHIE>@6FF7KIGB?GB?JF@E@9JD=LD?HA8JD6F?4E@6=<4 -JHF`_\YYW\ZX\VL\TMZUXYV\VVZXZ]WWXWXUXYSUVQVVVTTTb`_\VW\XVYUS]YVYVS[VS\TQ`VS_UTYROXVPZYRYUP]YR_[VVVSPTQRXR5;4 300QLJD@:GC;D@:JFBEA?LIFB??KBDIDED?>C?;GD>FD?JEGFCDECCLJDFH:?A6@@;CC@DC@CB;CC8A@6IE@F@:F>:F?;GA8KE7FD>CBAHGD??:GG>GG?CB>DDDJJIDB?HB>NE@LE>F@9B=6FB;JJACD=JJHJHGEB;F?8KDB@KD=J@:LB?NDCKC@IC@MFFKFEF@>LD>JBCB:IFANJGMJHIFCLFDNGCLH?IF;NJ=DC4DD6KLBLLEDD@HIDDF<     -  -  -       - -          - 2*d[VaXX_Z[^ZZ`[\`Z\_Z]^Y]^\_^\]_\__Z\]WXbYZdZ[bYZaXZd\\_XX^ZX`]Z^ZW_\V^ZTsnhŇengJPGNPHQRPJLKILLPQRNNNNLLRPSSQWPPTOMQWSVTTSSTPTUQRSRRUUOTSOTQSVQTTMPQKMRJJ6 - - - - - - - - - - - -    -      -          -  -  - -       - -      - - -    -  -  -    -  -     - FGE_`]WWU\\\XVYXRR^VX]W]ZX^[ZaVV[VVXUUUVUV[[^[Z^^\^]Y[ZWXUSRZYXVVTZXWYUT^XW^VT\SR\ZVUWLVVK_\R[ZQWXSTXTQWS060 -   -       -      -           -   -      -    - -     -   - -   -      -   -     - -   -         - -/-*f`cdZa^V]`\]b^]_ZZbY^bY_aYa_Z\[WX^YZ_ZXa[Xa[T_ZS^XS`[Wb[Xa[Zd`^b]Za\YYUSljgƉeofHOEPRLRRQNNRNNRPQUOOROMNRNRQLTPNWPNVSPTTROTUMTVQNNLPPNSTQQTNSVOTTMQTNJTM:C; - - - - - -!z{KXG - - -  -  - - - - - - -   - - - -  -    -  - - - - -  - - -  - -  - - - - -  -  - -  - - - -   - - -    -   -      - - - - - - -    - -    -  -         -           -   - -  -   -JHI^^\WVTZWXXUXZTY^WZ\TX\W[ZX\VUYUVVVVUYYZZX_VT\YVYWUUVTVVVWVXVRTSVXXWVX\Z]\VY\TW]TXZVSWXLWWLWXQVXTTXXSYX.22 - -  -    - -  -  - -     -  -         -       -   -     -  -   - -    -  -  -  - -  - -  -      - - -   -     - - - -  -   -  -     -        - 206fclf_kaYd]X^`^^_^[a^]bZ`bV``Z[ZTT`Z[a[Yd`Z`^S[[NZZL\ZP^ZSb[Xe][h_\d[YWRQnllĉlukKRGQRLSRQUSXPOUNNRMMNOLLVPQTNRQNVRQZOMRRQORSLTTOLNJOPLTUNPQHTTMRSNORLJRL6C;  - - - - - - -  suFUB  - -  - -  - - - - - - - - -  -  - - -  - - -   - -    - -  -     -  -     -   -   -     -   -     -  -           - -LDF^XX\XVZVU\VV^VY^WZZVXZVXZVVXVVXXVYXTZZVVUWTRX[X\YWXWVUXXXRWURWUVZYTWWWW[XU[[W\[TX\VVZVPWWMXZURVVTX\X]`046      -     -     "!  - - - - -  -    -      -  -4.8b^je`m`Ze\U]b]a`_\^_Z`^]\VZ_Y[^YZd\]aZ[d`\`]T\^O^aP_`R\ZQa\VcZXe[Vh\X]SRojkćirfKQDNNHNMLROTROVRQVKLKRQNTPLVNLRORPPVKJPRRSPQNSSPRRSRRPUVLOODSRMTTQORNJPJ7?8  -  - - - - twBS: -  - - - - - -  - 564<<<547:8<89:<=>;:==<9:9/<91>=7=>78:6=?<=@><=<896><9>=;>BAB;;9==8>=8>==<<:BDB@@B::?<;@@@ACCC885>>8B?8DC9AB8>@9<=;;=?>>@FGB>>5?B5=?4BC8HG:E?8FA;B?4FD>HIABB;B?>AA@?B?DHCAB@CA@LHHJFDCB:BA8MLELIECA>JJHJJJ@@@GGCCC=IJBHKADF=FGBHIHJLKDGDGGFKHFHDBFFBJMJ@GBJPMDHEHJIGDHFAHIGMBII@IDCFBMLGKJFIJCMNIGHDHHAFH;AD5HJ?FHFHBFEEKH" - N@DaVX`ZXVTP\XV^WY]UU\VV]XX\XY\XWZVTWSQZXT[YUYWYYV[\Z]YXYYXXXYWSWUX]YSWTTTVSSXZX\ZVXZWU\YT]ZTXVTVX[TY^RW[/23  -3..KHGFBDMHHTTPFHBGGCJIIMLNJFHNFINJJNMJJLGHLFNNJNMILJINMMOOPHIINPOLMINKFTNMLGGQOLIHCHGDMLJMLJHGBJJHKIKLHLRPUFGLFJNMPVJKNRRRMNMNPQONQNNOPPNNMGNLEJICMNJJKGLLHSRNPQLJJGJIGWTRRNILGAMJFQONONNPOQPOQIIGIKCKNDLNGMNLRPTNMOLKELLDOOGPNISNJSKINHFONLRTQNPMOQMJOBNUDJPERVPJNHHNDOTKPRLOOKSSQPPOQRPSSQPPJTVLPQFNPDOPHRSNPRMPOKSQLROKSQNWSTWRTTQRNMLSVUQVU>D@" -    - - - *,%<<788677700/441661652102147*33(.112011+*,&,-()*(./044633400.762540990>?4<=4571460464799()( 2.7^Yfe`ha\ca[`e`dd`a_]Zcd``^\a\Z_\[b_``\^c_^\ZU\^R[^PZ\OYZP_\W]XTd[Yj^\dXVldcĆ~hpgMRFLNENMJQOSQOUQPTNONPPMJJFUQKPPNOOSMLRTTXPPPPPPRQSTQTTQPRRIVSRRTTLQNHNH<@:  - - - - - -v}QcO  -  - - -   -    RQNllkqqskjnnltoltqptnlrpnpjjdurhtpnvptqnospqprpmnonoprrspompmlvrsplqkilutsspmtrnnmhxyttutrswqpwolqxuuoomvtsxsrtpnspjrrlppjqporrvssvppvsrwrqqtromlirrlsthvvjxrpvnnvqnrqnurmrnmrpsprtknlnpnxvttpozutrojvrj{ttplspmusszxzvuwvvxtssyzvtupuwoprktvswzyrttxwwxvtwrozwzxvrsrw|zquttuvusvtpuzw|wuzswwqsrwtrxspuvkxzquwrrsotvoprhvyltvnvwsxxtprmruunwt*4-  THJbXYa[XWVQ[ZW\[XXVRZWS^XV]VW\UY[UWXST\XZ`[Z[ZZXW[ZY^XXZZYZVVVTTTXZYTXRVXSSTSZZVZYUUTPZYT^[WXST\W`XXbNSV250  - NEKysxrntztzx|xywvvywzyv{~x{~twxz~{yxyutwsvyv||yxuu|wzvvztvyxyzzxvzvsztu|x|ursvvsvtvzx}usv~{}|x|{rzxxu}xzvy~xx|{~vutvvtwvyyx}zx|zyy|zw}zt|zv}|yxxv~}z|zzxxxzy{|wz}xy}yx~{z|zz}{~|{xw~xx|uvs~}|~~~|}|xwzzzu{{|x~|{|}{|zy{~}xzzxzx}}~x~{{z{|x~z|~||z~||}||z~y~~y}~z~~}}~}|z~z~wz~fki=D>      - - - - -  Y^Unpjnpkpppooqonqmmnnnpjhnhhvejv`gr]^n_]`PPHJIADB;    - - - - - pnm{x|p_f\OVNDF?4/,8,*F<+ZTAXTGWRHa^Xtqo{yyxt 527c^gf_hb\ba]\_\X^]W[^Zaba^\Z_\Xb`Z`^Y^]X]^Z\\ZXZY\\][[\]Z[]Y[XXZX^[_b]^ZXmcfgmjELINQRRQTNLPLLLPPPPQQNRSOUUPTRNPNUSTTQSVRTTRPPOLPPPRRTTSUUOQWRWQQVLRT@QL6F< - - - -  (p}M\J     - - - - -QJFxs~||~~~~~}x~u}~q{vv~y~{u~{v|z~}~~~|~~{}x~~|{{}}|{|}y~~{~|~~{~}z{~~|}|~}v|y~y|t}}x|z|~|y}v}zu|zx~}z}}~|~z}x~|~~~|~|}}}~~}|yrvy~|}~}~{{{~~~}}~~~|~{~~}y}|4:6 - MD@`ZVVTOX[VUYSXYTXYSVXQWXRYYUZWW[VVZVSZXRXXQXVUZYYZZVXXUXXUXXWXXWVVUYYZXX\ZX\[YZWURUXPVUPXURWQQ]W\\V`VW](.0 ^VO~~~||~}~}~}zz{{|~~jkl8<;   -  - - - -  - qlounl\YXD?B+:?,:<-:6.K,:3@<(@@0JF=^QSmY`p\]fXPZQLRI@RL@`YO|sl|~wvm .+0kipb`f\Z\`]\`[Xb[Xb\Z`]Z^_Z__^`__bbb^]\\\Y]]Y]\X[ZV^]Y^][_^_\^^``a[YVXWQjgb…hrgPVRIKNTQXTPURLNSOLMNJMNONSUMQUPPVPORPNPPONPQOPRPTUWMMVRSXVTR[TRTPPJKMENO4>= - -  - }nzm|h - -  -  - - - - -  - D??ytq~}xz~~~||v`aWHH>TNFsjhvswt|vt|vp|pytqx}~y~|z|xxty{sz|t}~y}|xxtpyvoywk|znvsnje^hdZ{tp~uvwvxx{x|}|yy||nlePMKqlp|x}}xz}xx|vv~y}}~vurRNNqkq|vyytp~xtURM\^W[\Uttdyzmvxoywtzw{x|rp`USrgf~sp}qkvwx|~|zzzxz}}}~|y~z.3. PFK`Y[\XXZWVYVWYXXWVVZWY]YZYTWXUXWWXXZYX\VWXRZZT\[VZYTVUQXXTVVQYXTWVTXVTYVWUTSZXXSPR^Y]]XZ\XV[TQ`VV\VW[X\246 -  `SN{|z~~~}vt|{{||}z{}}z~`]_453    -  - wlrrrr^\SFA6:4'71 <3"F:)E=,LG9SMAUGBO<6VD3_RE]RIWNBXP@d[Oynhztzzp 3,0jfmb_f\\^^^\^]X^ZWc]Zd^\a`]``^_```bd_``[[[ZZZ^]Z_\X`]Y^ZV`^Z^_\`a^\[XYVSlgcjreOTNJMNWUZVQURLMVROONIRROOQRNRUPPVPNVPMSNNPSTSQSPRTROPSPRXSSVSPMSOKKLHHNM7?>    - - sdrfz_   - - - -  - -  -=8:{ux{~}x}|}~~|}vtxHJABB7mhhbY[bZWlf`^ZO_]JVTDc^^d^bYVX[ZZhjdVYP[\ThfaZUQmg_b_RZXG`\P40&FB6g`Xe]Zg_\f`]d``iggZXU_WRxpq||yLMA# ]XZ^ZZ^WXlbd\UPifc}}|pqjLLB*&"\WY[VVTQHXVF,*CC9DBAhcbXVJVXHil]bcV\YNXPJ/$"WJGn`VXJ6pdYyx~~~zz~}{|063 -TIR^V^ZVZ[UXZRT]VW]XY[VY\W\ZUZZVZYW[XZ\X[ZSURXXUZ[VYXSVVNVVNXWQVTPWVTZXVZWVVVUYWXUSTYVY[WX\ZXZXTa[Y^WVYUX224 - -WKH}~{~|~~~wqzyz|~~~}~|{{|~}|}||hed--(  -   -}qtfecB@3*&'#0,!84%?9*E<*H@.B=*B:)>0!J:'ZL=^RIUKBTJ=WO<^TCrf_{z{o2-.jfihci_\_\\Z_`\_`\`^Zc\\e_`b`^^_]^bb^_cYY\ZZ\^\\`\[b^Z]XT^\W^^Y^^Z^\Z[YXljj€epfLPJKMLRQSUPQQLKTPLLJDTRORMOQOPQPURPWPNVNNTRRVPQQQROSURQVTPTVNMNQQLNOHINH:A>      }lzcu]  - -    6/-wpt~}~{}|~~{yw|{vvxzY\`Y]SRPS*$(4-*B=5+(.-(&:6/1.'&#864DD? ")) <:4*%"NIF94-+(63%95.>81;30:3/50(1.*>>;$"(`ZXtvv:@6HC?/+!/* E:80"^YPz{uTUI  A=9.*')'75'*(A@6642GCF)%$>=1WYF26",/34! E=;>2&(J?*~tl{z|x~}~|~v|188RGQ_Tf]XdZT^]TX\RR^UT\TT^WZ]X]]X^\Z^XX[XXYVWWXXZ\\]YYVXXPXXLXXLVVNTURZXWZWVXXXVVWZX[VTWYVV^]ZXXSVVTXXVWTV432   WKN~~{~~{}w{zu~~~~}}}}|~|~}~|{`^Z01(    -   sq{}yQTJ,+ -0-"64*;8/><0?;.=7(D=.B8,D9-G<2NESG7_RDth_|vvh#&,*+hehfdd`^\`\\]]Y]^Z]]Z`YXe[\e\]`\Z``^_`aXX^ZZ`^]`^[]_ZZ`XW`ZW_^Z^]Y^][[WXnln|jwmEPFLPKPPOPOMPOKRQLQOJSRPSPRTNPUPSSPUQOTOOTPRVPPTRPQUTTSVTOTRKPOPQNKPGFND7@6  -  -   -{hyvr     - - -  - :4/ofh~}|}~}{~}|z~|xuvy}xdhb "YZY66;"2-& $" #!" #!%#&$ -" -*"# TRO,)&((%$@=;/+&($&"$!43-776-c\]w|}:E<">>4(%&#/(!'vnh{xpHI9$$+)$$"<;0..&?>:,*(43--,)GF>PRA&* -04!(,?A0$  H>(ym~zzvzow{5=> LEIbWhZVbXV_^X`_VX_URaVR`VTZSV]X^_]bXW[XWXXXWXZ[XZ]VXYUVSZ\RXZMXXNXXSZZZZXXXXYWWZ\Z_ZX[VTUZYUXXRRTOUVVTUX231   ]QY|~~|~|}}|~}}~~x|x||x~~|}~|[[V)*      -tpmpk@E7" % 71"95+860871><7A>9PKETMHNGDD>:D>9@81@6-I>2QE9ZL@aTJ}rm|zk**/,.dafedf_^[ca[c`[]\X]ZXbZWf\Ze[Zb[Xb^Z`^ZXYXZZ^]^a]\^^Y\_Y[b\\`]\_[Ya^\\XZigl~}|iuk?J@LRKPQNLNJPSLLNGPPLNNNSRSTPPVQRSNPTRTPPQRRRQPRWSVTPQSPOQTPNTPLTPHNHCLB4=2     r]p}z   - - - +&&lef}~~|yzxy||~|{z}}~yzxz~xz{t^dP!$WVOB>B!$,((720*&$,*()((,+&,*" *'+)#!.)#85-76,TTM#$ 23(.3$38***#&%0/&HHC=3 .*80$90&=60>;6LKHSSSbacnjljdiechVTVB=:=4,@6*H<.]PAZMDla]~n" >8:e_ge`h``a``\eb]b]Y^XTcZSh^Yf\Zc[Xd]Ya]V_]W^\Y^^]_^^^]]^Z\d\`d^`a\Z_[Z^Z\hfj|gqiFPHLQLRRRPOPNRMFLDMRLLPNQQQOMLUQOQLKXRSTQQRQLRPLVRRSNOUOOUSNOPJMRLHOHCLB5@5    - - - -   u`m|x  -     -&(`[bzxrprzx}{zonsnnuoptttpxsnzpjti^|t{{~zz|vhkZDF2lj^]XV:6:JGJRMOHBFLFJLKLLKI)'KI?NLF:96JDB]XUTRL^_V<>8<=;SSOGJ@GM>BG802)KLHLMJ``^\[b>;;VPKvro|||U]ZFPGZ\QD@7KHGRRT[Z^~{xn\YD;9%D@<\X`HFIHHBXXRNNM\[_ROPXVMDC2QRBQSGBD6DD4aaPNODMQKDJDEF>ie^}|}}~}y}}|vqtv||}~zqyp3=2  GFG^\]\\XTTQZVY[V[[VX\XS`YT]TR`XV\WXZX[VXXYZ[]]`WW[SVYVYYZ\ZXXUVTQZXTZXXYV^XW^VWYTTV^\`XVYWVTXWRWWRWWTTYX4:7 -   aVW{~|}|~|~{||uv~~^bJ<<)H@6^SNODFPFJ_VZHB@XRLGB596"XODTHIXPJQL9GD-|lz_]Z540882\XX]PPH;29/(`V\{}ZSF<5!PI;^XNJD:4/$RJJypzZQX;49jdflibEB5@=-JD=`VVE;44)PH-uvb{~~{TTN-+#    sif`]Z32$ **"0*&2)#A61RJEc`\ggfnnquty|wvt|^[]B>6=5%A7#PD0_SDjaXx:46f\fd[gd_gb`dab`_^[\VSj`Zh_Xf]Yc[Xa[X`[Va^U`]Va_Zc`]`^\^\\\Z]bZ_aZ[`[Y[XVdcf~~|kskHPHHMJPPTTRVPORLRMKRLNRONNLMKHXTPRNJRNLSQPRPPSRMQQNTRSXSTUPLROFOPFIMDCI>7>1  -  - - - - - - vcnwq -  - - f\`|lnxFJLnqtfhh@?=@>@OJNQPHQK?WJ:QC2vnf}z}}~~~zz{ttrj~xwrpkfhomntrqsnqqimrnnjhj>::ROKyvprqkjkgssrz{rpqturlmhnnnuturpnvvnpqfhjavwrstttutxyznmlxus~{ywruplqiuxoronzt}vu|{y~|{xrvtfqmbuooys}roxsssvvsrrpxxxwuvurllj^wxkuuprqrxwsyvpxtlxwtrvxloo}zy~|~~{ttz{vtuvx{~}~}}|{~yv|r3=0 - KHN\Z\[ZTWUPZUS\VX\W\\ZZ[YV[WT]WU^WXZXXYZZX[Z[\]ZZ]ZY^XWZ\]\ZXWYVWZVXYVYXU`VT`VV^VV[XVYXUVWVTXWSXXSUUQTXR7A8   -`WO~~|~}{{y||zv{|~~{=>1&*5/"+ 1((LDG3.*! FB0:0,8*(3)/)|ue|[VS  QQO2,*/'" JB:wnw1*$#:0ZPD<6*NNGtqu843 JECYWN&$!SIN9-/VL8}hyxu]\U*)  -  leb}|TPG/-&'" +&'*$'5,1NBDfYXskernhppmttv}y}wxybaZ<7$92A8`V>ogY~~210faii_mf^kd`habd[^^[ZXi`^i^\e[Xd\Za[[^YXb^Z]ZT_\Uc^Z_ZX_\ZZ[Z[Z]^Y\b^Z\ZV```~}lqjCIBLPNNNRPOUNNRNPQJLJOPMNNIQNHZVNTPGNLFSSNRRORPPSQNVVVTQRTPMUPIQNCMNDHK@6<. -    p_h~ -  NFN{Z^W%,&_diHLO !&&"30052+*'/ -@.wkd{}~|~~z}~{z~}z|~{z~zz|vv|xwzxzhdiztx}~~|z|~zy|}~{y|{{||~{zxxu}x~z||{}v~}y~||}z{}yzzp~~rzzt~~{xz}zx|{t|yx}x{v}||zz{v}|x~|v~u{{s}~{~|zzz~~~}|~~}zztqryywxzyzxw{~z~|z|v3=.  NHR^Yb^XZZUQ\VR]VT\WXYWXTURY[VXXYZXZXVX\\^[^]TWVWYZ[\^YVZ\VZ[VW\XX]X[XV[XV^UT]VV`WW_TRX\X\_XZZWTXVSTUPSZR:E8  XS@~z|~|{}|x|}xsvx|}{|B@;"&04$20*60.G@D413$$*-JL;.+ $3(ujtkh$ 22'gjj)*&40$+#B:4{v0,+$ =6xkcRJArtly|v&)B@6TPK# !nbnSEJ"zoezztRRI leezzTNB4.0,3-#/)%,#!D:>^R\pbkvjjtkdupgvtm{wpzz~|~tvlLL683<4]T8rkWv~|"!,.,cbhfdnf_jc^fa`b[_]XZY^[ZbZZdZZd[[e``_\^b`a`]\^ZW_ZV\WT^ZXab_\[[^\]dc_`^Xeea~~~jnhHLFLNLNNRQPXPQXLPTLMMTQLRPHSNHVPHSNFPNERTKPRLOOLWTQ[XVRPSTORUNLRNFNLBMNE0 - LFN\Tb_V_\SU]SR]TQ^WUYWUTUPY\UTXQXYZ\Z\\Z[\\[VXUXZW[\ZZXX\WX_TWaUW_X[YX\XY]TUYUX\VV\RQX\Y`]W[[TUXTQUURPXT6@6  RP4$$ !5+$vvvr,%=9+uvy #44#*$B:6?AA!!$"qheWPG vxrdh]! 9:*FD< '#&vlxXKN%~sqdfZ  vnl~vvXND3+5.>6(,#%LB>nahrfqvipthhwngxqgztizs{}~}|oq\@>:3VM1tl[~~y ((*caka`i`]ec^cc^_`^\Z]\[\[]Z[`Z[aZ[c``_^^]\__^`^]\_\Z\XV]ZXedd[[[\\[ba[^]Tjh`~~hidJLEHHFNNOPPVORYLNSOPQSROTPHWQHXQITOGRPHOQHOSLNOLQORUQTQNPWSVUPPQMINLEKLD9;4    -   - n\b" -   -($^MZpdmutj`fN QNP846 #<@>%*' -F>.||{~~|z~z|}}|~{xx|vvxzyx{yy~||~~{}{}~||zyw~z}~~|{}zxzwtzz|zv~v|w}|||~|{}v}u||x}{|{|~}|{||uu|tvx|{}|{wxyr|{rv~t{}s~yxvv|wxvwxvx|z}{}~}|~x|||~~}y|~zzvwx~y}v8?3 EACZSaZP^^QZ`TV`VT]VRVTPWXS\^YY\TWZRY[XYVU[WVYXTZ[TYYTWWTZWV\TUbUVaWXYY\WZ\TWWVZXVWVTTU\Z]\X\XUVYVUWTRX\\3:6  - UPJvx|zv}~yxwz~~}}}{}{zx{v32'ol`~|uLN? ,-#""?>3 - xni|ttVLB6+>3&F<3&$ PF>rfithppemthmsigphcqmd~xpzy|yZV>6/OE)wn`zyq,).fbod`ja]^c`^e`\b_Y\^[\^^``b`\_^Y\\Z[ZZ[YZZ\]]^^^`_^_]Z`\[ebd^\_^\^`_\ZZRkjc~}~~~hjdHJ@LLFONONNSPRWMPQMNLQQMTRKVQIUNHTNHPNHOPJNRLLMKNNRROVQNUWTZPNORNKLJCDD<45.   - - - -  -pZb-  - - - - - - 3#0XJUofg\\N $?B.B=60*75.\^`9@>15/?>4ZVN~||~x|||w||s{{vxywyzx|{y|xvzy{x}tt|xz|z}{|~zzyu~~zzyvxvr|vt~{v}x~{x|z|zsstjah`]|z|||~{xy}xtxxy{zxxxxzzxz|z~{v||v}{x}xx~xu~~~~vtpQNF[SOtx|ts[VRxvr~}uz|ovzl{~rde\jd^c[Vthasnxv|z{{~}~|}~|x~{zwzx|x4:1  A@?YVaTPZ^U^bUYdXX^VSWROXWS[[YXYTY[TVZRVXR[XS\XS\YPYYPYXS][X\VT_VU_YZY[]VZ[VZXX[WXYSVVQ\YV]YXVUTWVVXWW]]^355   [RU~~yvxz|~~~{~~z}|r><+FD.u[YL(),,#A@:HH@+(#-*(><:884IIDKJF><;~x20%MLAxvtDA7(%/*bZRywl26% 48&omlXXQ;<2lloJKH02(FH8<<-BB399-UVN>B8cbZh_UH=3|sn|z?>2  ~qirqmSL?:/ @4,J=9#'RH@oedqhlnejqjjjdbnhizuv~||rJD/JA*~tfsvn"$0-1kfsgbmd_agbYgaTc`V]^Z[\\bbd`^a][^ZX[[\\[][]^]__^`^]a`^d`_d_a^X]^\^^]]XWShhd~|~||~lniKNDKLCNNKMMPNPRMNNMMIMMFPNGTPKUNLQLJTRNPRNPSPPQNQQQVTYOLUQOXMMPNNHGH=FH<58.   jXb, -  -  - 6*5ZMVbYWTPD]^NbdZ`[Vmcextzhlkgkinpnvutzzzy}|vxuab\ghbpqjabYghgllnb^_ha^pfbbWVcZZhacojib^Zc`Xjh^dbZc`[rlmlgdb`Vjg]lg`e_Xc^QIB6<4.zvv~~~pnj`\Ukbbnfffa\jjh__`eaangfb\Xhc^ic[`[Rmiezz~XYP61*xnr}ha^7-(aXVhb\eeSX\H]`OHI:HD7:1'ZMDtbXm]Sqd^|x}xx{|z~~~~~~}}~{,2+ - DCAXY]VV\XX\XUU`WV\TQZURYVSZXVYWW[ZWXXRXYPYYP[YQ\XOYVL\YRa^Z\XUZTS\XZVXZTWZWY\VXWYYUZXQ^YS^ZUXWRVWTXXVZZZ235 -ZPL~yzz~~~~~}wfc\snfztojZWO]Y[plmpnlWVN]\Tonjljgpomnmligi|b^\rpmlji[VRf_\~z}zbdTU[Bkn_utsfgd{|}jmkopj|zumidojcjf_zzvnrkwxp~zrpjb}zxuLJB   - thtqjRR<745*!J><-""ND?f\^kdhiddlifkhd{zyplaVPB~vlpvp&*/+*lgnjdlf`dha]f^Sf`Ta`Y]]\c`c^\a`^c^\`^^`_`^__]a`]c`^hcbd`]c^\_YY_ZZ_[Z\ZXgfg{zx~|~~fjdHLBMPFOOKJHLLLPPOQQPLNMDNLCTPJUPPRLOVRRSQPTUTQQPRQPTRUPNTQPXLKQLLJFH;EH638+  -   -aT\/ -  - - -  - 7,5]QWtjjzup}|x{{{}{~~~|~|xx~sNTG,0$<=8FGB,-#66/BAF.+2>;:84/0,(0*'=:8JFD3.*74*DB574$84,HBC8210-$FD6?> 1-(mel{y}\\T"8.+TNJ>=-,1:<*34!63!("C82B1);&dQHyr~}zyz|x|~~}~~271  KGF[Z\VWZRRTTTSYYUZUR]XT]YX\XWZVXXXYYXU[[S\\Q\ZPZWNYULZWO]ZUZVTXTTZXWXWYUVZXY]VWYXYX[WT^WR`YS[XQ[\TXZTWXT8:8 - WLA|~~|~~{}tvz|ww}|x|~y~~~~DD? {maz{}rl`WB;5*(NH;=4* >61`WZlflkhjhgcnmi~}mj_ytktwu"& 2.+lfiidgg`bh`^d\Vf^Ua]V^^[a```[`d^d`]b__aaaa``^b`\ea]fb^\WT`[Xa]Z^YS]ZQ[XQgef}}~~djcFK@NTGJMFIJKMNSPORQNLQMFPMDTOHSNMTPRQORPNNOPQOOPVSSVRRTPQROTKKNKLLFH@BF408(   -  -`RV7  -  -   - -:/8f[a{rv~~|x~~|~~~z{tx~o19" #*+("" &&*>?>&(#672$!!0.$"!&".*%"54'%% ,&,"H:=|svkll " 1.  =>)35&"!6./("2.$4-'J?7xrp|||,/,&[T]zzTZN"WRN11&#.1&..&96%-*<62>1.2 dMFxr|}~|xx}~~~|z|}}x}v9>4   -SHLbY\\VYZWZVVVZZVZZVZWU^XX\WXZUYXV[XWY[[XYZPYZLZYMZXNZZRZXR]XVYUTXUTYWUZZZXXZYY[WXYXXXZVT^VR^VR_\VXYQRVN?C<  -VH@y~}~|}|xxyts~x~{}NMI -    "tj`yx|nhiYHC43)VP;OJ9,%*#YQSngmgdgdcbyyxz}rz|{v611hbehbcf_^g_\d\Xg_Xd]Va_Z^^^``cb^d_Za^]a`_``_^b^[d_\f_\]XV\XW`\[`YYa\T\ZLgd`}~ilfILAKPCDJ@KNMMNXNMSPJMSLKTNJTNJPLJROPPORNMONOQPRRRRPVQRWPQRNOLLKIJHBE?@E82<,  - -  - - - aOU)@( -    - - - - - - <2:f[a~uz|~y{~|~~z|rzm-4 $+-))(0.,5..3JLN$$$##!()&$(",2*"0,&(%#".,"&#,)!;;2*,"*+ 20'<62E:;{psmjh" +(#"LO96:* ,.&>346*870@:4,[HDtp{z~~}z{z|}}|yz~}}|x}v@C: PAIdY\_VX`X[\VX[XXWVTZYX^X\]UZXRVXUZXV\XXZVXSXZOZZN[YOZ[SX\R[\W[VX\VY\WV^[X[ZVYYXXXXVVWWUUYWT^XT^ZWXYURWP=C:  -VID|x}|||{~~}~{xwuruz~|wRL> -  -  -!ke[ytzngpaTVD4H6&\L;^TB@6$$ JBj^c|ru~xy~|}}}}}|wrx`(0:<2LNH/00>>HPOXPRZSV]9;?BADFDC?@;>2?=4QOLBBCBBBNNLSROJFD}wxnjc %"FB9FD6[\OTXN7:.EG>RRP>=8@@9IJB;:5TNRv{ojj??;,-*BAAhdixz^b\AB4JJBPNLIHCFGDNPTMQURUQLMJDDFKHE?:2i`Z|x~{}}||{|}{y}|{x||{x|vBF? K>FdZ\]VTZURb[Z]VVZXW^^\ZXZ[U[]W\[TYYQYZT]YV\[[ZXXTZYS[WTYXT[_YZ\ZYTX`Z]]YVa^X^\WXWTZZX[YZYXV\YWZVTWWXV\Z4:3  XMJ~||z~~}|}zvvzSN@ - -     g_[|zwr{rlsf\jZOeNE_F
WC2:,C5#_TJd^Ytpn~~y|~vj -./(a``d`bg^_h^_dZYe^Tc\Rc^Wb^[b^^a[`d^c`Z^_Z]a^_a\\c]Zd\Xb[V^[V`\X^ZZa[_f[dh\ex|~~|~|~jhfLJCLK?ONCMNHOOPPMTLFMPJNSNPRLOTNRRNRQNNTORVRSQPNRRMRRLSPLRNLLGHHGEGHD>B848- -  - - - -^JV*< - - -  - - - - - -  "H;=nbd|rt~||~zz~{~xnrb9@(:@-lnfrrp`_bhgorrxrtznqxikpjknjhhqolhhdbebjnnomplgmplvsrrih^gh]srqkiooouprtprqhhh||}ihc22"YUBwqiupkzwvxvvce_mnlpppdbbljjqopllntt||~nliffeutyzy|{uwvgibopknnpqqpnljsptqptprtjjppottnvpin|y|{||y{{~}~{|}{~||~z|<@8 J@GcY_\ZVXZP\[S]YU`ZZ][ZXXVXXX[ZZ][[]UXaU^bVc^W_ZX[ZXZZVY[UZ\XZ[\^VUX\ZZZUU]YVZXRWVP[ZV^^[ZXX\YZXVTXVTZ]Z284 ZPJ~~~}||}}}z~xy{||~[YQ  -  - - - - - -k``~~vtyrjxlctf^s\XfFCiG?oM@]@.H2XI8j^Tzrn~~xi ()"bbda`dca^ha_g\\e\Sd^R`^Va_[`^]`Z\e\`eZ^f]^b[\`Z[d]\e[[dZW`[T_\S^ZUa[[e\bh]fz|~~||{}~~dhcIIDPLEPJCLKFNMJNKLLHJNJKNLKONLNLORNTSMPSJLWPPRNKTSMQPIPMGNJHIFFIFHHJG@F<6;0   -  - -   -TAP>M1    - -  - - - -   H8E>5;3  -     Q@PIT? - - - - - -    #QBEnc`~vp|v|~~w~qyzy}~xz|yz|~~|~}z~|~z}~|||}~v~w~uzz{~y|~{z~|z}|~~t||s}|~~y}ty}r{~xy{y{{w~xx~z~||~zz||~|~|}~~~|xw~z|}|~~~~~~||~}zy~|~yy}||y~~}z|yx~x~{{x~z}z~~|z~|}{sxx5:4 JEC`Z_ZTZ\WZ[[VTXOXYS^\Z^ZZ][W[ZTVWRVXS[YXc[]bV[`TZ^VWXTT\W]_X`ZV\XXZXXXZZV_\Y]ZW[ZX\[ZXXVXXVXWXZZ^[]a[^`9>:   XKG}~~~~}~~|zz}xx~{~eh\    -    -tefz{tutnrjpimehb_Y[VZVXP|NFwVNmf|~zztpb#"..+edlcbjYYX\\VebZd`Vf`Vd`Yb`]_`^aa`c`^[TSdYXgZZdYZk`bf[\dXYe[Zb\V`\R_]R^ZSe^^€zy~z}}gph;HHD5<6 - - - B1D6?/ - - - - -   - - -   * SCBtjfxt}x}~z}~}~}~z~z~|{x{{t~~}}|}~|x||zzyz|v|qs~v}~w~zxy|zz}}|{}z}|~w}|y~|~z{~o~v~~|y~|~~{~|||{||~z||{~z}|||{~{zv}x||x~{}z|{~~~z}x|~{{~x}zt~~zt~y~~|~~~}z|{}~|xx}|u}zy~~~~z}|}}~}~}~}~{{~|~}|~~~v|zpwpvpuqktpjnrkmxnmrhfjcapmliffkhfrminlfijdiiftppvqpnhdpkenkbrqfopepqhnmfpkfuqolejtnoqlhmhbpifsjkxpqmiimihsklqffnf`qjcoidpjfnielichd^snhvrnnhfnjholhojeog`tkfwniphexqqvrrlhhnjjplkqlmplesodomasndyrkpfcrhhvlmqggxnhxnerh`tj]ri]rldtnhunjrjiqijulnuimwjjtjhsjgrlfuplqlixrnqjfrjhrmmpjjunkoidmkdtqjsnnrlnuoowqorkgxqjtlfnfdrjhwokrigsgezlhvifneawsmUVN+.% -      -  "pZVzzxxxttmvnwmxkvhparesltsyt|vz~}~{{|z|rm\!!.++bYaf\^cXYh`^^[W\YTd\ZdZXg\[d^]`^_a``d__f^^d\Ze^^d^^b\^\W\b]a`\_`XYbZZ^VUmde~{v}zs~|z~x||gmeFJ?GJ=KNBJLBNNHLLILNJJMGLOINOMJILONROMQROPOKHLJELLFJJFLKKMLOJJMJHHHGBHI@;>2   -  -  - -   -  -  - - -     -   - - -   - - - - - - - - - - - - - - +       +   +           +    + + +        +  +      - %A:;<7>385.?;6<82A?4;;.@B8>>8;:5<92=;6<<7::6<;9;:7;89958?:7@94B:7A:;:6/:7-;:19:28:048&:;+98-85,8419769:865241(<6)A<.:6*<74744442::653*86.41-=57=45<8231%86(84';4,;4*60";8.46003/6402/(54(85.;75:56>9094'<7+83*=12A25<42874752:5.93)2.%92+A62A42E46A21=5.=;0890541<89=66:4182,=4.91,72,31*><5:8154-;84<66:57=:89613/&:8064188622/   -JEFYTUZXVVUQYZTUVPYZVXWXZVV_V\]Vc^Yc\TZ[ST^XW\WX]X\YUY_\^XXVYYW\YY_X\`Z\[ZXZYV[ZT^ZU_YS_XT`ZY\Z^XY]TWYX^_6<>  *(&@><<9<62/940A86E846,':6142/33/<;6;<445,12(?>4?:45-(<4,;6+98+78)67(:8+63':3.<44;5484.64*73,;53@8:624200853<42>7-:4&:3*84-84/84074/63-=:330(72,64.76/51'=7-<6,40$>80<83852621732<862/&72(:8.31':6,<5,:0+>42<20<4.7,!<0$6,:. <3'70':3*8/(3*%;31<23MKEPNNNLNNPOMNKLLIONMMLMNNNONNPNJRNFUOFQLDQOLNLPLMJHJB>A5  - - - - - - - - - - -  - -  - - - - - - -  -  - - -  - - - -  -  - - - -    - - -  - -  - - - - -      -  - - -    -  -  - - - - - -  - - -  - -  -  -   -   -     -    - - -      -  -    -     -  -   -      -  -    -   -  - -  - -KGJ\WZ\VVZWT\ZVYWSYXR[ZR^YNaYLcZR^WT\XW\ZWYVT]X[ZWVWTP\VR^]VXZS[[XZYW\XV]XUZWVYXY^\X]ZPa^OYWLZXTWTRVUVZZX>@: -   - -    - -  - - - - -   -         -   -       -        - - -        -  -              -     -     -  - -  - -   -   }em~~|z|~zxh 61-d\^kaag]Td[Le\Nk^ThZQfZSbZVe\]f]ad]bc\_aXXeZWj]Zi\\f[Zd]Zb\Zd`^gb`d_\e][e\^||~~}}~}~~~~fldHMDKMBJJ?NK=MJ:NK; - !!!$ "" !  !!  "$"  ""  !!$!#!"#$ %   """"!#" ! ""!" ! "" ('.&(* -"ku|zm - 84-ha`kb`g^Te\Lh_NiaRbXOfZSbYTd]\`\^`]b`\`\VVbXVh][g\\h\\g]\f`[f`]kdbd\Z`XVf]^y{{|~z{{x{yy}yhmfFIALMGMLDNJBMI=SNAPLBLIDOJMQLRPNSNNOHIEIJDMMHNMLLMNLLMJIFOKFLNLNNMNNLLNI@F; - - -          -    -12-+,'23-01,01-56101-240/0*45-12+34.22086564353243264045.681684345004448778553332658749556063395260-0(24.23.22/578158267152/10020875644538429:9=576.4558<026779<;<76889<7:<4:96:8130:<84636866;88?88>847579:8<<0898<>1646::89<<<><;>;:?>@9:><=A;:D89@<=A<?=<@?4::;@@>><><;>;===@8:>;8;8?>>=;?B@BA@><<8<>;8@>3:;7<=>@A9:;>AC;=><>=@@>@@?=<=<:?<<@789>@>@@@==?<>E;?I??FCBFWVZ[Z_WWYYXYZXXXXX[\^aZXaTOaWV[TX`[a^Z^ZVWZVR_ZU\XS\ZUY\R]^PXZO\\VXYTXXT\ZV\YSZXRZZVRRNXUP_^[\]YXZUXXWZXYJGG:64C@<;9::>>;=?=>?AAC@@B>>@>>?==><>>9;<=@A>?B?>?>D::7<<3HE==::B?C;79>::B>?A>@BCA;>@?@@?>>>AAADDF8<<9?A8<>>>BC@E?>A?@B>ABACE@?D>=@ABB>@BACD=B@;@?DDBC@>C>=@@A8?B5@C8@D<@E<=A@@B@DDAGDBEC@DD@DB>CGFJACG?AB@A@?A?FFG@@A?>=CB@HFFHEFB?@EEBDEBBDB>DB?FI@FNBFG@BFFFHJIJKJEFEHHIFFGEFDFGBBE@AFFEMTDINDFGGFEKHJJHJFEAFD@HFDSOWNKV&((  - jo~yydept~zr\pad^hfy|}zp#$0/)gbaib`f_We\Oh_OjbRaXMd[Tg\Ze^]b\`b\bd_d_Z]c^\jb`h]^f\\e[Zd\Wb\Td]XcZVdZXi`a{z||x{{y||w|zjnhKMDPPJPMHOLFMKEONFLIBNLHOLJOLNNMPMLPJJIIKFJLDLMIKKKLMPKLMJKIMONLMLKKIHIE@D> - ($%@8;D>:GC=A@9@@::;5;=8;A=>D@;@?:???@B>=@>ACECHI:??9>@@DD<>:>>7==49 -  >9C2#>.#0"C3'C.P4!`@0`?4`72_:)`G2RH;b]Uh^WbQLB*&C)bJI@  @:?n:8|<4>0MCfbɃ᪶ζt^XYJ@C;.A5'S@4fSIzkcx 4/0d_dmhld`dd`b_[Zc]]b\\c]\f_^b\\d^bd`c^^^\]Z^^[a^^b\^b\^a\_\\ZWZTZ]VUUP^]Xde_~~{~|~}~~vwjtfHJ>OKCSMHHHDJKJNJJOLGMJALK@QQJJJGKJJRNNPNLKNIJNHJNDMOIPNLRQRPRSKNOLOMNOKIKH # - 'zfoz}y||~~~}z~|||E= - - C;B]U_ZTXXTRZTJ^XLXSH[WPTSORTPRVSPUPTXUTVSVWRTURVVTWTSURQRPNUVQPRNPPLTSPWUSWTVWTWUTUTURRSNURNVPNXRRVPVVOXVRZRRURUVQRPQRMRRNWXTRRPSSQRTPRTPSTQVTOXTRXTT[WUWSTURXXV]TQXSRUVUUZVS[VRZUQ]XTZURXTNXVHXXLWXOUVNTWPRSOVVUSSSRRQTTQVTPVUJXWHVSD\UH_WOVQNWURUTRVYXTW^RT[VVZXVXVURWTSYSVXSXZVZYTXWRTVTRUVTTUVTTRVWLYXF]XG[TLVTRWWZVSWXVXVVXVTVVSUYSS[VTXWVXZUUWN[YRZTR^UV^UR\VNYVLYYQZXW\XY\XVZXW]ZZ]YU]XT\YXVUVVWXW\XVZTWXTYZVVVOYVQ`[\[VYXTTYWR\ZTZYRXXTXVXXV\YW[ZXV\YYWWYXZ\\^^VWR[[Q]ZO`XS[VV^XZ^YZ\WT\XV^Z]\Z^XW\YX[YX\\[b\Z`WV]XVa^W`cZ`\TX\X[VTVWWXXW[ZZ_XX\XX[[\`UVVXYTXWRVSPZWXPNOUURXYQSSIVTOURMZXVYWZVTYVVVVVTXXUZVX^WZ_UWbXX\XVUVPXYTXVWXVZYV[ZXYZXTWWOVWQZZWZWTYSR]YX\XZZTX[QV`RXbUWaWV^VR_XR^XSXVPZXT\YWVSRUUSSSPWVRVTLXWKXVHXSF^WMYSNWSPVTQVVUVY\QT[TTZXVZVUTVTRXTTXTVYVYYVV\YXZWVZVW]YX]ZX_]ZZZVYYW[[YYXX\UZcYafXbaRZdVYg[Ze[Z`Z[\X^^Z``Z[`WW`WZ]V\]W_^Xb`V`bX\dZZdZXb\Z]\\^]^g``gZ[hV\jV^lWam\ei^ce]^41,  l}nvI6-)( -L%"zL=t|bL0D2Q7Y9aBa9e@cTbXcLZBVGoL9P=(B5$SJ;xle~u* 5,)g^_g`cb\\d[ZdZXg]Yf\XdZXc\\aZ\e\^h\\dYZf\^d`b`\bb]eb[d`X``Y[\XV[ZV__X\[Vfb`|~|||~|~hlfEN@GM>IJ>NLELHEKHFQLJPH@RM:PN?OOHNNPOLRRNRPMLNNJMOHHLLKNNNNMLONFMNHPRGMJFJB!$  &!q_iyxx~~x{~z{}w~x~~~~}yztyvxxCJB  -  @7;\T\WSXTRTVTOZWKURHWTNUTRTVUTXXPTSTXTTXRRXPPURORPRTRTSTSSTTUUTVUVZXSTQURNTSRUSVRRRTVSPSNYXTVRPZRTUNRVNZVP\OPTPRSQSQQRMSRNVVRNPKSVRORRQTUSSSXTTSNRVPXYTXTPPTOUXR_VN\VP[XR\WRUUPNWRNXSNZTPZTRXSRWVNQQISTOWYTUVPTTPTTOTUNRSJXVPXUNXVNVRKYRJ\SNVNM\WRXUQVVVVX\PRXSSZWV[VUWVSQXQRZRV[TWVORWPTYPVVRSSVVQTTQSKUTEZTC^UK[VQVVVZ[_QPWOORSTTTTSWSR[WUTSVVXYRSNVVNVPL[TS^TV\SP\XLYYHXWJZWT[XWWUUZWY^XX`YT^YTWURUUTX\XVZVVXXYY[XWVZXT\[V[XXZUZYVXXWVXWVXXVWVUZWZ^Z]`]]][X[XXYVXVVURUOVYMZ\L\ZP]YW\XX]WY^XZZVUZYXXVZUTYWVXZXXYXXZXYYY[TX^VYc[W_[U[XRVZTTZUS]XV\YXVUUTTUWX^PSXNRPUVQXUS^WYOILTPRTTQUVPXWVVUQ\ZTUTPYXXUSXSRVSRRYWT\WV`XZ^VXZSUXSSTTKVXOUURRPSVTV\[YYYRXXNWVNWWQTSPYVTXVVXVVYTV`UX`TV_TT\TR\TO`XS_VP^ZU[YXZYXVVRRSLVVNXUPYVOWTLVQJ\TLXPMYSQZVPVVTWYZRTYPRYUUZWUYUTSWSQXQT\UXWRRZVTZXXWVYUUW[Z\]Z\YXVXVT\YZ^X\\WX^XZ\RZZLV`RYeVXbVV]TT^X[_\e`\daXWaWXcZ^aYa`XcaVccX`dYZf\Z`[W`\Z^\\b^]`WX`RXjV`oZfn\hiZdg^b942 - -nvuzUF:/ -" 9f22RFnT`/k^P|s*  6(+k`ckcf^XZd\\g\YfZTh^Te\SbZVd]\c\`e\_eXZgYYf\[aZ^aZbd[hbVcdX_bYZa\Xd`Z]YThb`}}}|~|{llnIMGJNDKLALKANJCNIDRKITJLQJAMK:NOCKKJLJPOMQLKIMLFOPGMLFMMLONJPOJJLJKPPINKHLF$&  l]iwz{}~wzu||x|~~~|}z||wu|uwsGOC - - C:>]TXZXVRVQSVOUTHUUJTUMVWTUVXUWZSTVUWUSUORVOTZYKQNHLIHKLOSVTX\RTWMPQHKLKMLRSPPQQNNLNPMGKGLPLKJHQLNSLMTNRXS]PRVKNMLMJGGBKJDNNHKLFNRLJPKOSTTRRWSSLFLQKVRNULJGLJFQNTRL[WN^WM\OKRNIJPLIOJERKFRJHTNNYTVPOPRSSUWUTTPPONZZWVWPPRGNODPPGTRLSOMSOOWRQ[RR]VPWTLVTRWURTUSPQTPOTNKPNJJTPPZTTYRQTLKULNTKOTKOZWVQTRNPMOOEOI:TL@YSKTRPPPQHILKKMLLLLMILKFPNJNNPTUWPPMLLENLESNJVPMPFFWOKYTHYXHXVP[XXZXYZWY^XX\TO`XO\XRWVRYZXX[XVX[ZY_YX\ZYXYXUZYUXUUYWZXVYXVXZZZXZTZYT^ZX^ZWZVSZXT\XW[WUVVPVXLY\L\\RZYV\XW^YZ]WYZUX\YZYXZXV[ZWY^ZX^ZX]YX[[ZRVWQY]SY^TRWNINMIJUOLZSN^XSVTRZY\ZY`VV^MPRKNLHHFHBCLCFPIMWSTXWVUTUNMKMMFKKB[ZSVTRMKNLJPNLMPNL^YV\VRRMKSMNRMKUSJQRGJKFMLKUSTONJPOGPLBSPGVTRRRRPPMLMINNLRNNULMQHHXPNZTPb\X]WS\WSXTS[YZ]\[RSJPRGNNDSRKSQMRNNTQPYRR\TRZULVTOUTSUVSRTTPPSPMRMILQMMXRR[UTWQQSOLMLJIJLNPTW[^\^^XYWNNLLIISKQ^U\WPPPJKLCFTINUILTHJRGIUNP\V\^Z^RLHSLEVMJTKMQFLSHQZNWaVZd\Z`[V_]X\[Xd`\bZ\dX^fV^lZcjZcdV]cZ^4/.xlqz}h^PB39M -v,!8'@D`/_{o_[@J/h@/jQG~|v%  - 4+.lbij_faZ^g^bk__gYUh\Rf[PbYOe]Xd\^d[`eZ`hZagZXeZXbY^e[hdXhgZffZ`cYXb[T]XQhc^}}y~~||~zz{nmpLJKPLLLIDJH>NNANL@PLEPJFLFCOLDKL@HJEJKOJJNNMJOMFNOCNMCLHCNIGRLEPLFPQLLNJGID&'  k[jvztz~{y}~|}}~zszz}}wvxux}|w|~uEL=  -GFHQY^DHL335-*+.//JQPDIE44102.*,*,/.000745A;;LFDVRTRRV8:8/1--.(00(//'22+:<5@E?HOJVUSGCA1,,7292/600--."..&203OJUNHS41942664340,50*80,=65MGHRNSTSXTUSTURTSR\[\LLH9;203(7:/PQITTNVTQWUQ\VQ\VNZVPZVR\VNPOI01, $" &" <9:PNNVQMHA<70*0(&=56PLJQRLHJD44,/*:4&OKAGD>.-+-,*43143001,-.&34,JLIJKI660..%01'44-20+60+D:7MEAVRJXTPXVTZYVXXU\VTYRL`XL`XLXUNXVVYYYVXZYX^XV\XV\XWX[YWZYU\[XXVVXVWXWV[]TVZMZZPZVPZSP\UT]XW\YVYTP^ZT[ZN[ZTZYV\ZW`[Y[UUXRU[VZ^[^ZX\\X]]XX^XWZVVZWYVXVT[XTZX9;;/,.*')@=46-14(DF=UUNTSNWURZVQ\UPZVNZWRXTOVUO?>9%&$! &" .**JGHTRPRNL>;7*)"&%&66;PTVX^]GLH),&$$!:8:VQV?:6.,!+'!-'%.&%.&(*!%8.5ZSZLHJ/,(-) (#,' +! .##;/2QFJ\TU]YV]^W]]Xfdaa\\bX^_SZ`RUaSUe[[\TS-)&rdn|rh]P@%P(b/<b;r|tV8F&hD2kl|r#  -512gcff[_dVZfYZfY]bRVfWTfYQdZPc\Rc[Yf\`f[ceXbhZdg[`d[\b[`cZfcYfdXb`TX^TQ_XOf`X|}z}}{~|~~|||zppoKJHLGGSJNNJHLNBLM?ML@NLDLJDONHJKCGICFHJJKPNNNMMGLMBMMBLJCRLISLHTLESPJMNIDFA&& - - "kZhyzv{~}|~~}z|~~}~~pfjSHNnck|sz~|{xu~w~z|~vBE8 - - -H;FXNUVRNUULVTNSVOUZRRTMTXRQURTUVXX\XVZVTVQTPGMH  6;9NXX8?? -HON4<6"920MHLPMP"$   - ')">@=STR/1*  NLODBD  2,,KFHTRWTSSUVQTTSSRSBB@ !JLBWYPXXQZWQ]VPXRKZVQ[VPVQK42,   +  -! LHIUQN<:4!FDDXXV38/  %$HH=,,$    HJC@A: -%6+$PGDYURWWQVVPYZT[WRZUMaYN`XL[XN[YW[YYWYWXYZXX\YW]ZX]\Z[[ZXZXUXXU^]\[ZXZZTUXLVZL[ZP\YT`XX`XZ_Z[XUR`\W`\V\[W]\Z]\X^ZXZURYTS^XZ^Z]ZX[\X]]WZ[USZTUZUXXVXX\WV[T  - 0/0TTSZYWZZ]VV[WV]<<>  - +&$JHJCDB - #"PNIONH 0,-[XW><5  (%'FDD%$    .&"bZ[5.1 - - $841PNNXXYYXXWWVVUVVVW22/57.TVLXXPWVP^YRXSLVTNZVRWSMNMH   -302QNNLKK,,*  - -QSVUZY,3- - +,-UTW.,' -    ""c]d<9; - -     !2'&RJJ\WV_^Z_`\``\LJFHBAD;?H>@F<8PICHD<pajtzp_WV?'X"q6a>s^L*vD(v^Wxp'# -*((TTTNHDNB8N@6K=9SDG`TSdZTc\Sb\Vd\]g\bdX`fZbf\cb\``[]^Z`^Yb`Xa`W^^TV]UPgaYz{{~~~}}}~}}|lmhPQKLJEUPPPJMIJEJJBLHAJJBGHBJLHKLGHIEHHKJLQIKPIIHJJENNHNLGRNHPLFRMHRNJLKHFGF&'$   iXdv|xxz}z|z}|z|~~x||}y}~{lki3.-F:@odlty~~{yx}}x|~wDH< -  D6@\PX[STZSO]RRZTRWVQWXRSUOPTNSURYXXWTVZVXUWRDI@  -:<:NUR2:7CGH384 -   B>BLKJ -324QMT*+) - TTS=<:     ;57XSWXTWTUROVOMPLFEA  BEBTVPVVPWTP\VRVTNWTPZUQTPL#$ CAAVSSCCB =<:RRS 45*STJ%&     -',(LPL?@7    - D:8`\[YYRSVJZ[SZYR[XO_XO[UK^ZS^\ZbZ^]VXYZVYZY\Z^\Z]WSVXVVYXV[\XZZXVVRUUPXXPVVL\]Q\\T\YU_YZ`X\ZUV^[W_\X\YX[ZY\[X\ZVZVR\WT\VV]WXXTWZY[YWYWSPZSP_W[ZTZ\\[SVN  -202XX^YZ_TX\UW^MLR :9@DDEPPLJIF - - -+*!\[W<<7-,0NMR400aZ^+%)  - !HFDWUWVUVVVVSVSRSP00+ -  '+'QTOVWPTTO[VRXTPRRNYTRWTRCC@  -  -" !KHHPPS68;  JIOMOP >?B\]`((% -+/c`f434 -  G@<^XXb^^\ZWVUP::1  !"  - -o`f|nqkXPW8#Zz%O)t~~{^?BoK8~zw&!  ,,*%$&*&&:0$\QQe[^b]Z`ZV`YWcZ[e]\d\Zd\]b]^^\\[\[\[^\Y_^Z^_X\YRSica||~|~~~{{{tupPQJJKCNMINLNLILOIJQIINJHHHFHKIJMLLMLLKNMLUJKUJJILKHNMMLKJPMJPMFNKDLJFKJJFIJ!'# -  n]fx~y{|}z|yzy}~}~}|z{}v}vlpf01, - %NBJl`iuz{||}}zy{~~t{}tztFMA  E6>`SZ_TV]QObTR_TSZTRYWSSSNSSPTTRZZUYWS[WVTTOEH> - - :8=PST284 - -AEF6:7 - *)0.-2  747PPM  - - 00.  &%)LJS)(*&%,**/-..798TTT=<8 - -  $*(384  - -501ZUXWSXUVYPVRJUMELC -?ABRURRTPSQN\WVVSPVRPZUSKJH  -  -311VRULLL&'& -01,>?? DHBZ\X$%  .-*12.04.>DBTZV9;6  -*-2:@B  3.0]Y[YXYTXQVYNXXPZWR]WQXTLZXRXVTaZ[bVZ_VX\ZX^^]YVXTOQZWX\[Y[ZVUVRVVRVWQZZTZXS]\UZZT[ZU\[X]YY\VX^XX^XV^WV[XVZYU\[WZXS[XSXSP\WVXST[XYXWWTURZWUf]a^W^\Z^PRN 0,0\ZdYVdVV`XZa9:>   - 9;7<>? " - 114KJP JIDFEB !WXT886 67B215 B=<^Z\XUYWWXTXVOUP03)  #&&OQPRVRQQNYTRXTRRROXURWSS662 - -DBCQPVFHN#"  44799; - -WV]XZ^86<::>?BBHJJ^^a645;;B<:B  ->82b][e`^[TQZUPMJ@"   -  - - pcdxjhjUKX4 ^; tR}{x~}mL*o=qn~{{  - -'PF8f^Ufa^b^_^ZZ_[Z`[Yd`Yb^T`\U_\Y]\ZZ\ZY[ZXYZVVX]Z][VYhdf~~|}~{|}zz|xwytDF>HIBGHCMLMNJPPIMQFKQHLMKMHIKKNPKNMJJKHGNLJUNLMLJGLJLNLPPNPLLFLMDLLDLLJJLM$*% "l\cx}y||}||x~yz|~y||zy~zzfj^6:.  - '"K>Fpclv|{~x~|v~~v}vztBJ< I;B\OR^TR^RLdVRbUT^USVROTSNTSOUSR[XXXWPZUSTSPGJ@ - -  429TS[036 - GKJ8<: -DDNJJT 002PRN -(%/RM[//2 GIO#$& -!JCSIFRNOTLMPPPR>>:  -9?=LRR 0-0YVZWTYXVZORTPYVAKD -  BCDUUPTVPVWQZWVVSTVVRVTR><< "$"441 #" UPRTPM888 $%# )+)OTPVZX"$"$ !KJJPPPQTSNTSW\Y584  -CCONQY"&% -  -)),WVYUTVVXZRWSTUPURO]XUXUQZXSVVR\YU_ZV_WWaYZ`]]ZWWXTU^Z[YVW[ZWYYVYXXZYW[[X[YW]XVYUT`\Z]\[[[X][X[WV[SR^VT\VSXXSXYTXXRZYTWVQ\YVZUT\XY[XU[ZS[ZV`\Z\VZ\Y^NQO! 3-6^ZgZWhUTaVW]589 GIESVU%)(  -**(RQV""%FF@@?< - -PSR+,+ - BGJRVY 420XVVRPRNLRVUZYY\122 %#&XV\BAH H@Dd]a[UZYV[XXZTZW)0*  - %((RSPTUOUVPXXSXTRVROXWQURP(&#665/0,  :89VTVRSV/663.4b_iXW],*-ZX\XVWXXVVXX`aa543WW^SS^  - <81gbbf_\`VPcXUc[UD?3$" -  -   - rhh}~qd_eQE\6 fId|vtu}bFx<f[zun&#   -  - &LB;h]Unf_d_[^]\\\]^\^^[[`_Y^^R[ZM][R\[W[ZYYZZVWYVWX_]^^[^d`d~~}~|{zzqtkIJBMNIKJJLLNMJMPKMLHKPINQKQKJOIJNIJJHIGHGHPNQMKKNJLKHLQOTPNSJIINOILMFLOHFLH#(" "eW[x~{v|{z|{{x~z}y|{xx~{x~xrti47+  +#PAHqcjwz~|~~w~wz~z}}y{}zx~w9C6 -  A7A^RV\RO]TL_UN]TPZRQVROTTNVVPTTPZWWWSUVRSVTTGLD - -528RQZ249 - -LRO5:6 -JJRGHQ 133ILI  0,4[Tc*&4 - KPP"(&  % TJQNFNKHKGGILNN>?:  - -=A@JOQ - /.2ZY]WUXYUXRRST[[;DB  - EDF[VN\XNZXOXWPYWQZWRSRL0/, - --.,:<8 PLMXROJJH   - ->;>[]^UYV!&!  )&'IFLJINEFHCFFSWS140 -  -JFOKKT - 004YZ\YYXXYWSUQRUPTTP\XXXTTYWVWXTVXRZYT\ZU\YW]Z[ZX[ZXZ\XXYVW\ZZ\ZY\Y^ZY\[Z\\Z\[VS]VRa[[`\_ZZWZZUXYS[WT^VT[URYWRUWQX\VZ[UXYTYYVVUT\YY_ZW\XP]YQ\XRZVR^[YTXU  <4@aZjWTgUUbTV\6;: QROXZ[&*( %&"POR)(+ - @@>442 - FJM"$" KPPPWV 442TSQIGCJHFMLLNRN*,( %%&XV]<:@ OGLh^e]TZZT\YW]VZ[(., - ('(VTQ\WM\XNYXPVUO[UNZVNONH<>;674 977XVVXYW@DC - -HBJfbkXV\"" .+-RNNKGCHD?OMJXYV560 SSVJJQ -A@;mhhc\Xf\PdWRgZZ_TRB=6"   ->24xor}~sfcgTHc>%e Mo}{|||zqv~zgF$^L}xpAA8&#    HBFaXZpggi`_a[X]ZW^^Z\\Y[ZZ[\[\]WZZO\ZN_\S^\WZZYXWXZXY\XYd]^d^`~|~z|{{||v|toqbQQDMLENKLJHNLHJOJKJHJLLMMIKJHMJIMJJKJKFLLGPPJLKDQMLNJMQOTNLPJHJPPMJKFOQLIPL (# - -cXZy|yuy{zzzzx||zzzz~~yvonb;<2 -    . #UDJrfjz{}|y}~xw|}w}~z|}|w|}@FA   <8D^VcXQSWUPVRJYSNWROURPTTPWXQSUMUVPVTUWTURROCJB  <7;B - - ORT$,)   0))*#!'#)) IKF240 - - :<:68:  :;;[[bXV[[VYRRPUZW;DA  -MGG^UM`XJ^XLZWLXWL\XLQNE$$ - - - NLLYUVPQN.0,    QLMdbdVYW%*# - - !../*(0 *+(PRN8;5 - :6;;8= <;=WXZZYW\ZTYVNXWOXYPYXSZVVZXYVVUUWRX[T[\V[[W\\[XXZZZ\XXX[XZ[XZYWZ[W]XW\ZZ^[Z\YVT\WR]UM_WVZWWUTPVWRVXVZZVZVR\XTZXTZ\WX]XUXSUXUSTTXWXa^[\VR`YS]VO^YR\YRTTN 8.8^TdYUe[\gRWY294OONVVY #"$$!OON783  536))* - - 9>B!PNRNQR ! /.*%#$"01*NQJ*.& #$!>>A#"'ZTYi`h[QT]TUZVZVXZ+00 - - 0)*ZSP_VK`XK]XMWTK\UL]VLLIC    ! - 754[WX_]ZKNJ"&$   .*.WR^hfpXW\&'%,($'!#61-SRP682 - 664***JIEljj^ZRe^Oc]Lf\Th\^]TR@>7 - -<65e[^x|}pbbeQKb@)c" Gxwrvww{]GXFzmlg>>> - - ! JCJd]ejbjjcic]b`\\_ZW`^W`^W_]X`\\^]]\[V]\P`^Rb_V]ZSYXS^ZV\XT^WTf]\|y}y~}z}||z{tlsbNP?MH=NIFNIMOLJNLJKJKHIKJHHLIJLJNLJLJIHLKFMOHIIBLJGNKLOOQKJLPMLSPOJIFLLLFOJ&" -  g]^|wxvvv||{|{zxy||~{~vrte<>- - - -""&355 #  - !UFHvnnzvv|}y}~{|{{}zJNM - :6CXTcTRWTTPTUNXVQVURVTTTSRTTPRTLQTJVWTVVWPRKDK> -:49TSV254FHC8=8   DHJAFD    -0/0QRU'++ -    OPH780  -HHIWZ`YX\ZUYSRPUZT>HB  - LEG[SN_TJ^TL]VL[TL\SKPJB    - -NHLYSXPQN:=7  11'XWU]\^TTR"$ -  -""NPI=@6   "MJJ\[\YXV[WQ^WL`YL^YNZXOYYR[[XXXXWXWYZVYZU]]Z^_^SSUZZ^XZZUVSZWW[X]WVZXXZ\\\YYZ[XYa\Z^XR^XQZVRXVTXYWUXXUYVXZT\\V\ZW_^\XYWRUPVYRTXVVWW]\Z[UT_XV]TQ`ZSZWNUUK 7+.bXc_ZfZZaOVT091  JHIZY] !"&&(RRQCD< -   -,+,&%& " -15UTYRSV -    /0%[^U,/'    - -,*%\X[e^e]TYaWX[UTVXV)1- - - .(,XQP^TK_TJ^VLZTMZRKZRJFB>    0.,ZUV^ZZQQN686  -D?Cd`lfdrRS\ "" -    -+##\Z\==; -   -(' RPMedd_\Te`Pc^La]Ka]P`YSVQK==5"  -0*&^RR~lnprnbbaOKcB0e' K(}}jigs|ui^rnd/0'EABh^il`kh]fd[bb\b`]``\[^[Ta^R`^U`]Z`^^]]\]\Vb^Tc`T]YO[WM^ZP`ZO[THh_Xzv~}x|y||}|znxhFN>ML@QHBSKKMJFLLHKLKKLOJILNJKNGHMHKLJKLLJLMLLLJNKJQNPKKMHIKMNLPLJMJHNNMGOL'$ g\_~vvvvsyzxxwvxz~vz|rtmHJ>  " "EBKLNQ386 0%"TKHpkh{zx||{|~zy|uz}tNQI -84@TP_WT[VUTUVQTUPUTRVTVTRUSQQUTPRSKQSQQSTPUOKRE  - 614VUT.2- JKF:>5    - 449PTVJNL   IHMTTX&(* - +)$PPLAA9    HCHUTYTVUSTSWUVV[WCNF  -FAFXSR]SLXNIZRM\TMXNIJE@ -  - OGLYRVUTOIHC!!  BE?\][QSTORR!"  25+TVL=?4     *!"TMN^\^YYZZVR^ULbWJaXK^YNZYPYZTYXX\Z[XWWVUT]\[]\_RRVZY^ZZZVXTY\VY[ZVVWXZV\^ZWXV][\c`a\WWZVT]ZX\[\^^`X[]UYXXZVZ\X[[Y^]\VRTXUUTUOWZOXZTWXU[WW\VZ\RW\VVZXRPPG 6,,cX]_X_TRWRWV4:4 -LJL^\^""$&%*TTVIJD %% $# - ((*$#)%$(&''ZZ`TUZ -  ;=4be]+,& - (&"VSUb]``[\_XXZTVVYV(1* *',TPS\TN[PJXPJYSP[RNXPKB>;  -  *&%VSSZWXWXVKNK "  WRTfcm^\kNNY  "818gdl889 -  $!QNLd`b`^[c`Vb^O`]K^[I^\N^]RTTI69/  8*(dMLy^]t^^eVPdJ:e) >&|hadw||{|kbF>/  ?@=_^alfqf\kgZfeZ_cZ^aZ\^XZ_[Wa]T^\R[[V\\Y[\\\^_]]Xb]T]UL^WK^YJd_L\VAe^O~{}w~v~xzz~y{isiJQFJLDLGCOJGJJELNHJNIJLNKLNLJKRKJOHHQKLMLOLMQJIKNJLNKPHHKJLLJLINLJRLKQOLGLH%*&"eT[ttwrnwxsuupxxutvtJKF & GCDNKRVVYBFG4<: 0&"TNHkkfvttzy||||x{u|tJOA - - ->6@ZUaXR[WSVWURRSPVVUWVWSOTUQUWSTQPLRTSQUTQWQJRF -  :46YZU-3* OQM692 - *&(+&*739QQVTY[HNL  -#$'%)).//EBGXW_QSX$&%//501>44@BCGSSSDD?  - - &&% -?6>\SZTRSPSOTYUU\YALE  -DAFXTV\TQ[QPZRO\TQZQO?<8 - 862>=8 - -JCFXRUVRNRPL01, PONZYYRRTVZ\(*'  85<;:@:;;PSLX\Q>@5 -   &(&)+( F<>ZTVWVYZXW[TN`TLaTK`XO]ZSYXT\ZZ^YZYUVYWY^Z^\Y^XV\[Z_XXZXXV[\YVZWY]ZUXR\^UYZT\ZZ_Z^[V[VSWZZ]ZZ^^]bZZ]\\^ZZYWXWZ[[ZZ\VSV^Z\\ZWXVPZXR[YW^\\^Y_^V^YSZ\Y\OOK 2-*]WZ[TYVRVYZ\7;8 -PPRZX\"!$#")ZX^PPO - 989*(,  000\\dNPX - **"@><=<>BDCLNK\^Y&'"214$%) -JFJZXXXUSXURYWZW[Z'1)  -+)*SQV[TS\SPZQNXQO[RQZQP:74 -""" QONYVYYZ\NRQ $!`[[a]d[YeNNX!"$&#%D@DHCFJDNQJZgdr66:31=42: -HBA_[^\[^a_]^[T`\Q`\L]ZK\\NVXOKMF:<6 9)#`D?rSRhRN`J>b8#z# .#|lbkkdZ6+  D?<]Z[ecfebib\hd[gdZ`dYYdZY_UUd\\d^Z\[TZZU[\X]]]ZZ\XYYXXT\VPbYPaYMf_K^X?`\J~~||~wy{{w|zhqiJPIHIFMJJNLKJLGKOFJPGHKHKKKLLJPMIOKFOKHIHHIJLJIHOLKHFIKKNJKLLMJQMJVMKRNHEHA&*$ "hT^}osysnvvjtvgstdQSH -GAD[PSVMRVRRKLNGMM.75 4(#WPJsmkyux{y}xyxuzoCJ9 - -D:DYV`UQYWQVXSSVTRXXWWWYROTXRVXRUWVTWYVTVROTNELC  >8?TTS.6* PQQ563  @=>LHLOJOSMSWW\RWYBJH   &(%HINJLQNLPVRZVU]PSV$)$ - -$"JIKIJTLP^MQXRUVAB?  8:8HJH 4,0[SW[VWTRPSUTNQT@HG -DAEXVXZVVWNP[STZTTVNO944"$$MMNRPN,+( - - C>@TPTVSSPRN03*"RLOXTWRNQVUV,1.  - -&$TLXWR\RPXTSUTWR360 -?@@BDB  8/.\STZTUZXZXSQ_UP`SN`VP^XTWWRWXU[XX]WYaZ\^X][V]\X`ZX^YY\YYX[ZZTVVTYVQUPZ\U[ZU\XW]W\^X_ZW^XX^XY_\\aYX\\\]XXWXXY\\^ZZ]ZX\VTV[WX\VS]WT\WT\ZX\Y[\X_ZT^[Y`PPR  - .*$[VW[TYYRWWUY779 - -PPSTUZ""&'&*_^dPPR""!B@E..0 -   878^^fNPY -  - :91TRPTPUVV[X\^X[Z*,( - - -QQR=?B B>E]Z]YXTXVTVUXSUX-40   )&%TRVZXZXPQ[QPXTRVQRWNP.,) 0./LKJ-.* OLL[WZZZ]RVV&+(& ^WX\X`^\hTT]#%$4/2ZT[\W\YVW\Vcb`n448 "PL^UR_  C;;`[_\[`a_a`\\_ZVc]T_ZN^[NZZOVWRQTT124 +   +           +   +         +  +  +  +    +    +  +  +   +    + +  +                        +   +                +    +  +  +  +   +  +      +   +  + +    +  +  +   +  +  + +   + + +     +        +             +    +                                                                                       +     + +  +  +       +         +    +    +  + +     +    +  +    + +   +  +                      +  +  +       +     +      +             +                               +    +      +   +      + +  +  +  +   +   +  +  +  +   +  +  -  7)\DBfMNcNLdD7l-2 lqpl|dVJ - -! E80fZZibcd_a^[_b^db\cbZ\d[Vf]VbVRj\\f[Z^ZU\[VYXV][\ZXZZWY\ZZZXT^ZR`YOc\M\UA_\L||uz|z~z~|w|xjtlFNFILJNNLLLGIIHKNHJOCHKBJKFONIJJDJK@KJDMNLKLJNMILKCJIBLLJJLJOPLPMGRLDRNDIG>&)  lYerzxsqtujsufMP>>>AXX\XRVXLPYNSRPQNQRELK/94  <+*cSUsjlwtwttvimgFN?  D8CWQ[TTYTQSXRR[UTZSTYUXURVWRVXRRZVTVWQTUNPTMIPH  - <6>TQ\456JKM:<: - -NEHXPRYSWVQUPPSQVV@LG 12+RRRTVZWTXVTZUV[OSS$*" - $"QHPQNTLNWHLQLPR8<9  -GHFPTT $# -  -*%$WRS_\\XUUWUXSSXFFL  GDEUTVWUXTPTZRTWTVTPR1,-)++QUZRTS33/ - 946VRVVRVMNL.4(  -$PHLZVZTSVRSS+,* -&-WNXWRXJHNJHMTTT673  GGIPQR"#!4.+^VTXQQWRTXUV^VU`TS`TS]URXWSWXTXXTZWV`Y[_VZZSZ[W`XV]XW\XXXXTVXVXVYXW[XZ[XZXXZUUaX\_V]\V\YW\[Z`\[`[[]Z\\XZWXYX\Z\ZV\\Z_ZYZYXW^YW\TT\VT^ZWZYU[ZYZX^YX`PRU - 20*XSPRLKPFHVLP:7: - - LLPOQV$%(&&+YW`UTY-.0  FDO..1  -  -B@D``kLMY" - -<:5TSPLJLQMTQRXLPQ*,(%$ \\\FHI@TTS=>= - - PJK]XZ[Z[TXS*.(0''_U\^Xb[ZhVW`" 40.TLQSMQRMLSLH\UW767 XTf\Xi A:8d_b`\a]Z]a\`_WZd[Ze\Xc[T`[R^[T]\ZMPP010  8-)T?D`JRcJIf8*0I6vsrpsbL" -?6,]QJmbbh]^d[[a[\c^_`\\^XVe_ZhbWb]Nh^TfXVcZTa\W\XW\XY]X[^VXb[\]WX_ZV\XQ^YPUOB[YP~|tz}vy|z|}x|vlujHOEJNJNOHIKALLHLNKLPHJL@HI@ONHJKBJN@KLDNNMLMKLMHHI@MN?LNALNFNNJQNGNJBPNDMMD))!  -dV_~r{vrrsslVVJ A?@RTTTXXPRSTNOYNRVNTPRUNSVAJI*4-  <),`NTpjmtutpupHPF  A5;VMWSPTPQOVRO[TR\RT[SVUORZUXYTSXRNVSLTTKTXNIRH# /+0EBK"!&""$PPS>?? LBFXMPWTQVSSTRUQUTDNH -:42[UVTSSVTUUSXVWZNRN&-"  6168240.-0/3DFG7;7   HHGTWV$)' -+&$WSS]\]TUTTTVUUZGFL 642JIINNORORTNRXSQRML"  - -441RUTPRR21/ - 2+,VRURPRRRP*0#   RJO[Y^UVZOSR'+(  '$(616300*(*314HGH::8  KJJRRT&&& 1,(WPNWRQVSTXVX\Y\_VXcUW`VV\XWZZVYZUXXT_ZZaZ]]VZ^Y`YW]XW[VUV[TWb[^YWXWYXZ[ZZXZYUXbZ^`V\^UY]XZ^Z^][_]]^\^]Z\ZUWUVXWZY[\X\\ZZZZW[XW]UYb[\`[YYXSZXTYVUXVYRTV  -$":621,#4-%E=:<85 <;?=>B,,3XWca^h316 - - - - LKX468  -IGJbakFGS# &$ :820/,102318HIK,/) %& \][LOP -:7:]Z]YVX\Z]XWZWVY214  $!CBAMNNPNPUPSZSPWTKSNF BCHVTWCA@ PHL^X\`]\YYT),$.(&]SY`YaYXbTT^ '#4-,1**.(&0*%QHD>82 ]Xh`\l$ -84/`]^`\`[VZ_Y]_W\aWZf[\dZYcZVaZT^ZT[YVGHD*+#  -4$(R9FeITfA>k*6aP{qqpl[ ,=-'^WPd[Vi]\f\ZcZXf^\d]\aZZ^WTc^YfaZa^Rb^O`ZLaZNc\Ta\X`[\`Z\`WYdZZbXZbZZ^YW^[WZWQ^\Y|{tzzqyzv{||z|xovhNTFJNFHJ?LNBMNHLMJIKFJLDJJAPMHMJFJLBKMDJKHJJHIJFLNGLNBIM;NRBNNFRNHMKDLLCJKC(*#  ZPV~v}urtRSL$$ :8;VRXSRRQVPOTONRLRPNVRUSRWLOTDLQ;DB*4,  8),_RWmkllsm>F>  G:?^S]VRVTVRTVOVSNZUR_VVZQTZSTUQPVROXTNXTMTVNFPF"/% '%(.-.VVX<<:  - -UMR\TXWVTVVPXVRTUSJRJ =04bT[YRTVVRZ[XTVUNQI',   -997>>; HLHTVS"%! ,&&TPPZYYPRPSWVVZ[DHJ - - $#''"**&A<:  -QMMURP"#  -(%RLK]XWUTSUTUXVYZV[]SYbXZ^VXYWTWWRWWR\ZX]XZ[VZ]X^XW\XY\XWX_Z\_Z[XSTZZZ][]YVY]X]`Y^\VX^VWaXX`X[[UX[YYYZZZ[ZZ[ZXYZWXZYYZYVV\YVZVV_X]c]`YVVUTPWWPVTNYVTRRT  40&C@; !  !  DBH\\f``i658 - -  - NNU=@B  -   OLNabdBDI"  LMK,.' -&( VXWQUW::;[Y\XTW\YYYY[TVV,.. - - &&!&&"30/PKFZTMRKE JIITUWCAB  - QJMb[``[^]ZX')")%"[UXb^d][dOQV"" -  OJD?<6a\h]Xf" ',*#_`\`aa[XZb[^bY^aVZeY[dYZeZYdZW]UR]VSURLFD>-*$ 4!*X;HhEHi9-3B-k^otrl H _L?f^Wd[Zh\\la^`YUb\Zb\\d\\bZY_XWb\Za\Yb\W_\Q[\M^^Q`\W^ZZ\XZ^UWaVUcYU^VR\XV^\\ZYXbab}~xztxzqz{u}|zyytptfLQ?DFKIALLDHJBCH?*.' -[UZyry^[\ -989 $ WQUVRXUTVTSRVSNSRKJNF  C3:gR^_SUWTPXXRQVMMPF$& -@@=??< - FKGNSO# +$'VNR]YZRRPTVRTZU>EB   44+XUONLH @>8VTJXZNEFA [UXTPSSRP.2)  $ YSVZTXQQSNTR!)$ -  HHFA@<# PKNYTU$$.(&WOPa\]WVVVVVTTTZVZ]V\^X[^WW[VWXTRXVR\[Y\YZ[VZ`\a[X_[Z`YZ^\[\XWVZZX\[Z\W[^X^]V]]V\\WYZWV`ZVaVV]UV]XXZYWXXX]]^ZZ\XWYYXZXXX\\Y^[X^Z\\Y[VVUWVTWVQZXPZYRJIF -   32(NLH767  0*,\W\^[aZY`==? )+'NPRDHL  1++\WX_^`DGD!   - $"STN+.$  -,0*TXXOTW >>?^[aXU[YVWXXVQUQ(-*  !!JH@VSNFB>LJGVURBB?QLNa\`\V\YTV/.* 21/^\]dbh\\bNOT#$% -  "WTRCA< (*(`^cWT^,(/ 32+cb^ac_\]Ydb``Z^aW^fZ^f[ZdZXcZW_US]TQZTNRNHFB>1.) - 7$*W;@c@:r=(2YFzl|l e-pWHf\XaXXg\\f]YbZRa[T`]Zb__d^`]UX`VZcZ^c\_b\[`]W^^V^^XZXXVTX[VZbZZaXR\TJ^[RZ[VWWV^]_w{vxztz|w|}xyxstwiHN8FHKKAMMGGJCFLD%,$ ^\\[XZ(&% 517XS[SPZQPVTNV_SXXOMSONUUSUVRRRNPRONQQJLPILT@FI-42  431RUT8?=  -  ->>SSTVXUAC>%'*+#:86UQUVUZWV\SQVRQPPPIGI>*0$#& 0.-THPfS]^QRWRNWUOQSJOQF46*&%,+)-.,.2,),((&(<:;PPPFFF)*(,*(986NPOPVR283$)%,..;9;[UY]WYURPTTOUXQFLE(0*,3,14.-.*..+622A<:NLE[ZUOOK897353022JKKVRNYWNIJC,-*))'867XVZTRVTRU<>:'*$.1,?=<[SX\UXTRROQO284(,*112425756120-.0689RRSLLK**%20*?:8VPRXRV:96-.%-.$=96^VX^X[XVXVVVVVUWTVXTXZXZYWUZTQ[UT\XV`^[ZYX]Y\b]c]ZaYX_YX^Y\^X[ZTXTVWT`]_`X^]RZ`U]`Z]ZYVZVRbWQbYUb\Z^ZXZXXYXYZX[YWZ[XZZXX[ZX\ZX\ZYZZXXZW\\ZWWT\ZVYXQGH@04.(..*-914@*08,25385JJDVTUNKS77>*+.++.&"(+'.:5>PJQh`f_WZYTVHGF.0+(,*249?@JUV_LPV),.10/630HC@`[Z_\\ONL462%)",.(0350040-,;62B>8SQI>>3(-*0%AGCUZ]LOS24.01)9:5HHI^\bYV^WVWWWTRUP8>9*2,/3-/1,--+1/-<86D@;YYQVTPFFD25223247:MNNVTPIJH7<=/009::RPS[WZYUZWSWDA@45.784HGI^^a^]bXV^RRW::<--*<=6??:<>::<5;84F@DZWYOLK63/>;8JIH```VUXDCG655??:NJGd]]c`\^^Ycd^VUT]X\bYadZ`d[XaYS^VQ]TO\TLVNHRKFIB>&#   -9()]DCgA24;"tf~~~l){>(rWHeYT^TRf^ZbYT`ZPb]R_\R_]Zcbc\X\^W[cY^cX_f\`d\]]WW^[Z\[\YY\\Z_b[`_VU^VNb`RYZMYXS^X\||wzzxxyxx{zxzxoshJP>GI@LJKNLNJJJHHHKLIPPJMNFNLHKJJIKLLNOMLMKJHNNINNJKJHPNNNLKLMFMPFNPIHLEHPH &!  - - IHI%'& - -  - -005MKRVQ[RLVQOTPQNXRPZIHZNLZUTXUSVSQPNJRRKLNJNNMNOT>ED*0-  04/&+' - ?3:\TTZVTTTUUVZQRVTTXVSXUSTVVQUWWTUSUSOXVQVVSQTSNTVGORDMK>D<@A;LKERQNSSSXW[WWXMNKEGDLLKPNOTRUVVXUTYVTZUSVRRNNPEDH*)# -!C(&oB5F5XN|}bR/|F7rVJhWOhXRf\R`YN`\P]ZNZYLZZL`_UXXR\\Y^^Z^[X_VSfZY`VVbXYbZ\^YY]ZZZXZ\Z\[VZ_UYbZY`\Vc\^~z{|yxv~xzzx}x}hssIRNFHFLJMNHLLFHNMJMNIPPHMMCMLALKDHJDHLGHMJILLJIKKJKJIJOMNJHJPLOQONGHEELEFPH$,& - -  ,*#NJH[W[LILQPQVUWRORPMMNNNVRQVQMYROVQNTPMRNJUPJSPDQPCTTJNOKLMJ@D<.1&  - - ;46XTRSSKVWNRRNTRSSRVVUXVUYUTWRRSUUTVUOWTNVTQTTUUUYRRXWU[TSWRRQTTQUTRUSTTSTRRRVUTVVTUTTTRXYX\XVVXWWTRUVVXVWTPTLPTJWYRUTSVRVSTVSSTTVTVXSWWRZWRURLXTPTTNTXQRVTVWYVUXVUYUTXVVWTTTTTT[Z[WTZXSYXSTZVVXTVVPT^RW^RR^VQZYNW[NX[TSSNXXTVUSXXWVVVSSTVTWXTVVVRXVTVRVYVWUSPRTPRUSSTTUTSRQQVUTWUSWSNWTNVXMZZQXWRZ[WYVS[VT[TUZVYYW\ZXZWVT^_]WVTWU[[[dSV]X\`TWVTUQXXOYXMWVLWVI[TL^TS]TV^W[YTVYVS[XTXUPYWUVSS\XW_YXa[ZXRSXWTYXTVTP]TV_UY_XZZXW_[]\Z^Y\`XZ^XX\WWZYY\ZY]YW\\Z\_[\_YY`XW]YWZZXVYXVYXYY[^Y[^ZZWWRZZTZZP\YOaZRbZQ_[S[ZT[ZV^[W^[V^ZV]WT[VUXVTXZUWZTTYURVWZ\^VVYRPS_X\]RT_UXXSS[ZU][T^VR`WX`XZ[XYYXXYXV^[X]ZS^\R\[TVVVWVYVVXUUWXYZ[]\VXRQTIVXN[ZS^XUaXV`WTcZX]VX\X_[XaXX\XXW[XW^XV_XV\WVWUW]YXZTPYTO\XPZVOZUR^YV^ZX\ZVYZTVWRVTSXWUVVVWWWTSTVTWXUXXUX[VZWTXWTWYUUTSPSTSTVUWVUUSQVTPZXRXVRZXUXVV[Z\[[[XVW[XXZXY\]^\\\\ZT]XP]WP]VP^WV\XW^[^XV[[Y\_][\YT^\S\[V^XX`V[dX`dW^d\^[XT__W_]X]XUc[Zf^Zb\Sc]V_YUa\]b]a\Y\YWWZXR\XN\XIXRF]PHXJDZNJQHE=:6&&  - -(Q,%zBDUPTTRRNNKMNHPPKROLSPNRNNTPOLKFPPJROJWPNXPPXQSRPQTRRVRPYPNSMGVSOUQRTSSRQNPPMMNNEJL4<@!), -<78YVVRRPQUTNRRTSXXRXYSTSSPVVTYXVXVTVVTTTSTRRWSSXRRVSQYVRXSN[UU\WXVSSSRMWVMZVN^XR[TO[TOYSNWSNRPLVXUSVUXZZVVSSRLVVRVUTVRP[VNVPMXTZZX`TUWQSPVXTXVT[VRYTN]YVXVTWVQWVOYXPVTLZVR]ZVWVSYYZTTVXYUQTLRTNSTRRSTNRRUUVYWRXRL[UNWTLTXRVXVVVSYXVVUTPRRXXXTTRYXTZYTZYRXWSWVSWVSVRNXVRTRNSTOWVTZXZVVXSSRXXNZXK^\QWVRXVZ[W[\RU\PQ]VS[XV\Z[ZTV\VX]XZYVYVVUXVT\VT`ZXXUXVX^MTZRXXUXRTVLXZOZZU\UX\SZ\WZ\Y[YXXXWVZYVWXTXXVYYY\Z\_ZX^ZP_[M\ZI]\KZZKZ]OX]PZ]RZXR\XV[VYZV\[Y_XV[ZXX`XWaVU^VT^YX]XY^\`]X`^]aWXUZ[T]\RYYNTVHUZL\_WZ\Xb[\`WY]VWZXW]][[ZWZVT\VT`ZZ][]]Z^ZYZZZVZVS^YZa\__\]XWUWXTYYVXZVV[TSTT[X\ZY[VVXVXYUVXZY[_ZY_XT\XRVWSVWPUUK]ZPWSM\WT[WRXTP]YT]XSZWP[YU]ZZ\YZZVV\XX\\Z\_[UZVYZX]\[]YZ_^^[ZSZXLb^Tb\TbYTi^Zg\Xe[W_YUZZVZZYXX[`X[`VXaWZaYZ^XZ`Y[[VY_X^^Y_YVYZWZ`[\`]YXWPXVR\YT`^X\YRZWQ\XR_[UXUO_ZWb[YcZYdZXbZV\XV]Y\`\a]YZ^[X[XS^]X^\[[Y\\]]WWUZYT]ZV^[X\ZZZYZ\[\^ZZa\Y`XS`XRbYWaZXd^\c]]`[\^\[\\Wa`W`_Vb\X_ZX_WYbWZdVV`TQ\SN\WRXVQVSRXRWYOVXPSPOMNNJ<=6"$'?wDFpx{vxyrfMD%7~H,xW=eWDbYP_VU`U\bX\`WVb[V[VOZVP\YR^\T\\T^^\\Z\YXZ[[Z\ZX_[ZXUU^]^YY\^]a_[^VRNZWL_ZK\VH`[QZXRYXTrpp{|~|||y|~yz~zznnpJIFJJDLHHLHLJJJLMLHJHJKIKKJKLHKJGRPJMLFLLHMNLLKKIHFLKHPNJMNHNPJJMGKLIHKDGMD(.$F=ERKSPKMONLMMHMNHPPJPPKQPMRPNQOLKLFSTNPPKSNJXONZPQWQRSRRSRRSONRLHYUNVSRTRWTRWVUTTTNPPMJMQ:?G (* >8:TPSQPRRUTNQOTTRZSV[RVWUTVTTYWVZXVWUSVUSRROZXU[VSXON[TQZXNWTOXUTUSSSROTTNYVQ\UR^TT^UTWRP\WTXSPXVRTTPVWRTUQTTOXWRZVTVTUYTR[TO`XY[R^UQ^TS[WXXYZXZWXYUP[WTXUQWUOUSI][PXULXTO[WTUTRWXXTTVTTOTUKVUMWSRVSURQVUTYZVYYSP\UQ^WTZYUTVTTTR[XUYTRWTRZXVZWRYVPXVOZWOYVN\YRWTOVSOUTRRQPTTRRQPZWYVTWWVVZXPXWG\[LVVPWVYXW[XUT^VSb[VYXPZXUVRQZVX]Y]XVZTUXTVSXWP`ZRXTMXXXSV\RVZRVVTUSXZSY[VTVUXTWZVWZXW\\XYYVXWSZZV\\ZZZZZZZXXX[XS\ZP_]Pb_RXWI[\PX]OX[L[ZP^\TZXT^Y\ZU\XTZVVVZWT^XU_YW^ZY\ZX^]_\[`_Ya[VZ^ZV\XN[WJYVF\ZK^]RZZV_[^`V]_UZ^WZ_\\[YX[WV`YYb\\^\\^[\ZVX[YXZZT\[T^ZX]XZYUWVUT[\XZ[VX\VWZTZZY[Y\VVXWZZUXXXXY]YZaYZaYZ\Z]XYXVWR^]QXULZVR^YX^XX^XV^WS]WP\ZT_Z[^X]^V[c[^a]^]`\U\UXZW^[[aX\bZ\\XTVTIfcXd]UaYTeZXdXVdYW`XV_\Y]\[ZZZ\XXaVZbX[bY^^WZ]X[\Y\\X\\W\ZVX[VZ^[_b_bYWT]ZV\YU`]Y_\X`\X_[Wd`]^ZW`\Z`ZYeZ]cY\bZZ`[Z\XYb^`_Y[a\[^ZW^]Z```[Z^[\\WXV]\X^[U^[V\ZX\\^]\_[X[b\]f\ZcYTbXVcZXf]\c[\`Z[a\]ZYV_^Xb_V`YSdWV_UU`XYdXZcWV^RP^TR\UTWQR\VZXQXVNTTNPVSQOPH=@2"$" -E$'X`mr_V?.P?X>dNtflb_VQCK5D0vA,yUCnZL`\H][O_YV_UYdZ_bZ[a\X\YQZVN]ZSb^W^[T^]V\\W[Z\\]]ZZZ\[YZXV\ZZZXZ[Z\ZW[TPPYUO^ZOYTH^ZPXVQYXUtrrz||y{|xxxzxu}|wlniJKHHHEJJHJIHKJILLJLMJIIHFFEGHBKJBTRGML>KK@JLGJLHJJHLLJOMJOLHSRMMMHNNJILFHPD!&C;?WOZVNWPJLOLFPPHOPHPPHOPIPQKPQLPQKOPIQRLLMHPPLUPOXPPSLJQNLOQNNPLRPLXTMTRJTSRRPTTRWWSRSPHSPJJJM;>@!$#;58TMSTQVTTVQRPWVQYTOZRQYTRZWTXUTYUVURQVUSVVRWWRVSOYSPYSR[VQXUNUTPQOOSRRSSPSRNXTR^VV^TS[RSZUWTPRURPXVQVSKXVOXXRXVSZVTYUURNR]VX_VU\QT\R_ZTeVT^WWYVVVWSV[VS]YUXUMUTHZXMXULWRMWSPWVSYYVZXVSRNVWNWTMZROZRSYRXXU\VTX[VV_TQ^TR\VSXUTUUSZYU[WSYTQ]XU[VQ\VM[VK]WO]TN^YNZVLXVNYXVVVVRRSTTSXUR[WXVTXYXTUVEUVDVWNXWZWV[YYV[ZP_[RZXNYYRYVTXWVXVYVVZVX\UVXVXSXXMVTEZZNYZVVXWTWYWX[VVUWVUZ[YWYXXWXZYV\[VXZRVUN]\W]]YYYVWWWXXX\[\ZXU\\U``YXUN]YT]ZV\ZP]ZN^\RXXR]^XXTV]W]YVXYYU[ZV][V\\V\\XZZ[W[\XY^[V\bXZ\TP_YM_YJ[VH_ZO\YT\WZaZ`bV]^SX\VYZWW\YX`\[b]^\YY_[X\XU]YWZXZVWQXXPZXUZVXWTV\[\XVWXXVZ[VVXSXXVXWVXXVVZUVZUYXV^XX`XZ\V[ZVZXXWZ\U\\R[YR[WV\Y[`Z\`XX_XTYXQ[ZV\WX]SZbY`aX]^[ZWYVVXU^\[bY\^RX]UWZVQd_U`ZN^VP`WU_UT_TR`WUb[Y]ZXZYW\ZV`[Zd[]bWZ`W]]W[^[^YXZWVXZXZ^[^_[`]Z`XW]\Z\_[Y\XVa]\b^\^[Z`]\XVU\XY^YZdZ^bW[_VZ`[^YUV`\\a\Zb]\`ZY^[Y\\\\[_[Z\ZZZa_^_\X_\W^[X]][_^a\X\`Z^g]^fYW^TRbXXeZZdXXaYW`ZY^]Y_^X`\T`XRdVTfUWfX\dZ]`XWcYXbVVbTV^QUaW]ZRZVQUYUV_[YXSMTRFAA<"$##D,1eFKZ0,J -`|*>/NHLHHBzH=uQEmPHpYOhXPbZS`]P_ZV_WW`Y\`ZZ`\Z]\TZYO^\S_\Sa]T_ZR]ZPZZV\\\Z[ZXXVZ[WYYU[ZXXVVXVWZTT]US^XRYUK\YQYXUYXWvtvxzzx{{vy{vwv{}vptfRVHEFAJJJLLJLMDLLEMMHFDDCDCJJFMMDQRDON=NL=JJ?LNFKNGKMIKJHOJHUQMNJFOLHNLHHKC"'GC@TMQTNXRKTRMPPNHRRGNPDNPDNOFRRLPQLOPHNQILNHLMHTTPRQOWTTQLKRNLMOJPRMPQLRRLQPFVTHQPKQPQVSVQMLRNERNLMKO988&$"=68ZRZURZUTZSTSVUNXTL\VP[TP[VR][UYUTVRRVTRXWSUVPRTMUTPTRQYWSXULVVOTSPTTTVVTUUSVUS\WV^VQ[RLZRRSOTVUVYXUTRJ[XN\XPWTPVQPUQPTPP\W\\TZ^TV^SW_U_XQ_VS]VUXSRSVSO[XTXVNWVKUTJZWNZWR[WTXVSXXTXVSYRRXWRXWRXSPZQR\RV\U\XTYYWX^WT^TT]UX^VWVTTYXWZWTUQN\XT[VS[UN_VLZUK_VP_UL^WLYVLZYSUXTRRTYXX[XT\XRWRQ\ZXRSCUVBXXMXXYWW[ZZWZZQYXNYVRZXU\XZYVVUTUUUWXX\XW\WVXXWPWVH\[IZYMWVPVXWXY\VVYYVWb`^ZYXVVVYXX[ZVYZQVVMZZTZYTWXTVVVXXX\[\ZXX[XX\ZZWTT`YX`XXdZXbXRbYR`ZV_^ZZXU`\X^XX\YWZ[W\\VZZP\\SXYUXZ[XZ^XX\\WY]UTb\T_[P[XO`\R_ZVZUX^X_aX_]SV\UVYWVXXUXWT][[]ZZ`]ZZVRZXTZYYSTVWXY[[WYXVYVXZWZ[W]XTVZXVYXSZ[TWWQXWRXZSXZPXZQZYS\WR\US^XY[XXWVR\\UZZRXWSYWXZX\]X[\VWVVSWYT]ZW]VX_W^`Z`\XZWVTVVT\\\^X\YOU\TXa\[a\V`ZP`WP`VS`VV\TR`XVb[X^XV\XV\\V^\Vb\Y_USbVV`VZ_X]ZXYVVW[\\__`]\^[X^\Z`ZX][Z[ZWX^[[`]^`]_\Z[[Z\^\^^[^_\]`X[`VYbY]XSW^YZa[Z_ZW^ZV^ZVXXV]\^\Z]ZZ\]\^^[[^ZX`]\^]\_^_[Y\`Z^d[^cXY`UTbZZ`YZcZXbZU_ZUb`Z`^X]XRbZRfXThVTfXVeZ[`XXbZXdXXbRVbRXfW^^R[[VX[YY^^X]YQ]VOZSOB<='&#* *J g,.NLS[PYyPSsVRk]Sf\Vh\VdZPe\Se\RcYPbWV`XZ^Z[_\[[ZUYXP\[R\XP_\Tb^Vb[R`XP_ZX\ZYZXU\\V[\UXYTXXTUTSYUT^WT`VSaWQ^XT[ZXZXWwuxxx|z|{xzzy{|~swgOT>GK9MHD_UXVNVTR\TSXSSNVSLYWP\VPXRMYVOVTOVTQVPPWTPXXSUWPTVRUVUXZUVVNVVLWVRVVTTTRWWUXXVXUT_VV^UM_XOZVQRPRTTTTSNXUNYTMWQKTPMYUR[WV[VYYTY\T[\SW\TTZRVZU\YV]UWYRUSWVTVTRTTNVVMXVP[WT^ZXXTQWVRWVTXVTXUTYXWUSRZTV\RV[TWVTTSSQYXT\XV\VZ\U[XTVXUYVTVTRPXWVYXVVTQ^ZTWUKZZQ[TN`WO\VMYXQTVRTUT[ZZ]ZX[VQ\UO\VORRCVXBYZLZZXWVZWXVXZRWXPXWVXWZXUZXTWUSUTTTVVWXV[XUZ\VX\WP^ZL^XN[XRZ\XTX[XZ^[Z][WXXVURRRVVV\ZX[[VVWNWWPXWRYXUWWUXWX[ZZZXY^Z\]YX\XUa[X`WVbVVdVUbSRcXXa[\][\_\X\TM\TP\[[^_[ZZR\\PYXP[[X[[]ZZ^[XZ_YVa[U\[X\[X]ZV\XV]X[YV[ZU[[UY^XXYVTVXUVXRZZV\\Y_^\ZVUVVRWXTTVUXX]YX_YWXZZXYXX^\_XTZ^Z]a^ZZYPWWLWWMZZSWXOWXJZYL^ZR^WO_XT[VSWSOYWP[XOVTNVTRVVXXY[XUZTTXRTTZYX`[[`W[_X^YV\TTVXWX\[][X\XRX\XZd_^]ZU^[U^XT^UUf\^^WWb\Ya\X`[V]XV[WU\XV]ZU^YSbYRbWPbWU_YZ[YX\][]`][\YZXY]]`XX^XX]ZZ\YXX]\\a_bZY\]]_`^b^^_\]\ZYZ]YZb\]b[_c]`a[\[UU^ZX]ZVVVR^^][[\ZZ\[[]\[^]Z\`\^a_a__`ZZZ_Z\bZ\bVY^RTbZZa\]b`a_\Y^ZQa`V__W\[Tb\Uh]WhXRhUOfXUbXV`YVaZXeW[eTZhV_bR\`WZ]YYZZUc_T`[N[VMXRNH@@&!    &N;8sT[{]drY^pXct_giYYd^Va_Yc^Ze[Vf\Vf\VbXNbTPfXZbZ]_Z^[YZ\ZX\ZU`\W`[Wa\Xd\XaXRbVRaXV`YW]WR]YQUTLYYSXXTUTR[XT^XU`VTbVW]RU\WXzx{xx|yz|y{yx{||~vxoLQ<*#% - - -"JDCdb^oghpabj^^d\Zi_`fZ^f[]b^]b^`d\\eZSaXQ`ZNaXOfYXgZ^cX`]X^d`d`[]b]]d^]aZZcZZaZV^VR^WT`XX[RQ\TM[SJZVN\\VXYTXYU^\Y`YW`UV`UY`TX~xzzy}yz|z|{w{yy}~psnJL?DGNPDMNJFHMHIQGGFJJGLJHNLLONNJLIIMHHNFMOHLNJLMINMHSOJRLJOILSNSONRLMLLNKLOLLPNKOLIJIMNKNOHLLDPOHRPLPNLRPMTPPRPPPPNSTRPRPPQNRRPOKJTNNTNQVPTPLQNNSRRYQQWTUWTTTPNPURWRQSRUUSSXTQWUTRRRHYWIURITQNUUXTTWXXXTUSTVOVWOUTMWTQVSSQQPVXTTTOSSNTVPTSSVUXZY[TUVSVVRTXVV[VVVTROXTO\TR]TV[SR]XNZZG\\KYVOWUTVVVWSS_ZYYVTXWU][\ZXZRPTUTYTTXVVXXXT[YRRTPSWVVVWVTTZWTXVRVVRXVUWUWWTW_XY^UTZWUTVTUXWVWXWVXZX]ZX]XXVTUNSTKVULUSQ[W[\W\TPPVSR\WZYUXXXXVYZWZ[UWS\^VSTKXWR[ZXXXXVWZVVZXWXYVTZVU^ZX[VRXRMZUP^\UVSOVRSXTU[XVXYUYYXXWZXV[YUZTPTWTWXVXZXY\WX]VX]RV\TPVSDYVIYWQTSTW\bTXbUV]ZX[ZXXVVTUVT\\\WWX[[YYZU[ZVYXU[ZXa]\\XX]XYYTTXUU^[X\WQ^VT`ZVb[[_XXaXZ`YZ\ZZ\YX^ZY^YX[WTZXTZXR\YQ_\T][U[ZU[XT]YTb[UbZY_YZYXWYVV`\ZYVU\XZ^[[\XX]YV]ZXZZVZZRWXNVVOUTRVVVVXZWXZUVVWVTZVV^UY]VVXXRXYWZX[TQUXTS\\SXXLZ[N\]TXWRSSP[ZVYVTZVR^YU[WRXTPZWQ[ZP\ZO\WP]XUXUVVRZSX^SY_UX^^X_cW^dX]_Y[YVXZYZYXYZZ]XXZWVRZZQZ\P[]U]^\\[^ZW\]\[WYSYYS_^^`\`^Y_b[`]WW^XT]YN\WL_VMbXR`WV^XW^ZX`\W^\UZXUYXZZY_]\d[Z`ZY\YY[YZZXXZ\Z^`\``\_\Z[[ZYYYX\\\\[\^\^ZY\[Z`[\`\\\\\\]]]ZZX\[Y_\Za\\a[\`Z\\Z\_\`b]^bZ\bX^f\bc]ab^`]\[`][ea_^\X``]^\^^X[eYZfTPiWPiXTi]Zd[Y`ZV`\Tf\Zi[`cX\bXZd\]dZZcZTd^SdbV^]SVUO@>;$$J?;h^^hgdff`g`]i`^d^\c\\fZ\k[cf^fd_fc\`aYQ\VK`^S`\R`XScYZh\bdXae^eb[b_V^bY^bW\aV\_YX^XU^YV_YY]VX`XZcZV^TN^XS\[XVXVX[Z\[Z]VW_VZ]SX}vwzy{{|}yzyvysuztmrjOTGLMFJIEHJAKMAIKBIJFFJKIKPGGJLKHMJGLHJNLOFGJHLLKQLNNLLLHLNDPQHOMDPMDNIFRNPKJPLLRPNPPNNKLNFKHGLHPROPPMNMHMJFPLHQNLSRNTPOOLMQPQPRRQRRNOMRQORPNSNMTOLWQRRLQPNSUT[RQYNNTTSWQORPNRRORTTRPQRSRVVTWTSOVVISQDTQHTSPPSSVUWPPOTTPVYQSUOXWUWTWTPTYYXTWQTWPTWQTTSYV[]Y_XUZRRUQUXTX\TWZUVTXTPYTP^WT\USZTPZVJ[ZFXVEXTLYTVZWYa]^WUUTTRUUUUUUTTUTUVTVWPSTSVVVUPVRLXWUXWVZWUZVRWSMUSNXVRUTRXUX]XX\RRYRSVUVVWVXWXYVYVTWPQTSUUTVPUXOVWPXWUZX]\X^ZVZ\XVZVRYTS]VV[XXVTXUSWWXWQRMXXPTTOSSTTVZTU\VU\ZWZZUXZVYYUSWTPXVR[XVXVUXTVZTV]VY\WY[ZZUUVVVXVSVWRVXSV[VX[WZXTV]VX_TX\UTVTHVUFWXLXXTZZ\UW^ST^`_d\XZXVTVVR\]ZUTVXVZ\Y[\ZXXVT`^\`\[YTSZTTZTUXWX[Z^XVZ^X\`Y\^ZZ\ZZ[VX`ZY^ZV^[W\[[[YY[XW`\Y]ZU[WR^ZV]YU[YT[XR\YR_ZS^YS\YTZXR^\Wd_[`XU]WT`[X[VU\VV^YV\ZVZZRZZNWZNVVPVVVVY[VX\XXZZYWXUP^VU^TT\UT\YX\Z[TSXWTW^]Y[[U^^V\]UVWRTTR[\YYZXZXWZVUWSRVTR[XWYXTZYQ[ZO[XQVTRTTTTY\R\`QZ_VX_^U]fX`f[_ZUU[XW[ZX\\YWXWVVR`^W[ZO\\S\^XXYXZY[[YYVWRXZS\]Z^]b\Z`_Zb\V\[UV`[U^YR]XP`YTbXW`ST^TTbZW^ZQTTJXXPYYW\\_]\bZZ_]\a^\`]\_^\``\``[^]Y[^[Z[YW\[Z^]]\\\ZZ\``b\]a\\]\\[]]\[ZX\\X_[Xb\[a[Zd^^^\ZZYX^Z\`X\bX`b[a`[``\__^[a^Zb^Z_\X`^\\Z^\Xaf]efY\fWUfWTj[ZeZYcYXc[Wc]Vh^Yg[[c[\a\[c[]e[\e\Yc^V^\S]]WUVR654"J>@jZ_o`gibbec^gaZj`Zh^[f\^cW[kZ`jW`d[ba^b`ZV[WL^]T^]VYVR\VUd]^f\b_V\^W\`W^bW_cV_dW_aX\^ZZ^\[\[Z\XY_Y\bZ\^US^UQ_YXXVVVXYYZ[\XY]WZZRX{uzxxvzzzxywvyox~qntfLRAJNJI=KIBLLJHHFIJHKMJLNLGGDKIFKFDLJEJLHJMKNMNQMMRNJQNCNN=PP@NOALMBMNIOPPTPPRJMOHNNJRNOVILPMNRRRWRPTVRUOLJNKHSNLXRRTNQTPSPPNQQMNOHPPJPOKQOKTSORPMTRQRPPQPQQORTSTRQPPNLWSRXTQVPLVQLWSTVRYTQUURQ[VR[VPWVQRRPUUVQPSTSRUTPVWRTVURSVVUYTTUUUTWVUXWWYV[XSXZSUYRQWTSVXVRVVRVTTUQVVRVUTVRVZVU\ZQXWMXVPYVRWRL^VL^WJ^[VYXZVVXTUVSUTTUSUVRSTPVYUWVX]V[ZSTZUUYUTZTQ\TOZRNXSRTQTYWYWVVSTQVVSTSRTRSYVW\XYWQSXSTYWXRTVTTYTUTUUUVUYTRZROXYV\YWXXWUXVUYUV\SZZT[ZV^XW]TTUWWRXXOVUNSTQRUXRSZTPW[W[UTTRQPTTTUUUTTVXWZVTUYVW\TW]TTWSRRSQTXWUXWTSRXSR]VVZST_YZ\UX[UVXSTZVTYXOUWLTVOUWUVUXWUXWQRZRQ]\YVXOZWR_XZ^U]aXa[TX\WW\VV^VX]WX_[^[XYZWWXUZVT[XV`]Z``\`ZXY[ZZZVS]ZTYYV[[YXYWXXTXXRUUPYXSZYW\Z\\ZZXXTTRNXVRTUMUXOSVMZ[SYVR^XU`XV]SV^UZ^VXZVRZXR\XNZWJWUJWXSVXZVXZOPQWTTZVS\XQZSN^RR^SV_UZYTWTSTYXXXXT[\XXYW[[\YWYZX[ZY\YX[XXXWVW]\\ZYZVVXXW\ZZ\XWVZY\ZWZZVXYWZWZ]SZ\WXZ\UZ`V\\VX[ZXZVW[VX]ZZZXXXXWXVQ^XT]WU[YU\\V[ZQ^\Qb]R`ZU^X\^Za\Y^[Z\\[\]ZZ_XX_VX^UX^WZZTT_VT\SR]XSZVJ^\G\\HXXH\[R\[XZZZWVXVWWUZ[TX\VW]VTX\[]]Z\^XZb\\`ZZ^[Z\Z[^]`^\\^][_^Z^^Z^\Wa\X_XU`WT^WSa_X\^X]^[]\^^\b^[b]\c[Y^]\]b^[]ZR`\S`^W]\X\ZZ^[\`Z^b[`d\^d[ZdZYe\\g]^fZ\j_\i\X]RMb`[_b\^`Zba_a\[b\Yb]Z`\ZZZYYX]^\cd`hb[ej^jg[`d[Yh\Vk\VhZVf\\f_de]cd]`a_]\^Y__Xa`U\[TXWT`^^_]`[XY\WV]XTa\Y`\Za[\`U]bUa^U^[W\XYZTUUXWXWTR\US^UR^XS[VPXSRYVZZXY[Y[a^btpw|zx~|{~z}|zy{|tvzlKO@EI9EIGIDHJIFGHFFGHLLFJIGHDNLIOJOJGMLJOJHJRMNPKFOMCMLENNJNNJPNIPLEPMDPLGSQNNPJOQFMNHMMKRORPLRTOUTOURPUPOSOMVTOYRMPTPQUQPWQPRLLXQRQLMNNLPRITUISSJTSLRRMOPKNPJOPLPQNPQNSRNSQLTRPVRRURNROHTPKTTOPTPPXVPRTTUVVSV[TVXUTVVUUUVVWZTVUUWRTTMVVPVVRUTWUTYQPTTTTRPPVSTZVYYUQYWMXVNWVSZXZXVXVUUWVTWVVWVYTTXXZVNQIRSNYVX\VSXUNVUOTTPVWURTRXXXVVS[ZVRRLNPHKMCPNJTMPSKPRJPQNNNHFQHFXNPXQWTOSWRTVSUVTVKKHFECRMNTPRIHHNONXZXFGJLKRJHNOKLHGEMMMJJJJHJPNPLJKHEDNKBXVLRQMTTUVV[UV\UVYLKHQMDTOAQM@TRMQPQONPONMNNLJJHOOPLLLIIIIIHKLGSTKRPENJ?TNJZYYTVWRXXQVUVYU[ZV]XUOKHIFBPLCOJETPKZXPLNDJMBJMFVXVLJMPLOWRURNNUQOVLK\PR`RZ^R[dY_ZQPWOJTLL^XdRP^RPZRNQUQOZUTNKLJJKHIKLNPYZ]XW\XZX[\VTUPRSMPQKSTNRTNNPJQRPTTUMMIMLDWWRRUMINFHLHNPNLLJNJJROLNKHOMLVNQZRUZTV`XX^VOd[PYPFXPMPLNUSVOLMROLRSLPRIMLCTPITLKRHLVNSYTUOKJNMHPRJUSOKDALGHXRWZU\VSZZX]]\^YXVNNJKJHSRSRNNLKGQPKTQKSLH]UQXPQRMPKGHXTQNNHNOJNLNNJMYSTZTTTONVSOVVMOPBSRHVUQ[\UYZN\YKa[Ne`VYWOMNENNHTPNQMINLGPMLVNR[RXSNRTPSPJLPIGWPHZQCZO@=FLH%'&224:8=4021/,9:434/-,)@>>5441-+<6*NKURL880(+ :=1SVM00.><>NHI=61?4/@42VHG`QV^PZcX`\SVJC>C<8^X_B?H==B;9>A>=?;6;730.-++-<>AUWYVW[Y[`X[XLNH24.45/BC=;<4/2*:<8@A?45014!FH8:>1+1#6:28:7002:8:?>;871661=88XRT^W_^Y^]VV`YQB8.4-$@:8C@B645:68@A>56023,B@8?;52-*;66GBB611841D@:A>50)$;52SNOXSWXU[_\ca`eNNO00,761GE@7006/.IFBFD<96+PH>LB=;21802LCCB<8651:9;><=A>:6<95>>7::066+>>4XYSZ\V^]V_\R_\N>?-.2 :=0BC>2/*62+A=7B>=>89<97>:;2-0802LB?I<2=.?0YM?^VP]VS]XTb\V`\Q`\R\YQ^\W\\XZ\TXZN[\R\^Y\][a[[aWXeZ^dY^_UZ^WZ\XWXXT]\X`YY`Z\[VXVTTZZV[ZV\[X]\\\[^YW\YYZ\\]]\Z\\ZZZX\]Y\YV`ZY_ZXb]Z`[Y^XXaZZa[Zb^Zb\Zd\]dZ[e]\da^db[b`Vb`Ua\Tf_\`Z\b[_j`dgY\j]_h]a`]^\\[__``^^^\[b`\`\WbZYbZZa[Za[[_ZZ`[]^X\_YZZURa]V_^U\\U^]XXXVVTV^\^]Z^\XZ_ZX`ZW_ZW_ZX]XZYWYXVTZVR\WS\TR_TV^UW\STaVRbWU\RTZTWtpqy{{~x~|y~}}vyxHMJBDBGGJJIRHFQHHOHEJNHKMKHIJBHEBLDINDLPGLSNMQMDOL@OOIPNKLHDONKLLJNNLLLKPMNPORPPPPNHNLFQONLJLSRTQPOMLIPMKUPOVNPVNRSNQROOQOLQNJTPMVPNVQNRRMRQISPDTSKUTNTTOTTPRSNUVPTUMQRKQRMRSPPQMPSKOPHTRLZWSUTRQRQMNNTSRVPT^QYZOSVPR\Z[TTTUTTSSPVWMTVDPRCWTRXTVVTXTTXRSUVVUWWTYVTXTRXTTYVVXTYXTXZVWXTTXUTWVUTTWVV^RR\RTYSUXVVWRRLTVNWXQ[ZUZXSZVRXTRXUT<;7 -(*$882$#'&")&%)&& !E64^OO[SQZVTZXXEDB $# DCF677 0-,252$$";:9'&%! 673 $ !874%## 'HB6WVHXZNX\QRVN684!"*''& 22-,*&)*&,-*'&$&&!&'%) "$($5.*WQLZWUXW[TTZTU[X\^DE@ %%00.$#781OPG%&<>6GJ@'%&C?;%" -TAEdVV\QT^T\ZRZ2,-0,'TNN321(*& $!"! 20&$ FFJVX[YZ\XX[WXXBD>!"23- !#,0'-0* .0$ 27''(!,+05530&&ZRT\WZ[X^^\bTPN(" -+% 621+*,444 850*&"!(&"/.*"2/+*&82.WROVQQXVX`^bYX\::<.-)@=8"(!"JDD:8398*<6+#&A6:=34$816200+*%-+$'$&$ &&!*)#''.-&UTQ^^`\]\^^[TTH*,$ !(),#.)#<77""62-$+#'B7:6'$& ( NA6]UP\WZaY^d\^c[Vb\Q`ZM]YP`^V]^V[\Q[ZN^ZR\[V^ZY`YYdZZbWX`VX_XY]YZWWVZZX^\Z`[[^Y\]Z^_^^]\Z[ZX^\[_^^\Z[\\[^^\ZZWZZX\\\\\\]\Y`[Za\[c]\c^\a\Y_ZXa[[c]^d__a\\d^_ea_`^\c`\daXd`TfaTf_Vd\Ye]_nckfXbiX`fY^a\_`_```a^^_\ZY_^Z^^U[ZR`[Yb]^_\[`\ZaZ[bZ^dY]cZ[c[Y^ZR[ZQ]^U\\VWWV]\]\Z`][_`\]^YV\XT`\X\XUYUV[VZ]WV\VRYPN\QT_UY^TX`ST]PQ\QT\TYuqv~~~yz{~~x~~v~|uutJLJADCDEFJIPHGPFHMJHNOIMKFFHGCEE@JDDOEJSGMRHHUNEQN@OOFMNJJHHQNLJIHJKKLNNKLNNOSLNPONLPMFVQNQLNQPPQROLOHPPJUQNUNNUPQQNOQPNRQNRPLRNKUPMVQNRPKTQJSNHWSNVTOTQNTRORQMTRNRSLQRJOQNQSQOQNPTMPRJXTPXTPWRQTRQSRPTROTOM\UUZPTVOQYUVRRRTTTVTSVVOSTFTVIVWRZWUUTRRRRQRSWWVWVSWVQXUPZUS^UZ]T[WRVXSTWSSYUTYWVUTUTTYSS]RT_QXZRUTQTLTXMVWNTTNZVRZURXTRZWX985---653 ++'"# "!L>=aRQ_QP[TPXVT;<5((%EDF++( +*(666 "!$%!IHD0.+'&"IIH 230" G>8YRJ[YOW\OPWL05-!!''"&& ">@<..);:4+,'"##$ $& !,,,\QPXQPYVXTTYVT^[Zb;=9><1@>=##!-0,LRH"(=>>9<777/UBMgT\\PP\TWXRY(%+2.-NKE/.(!#::/)("XUW^\`XYXXWXZYZEFB#%++%56.;<4.0((() 68.&( ,*-113   -) ]RX`X]\XY^\[MLL  &#.+* ,+/769#$!977&"!(&#&&"#$ %$ !861YXWWSRZVU_^^TTT888,+)HDB-&"0*)TNP51/ -./&32'924E<@'D:?2.0## #"&%!-,(--(XXU\\`X[^XZXOOG*+"&%$)$LFF("JEe]Z]Z^XT\^X_d[]_XR_YO]YM][P]]S_^T^\S`ZSaZT\XV^XXbXY`VVdZZ_YW_[ZYXVXXX^]\_Z\_YZ`\^``b^^_[Z\][]^]\\\Y\[X\\X__Z\\X``^^^^^]X^[X`\[`[[_ZZa][\XV^ZXb]\d^`b]``]^`_ZYYS^]Yc`Za]Tf`Rd^Oc\Sd^Zg`dd[dgXebT^d]db`e^^`]\`[Z\^]\^]W[[Q\^R]\W[[Z]\ZaZZbX[cX\dY\f\\c\Z^[T\[T__Y[[XZZYXW[ZX\^Z\\XW[XT_]XXVQURPYTV\UZ_WX]TRZPR^SX_TY_RUZNO\PR]TWztz|{z|{|~y~}v~~x}srqTUPEFDEFFONRJJNGHJMKPMFLLEHPLKHIEGFCPIKRHKSHJRKFQNENNDKLFNMJSPPNKLJJLILLHJMJJOLLONNNONKSOLSNLRMLQPMNPINRIRPJRMJPLKPONTTPONIQRLNMIROLSNLROFOOCPNHTNNTNNVOOTNNTNPWRQTPLRPJLMKNOQRTSRTQNPJTRMVOMWNOWSQVURRRMTTNYUNWRMVROWSTUUUVVVXWVWVRVSLWXOWXTWXSTVPSTNSTQZZYXVVVSQVTNZVP^VV\TWVQTVRTXSTZVVZXVVUTUVUUVZRV\PZZPXXTZRUZLVXLTSLZUQXTQVQP[XW20* <<=:8;$%#H=<`VU]TR]ROXSN68,.2.HHJ ##%437""%FEB++&&&!EFD#!%304(%' A<8^TS\VRXVPRXN09/$""!" BDA240!"LLD22* #  $% ($ 6*,UGJZNQ[TWVVZXZaZXc886 :8*85/$",/-CJG!:=B/15+,$RJYdUccTX\SSVSV,,0**(FFB*+&!!CC?,,%""^]W\[ZZZX[\\WWYGFH'&$$&!"45-<=5*+#('+" $!! 996%(!00.113 )"(`V]`Y`ZUXWVOKM> $$".-0:8>*+.EEI((*(%$#!"!" !"#$#;:8RRTXX[ZZXZYUQQM:;7$%#KIK4.,2*$QKG)&! -()%*+&642JGG("F?=1.,!!!##" $"!&%#''$VVT^^`VXZX\VPSF(("##%"#""/+!SMJ&#0,QKC&$><<  ""RHHgba][]XTY\Y\^ZZ[UR_XT`\V\[SYXP[[R`^VaZV`XU^XV[YZ_Y[`VXf\\`XX_[X]\YZZX\[\^Z]_X[^X[_]`]\`ZY^\Z_]\]^]Z_^Z^^Wba[]\W^^[^^[\[V`^Xc_[a][^Z[b^_^[\_][^^[_]Zb`_b_^_^WXZP^`Y_^Z]YUa]T_\Nb^Pb^Ta]Z`\a`\fbYde_fa^d]\a]\b\\a]\``^^`^YbaX[\RYZQZ[W`\Y^VTf\\e[\dZZbZXb\Y^[V^\X]ZXYUVZVY[Z[YWVYVS\XU^\XTTOUTPYWVYUV]TXcXZ`TU^TX\TY[RUWNMZQPXPPzuvyzwzzz|z~|z|z|vvtNOKCCAJHIOLOJIGJIGIFHLEIOFIPJLHHFGHFNLKLFHPHKPJJNKIKLFIJDLLEPLHPJJNKNLLNLLQMKRNLNPPNPPOPNPOLLQLLSPMPPKPRIRRISQLONILMISRMLJBURKRQMTRPRPMRQFPQ?SRIURRTPRUOPVNMXPR^TXXPPSNKNNJQQRVTWRQRNNNPPLXROXPOXTPSRNNOLPPKVRHVQGYUNWURRRRTTVTUWUUVVUSVWQTVPRSPTTPRTJTVNXXTYVVYUUXTRXVNZVOXTRWTSXWUXUTYUV[XVTRPVVTVWXTW[PXZRXZPVXSXRXZNZZR\WSYTQWSQ\XV;6.&#NLLFEL $"$#+,,('&-''C;;\VUVQPYSPWPK=>. ?F?IOL"$%$)+*1 $! #EDD24/.0*DE@  )%*80:*$*+%%*%"C@=`ZZ\SV[UVTTR081""&)"**"./#)*#BB?8:7&("LNF34.(("'*!!&#./&(($"4-/F8=M>CZPTXUZXZ^QU\7;9"#.*%&"!(&*48? !086$(+! # (*$!%""(LM_YUi\S]XRQWSR1227:7%(( %!$( #& JJF22/**$bbYZWTZXW[]ZTUW??D" (((%(*"%&.0''( #')"))'&$& 8:6(+&13.011$%'"1.6XSZ[V^XT[XVUIJ<!/.. -+,54:#=0YTNQNT63>..2=???A@===?<?>=AD?BE??OLI^[Y\VX\VZYUX?@@+3/.80:A:;>7BC9BD8LIDGE@>?7QTK=?9784<>9;>68>0bVZ[UYTSXQVZCIJ062,.'ECB>:>63;;:G169*4)4>2294?DH9>@796;=::=>6;DOTgXYnUTbXUWWVR><>*+,><>:=>9PQLAB=>@:_`\ZXX\WVWVTVWXFIN..:43>B@G>>=23-:>49<6=>:AB<<;888421-?A:8;406.<>8>>;>>@66@>>FVU[WW^YY`SSVIJE02#-1 7<1FGE842;74B@F75@6.2&6:2NSW>AI:;:MIH>78B;:>;5<<5AAAB@CHFFSRQ:97IGFEBB875BB?<=9<<:>>>>==::8GFBVVQ^]XYXVYYVNMG44*33*><8FBDA>;HE:FC7VSJDD><=@@EJMCEIWV[^\`\Z\^\X]XT^ZU]\TZ^SV\RUXYWW]ZY\_]\b^Y`XV`VU^WU[XV\ZZ]VZaW\`Z^^Z\ZXYZXX^[Z^YXbXW^VV\YYVVVXZZZ\[__]^_Z``VYZPXXP\\W^`Z^`Y_^Zb]Yb[Vb\Zb]\`\]^[`[Z^YZ[[_\\\Y`^Xc`Wb`V^]V[\[``b`_``^]a`\`_[]][]]]^[__[`^Z\^[][\[\`^\_`YX^^Za`[^\XT[WP_]T`]W\YV]ZW^WTc\Z_ZX^ZW]ZW^ZWZTT`WXbW[cYZ^UT^WT^ZS[XP[WS^[YYWVYWWZYV]YT\UNYOIVRHXWNONIXWPWUNvtpyyzzzz|x{wvxx}zqytHPIHJGMILLIJMJEJG@LLDNNIKIFMJHKJHLLJJJHKJKLNPJJOOOTLKPMLMMLHRPIMJDNJHMKMJINKJSNLOQMJRMHPLJSPTRPVOMRNLLRPGRQFONHPQKPPHRPFQNBUQFTPHTPNRPTQPVRRSPPMQRMMNJOPNRQMURNWQNVMNXNPZQOWRNTPLUOMZRSTOPSROURLVTLSTNQQQTTTPNJYRL\RLZRNTOOTPQTTSTVXUTWTRRRPPSRSVUWTRQTTMXTOWSRXPSZRTXTQWWPWXRRTPPRQSSRWUTZUWXUXTRTVVXSSXUUZUTYWVZVTYUSXXXXXVUTUPRTNSQITM@ZTBZTFUQLPLRKJNRTSMOMSSQTQRXUUYWUYWXZVYXTUQNKJHBWXRIMDEL@PUTPQTROWNLVTQZTQVPLNOPNRVSQTRROPTMSQMTRPVSNRUQQZYVZYX[VW\WZRPSMOPLRORXSNRNOPKRUJQTGUTJTRF[\OPRJLNLLNNLMONQOOTOLOMJJMJJLLJMTNRd[`]UXVTWVW\OSWHLPDGKTSYPNWNMSONWQQWLPHLREJPJQUVQSXILORSVPOTMNVVXdSVdST_XXZVVROLKLINSUXMSVJPTLPTRSSXXWZZXQRORVPY\XUXZZXW]ZVYXVSTVEFOON[YVbPNTKJIRRLNRNPTQUTURNPPMLLLGPRHNSHKPFMPHLMIPOOPNVSQY_]cYX]XZ_ORWQRRHH@MLBTTMXXWPNNRLJUOTPMRVTXXV\OMTMKPOMTRP\ONZMMRLPNNRNLMMTUXZZ_YX]VVXVVUXYSPPEHIPPKQOJSPHSPDQN@SPFSPJPPRJLTPP\ONVRRTNPMNPLNPLNPKPOJTONUPPVOMURLVTMUQJXQNWOPRMOSQPURMTQITTNSSNOOJ\WQ`XRZPLXRQTPRRQQXVSXTVVTVSQRSQRUSTTSSSRNVURXSUXRZVNUZTVTSPUVRTVURSUTTWWUXZVYXUYVTXXVZTSXUSXVSXXTYXRXWRXZXZWXVUWSRUNTVJXVH_ZJ]XFYRI^XYUQWVRUUURUTRXUVXUXSRRUSTVRVTOUSNRSOPVSRSSNRTLRTUTVSRQRRPVYV^VSZXTVTPNUTPRUTWVWUQTSRVTSXVPVVPTXTUTTRWWTWTSXUTXWWVVVUXRTWUTUUSTRTUNVXNVVKXVFTTHVWUTTXPPWQRXSWWSUTTSVXSX]Y^YWZ^Z\YSUZVWVUXWW^VX_UV\XW`WT^STWY[\ZY^VTTVVQQROTUWZZ^STWXWYXVXYUX\ZZTTURRUXXVYXSZTR[UX[Y^VV[UX[UXY\]]ZZX[Z[VXXUXXVXVYZ[^]\`ZW\UQXUVRPUYWbZWdYV_ZW[ZVVVTVUVVWXVXTW[UZURRWXPXZRXZSUVPVVRUTQUSVTPU\X\[VXVRVUTXRTWTSRZXS^YUZWWWWYVTYVQV\WW\XUYVWVRXSPUVTYVS\XT]VTZUVWVXVTVV^_aXX\TTWZZ\\\[XYUWVPRPFVSPXXXUV\WX^YX]YW^VR\ZSZ`Z[]WYUPUWVT]\\VWWXXZXV\^X`\V][QX\RV^WXZVSZXVZZU^[Tb^W\XS\XV[WYZTX\SXbX_bX``X`\U[^ZX^YPZUP_Y\`\\ZXUVTQZW[[X`^\`VXT\^YVVUZXZXTSYSO`XR`WT]YWXYYTZZV^]T[[\]a^[_^ZZ`\\^ZZ[XX\\[YYW[XX]UUcYZe\^`X`cZcaX\`XS`XPaYQc_Z\ZX^_\Z^XZ^U]_V\^S[]SbbZZ]PX\O]^W\\Zb]`d^`b^^a^\`^]c`ab_baad^_a^`_]]Z^[V`[Wc^[c^_a\bb`ga`e[Z^ZZ]abegfj\\\[XU`]X^ZX_Z\\Z[WYV]_`\[`^Y`b[a^ZWZZPZYOZYQ[[VX\XVZX[][XZXYZXZWV_XY]STcVPcVObVPbWU`VT\VP]WP^VU\VX]XZ\ZYXVQVTNWVRVUPUULUVJVXLopgzyy{{{yyz{{{||zpvmJRGBIAHJHKJKLKLHGFMLILJHJLGHLFLLINLJNKJMKKMLOJJNKLOOMPQNNNJGKGCNKHNMJMMHOOJOOOLNOIIIPLGTNHUNJSLLUQTPNSPNNQMFPJ=SOESPLUPJWSIRPCSQESRJQROLNQMOVNOZRQ[PPRNPNMQNLPLKOJOOLVUSSQNUTNRSLTUMRPIVQNPMMQOPVURWUOVTLVVMPRJZYSYTOUNHXSNRPLRRPVUSXRR[TVTQQRQOSROUTRVURVURVRSZT[XNZZPYURSVUTYXYTSVVTZVTXVUXVTYWU\VU[XV[TQVWRVYSW[TXZTXZW[RSRSVRTWRVYNVXLVUKZXKZVK\UUYPZXQZYTVTRRXTWZV`XU\VTVSQSRMTVPWWQWWQVVRVXVXRRSQRMPQMRPQVTWVTWUTUSPOVRPVTSVUWVTVTTV[Z\XSWXPT]TWVQQUSQYVTURNUSPVTNVULUVSTTXTTYTSTWVRVUPXRMXRJXURZX]VTZRRXSUVRTQRROWRS]TWZQVYUXWSUYUUVUTVWXVVZUUZUT\WT^WQY][^WWZVSTVSQUURVZWVVVTRUWTV[WV\WT`YT\WNXTO\XW]XU`WV[RU\V\XUZZY\XXXYYUWVQWVTTTVRTXVWYWWXYWXZTRZQM^SP[TWXR[ZT_\XaZT[WPS\RXXRX[XZVSRZWVXSVWURUVNXXRTSPXWTWVRYXTVTT[XW\VVZRRYRVURVTTUVTQZTQWRQWUVVSZ\W\\WR\XPZWRXSTUQPZVTXSVXSXWU[UTYWUWXVV\[\VVXTSUZYZ`^_XXUYWSTQLWRT^Z_\YZVUWXVXXVUXUXZVX`^Z[XTXSVZTZ`^`\Z]XVYVUX\W\\SW\PU_RX`TV^TT`ZV^[W`[Xd^[[WR]YV[VW\UZ_U\bW__S[^RXZOU]TX]UR]TNZQP\UQ\XQVSLZUT[VZZW[RPRVVVYXZZWZ^YZ`YV`WQ`VRaXXZV\XX_Z]b[`bY\\ZZZ\][\\Y\ZY]\\__`Z\\ZZYZWVb\Ze_]]ZX^Z]^V]^VX`ZTb\Rc_U^\V^^Z\^[X\V]`W\^QZ\R^^X\]TZ[P^^Ta`Z`^`b^b`]b]\^\\\`^`dacb`b_\`__`^_]]\Z_\Yd_]d]^`Z^b]db`g[Z^[\^_`daaf]\\XVQ^\R`]T`[W^Z[^Z\^]\^^`^[baZb^Y[\ZT_]U]ZQ\YP\[UVXTY\\W[XVZWZZZ]Z[\UU`XPbVLbTLdWR_UR\UQVSL[XR`XV[TT[VVZWUVTQWVSWVRWVQVVPTULoph{zx|||vvxwwx||{uvoNQEHLBKKHJGKNLQJHMLJMHFHLJJMMKNLHRKKQJIPJFNKHIHHJJLJIKNJKNHDNIDPLHKJGNNFPPILKHLLKJLKPQPQNIWQKUNIVPMNJLNJMNJGROFQNCSPJSOKWSLTRHPOEPRGPRJMNKNNQPPWNPXPOTRQQOPNNQQLQPNRQQTTNPNPRMPRLQVMKNGTTOWVSSRQUUTRRMURJVRJRPHTVOTSOURMUSKOPETXNTWRURP\TV\QSWTPSSKQQJVVOXWRUTR\W[ZRYZOXZPXWRTZVXWRVWSYVSXUTWUVWUUXTTX[[^SPSPJMTKMXOQQILNILONOMOLJKGRPNYXTSUQSTNWXOZVTUMVVLXRHOSLOPKNQKTNJSOLQRPRKHJOJNQJPOHOQKRRMTLJKJIEOPKNNJXWRVUQKJGJJFRRO[YZXTWPMNLKJTRQPLLPHJXMPYPQPIITONRMJPJHRMDRK@XUPTSXXW^WV[WTVNLJNIGUNJXNKVPQOKKNMLRRPNPIMNERPHUNJUJKUKPXQVUQPPPLEFBGHERRPTTTXVZYUZ^X[[VTZXUPNGTTOW[URTQJJITQR[VV]WSZRL^VLUNFVMOYOP^ST]SX^V^[U^]Y^XTTRNJPMGQPJPONRSVXXZSQSKIJLIGTNJXNKVOLRJNTISVLURJPVMPWJNTJPXOUUNQPKJVROXTRUSLZWPZVSURONLGZYSYXTUSORNJTPKUMLSKOPLNRQORNKOKJSPPQORXTURMDVPAYTKVSMROETRCSODTNLYWZVVZYW[ZUW\VVZVUXWVZXY\Z[TRRYXVYVTTPTXTYYTUROJPMHWSMZVR\YW]]WXXNZWU^Y^YWXWVVTQOVRMPMJRJF]SO\PPYJLZMO^SR^XTZVUb^__ZZ\XSOKHWRRZRV[PVYLRXIMWILWMOXOPUMFQIARJBVPDPK>_[R[WPTNJIDDRMT^Y`QLPWQOcZVZOISGAZNN\TZ\Xb\Zd\\bWXYXXVWZVWZTZZV^^\_^^ZZ[XXZYXX^[Z^\X\[W\]XZZU]XZ\XXc_Zb_V`_T\]T\\VXZW^`\]^W]^R\_T_^Ya^Xa_UebY`^X`_`^]b\Za\[_\Z^`^ba]ae^be_b`^_^^]^^\`^[b]\bZ\aZ_b\bYV\Z[\YZ^]\c_^`_[Wb_UeaUa\Sa\Vb]\`\\\[X\Z[_Z`aX\^XWb^Z`\V]XQb]W]YT[ZVXYWXXXZZZZYZ\YZ[XT\TL_SJdXP`UP]VSXUQXXRZZSZSPYQP[US\XVZXUZWTZWSVSPVTRsrp~{|}}}xy{xx{~~}ttmPQBJJE>E>6;D:<=67:473/1425A@B765986;66>8:?9<6AA9<<2=>2<;/C@6HA=?78B:BB>@==7+,&550NNHUVOVVRXXVZXW\WRTOD:8*MNEWYQBF>.0*<<8UQPJDB>51SJAE;0=0.A33QCD`VZ^X`[Va^[cRNO=95:4/G@=:74BCCZ[]DBD544542>=:853;85<98A;@F:C@49//C8:F<@<286.2JDEWSQURM]YP`\TPKF850SRLTTN89321)?=4B@6:41<57FAB<97642BB@;:8:86:7/@;-OH=WQFHF4;;><$JD8WURXXYYXZXTX\UW]TT\UUXUTWUUXVWZX[PMN:88=9:D@>DB<30*<94MHD\UV\XXXXRXXRVTT>><@@:BB8DB562(71)ME8A6,8*'G:<\PS^VVZWXcbcVURCB930(?<8FA@I@AH=@G9:D54<12E>@?95<6+71$A;,>8*ZVKRO@<:)1-"HABXRZ;77>82WQEA9+2&=1-VLP\U^]Yc_[b][]]\ZYZXZ\XZ\X^^Y]ZX]XX[XZ\Z\^\^ZZXZYV\]W[\UZZTXXVZXV`^Y^^V[\R\]U]^Z^_]^^\\]X[]V[^X`_Za]Vd`V^[Rb`Z__^\\`a`e_\b`\b`\aa\_jbfe]a`[]`^_\\[`^_d__`[[a\Z]XYa_`^\d`]f`^cb^]b]Vf`Tb]Q`ZR_ZW_[Z[YV[[T`\WbYZaWWbZXa\X`ZVg_\cZW`XU^ZX^\Z]ZZZVW\Z_WW]XVV[UN`XO^VM]XRZWTYXVYZVVUP\VQ^VS\VVYUSVRNZVRTOLXSRvruz|}ywxzz|yz~{||rtlRRCGG7NIHRHPRIUKDPJFNKINMKNNLNPOKMKCOGBRGFLFBLLEJMEJLEJJEOLHTKHSJFONFOPJKKFNMJRPOPMOLJLRPPROMNIETPISRMVRPWPMVQIOODPTMPTRQRSONKPQLSRMTRKURLUPLTPPTTUOQQTUTXTQTROPPNRWTJPKNTOPTOQSNQSMRSLPPLRQQRPSRTVSUTTRLXOF]RL[TPTURUXWWWWRRLTWJVXLXXPZWSXRTXQT[TVVTPTTJRSLVVRVTRVRPVRQZVV[TV\VWVOP[RV[SXTQTTVUVYXVXVRTP 413*$#%'##-+,2*(TJL\RXYVZRWRNWJ&+ &&# *!,&")$"" //.'(&'(#""'#*%"-'$)($21/**(NMH@=5 --.#EG?WZWLOO'%":85%$(&60, -)(><:($@<2XUPVVWPTXUXZSTT"!#"(&"2-)'&70(44($$*)52(,*0.%$")&*+(+$# 0.*MMHYXQSTLVWQYZV^\WLI@(&@C0MNB+,#$&CD?.-*C:52((* I;6aUV^W\XU_ZZc@@D$ *$<4.,"!853STV,+*  ./, $ƺ,,,)(,&$*$$1*(<54"%!B<@XTVXUUXXU^[SHA8$NMHDD@  -.".-"%"$ /*,#" 12.&' " 0.).*">82WQH@;*** LJ7[YT\[YZYX[XX^YZ\UV^TVYTUXVV_]`\Z^?>>&%.+$2.'"($#B?A^Y``XbZUZ\[XIIG"" #$)*++(%&!?840)! B87^UY^VZZVZcbeFHB"'"#&$1-*0*'4+*3((,%:59.)(!,)&"NJ@HF7'&$"94*HFE! %"E@2&""'QFG`W\`Xbc\d_Z^^ZZ[ZZ]][YZWZZU[ZVb[Y_XX^XX^[[\\\Z[Y\\ZZ[UYZT]]ZXYV]]\]]W\]U]^V``Z]^Z^^]\\[\\Z]]Z_`[a^Yc^V]ZO_^T^^X\^[`aa`_a`\`a]b_^ae`bf^bbY^c\a`\`_^`a`a^]Z`]X_ZVa\Z\Y]`\gb]fa]^_XUaZQc\QbZR`[V_ZY_[\^\Zb_Yb\VaZU`ZV^[V_\Xb]Zd[ZbXVc\Za\Z_ZY[UV^Y^YWbYX`YVZ\WS\VP\WQZXSXXVZZZVUUZVT\UR[TTZUVUPNYSOWQLZTR}vz~|y{xvxzy}z|~~txpORCEG=LLNNLOQHSOGSJELHFINLMMKNOMNNMGJLBMKBNHGPMJMOGHNBHM@LNDPLEPJDOJBPOIJJHPOOQMPVQUOKNSORRNNQLJTRLQRJRPOVPNSNFON@RUJPUOLPOQQOPNKURPXSOVRMXSNTPLVTTQSRSSSYRPZOLQNJQRLPTNPTLOSLSTOTSOSRMQNIQNJVPTYT]WTWWTO]UM^RL\QPXRTVVWRSSXVWVVSWWR[XRZUPVOOXRUVSWVVYXXWSTPWWUXXTYWSVUQXWSUROXTRVRPZTT[TWXTWQRSYYZUWTJNE - "22/'&'&$#&$"#" *##WLN_SW\UWWVVMRJ*4# " .,%" ''&"&"$'"# &#+,&332%%$QRK76,20'HIAEHB6:4 -!# 666"" $&.,$/-*@@>#"B@5VTNXWUPRSW_[LPJ&&""")&$":2-A:5*("B>:###$"" ! )&%/,+PMMZYVVVQVWPYZU^^ZIJC! <=*LR>!$$$&(8:2 "<85+$(  E?4dYUbYXZVYZZ`58<=<5:4,$C@;SUK !&#" 9:6"'#$)$@B="""!",*(<:8$ C>A\Z\ZY\TTVZ\Z<:3QMH984$% " !''&$ +(,$"$14+"$875(&$/,*TQMB@3,,VTBb^[^[XYWS\XTUPLKDCXOPXRTZXZ\\_ZZ^564$'''-*+&'"!@;Aa^hZXdZVba^a>==!"#$&&" =9663($!LF@c^`[WXZVY`^aDG? "&)( 3/.$ 0(*) %>:;.**$#DC@HG>#$*+.. 570;:,$"*$("OGAf]`bY`aZa]W\^XZ`\]]ZZZXWWWSZYV`]YaZW`XT\XU[[YZ[ZYZYWXTZ\W\^ZZ]ZZ[[\[Z`_\^^X^^Y[ZV^]\^\^a^]d^^d_^b]Z`\X_ZT_^T^_V^b[`b^]^[_^]cae^^b`]`c^`d^ad\be]e_Zb[[_\]\]^X^]S^\R^]X\Z^a]e_\b]WXaXTe\Vd\Vb\V`[Y`\]`^_a]\_XTb^T^[P\YQ\\UZZT^[X]VVaY[^VX^VW[UV^[]]Z`\X^YW^XUZYWVZWSXWRVWSZ\\XWZVTXXSU[ST\SU\TTZSPVNLVNK~vv{{yx|xx{xyz|{sxoMQEEHBHJNJJNNMQQKSNHKJHFNMKNLOMJMQLLMJFMNDKLBLIHKLHJNEIN@JN>LM@MKBNJEPMFNLKPNRPKRVRXOJPTPTTPPTNNTRLQSHPQLRNPOKFNM@PRCOSILONPPQOMLTPRVTSWTPXVPRQLPPMLPNNQPUSQ]RPYPLRPIUVNSUJRTJUVOSPMUPMUPLVPLXRP\T\WNTYTQ\VN^SNZOMXOQWRVTRSVVTVVVVUU\XV^VS[RP\UVXUZTUYUX[SUVTTTXVSVVQTTPWXRSRNRQLWVRXTPYTT\WZVSVXVXWXTJLB ),:>4&($$&$!""" #%"&[SV^TW^TUZVTTUO.4+ -%.."!! " **)&('"&$##  -,-(435'')LMI02(2/)FD?;;635,'*&ABF'&+ !$(+.-)=<:""GF;:LHJ#"!$& ""%'%$&(#&LGHTPRWTWXWVXZVXZVMOJ<<-GJ: *-'&-.#/0/$" $ ID:faZbZW]XU[ZZ146BF@55,=<7GG? ,+$!@>9*,(','BD> ##"224=>> "!>=<_^]ZY[TSWXZ[;>8 MJC862&&$ && &%$+),*)) .0& 898'''%%&POPFF@ -23#[\Q`^\^YXZVRYUOKF?83,RKH\VV\Y\WWZY\^362"#'&(,++'#<7;b]fWUaXXd]\c=<<  -#&'(%(('""!:9587+&(SSFcb`ZZXZZZ^^^LNF$!%'(974 :55/)(&!>:3+'%##$%""==:GGE"$(*%'*-$03*""*&*%IC:b][`Z^`Y``Z^b\^a\^_Z\_\\^[[`\Z`[Y`[Wb\Xb\V]]VZ[WZ\Z\^Z_a^Z\YTXTZ[Z]\[a_^`]\_^[][Y^][^]\`\Zb\Zf\\d[[b[Z]XV_^Z^`Z]b\`c`\^\^^\bbe\]b^]_a^_c]`d^bd\e_Xb\Xa\\`Z\X[^T\^QabWZZV_]__\`ZWX]XUdZWbYT_XRa[X`\\_\``[^bZZd^X_\P[XJ^]RXZQXZSYXT\WY\VX]VZ\VX\ZZ[Z[WUXYWZXVZZX[WVVWWTVVRYZXXXZVSYVRVYSTZRS\TTZTQUNKRJJ{rs{x}||xz}tvuw{trxkPTHFG@FGIFINHKNLMPNLLJIBKJFJIJHDJSJORHITNJNNDJKBJJHNONLMFHJ=MP?PPENLGPNLONNKLPNLSSPXNLRRNRRNQSPQPOLNNIPRKLOLKLIPRHPRDTTIVTRPORRNOVRRRPQTQSQQLNOJNPLMQOMRRPUTZWVYRQXRNURKOOCRRFTTJPMHVONZPQZPPVONWRTSMOZQOXRIZULUNJZRS\UZXRVVRRVTTTSUWSV\TV^TS]UT[VXRQVST\TW\OOPWRQUTPTTQVVSSTOTUO[\VVVQYVSZUUYUXVTVXVTGF>!"47&HM>)/&!'*# ,+4)(/XSY[UX^XV]XTVTL56-&* 24()++,''+*)((*&(*$ $&#!!! ,,)438**/668,.(53-JFEJEDE?;)(:<6XX\*(2+(0))'(*  -,'<;9 *+"FF?WVVWVYZY\WXXIKF&(!$!*&&,*.+'.1,0?:;OHI'!#JGHGGJ""&*-+$% '&+(#%&# #?<=b[a\XbXV`TTZ;<8 (+!)*,%$+((,>><>?6*,UVJbb^Z\ZX\\Y\\MQI #%&BB=('$FFE00+"83%,(#($$)(''(% ".0-@B@ ').0& $$!(0, % 0,"QJDe`\`\\]Z[]X[`Z]_Y[a\^c_``\]^Z[]XXb\[e^[bZW`\VY[Q\^Zab`_a^Z\XTVR^`[_^[b_\b\[_ZZ`\]`]_^^]^_\^[WcZXeZXfZ[]TTca_ab__da[_^Z\^[[]^^_Z[^^^`^\^`\^b\aaZb^V`_Wda]fZZ\[^X[^R^aR]^S]]X`_^^\[^[Vc]WaYS]TO`[Td`Z_[Z^W]bY^b][\XPZXK`^Q^\PZ\R\_X]\Z^Y\`Z`^X\ZYXXWUZXWZYXWUU\YYZXZXXYZYWWVTXUTVTWTRVYVVXSQ\TR\TRXSPWRO~vxxuz~zzz~txuv{rpwhQVEJK?HGDGGKGJMILMKLLJIGONJLKMMJOWNRVKLVLKPJFMKFOMKQOQPNNMLFPPDPPCMLDPOKNNNHILJLQNNVNMSMLPONPRRROPPMNNQRPKNJJOKMRMPSHTSKXTRRNQURTVRSQMNRPTOOPMPLMPKRTROSTOSUSTWWRUXSSSOJRPIVVJUVISPHXQNYOPYNPZTRUSRTTRTROWRJWUKRPJWTS]Y]VQVYUWXWUSSSVUXXTW[TUZSQZTSYTXYV^WV_OOSXSUXUTWWUUUTTURVWSZZUUUNWWPVRPYVUXVWZVUNJD96,KK>TVI9@6)2**1*8=5;<:BAGA>JWS]XVYXWUYXPTRHFC810&@>5:80JKD>@6@B7;<3::58899:><=>6:5482662><7<:9@=A53:66:796,.(::6RNPYQWVKLB:8QOM_^a97@=:E@>E::86709:2DDB232>?8:ROPHHJ.35:?>5;6:?9;@8:?9574676><9?;8RNJZWVXV[ZX^OPN03*37/@@=87640.84.>=4>=5<<68:5-21)**<88VRR`_`XVXYXX\YVED@,+*.008<<696.0(<=530--*&661YXXB@@;<;FGF:94?>2::289200,877B@E/*2-,1MNN\[YZYVXWTVVREFB(*$34.8403,*1.*::5995,+*637B@E979*)':8421-0/.=<<672-.+ABDKLQ:<>BDD^^aZ[\WVVZXXZUTYTQXTNZVO^ZS\YS[YVVWW>B@&*$25,DF8.0@>.E?9F@BB>B;9:6659<:EHF8<6.3(>B4>@8>@8AD@9>=6<<5:6CC@^[Xhb`^YX^ZX\YY_[\_Z\`Z\b^_^Z\WRV\WY`Z\bZZbXWcYW_YTYZU__^VWUWYTZ\Vcd]`_W]ZSd^Z]XVa[\b^a^_`\ba_`]b]Yd[Vh\ZbWVf``ba`^a`WZ[XZ][[^[[]\\^^^^^]\_]]^Y]]W^aYbaZdb\e\Z`]^][]T^`R`aT]^T\\U``[]\W_[T_YQdZUaZSc_U^ZR`X\`X^`Z\]YU[XQ`^U^[R^[S`^U^^W\[Z^Z^\X\^[ZYXVZYV]^ZYZUZZU][X]ZZ^ZZYVVXSSZUVXTWYWXXTT\TS^US[TQVQMytsyx{zx|}z|yxv}~xsxjPVCLN@LIDJHGKLJJNJJNJMLJSOOPNPNLRSMPULKUJGRIFQJHQLLOJLUPSTOPPLIPNEPNDPPHNNJKKLKLNJMQKNRNNRPQRNONLPNLOPPQRMMNPRPOSQPTPRRNTPRSMRTRVTQTPLMTPPQOPSSRLMJRRPTSTRRVRRUUPVWRVTPNTSNRRMTULUTJVRLXPOZPP_WTRPMSTRUVTXUSXTORRKSSPWWXRQTWUWVVTQSOTTTVUXYTXXUSVTQ\WV\VZVQXUTVTSSXVVVVVUWVVVVUVSVXRUUOWWOYVO^XR\WTYVSTRMRLF]XRXVOMOHELFDNILSMPQLQQQRPUZVaXV\VXWUXQXZPTQGPK@]VNVPHZVPMMGRTONPKLMHPQNNNPRRTMOMLNIPNLRNLTPPVRVOLQNLPMNMKMJMNLZX[^X_[RUXNP\VYXX[KJPPNVTRZNNRLNLLNJSRRNOSVUXTSUWUXXV[\Y]XXXTTPJKDJKEPPLVTSPNRRORVRTYUUXSS[XWRRRPSSJRQKRQOQRUVVQROMOJPPKLLFJHAXVL[YQZYVXWZQPPJLEQUOWZYPPSSNSUMNXPNRNJMMKNOMLOPJKSUSZ_[a^\bWX\YY\ZZYRQOIHGNLNRRWNPVGHKNPLUSNLHEWSS\Z^KJSJKRVVZRRRRQKRSKLLGJKFFFCQQQMLPLIP\X]_]\]YW\XVZWRVSLHG@JJEPOLQMLNDFVNLWTNLHFNJLZT[RMQGDFQOONNLLKJSPPRPMLLHLLNSSXNPQOPRZ[`WV[VUWXVW\XZUPQVRPZVR\XT`]V\ZTXXVQTTDHHNPNTTPQPJONGQMLb]\d_]_ZX^ZX]XWXTQTROUSNTRJXVTNMRLKN[Z\XWXNMK__\[ZX]\ZVTSXVVXYWJNHKNKXVY_ZZRPMONNVY\PRNLO@TUD[XNYQSTOVNJPRPSVWVVZXSXTJPHVYPVXRVWRYZVLNMLPRQVXV[Z]^^^[\`ZZb][`\Y]YZa^^]YZ`\]b]`]X\^Y]^X\]VY`WYbXXd[Y\ZV]^\XXVZZU^^Va`Wb`U_[Pid[`\V\XVb]^`^a\_`^bb_^\`\Ve]Ve\Xf^Zb^\\[[[\^]^a\[^]\]a``^][]\Y_^[XVX\X]b\caZb`Za^Z_a^_^\V__S^^R^^RXXN]]V]\V\ZR]YPe]Wf[YdXW_ZR^XU`YZ\VX`\Z^[X`]ZXVR[XS]YRZVJXVI[XU\XV[WR\XTZXVZ[XXYRXYPXXOZXR[VT]VWZRT\UXYTYWTXYUW\UV_VU^TTXPNxrqwz|yy||z{~zy~}wuvlPSDHI>NLHNJHNLFMNDJLBKMFMLIQKJOLMPMPRMMSJGUKFRIGQKJQLNSNPRLNPILSMNRNIPPGNNHNMIMLKPPOLNNNQSRSTOLGOOLNQQNRTLLPRPSSQRRRRRSRTPTRLRROTRPVQQTTRSSPNYUSVTPYVRYRTUPRXWVVSVTRVRPRTSQTTPQRMVVQTSLYVR[RN\SMUQLPROTXTVVTXSRZSSXVTXVVVTWXVVVVTQSNRUNVVTYTV[UW[XWWVS[VUWQSRSNQRNUWSUVTTYVTXVVWUYYUZYTYXQ\YP`XNZTLXTLUSKXVM^ZTZRPXURTUQRXUTZTTVNXYTXXWXW[USZWWZTXTVZRTULZULbXPaXPZUOXSN^\XUVTWWVZZXVVT]\ZWWTYZTZXSWSNXRM^XXYTVWUUSSRUVUVVX\[^ZWZ\VX[VWYUVVWZTXZWZ]XX[WVZTUVVXXXY[YY`[[`XXZZWZXUX[YZZXWVUOXYQVXNXYRYZPXXRWVUZYX\YX^ZY[WVYWVYZXTYVU\Y\\[WVXYXZZYWZZTZYRUULZZN]\P[[RXYTXXPYZQY[UZ^\VXYYW\\V[^TV^UTZUVTVYUW\UVcZYf]Xc\X`YX_XZ^XZ\XXWTUTYYZXX[X[aUX\ZZ^]\]XVRa_W[ZVWW\TT_TX]Y\\XXSZ\PTVNYYUVVUWWW[[\XWZ]Z^]Z\\WX]XV\WR\XQZWM\ZRZXT[YYZTW]UV^WR]XQZTR`WZ^VX[UY^Z\]\\[[XYXVXVSZXTZXWVUXWXTXYTXXYXX[YXZYWX\YXYUVZVXZVU\YXa^[ZVS[[VWZWRUWTVYXY\YWXZXV[XU_[^^XZ^YV^ZT\XP^XSZUR^ZXZVR`[T^YT]ZW][Z]Z\[YZc`a\YZc``XWU]ZYb^^]ZZVVX]\b^Z_YUT[XYXX]VXWXYP[\R]\TZTR\TX\U\YTZ]\\^^\VZVW]W[^VYYTWXSZZVXXUZZZ[^^X\[Z]]\\^a_`^YY_ZX]YVa_\\\XZZX^[\^Z^]Z]`]`^Z^`Y\aXZf\\^ZVZ[V\^Y``Z]\T_\Qa\Pd^Sd`TdbX\ZTb`^bab]\^[\[[[Z^\Zb]Xb]Vb\U^ZT^\Y[[[^\a\\`][]a^^^\Z]\X_^ZYXW^Z\a\a^Y__Y^^Y\c_^b^T^\N^\P`^R\[P]ZR^^T]]T_]Rb^Td[VdVWfZ[\XR^YR\VQ]ZT[XWZXZXUZ\Y]\YX[XP[XFZXE]ZN\YOXTM[XUZZXUVRVWPQSHUVKWVM\VSYQR\SW[U\VSYWTX[UX]TV]RR\QPwony{z|~zzz~{x}zutskVVKGGNNARRJNNJQNIQNJTRTQMPPKMKEDVQMNKBPLDSNISPLMMHPRRNNLSTNRRMSPNXQPTLGYSLRSLPRKTSNSPOSSUNQURSWYTX[RS]SSZSSVSTYUVZWXYZ[RUXTVWZXU]VPWND^VKVUJXYNUVPVWVWWZQRTVWUPQKXXSTURVVUVWN]ZOTRKYXUVWUXXYVWWXWXZVW\WYVRQXTNVWTUXXTYWUWR\[V\YTXTP[XSYZTUVRXZUVXQRVJX\O[^TRVPW[VWZSVXP]ZV`\Ua]S\WN^ZP]YQ[XPXVNWXO\[Ta[Yd`\XYS^^VYZPVXL\^T[\Y^^_ZY][[]ZZ[VTT_YSc\S\XPVWQ\^Z\]\\[Y[ZY``[UULXYQ`b[^`X\[S`\W^[U\[U]^Y``^^_`VY]YZ_\\^`_bZY]`_cZ\\VZXX^]Z_]\^\Z\YX\YZ]X\\\ZZ^XX\`^^\ZW]ZV``X[[SXYNZ\P[]XZ]Y[]UWXPYZR\\XVVU]\]ZY\[Z\XXWZ[WZZTWXSWXRTUNZYR[XP]\S]\VYZT`aY\]TXYN]^RXYO^^XXZTZ\V\]Z]ZY^ZZ`ZZ[VV\Z[][\`\_b\cj_fbX\`Y[]\\\]\XXV[ZX\\\TWR\_X\`VWZP\\[ZX[``Z\^Q_bWZ^]VZ^SVSYZT[\S`_V\\XYXZ]]bXZ^VZ\TYXZ\Z[[XVWR\\W^]V]\R^\Sa]Y^ZZ[X[ZXW\ZS^[NZXL[UQbYZZUY\Z^^^^XXTXYSXXTZYW]\ZVUR[]TZ\P_aX\\W]]ZZYV\ZX_\[ZXX[[YXZVVWT][X_^Y__]]^`Z[`UV_XX`XW\_]^ZZU]\W^ZV`[T_\R`^W_^ZZXXa_a\XZ`[\d^^[VSXTNa]W[ZXZXZ\X\\XZZVW\XX\XX\ZY^^][]ZWYX[Z^^\`ZZ\__`[\ZZZV\ZWa\]`Y[`[]`\Z^\XZZV^^Y^^W__X`a]\][ZZ[[YZ[XX`_\\\X^^]``ba^b^Z\]\Z__Z`a[Z\X\\[^^a\\_\\^a`cebfaZ]`XXd`^_`^Y\Y^^\fb^e^Xi`Xf^Vif_]\XZ[W^`^YZ\^_`^_`[[Z__]dd`dd^bc\aaX^]TXVT[[b]^hYZ__^`]]Z^^Y\\X[[\_`bZZ\cbca_^b`_^][\ZUd`Z`\TdaWd`ScaTa`TaaW``V\[P`\T`\Y^\W`_Za_\^\V`^Vbb_XV^`]jb_n`]e^ZZ`^VbbZ``Y\\U^\Y`_\]]\^_`Z\ZUXR\_U[\P^]O\YRc^`aXb^Vb_\b^[^\VX`XWxqnyyxxyyz|zz|xz|xttr]][Z[V\\W]\X_^Z\]R_`Tb`Xdd_^^]b_^d`_b`b^\c_\dZW\_^]WYO^_Q`^Ufc_^_\`bb^bdcfbce__^\c]_h_`lb`edaceabd`ccaffgbdhdfjjhmlfhpeenffmijkilfehgghfjkfjlklmjgdne^qh^pnfnneiibjkjfgjhilfhgegbqrkijchjeag_gkahjbilgllkmknjhjihjgghjhkjilhhhlmiehhfjmgjjjkjmljnlipojnoijjhssrmnlikdnrfjmbfiblmjprojleooivrntqklkdqnhpnhqniroknnjpplmpkrpnmmjrsoopjmndrshnphopnpprrrtmlnljnnlmqnjnnfnqjrwrptsqrsppopponogqsmqsprtoutowtqtrpttsprpquuqsvmpwppwrrvvvznnsqpvjkpnqspttlppqrrrrropomnjmnjoopnmqrpsnlmljhqpkppjjjckldnpmnonnplkmhlmhnnlkkllmodejllqhhkijfhidkkhhhffhahk`llbllagh`fgdmmlhihghdlnfhjbnohghdmnhjkeghdhiflljgfehhhihholnlhjuoqshjtiikfdjjhhhfmljkknjkohjjlokgjbjkdqptonuijimphhledjhbfgikjklklmimlgollpnrklrehnfkmkrpnqmklgnoknnlhicjjdmkhqmmmjkmkkmmijkbmmfllgolnqlqokqnnpoplnojjjhhggmknfehkmmknjlnfllflmjllklkkllkhgihhjjkjkmkjjjmlknmmllnhimffmhhqhhpllqgfgiifgg`lhcnlekkfghddfdjjlhhlnlqminnjlkhholjihdihfighkilpkokhjnjkkjhjjhdfddigfgiljnfdjllqjlohigijfnmiolkkgiljmvsqqnlnnommklmhlmglnjlnnlknljnpmppnnppmponqqtmlolklnnmttrnnlpnorptlioqrursunosurwwqtwtuvvvknnlpqwvvupo~ut|tq|wtsrpstssusoqppqswx}uuzrrvppquutuvqssmnnfpninouqttvwy}rrrqsnprmprpvvxoqstvwttsuutuuupoptrtwtr{wswtlvtiuthttjttnqpkpojrqorqptspqpmsrqrqqwvtqptts}usvtpmvtrtvxxoppoomrpqtrupproorpqtmnprtprtlprekmbkmhsrupmttp{oltpmooki|xt~zzxxzy|||yzw{{y|||tttuvtuvsvvtxwwtstxzxttxxv|xx}yx|~|~zy{xx|vt~us}vv{ptpx|ryxq}zxttrwyyy|}txyvxuvwsvstx}y}}|||||{||z|{}}}|}}~||||~~~~|}|~{~|{~|~z|~x~~}zx|||~~~||}|~~~|~~~~~~~|~~{{}}}~zyzy{z}}{z|{zw~}{|||~~}{{{||||z~|{}|~}~}~~~~|}||~|~~y{{zyz{{|~}{y|zyx~~z||y~~|}}|zzy}}}}}|~}~~|~|}~~}~|~~~}}~~~~}}}|~~zzzz||||~~~z}|zzz|w}|x|}}}z||z|||}}~~}~~~~}~~~|~~~~|{{~|~~}|zxxzyyyzxy|yz}xxzxtx{tz|u{zv||x}}y||yzzy||yzyz}|}~}{z~}~~~~~~z}|~|~|||yv~z|x}|x|}{~~~~~~~|{{~}~|}~}~|}~z}~z}{~~ztzx~y~|~{~||z~|{zz{|{{|z|u~t~r~tqrsqppmmlqpptrqxtrtsnptknrjrrlttouvqqqmvtpurrurxwt{nnpssruutssuttwxx{zxz{u{yty{vz|xztqtvrp|xtyvrwvrwwuyxyvuvuvurtsuvxuuxxx|wtwyst|ss{urrqpvtxvtxzxz{y|sqsvtv|zzzyw||z}~z}}z~~z{{|||}}{|}x}}|~~~}}}~~|~{z{z~~z~~~~~~~~~~}|~~}~}~}~{~|z~|}|}}|~~|~}z|~|~~}~~y~|~|~~~~|~|~||~xwvkhdqnh|xt}}|xw~~~xxx~}~~~~~||}}~~|~w~t}|v~y~~~|z}z|x{~|||v}~x~~~|~~~}~~|wyz}}z{zy~zzzxyutttttust{vt{wxspzuv|~~|~{|w~}~x||s~}|z~|{~}z||xxyv{zz||x}ywx~{}{|yy~|~~{}|y{z}~~~{~z}|zyvzxv|yx~~||}x{xrx{tz{svphfvnhojcrmhronplnssututpqlllghhdnnjronpijyor|tttpjnpeqtfvvlrrsrqpnnlprqrtrxxtvsprrlpskfjcmnhttonnitpirnhsprolsmlrrrswwwyzzwx|{}|z~~x|zvx}{|}z||w||wz|xt{zvvwtzzzxy}utyvtxpprvxzuwzvxzrstwuv~wv|xtsroywyzx|xvx{xzywz}~|~}~vtp|zu|x}~~{~{}}~|yw|{yvuv||||vrpusv|~}~}xxyrnsnixuq}zzzwz~|~xzzstptrpxvrrrnwus~wyxywvpx|q|wz{|}}z||z{~}|}}||xyxt{zuvxry{v|~yz~v|~ \ No newline at end of file +   +                          +                                                                                 +         +       +     +   +  +             +  +  +    +  +   +                 +  +   +  +           +  +       +    +              +  +   +   +  +   +      +           +  +  +  + + +               +  +      +   +  +                                                                               + +  +   +  + +              + +  +  +  +  +  +     +  +        +     + +  + +                   +                   +  +    +  +   +   +  + +  +  +  +        +  +                    +    +   +     +                                                                          + +   +   +              + +  + + + + +   +   +  +  +  +    +  +                          +    +  +       +    +  +  +       +     +   + +  +    +  +  +     +        +  +  +  +  +  +                                                                                               +  + +  +       +   + +  + +  +                    +  +   + +  + +  +  + + +  + +  + + +  +  +   +  +  +    + +   +  +  + +      +   +            +  +  + +  +                                                                                      +      +      +    +   +       +              +        + +    +  +  +  +  +  +  + + +  +  +    +   +  +   +      + +  +   +           +  +  +  + + +                  +                                                                  +    + + +  +    +      +                   +  +       +  +  +  +   +  +  + + +     +   +  + +   +  +     +     +  + +                 +  +  +                                 !%("&)                                    +      + +     + + + +    +  +              + +           + + + +  +  +   +  +      + + + + + +  +  +  +      +  + + +  +            +  +    + + + + +                       "&*$(+                        +  +     +  + + + +   +   +   +  +  +       +  +    + + +   +  + + + + + +  +        +  +  +  +  + +   +  + +  +  + +  +  + + +   + +   +    + + +            +    + + +                          + + + + + + + + + + + + +   +     + + + + +  + + + +    + + + + + + + +  +   +          + +        +  +   + + +    + + + +   +   + + +     +  +    + + + +      +                       + +  + +  +        + +       +   + + + + +  + +  + + +   +  + +  + +       +   +   +      +  +     +      +   + +   +  + +        +  + + + + + +   +  +  + +   +                     + +  +  +  +        + +        +  + + +  +    +  +  + + + + +     +        + + + + +  +      +        +  + +   +   +      +         + + + +   +  + +   +  +  + + +                   +  + +    +                  + + + + +  +   +  + + +             + + +                    +   + +    +           + + + + +  + + +  +                  + +  + + +    +   + +            +     +  + + +  + +   + + + +         +               +          + +               +  + +  +  +   + +   +          + + + +      + +   +                 + + + + + + +     +                          +           +  +          +        +  + +  +                + +    +   + +                      +    + +  + +               !%)#'+                 + +                                           + +    + +                         +  +   + + + + +  +               "&*!%*                                          +            +    + +     +   +                           + + +       +                                                                     +          + +                   +       +                                                                                                                                                                                     !                                      +                                                   LORLPR            "'+#'+                                                                              LPRMQT   !  !!! !      #(,#'+                                                                                         !     !    !!"!!!                +                                                        !!!!!!!!!! !           ! !!!!"""!           " ""!" "!          !!  ! !!!                                                                     !""!!!  !!! ! !!  !!     !!"# #"##"#!!!!! ! !!!!!!"#!"!!!!!!!!  !!!!     !!!!!!! !! !"!!     !!!                                                               !!!!!"! !  !!!       ! !!!!   !!!!"##"" $"" !!! !  !!!!!"#!!!!"!!   !!!!     ! !!!!!! !""!!!!!!!!!                                                        !           """"#"""!    !!"!     "! !!! " !!!!!"##"## $ $# #""!" !! !!!"""#""""#!"! ! "!!  !    " """#"!!!!!"#"""!!! "!""                                                        !    !  !"!"""""" !! !"#"" $#  !  !!!!! !  ""#"""""##"#""!!     """!""""#"!" ! !!"        """!""""!"!!#"!"" !  """                                                         ! ! !!            !!!!!""""""# $ $####"### $ $ $#####!!""!!!!"!" !"""""# $## $#"#"!" !  "##"""###"" !!!!!!  !! !! !""""" $ $#$#""#""""!! !"""! !  !!                                                 ! !"!#"!!!! !  ! "!!" !"#""$!$#"$$$ $ $!%"%!%!%!%!%"&!%"&#'!%"&"&!%$$# $"""##!!"""## $### %## $ % $###"""#!##""# $#"$$""""!!!!! ""!"#""!!#"##$ % $#####$ $##$#!!""##""!    "#!!!"                                 !   "!!"!"!!!"!!!  ! ! ! "!"#$ $#!# $$# $!%!%!% $!&"&#'#'#'#'#' %)#'#'"&#'#'$ %# $" $!#"!!!" "#### $## $ $ $ $$##"#"""$#!"#$"##$#" !"!!!  !!!""!" ""$##$##### %" $ $ %# %##!!"##$"! "!!"!"#!                                       !!!""#"#"#"!!"!!"!!!#"""!""# $$ $" $ % $!&!% % $"'"'"'$(!&* %)!&* %)!&*"'+ %)!%*$($($($("'!&!%!%#$ % %#!"!#!##$"$ $ $$ $ $!% % $"#$#""##### $$ $$# $##""#"!"!!"!""""#""! $$ % %!%!& $ $ $$# $ $!% $!& $$###"$$$##"#"#""""    !!!                         ! !!!!! !"#"""#""####"###$"#$ %$$ % $##"& % %!& %!&#("'"&$( %)#(!&*!&*!&*!&* %)"'+!&*#(,#(,"'+ %) %)$( %)"'#' $!&!%!%!&"##"#"##$#$#$ %!% %"& %$$"#""#"# %$$$ %$ %$$#$#!!!!###"##""#$#""$$ %"& %!&!& % %$ % $ $ %!& %% % % %$$$!%% %$#### %##!   "!!!                           !"  !! !"!!!!!$###$#" $#$$ % %##!& %# $$!& $ $ $ $ $!&!&!%"&!&#($)%)!&*%) &+!&*!'+"'*"'*!&+#'+$(,#',$(,$(,#(+"'*!'*"'*"',!&*%)%)"'#'#(#'!% %!% $# $# $# $!%!%!& % %!&"&!&!% % %!% %#$$$ % %$$$ $ %!&!& &$!&"#""# $## %#"##$ %!&#$ % %!&"&!%!& %"'!&"'"&"&"&!& % % %"'!& %!% & % %!& %$$#$ & %$""!  "!"!!!                             !!""" #"!""$$ $# %#$$$ % %!&$ % % %!&!&$$!&"'"'"& %!&!&!&!&"&!&"'"'%)%* &+"'+#(,!(+$(,$)-#)-#(-#(-"(-#(-#(-$)-%*.$(-#(-!',!&+!'+#(+"'+!'+%*"'+ %*$)"'"' %$$ %!%$$!&!&!&!& %"&"'"&"&"& %!&!&%$ % %!&!% %"' % %!&!&!& %%% %$$##$!& %!&#%$$% %!& %$ % &!&#'#(!&!&!&!&"&#(#($(!&!& %"&$(#(#'"'!&!'"'"'!&$$%$$ % %%#"!""!#$#!"!                          !!  !!"!" """!""$#$$#!% % %!&# %$$# %"&"'!% %"'"&!&"&$#(!&!&#(!&!%"&$($)%*!'+#(-%)-$)-$)-#).#).#).&+/$*/&+/&+/&+/$*/#*/#)."(-!&+#(-$(-#),$), &+%*$)#("'#(!& % %!& %"!&!&!&!&!% %!%"&"&"&$!& %$$### % %$!&!&!& & %!& % %#$$$$$!&$!&!&$#$% %% %#$$!&!&"'"'!&"&!&"'"&$(#'!&!&"&!&$)#(#("'"'"'"&"'"'"&!& % %# & % %$#! ##!"#!!#"                            !        ""!!""##"##$$$$!%"'$ %"'"'!& %$$!&!& %#'#'"'!&#'!&#(#("'#'#("'%*%) &+ &*"(-!'+"(,%*/&+0%+0%+0%,1'-2&,2&,1(-1).2(-2&,1'-2%+0$*/#*/%*.").#(-#(-"(, ',!',%*$)%*!&!&"&#(!& %"'!&!%$$ %!'"'"'!' % %% %%#!% %!&!&!&!& %!&!&!'!& % %$#%$$$!&!&!'!&!' & %!& %% %% % %"'"'"'"'!'!&"'#(#("'"'#("'"'#($)#(%*$($("'"'$(#("' %!& &!&"'!&$$"#!#$""#"!!"!   !                      "!!!!!!! ! "!"!!!#!#""$ %"""$$!&"'"'!&!&"'!& %!&#("'"'!&!&"'"($(#(#(#($)$)%*$) ',&+ &*!(,$).$).#*/%+0&-2)/2)/2*/3(/3)/3(-2*05*/4)/4*/4(.2*/3'-1'-1%+0&-2%+0"(-#(-"',"',!(, &+ ',$)#(#("'#(#("'"'#( &!&"'!& % %"' %!&!&!&!&!&"'!&!&!&!&"'#(#("($(#(#(#("'!' %$!&% &"'"("'"(!'!&"'!&"' &!&"(!&"("'"'!'#("'"'#(#'#(#'$($)"($) %*$)$)#($)$)$)$($)$(#(#("(#(#( & & %#$$"$""""""!!!! "                   "  !  ""# "  !  !! !" !" #$!"""$""!"$$# %!& % % %"'"'!&!&#(!&"' % %#(!&"'"'$)!&* &+ &+ &+!', &*"(-#(-#*/$*/&,1&,1*03,05+05,15*05,16.38,27,27+16,16,16+16)/4)/4+/3(/3&,1&,1$*/"(-"',!&+"(,!(-%*%*$)"'!&#(!&"'#(!&!' %"'%%!& % %!&!&!&!'!&"'"'!'"(!'"'#(#(#($)$(#(#(#'!&"' &!' & %!' % & % &"'"'!&!'!&"'"(!&#("'"(#("'"(#($)$(%)$) %*#($)$)#(#($)!',#($)#(#($(#("'#(#("'!&%$"!##$!"""!$"!""                   !! "! ! "!!!   ! "!##"!!$###"#$####% %!&!&!& %!&!'!&!&"(#(!&!&!'!'!&!&#(#("( &+&+ ', ',"(."(,#).#).#).&,1&,1(.3,15-16/48.48/48-48.59.49.59.59.49-48,27-38+17+16+16*05)/4&,1%+0$+0#)."',!&+")-!(- &+%*%*$)"'#)"'#(!&!&!'"'!&!&!'#( &!'#( & %!&"'$)$)#)#("'"($)$)$)#)$)$)$)#(#(#)!'#(!' & & %"'"'"(#("(#(!'!'!'!'!&!'$)$) %*$)$)$)%*!&+$)%*%*$) &+#)%*$) %*$)$)#(%*#("(#("("( &, &$$##$ %%"!#"##"$#!!     !!!               !!"""!#""# !!  !    #"#""#!"#""#"##!#$#!&"'!&!&!&"(!&!'"(!&#(#("'!& & %#)$)%*!'+ &+ &,")."(-"(-#*/&,2$+0&,2*05-26.3816:06927;26;05:05:06;16<16<1649>28=3:>39=4;?4;@29=39=27<39=38<06;/5:-48,38+05*/5'-1%+1#*/"(-"'-!(,!(.%*&+$*%*$)$) &!'"'"("'#(!' % & % &!'"'!&!'"'!'#)!'!'#(#)#($*#)$)$)$*%*#)$)$)#)#("("( & &"'$)$)$*"(#($)$)!'!'#(#($)%*!&+ &+%*$)#)%*!&+ &+$)%*$) &+$) &+$)%*#)$) %+$)#)$)#*.39>5<@!'!' & %!'$ %!&#""#$#% %$!!!  ! !!!!              &+2'-3   !! ""$$#"##!""!!!!!!! "#""""#$ % % &# %%$%#$$%!&%$!&%#(!'#(!&!& %#(#("'$)#($*%+%*%*%*!(-!(.!(-!',$*/$+0&,2(/3)/4+06,28.5:27<59>5:>7<@7C7C8=C7=B8>C5<@4;?4:>49>17<.49,37+06).4'.2%,1%,1")/"(-")- ',&,$)&+%*&+#)"(#(#(#)#)"'#(!' %#("("'"("("(!&"'#)#)"(#("'%*%+ &+%* &+$*$*%*$*#($*#)!'!' &"(#(#)#)$*$*"("("(#)%* %+%* %+%* &+ %+%*$* &+ &+$* &+ %+ &+!',%*!',!',%*%*$*$*#)"(!'-'.4!',#)"("(!'!'#)"( &!'%%%%$%%%%"#!"!!!"#"! !"!!!                 &,2(-4    "!!#"#$$"$$"###"#!""#$#""$$$$$$#$ %%$$#$$%$ % &%!'"(!&"("(%*!'"(#(!&"(#(#)%*%*$*&+ &, '-#)/").")-#(.$+0%+1'.3*/5,17.5906;27=4:>5;@8=B:?C;@D;AE;AE:@D>CH28=/5:-48,28'-3(/4&-2%+1#)."(.!(- '-&+$*$*$)$*"(!'"("(#(#)"("(#)#($)"(#("'"(!&"(#)%*#)$)%+#)%+!&,$*!',&+$*$+%+$*%+$*"("("(#($)#)"(#)$*$*%+$*#)$* &+ &, &+ &+%+ &+#(%+$*%+%+ &+%+!', %+$* &, &, &+ &,%+ %+%+")/")/',#)%+#)!'#)%#)"("(!'% ' %% &%!'$%%%#$"!!"#"!!"!!!  !!                !  !  !   " !!#!#"$$$$###$$$#"#$$$#$##$$%#$ &$$ %%$$ &$$%#" &!'!&"'!'!'$*$*#)"'#("'"'!'"(%*%+%+%+!(-!(."*/&+/$*/#)/%,1'/4)04)/4+06-48/6;49>6;?9>C9?C;AEDI?EJ?EIBGK>DI@EJ?DI=CH?DHtx|SX\628>/5:-49,28,27(/3&-2%,2%*0").")/ '-%+%*$)#)#(#)"'!&"(#)"'#)%+#)$)$*%+"("(#)#)$*%*&,%+&,&,%,%+&,%+!&,&,$*&,&,%+#)$*%+$*#)#)#)$*#)#)$*#)$*#)$*$*$*%+$*%+$*%*&,&, &, &+&, &+ &+&,!&, &+!', &,!', &,%+$*/%+/!(.$*%+$*#)$*"(#)#)"(!'"(!&!'!&#) & & &%&$#$"#$#$#!!!"!! ! !  "                 " "   !"! !!"""$#%#$$$$%$$$$###"#%""##"%%$$#$%%$#$ %%%$$%$!&"'#(#(#)#)%+$*"(#)"(!&"("'!&$*%+&, '- '-!(-#*/$*0%+0&-3'.4)05,28+17-48.4938>7<@;@D9?C;AF?CGAFJ@FJDIMCHMCHMDJOCINCIMCHMBHMx|:AF9?D628=06;.49,27)/4(/3#*0$*/$*/$+/ ',%+%+%+$*"("'"(#)$)"'"($*#)#("($*$*#(%+$*%*$*$*&,%+%+ &,#)!',%+%, &,&,&,%,&,&,%+#)#)$*"(!'#)#)#)"(&,&,$*#)#) &+&,%+%+&,%+%+%+%+ &+ &,&,$+&,%+ &,!'-!'-!',!',!&,#*/%+0!)/%+"($*$*$*#)"("(!'#)#)"(!'!'!'"( && && & &##""""#""!"!"  !!! "!               !  !!!!!! !!!!#"#$&&&&&$###&#$#$"#$$#"#"#"%"'% &!'$ & %!&$$ %$ %%$ & &!'!& &!'#("'$*#)$)#)"'#)"("'"'$*%+!(. '-"(.#*/$+0%+1$*0(/5*16,17,28,3806<28>5;@7=B:@E>CG?EJCGLEJNFKOGLQGLQEKPINSGMRGLQ^cg{>DI>CH9?D65;A7>C;BF06<07<-39*06)05(/4%,1%,1")/ '- '-',$*$*$*#)#)$)%+$*&,'-$*%+ '-&,'-&,%+U[_W\`"(-',"(. '- '-%+"(.'- '- '- (."(- '-'- (-"(-%+'-"(-%+$*&,&,%+%+'-'-%+&-',%+$*&,&+%+&,%+ '-%+&,!'- '-!(-"(-"(-!(-"(-"(-"(.!)/%,2 '-&,&,%+$*$*$*%+"("($*$*#)#*"("("(#)"(% & &!( '%%###$##"$%"#"#" !  !             ! !"! ! "!! ""#"#$#"$%%$$$%&$%&$%$%%%$$$% ''%%##$$"'!&!'!'"("( &"(!&!' &"(#)!&#( &% &!'!'!&"(#)$*#)"($)$*#)$*$*$*%+&,!(.!(.")/#*0$*0$*0&-3)05+17-39-4917<4;@6C3:?3:?06<,38+17)05*16(05&,2$*0!(. '-%+%+%+%+$)%+%+&, (. '- '-!(. '- (. (. '-&,%+%+&,&,%+&,&,%,'-#*/!(.#).#). (.#)/#)/$*/#). '-"(.!(.!(. '.&,'-&, (.&-'-&,&-"(."(. '- '.&,%,&,!(. '-'- '-'- (. '."(.#).#)/#)/#)/!(-"*0$,1&-&,&,&-%+%+%,%+$*$*")"(#)")#)#)#)#)"("(!'$ & & & &$$%$$#$$ &$"""$!!!!  "!#!      "!"!""!  !!!!"!!#"$###"%%%$$#$%%%%%$%%&&&$%%&&%$#$"#!'"("(#)#($)"(!&"("( &"'"(#)"(!'#)"("("(#)"(#)"("(!'"("(#)$* '-%+%+&,&,&,!(.")/$*0%,2'/4)05+17.5:/7;39?4;@8>C;AF>DI?EJDJOFMQLQUOSWPUZQX\SX]TY^]bfINSFLQCINAGL=CH9@E517=07<-4:-39*16'/5%,2"*/$,0"*/ '- '- '-&, '-&- '- '-'- '-%+&,!(.!(.!(.%+$*$*$*%+&,$* '- '- '- '.").#)/!(.!(."(."). (."). '- (.!(.&, '. (. '. (.'-&, (.'- (. '-"(.#)/ '-'-&,'-"(. (. (.$*/"(.'-"(-#).#).#*/#)/")."(.#*/&,1%+&,&-&,&,$+%+%+$*%+#)"(")!("("(")#)"( '"( &!' &%%&%#$##%#&%%"$$#!!!! !! "!           !! " !!  !"$"##"""#$$#$$$#%%&%%##$%%%&%%%%#$%&&&%&&%#)"'"("'!'#)!'!'"("(#)!'!'#)"( &"("("("(!'!'#)$*"("( &"(#)#)%+%+%+&,%+ '-!(.%+1$*0&-3(/4+17,38.5:17=4;@7=C=BG=CHAFLDJOHNRJPUNTYQW[SY^V\`W\`flo^bgJPUHNRFLQCIN@FK07<-49,39*27'/5%,2&,2")/$+1 '- '- (.!(. '-"(- (.&,#)/ (.&,&,").!(. '-&,$*%+$*&,&,&,"(. '.'-!(. '-#)/ (.&-!(.")."). '.!(.!(.!(. '. '- (."(.&,&, '.%,%+&-"(. (. (."(. '. '. (.#*/ '-"(-"(."(.&,")."(-"(.#)."). (. '."(. '.&-'-&-&,#*%+#)$*&,#*#)"(")"("(")")")!'!("(!'!'$%!'&"%$$$%& &%$"#"# !!!! !!!  !     !   !"$$# "$##$$#"$#$& &&$$%$$%%#%$$$%$%&%'$%%&&#)"("(#)#)#)!'!'!'!'#)$*#)#)#)$*"("("($*"($*$*#)"(#)#)#*$+$*$*&, '- '-!(.!(.$+0%+1%,2)06)06-39.5:18=4/6;.6<-39)16'.4'.4")/$+1!)/ '.!(.!)/ (. '- (. '- '-'-&,%+ (.!(. (. (.$+&,&,%+%+&,'- '. (.#).!(/")/!)/ '.!)/!(/ (.#). (.!(.!)/$*0$*0!(/!(/ '. (. (.&, (. (.#)/!)/").#*/ (.").#)/#)/#)/!)/!)/").'-#)/#)/!)/#)/#)/ (. (.#)/'-#)/ (.&-%,%,$*$+#*%+%,#*$+$*")#*$+#*")!(!'")")"( && &&%%$$%%& &&%$%$#"#!! !!##"!!!! !!!!"!!"$%""#"!"$#$$#%$%&&$$$%%$$$%##$$%%%&&'%% '&%#)$*"(%*%+#)$*&,$*#)#)$*%+%+$*#)!'!'"("(!(%+$*#*"(#)$*%+$*%+#)&- '- '-!)/#*0%,2%,2'/5(05+17,28/6;3:?7=CEJAHMDJOIOTMSXOUZTY_W]aY_d^bg_diTY^RW\PV[LRVFMRDKP@FL:AF9@E4;A28=/6;-4:,39+28(/5&-3&,3#*0!(/"*0!)/ '. '.!)/ '.&-!(/&, '-!(/")0!(. '. '. (.&,&-%+'-&, '- '.!(/!(/ '. (.")0!(/!)/!)/")0'- '.$*0!)/$*0#*0")/#*/ '.!(/")0#*/!(/#*/!)/#)/!)/ (.")0 (/$*0#)/#)/#*/#*0#*/#*/ (/ (/!)/ (/$*0 (. (/!(/&- '.&- '.%+&,&,%,$*%+&-'-&,'.&,&,&-%,%+%+%,%+")")!( ' &!'&% ' &%!' ' &&&&$%$%##"!!""!#""!      !" " # "#%##$#"$$$##%%%#%$%%#$$%##$$$&###%$& (&$%'% '$*&,#)%+#*$+$*%+#)$*%+#*%+#*#*$*"(!'!("(#*"($+%+#)&,&,#)%+$* '-'-%,!(.$+1#+0$*1$,2'.4,28+28-5:39@6=C9?D>DJ@GLDKPIPUMRWQW\V[_V\a[af`eiafjY_dU[`QW\NTYKRVGLRBHM=DI:AF6=B4;@17=.5:+18*27)06(/6&-3%,2"*0")/"*0#*1!(/'-&- (.!(/!(/!(/"*0!(/$+0$*0#*1")0!)/!(/ '-%,!(/!(/ (."*0 '.%,!)0 '."*0 (/!(/$*0!)0'-"*0%,2%+1&,2&,2"*1!)0!(/$+0%+1")0")0!)0!(/")0!)0!)0 (/$*0%+1%+1%+1")0#*0 (/!)0!)0!(/"*0"*0#*0"*0 '.!(/!(/ '. '.%,%,$+")%,%+&- (/ '.!)0'-&,'-&-%,&, '.%,%,")!(")!( ' ' ' & &!'!'!( &&%&%$#"$##"!#""%"""     ! !#"!"###$###!#$$$#%#$$$%#$%#%%&&%'%$&$%%%' '%%&'%&!(!(&-%+ '-%+%+%,%+&,%+$*&,$*")%+$*%+#*#)")#*#)$*$*%+%+#*")&,&,&, '. '.'- '.$+2$*1&,3'.5(05-4:,39/6<3:?8?D;BG?FKBHMEKQKQVRV[V\`W]b\bf_eiejn]cgY_cV]bRX]MSXJQVDJP>EJEJAGLFLQIPUNTYSY]V\aZ`d_eidimy~afk]cgZ`dTY^PV[KRVELQBHMD3;@3:?/7<-4:,39)16&.4&,3#+0!)0#*0")0!(/ (. (.&-&,")0!)0")0%,1#+1#+1"*1"*1"*0$+1%,1#+1%+1#+1!)/ (. (.!)0'-!(/"*1!(/!)/"*1"*1!(/#+1"*0$+1%+1'.4#*1'-3&,2%+1&,2&-3#*1#*1%+1"*1"*1!)0"*1%,1$*1%+1&-2%+1&-2#*1%+1"*1!)/#*1!)0!)0!)0!)0'.'.!)0!)0!)1 (.'. (/'.'-%,&-'-&- (/&- (. (/$+ '.'-&-%,"(#*")#)#*!(")#*"(!( &!(") '%%&%%!$%%#%$#$$##%#       "!##$$##% '$&%#!!$$%%&&%%%#%%""$%& '!(&$%$'%&%&' (!( (!)&' (!( (. '.%,&,&,&,%,%+%,'.%,$+$+#*&,&,$*#*$*"($+#*$+%,$+$*")%,%+&- (/"*0#+1"*0%,2$+1)17+28*07-4:/6<3:?6=CEJ;BH6D5=C3:@07=,4:*28)17&.4&-3#+1"*0"*1#+1"*1"*1 (/'. (/ (."*0"*1$,3!)0#+1$,3#+2&-3#+1#*1#+1#+2"*1#*1!(0#*1 (/"*0!)0"*1#+2"*1"*1"*0#+2%,2&,2'.4%,2&-3&-3#+2'.4&-3#+1&-3#,2#+2#+2&-3'.4&-4(.5'.4&-4&-3$,3$,3#+3"*1#+2"*1"*1!)0!)0!)0!)0"*0'."*0!*0 (/ (/ (/!)0"*1 (0!)0"+2"*1"*1"*1!*0&-'.$+$+%,%,%+#*#*%+#*$+#*")#* ' '& '% (%%&#$#%%!#'%$&$$### !! !##$$%$%%$%&%&%$%%%&&&'%%%$$%'&'!) '' (%&& '& ( (' (' (&!)"*'"*"*")"*#*1 (.!)/ (. '.'-!(/&-%,&-!)0!(/!(/&- (. (/&-'- (.&-%+%,&-%+%,%+&-&-&-")0$+2#*1%-4'/4'-4&.4*28-4;-4:06=4:@8>D;CI@GMEKQKRWOTZTZ_V\a]chbglfkoinsrw{kpueko`fk[afW]bRX]MSXDKQ@FL=CI9@F7>D5-5<,3:)17&.5%,3#+1%-4!)/!)0#+2!*0 (/!*0!)0'.!)0"*1!)/"*1"*1$,3#+2%-3'.4'.4#+2$,3"*1"*1 (/ (/!)0 (/!)0#+2!*0!)/!)0"*1#+2%-3&-3$,3#+2'.4%-3#+2&-3'.4$-3&-3'.4'.4&-3(/5#,3&-3$,3#,3$,3$,3#+3#+2"*1#+2#+2$,3#+2!*1!*1#+2#+3#+2#+2#+2'/ (/ (/"*1"*2#+2!)0#+2#+2$,3#+2%,2#+2"*1&-%,%+$+$+#*%+$+$+%,%,")%,!(!(")& ( '&& '&& (%#""$%$%%%#$#!!!       !#'$#$%$%&#%&%%$%#%& ( ' '%&$$&&&& (&% (!)!(%&%&& (&%!) ( ("*#*"*"*!)!) '#+1"*0#*1#+1!)0 (/&-&-'.&-'."*0'.&, (. (.'.")0#*1 (. (. (. (/!(/ (/'.&,'. (/")1"*1#+2'.5&.4&.5*29+39-4;07=4;A6>D9@F=DJBIOHNTMSYQW\U[`\bg_ejdiniotqvzlrvinsdin_ejZ`eSY_NTZHNTCIO>EK;BH8?E5=C3:A.6<+29)17&/5&.6$+2$,3"*1"*1'/!)0!)0 (/ (/(/!)0#+1#+2"*1!)0#,3!)0&-4$,3%-4#,3#+2"*1#+2 (0"*1#+2 (/"*1"*1!)0"*1#+2$,3"*1#,3$,3$,3$,3$,3$,3&.4%-4&.4'.4'.4(/5'.4(.5(/5%.4$,3$,3$,3#,3#,3#,3#,3#+2#+2#,3$-4!)0$,3"*1#,3#,3#,3#+2#+2 (/!)0!)0"*1%-4#,3$,4$,3$,4#,3#+2#,3#,3(/!)0$,$,#*#*%,#*$+#*#*%,#*")#*!(%& ' '%&&&& (&%%$%$&$"%$##$$" " "#$%%&'$#%&&###$%%#%$&&%&&&$%$$&'& (''!) (&& '!*&%&'& ($,"*$+"*!)"*"*#*"*0"*1#+1#+2"*1 (/'. (/ (.!(/ (/!)0&-&- (.")0!)0#*1!(/ (."*1 (/'."*1&.&-'.'.")0"*1#*1$+2#+2&-4'/6*29/6EKDKPIPUNTYUZ_U[a^dichmhnsnsww|qv{kquhmr`fk\bgU[`NTZJPVHNT@GMD8?ED3;@2:@.6<,4;)17(07*18'/5%-4"+2$,4"*1'. )0"*1 (0!)1(/ )0'.&.!)0$,3$,3#+2$,4$,3#+2"*1#,3!*1"*2!*1 )0"+2!)0 )0"*2!)0#+2"+2$,3"+2$,3'.4%-4%.5$-4%-4"+2$-4$-4(/5'.5'/5%-4'.4'.4$,4$,3"*2#+2#,3#,3"+2$,3%.5'.5$-4%-4&.5(/5'.4$-4$-4$,4$-4#+2#,3#,3$-4$-4&.4$,4'.5$-4(.5$,3#,3#+2$,3(/(/'.'.%,$,%,&-$+#*")!)!)&&&&&&&&&%&%'&&&$$# "$""%$$"#$"%"   #$%&' ( ("*"*"*!)&%&%&& ( '!)&' (&&&%&%'&'&' (&&''''!)''%&&'#+")#*$+#+%,$+&.$,$+&.5%-4#+2#,3#,2"*1#*1!)0!)0 (/'.!)0$,3"*1#*1"*1!)0"*1#+2"*1$+3%-4'/5#+2"*1#*2#+2#+3$+3"*1"*2#+3$,3'/6+2:,4:/7>3:A9@E:AGE29@/7=/8?,4;)29+3:'/6%-4&.5#+3"+2$,3"*2!*1!)0(/!)0(/'."*1!*1"*2$,4!*1$,4$,4#+3#+3!*1!*1 (/(/"*1 (0!*1"*2!*1!)0 )0!)1#,3$,4$,3%.5#,3%-4#+2%-5"+2%-5&.5&.5&/6)17%.5(/5$-4&.5$,3$-4$-4$,3#,3&.6&.5'/5%.5'.5'/5(06%.5&.6(/6$-5$-5%.5#,3#+3$,4#,3$-5$,4$-4&/6%-5(/5%.5%-5#,3"*2!)1"*1 (0 )0!)0'.'/#*#*#*#* ' (& '!)!( '&&%&%%%'%&&##!!##%$!!####$&$##    #%$'!)!)"*"*!)"* '''' (& ("*!)"*!) ( ("*&'''!)' ( (!('' (#%'!)!) ( ('%%&!)!)!)!)!*!*#+%,%-$,$,&.5$,3"*1"*1"*2!*0#*2#+2!)0"*1"*1$,3#+2#+2!*1#*2#*2$,3#+2%-4'/6%-4%-4#+2#+3"*1#+2$,3!)1$,3$,3%-4$,2(07+3;,4;/7>5D7?F/7>,4;*39*3:(/7'.6&.5%-5$-4$,3"*1!)1#+2!)1 (0#+2!*1#+2#+2#,3#+2%-5#,3$,4$,4#,3!*1!*1(/#+3!)1!*1"+2"*2"+2#+2"*2"+2"+2%-5#,3&/6&/6%.6$-4%-4%-4#+2%.5$,4(/6&/6$-4%.6$-4$,4%-5%.6(/6&/7(06&/6)07(/6&.6(/6(/6*18%.6'/7&/6(07(/6$-4"*2%.6%.6(/6%.5%-4$-4#,4%-4%-4(/6%.5$-4"*2 )0(/#+2!*2 )0 (0&-'/%,#+#+#*#* ' ( (!("*!( ( '&&&%'%&%$!$# "$!$ !!$$%&##!  !"  "!!!$'' ("* ("*"*"* ( (!)#+ (' ("*!) (&'!)' (' (!) (' (!)''"* (''!) ( (#+"*!)'' (' ("*!) ("*%-#+%-#+#+%-&.5$,3#+2#+2!)0"*1"*1"*1"*1!)0 (/$,3#+2#+2#+2%-4$,3%-4%-4&.5&/6)06#*2"*1$-4#+2$,3#+3"*1$,4$,3$,3&,4'/6+3:.6=08>3:A5=D9@F=DJ>FLEKQJPWOV[U[`Z`e`fkhmrntyÁ{v{ouzhmsbhm\agW]cOV[NTZFMS@GM>FL8?E3/7>.5=,5=*29%.4(17%.5#,3%-4"+2!*1 (0!*1#,3#+2$,4"+2#,3"+2$,4$,4$,4%-5$-4#+2#+2 (0 )0 )1"+2"+2$,4$-4#,3#+3 )0"*2"*2#+3$-4%.6%.5$,4%-4%.6%-4%-4#+2&/6(/6%.6#+2#+2$-4#,3$-4)07)17)07&/6(/6)07%.5&/6(07)07*18(/6'/7%-4&/6&.6%-5$-4%.5&/6"+2%.6&/7&/6%.5%-5&.6&/6%.6%.5#+3 (0"*2!)1"+2"*2 )0%-%-&-%,$+#*!(!("*#*& ' ('#* (''%%$&%#$!!!#%%& !#$#'&$$!!    $#$#!$##&% ('!( (!)!) ( (!(#+#*'!)!) '!)!)'#+ (!) ( ('!) (' (!) ( (!) ( ( (!)'!)#+"*"*&&&' (!)!*!)!)#+#,%-%-$,$,$-3"*1#,2$-4 )0!)0 (/ (0!)0"*2!)0#+2$,3#+2"+2$,3%-4%-4&.5%-4'/6'/7&.5$,3#+2!*1#+2%-4$,3%-4%-5%-5'.5+3:-5;,4;08>3:B5=C8@F=DKAHNDLRKRXPW\U\a\bgcinjptqv{؃|x}rw|jpudko]djY`eSZ_NTZGNUCJQ@HN/7>*3:'.6)07(17%.5&.6$-4#,3"*2"+2$-4#,3"+2$-4$-4$,4#+3$-5%-5#,3#,3$-4"+2"+2!)1 )0"*2!*2#,3"+3!*1!*1"+2!*1!*1#+3#,3"+2%.5'/7$-4&/7$-5'/7%.5$-4$-5%.5%.5$-5%-5%.5%.5'07*18*18)07(06$-5'07'/7*28)07*18)18'08)07(07&/6&.6&/6%.5'/7#,3&.6'/7&/6&.6%-5$-5&/7#,4%-5#,4#,3!*1#,3"*2#,3#,3 )0 )0'.%-%-%-#+!("*!) ( ' ( ("*!) '!(&&'$$%%$#$$$$$ $#%&%$%$$  $!"!!$"$%%'' ("* (!)!)"*#+"+"*!*' (!*"*"* ( ("*!* (''!)!*"*!) (!("*!* )!) (!*!*!)"*"*#,!)!*'' (!*( (!)"*#+$,%-$-#,%-&.6$,3$,3$,4"*1 )0$,3 )0$,3"*2"*1"*2#+2$,3%-5$-4%-5&.5'/6%-4'/6'/6&.5#+2$,4&/6%,4%-4%-5%.5%-5&.6(/7+3;,4;/7?08?4;C6>E;BI;CIAHNELRLSYSY_W]c_ekdiokpurx|zty~msxiouagm\ciU\aQW]MU[HPVDKR=EK;CI6?E4A/0-&*''%%%!"  !    #%$%&'&'&"*"*#,#+(!)"* )"*!)!)!)"*' (!)!)!)"*!)#+!)!)#,!)!)("*#,!) )#+$,"*#,#,#+#+!)$,$,#+#+#,#,$,"*#,#+$,&.#+%-$-%-&/&/&.6#+2"+2"*1!)1#+2#+3$,4!*1$,4#+2#+3%.5%-4&.6'/7'/6(08'/7%-5'/6&/6&/6'/6&.6'/7$,4&.5"*2$,4'/7*19(/7,5<-5<09A1:A5FL;DK9@H6>D2;B1:A-5=,5<-6=)2:)19(18'07&/7%.6%.6%.6%.6(19(19'08&/6(19#,4"+3%.5#,4$-4&/6$-4#,4#,4%.6$-4&/7$-5&/6(19'08'08'08(19'08'08(19)29(19'08%.6$-4'08&/7'08'08'08'08+29(19*29)2:'08)29)29)2:)29(19+39+29-5<,4;+29'08&/7&/7'09(19&/7'08+3:'19$-5$-5'07$-5"+3$-5%.6$-5$-5$-5#+3$-5"+2#+4#,4!*2 )1 )1(0'.#+$,$,#+%-"*%,#+"*"*#+$,$,"* ( ('^NFcSdXqhaZi>8b83]3/tRNyXWW0,S-(V50qURV54J(&E'%.$'!%!!""!    #%%"#%#&' (#+!)!)"*"*#,#+#+(!)"* )#,#+#,!)#+"+"*!) ("*!)$,#+%-#+#+$,#,$,"*$,#+#+"*#+!*#+"+$-&.&/'/&/#,#+%-%.&.'0&/&.%-#,$,'0'0&/&.$,%.5!*2#+3#+3#+3%-5$-4$-4$,4$,4$,4$,4$,4$,4%-5&.6$,4%.5'/7'07$-4%-5$,4%-5$,4$,4%-5"*2#+3%-5'/7)19)09.6>29A2;B5E8?GE5=D418@09A4-6=*3;+4<)19+3;)29(18)2:(19)3;*3;)2:(19(19#,4%.5$-5#,4#,4$,5$-5%.5%.6$-5&/7&/7%/6'08*3:+3:'08*3;'08*3:(1:&08(1:)2:'08'09)2:(2:'08)2:+3:+3:(2:)3:+3:+3:,4;)3:'19)2:(2:+3:*3;,4:,4;-5<,4;,4:&08%/6'19)2:+3:)2:)2:+2:'19%.6$,5%.6$-5!*2$-5%.6%.6"+3$-5$-5"+4"+3!*2$-5!*2!*2 )1 )0'/%-&.&.&.%-&.%-#+%-%-#+%-&.$,")hXlZn_|pmesG?mA8f92`50yUR{XUwWT`:6T-)R,(P-(lOLjMLN-+E%"C#!7##"" "#   ! $#$&&'(!)"*!*#+"*$,!*$,!*"*"*$,"*"*#+!) )"*#+%.%-#+"*#,$,$,#+$-#+$-$-$,#,$-#+#,$-#+"*"*$-$,$-&/$,&/%.$-'0'0'/(0&/'0(0'/%-&/ )1(0(1&/&/'/7&/6"+3%.6#,4"+3"*2"+3$,4&/6'/7(08(19'/7&/6'/7)29(18$-4&/6$-5&/6%.6$-5&/6%-5$-5#,4%.6'08(19)19*3;-6>.5>3FELCLSJQWQW^V]d\cicjoioupu{u{|u{ouzjpvcjo\ciZ`fT[bOW]JRXEMSBJQ@HOE5=D0:@09A,4<-7>+4<*4<,5=+3;+3;,5<)2:*3;(19(19)3;(19(19'08$.6%.6#-5%/6%.6%.6%/6&/7(09&/7'08,4;)3;)2;)2;*3;(19,4;(2:)2;)3;(19'08'08(19(2:)3;*3;,4;,4<,4;-5<-5<*3;,4;,4;)3;)2;,4;,4;+3:)3;-5<-5<+4;,4;(19%.6(2:'09(2:)3;'09(19&/7%/7&/7$-5&/7%.6%.6#,4&/7$-5%.6#,5#,4!*3#-5#-5 )1!*2!*2!*2(1&.#+$-%-'/#+%-%-&.(0$,$,#,$-hXp\ra~rwlxLBpC:l=6h93h;7|ZVyVSxVR`94T,)R+(N+'eFBiLIcGEE%#B$"A" 3 ! !!###!!""#!$&' (!*!*#+%-!)"+"*#+!)"*#+!)!* ( (#,#,!)!)#+#,%-&.&/$-#+"*&.$-%-&.#+$-"+#,%-#,"+!*"+#,#,$,(0%.&/'/'/%.&/(1"+4(1 )2(1&/"+4(1&/'0'/'/'/(1(19$-5"+3"+3"+3#,4#+3$-5'/7(18(19(08'08'07&/6'/7'08&/6'/7&/7'/7(08(08%-6&.6#,4#+4&.7&.7'/8(09(08*3;-6>19A3;B6>F7@G9@H=EL/8?-6>*3;)2:+3;)39)29)2:.6='08'18(19)2:$.6#-5%.6%/6%.6&/7#,4'08$.6#-5)3;-5<,4;)3;*3<*3;)3;*3;(19(2;(19'08'08&/7'08(2:,3;(2:,4;,4<-5<.6=/6>-5<,4<)3;(2:(2:(2:)2;(19)3;*3;)2;,4;+3:$-5'08'08+3;(2;'08(2:)2;&/7&/7$.6(09&/8&/8$-5(19$-5'08&/7%.6 )1",4#,4",4#,5(0 )1(0'/$,#+'/&.'/%.&.&/(/&.%."*$,w^Rt_n[}oyocXvI?pB9k;5g81yRN|WSyTRvRN`84T,'R+'O*&Y85hKIeIHT75B" ?" =!) ##&"" !#"""&#(#+ ( (%. (!*"*#+#+"+"+ (!)( (!) ('!*"*#,%-%.#+$-!*!*#,%."+%."+$,$-"+#+#,#,"+!*$- )%-%.&/$,&/'0'/%.&/ )2(1'/!*3'/ )1(1!*3(0'/&/&/'/(1(18%-6$,4$-5"+3$,4$,4$,4'07(19)19'/7(08(08$-5'08(08'08&/7%.6'/7&.6%-6$-5%-6$-5%.6$,5&/7*2:(09)1:*2:,4=/7?3;C7?G8@H:AIFMBIPJQXQW^V]c^djbinhotpv{w||v|pv{ipvdjpahm[bhU\bRY_LS[JRXFNUBJQ@HO;DL8@H5>E3-5<-5=-6=-5<*3;+4<+4<*3;*3;*4<)3;*4<,5<,4;*3;(19&08'08(2:'09'19)2:'19'08%/7#,4&/7%/7)2:'19'19%.6$-6%.6%.7#-5$-5#,4",4#,4!+3!*2!*3'/'/$,&/&/(0'/&.'/&.&/&.%-UIEwbp]{k|ptk~OEvG=r@9k:5i:4XT{WRxSPuRN_83T,'R+'P)&O*'gIHdGFaFDC$#?"< 9#&&"#!"!!#&&&&"+ ( )"+"*!)!*$-$,$-"*"* ) ( (!) )"+ (!*!*"*$,$,&.$,"+#+&/$-%-&/#,$,!*#+$-"+!)#,%.$-"+$-(1&/(0%.&/$-&/(1'0)1 )2)1)1 *2(1%.&/)1(1)1)1$-5%.6'/7'08$,4$-5(19'/7'08%.6'/7%.6&/7&/7&.6&/7%-6(08&/7%-6(19(08$-5$-5%-6"+3$-6&.7%.6'08*2;)09*2;-6>.7>07@4;D5=D9AH:BJ=ELBIQJQWOW]W^d\biciofmrnsyv{Ҍ~ysx}kqwflrbin^dkW^dT[bPW^KRZHQWGOVBJQ@HO;DK8@H5>F4+5<+4;*3;,5=-6>,4<-5=*3:)2:)2:(19'08(1:%.7(19'09*3;(2:)3;)2:)2:-5<,4<*3<-5<+4<*4<*4<.6>-5<*3<+4<(2:'08&08)3;(19)3;)2:*3;-5<.6=*4<-5<-5<*4<,4;*4<)3;)3;)2:-5<)2:-5<)2:)3;(2:)2:%/7(19&/7'08%/7%/7'19$-6%.6%.6'19*3;'19(2:%.6$.6$.6&08$.6"+4",4$-5#,4!+3"+4)1 *2!+3'/)1(0'/(0%-%.(0&.'0&/%-n]t`sasylj`{LAuF;p>7l;5sE@}WRzUQuQNtQM^72S+&Q)&O(%L'$bCBbEC_DBO42>!;91#$##!!#!"&#$&'#+#+#+"*!)#+#+#+$, (!)!)"*"+#+"+ )'!)"*#+ ($,"*#+"*$-%-%-"+%-!)!)!*#,$,%.#+'(#+$-$-&/'0'/(1'0&/'0&/&/(1)1(1)2 *3'0'0%-)1(0 *2(1 *3$-5(08(08(19%.6&/7(19'08&/7&/7$,5&.6$-5%.6%.6)19(08'/7'08%.6%-6$-5(08%-6$,5&.7&/7'/8)2:(09)2:'08+4<-5>-5=08A09@5=E:BI9AI=EMBJRIPWOV]U\bZ`gahngmsmsyu{~uznuzlrwhntahn[ciY_fU\bRZ`MT[KRYGOVBJQ>FN;DL;CJ8@H7?G4/7?09@09@.7@-7?-5=*4;*4;*3;,5=*3;'09(2:)2;+4=)3;+4=+4<)3<+5=*3;+4<+4=)2;*4<-6=.6=/7>+5=*4<)3;(2:)3;+5=)2:+5=/7>.7>08?.6>+5=.6=.6>.6=.6=,5<-5=-6=+5=+4<,5<-5=+4<'08*4<(19&/7&08)3<(19%/7%/7%/7&/7&08$-6'09*4<(19(2:%.7'08(19&/7$-6#,5#,5$-5$-6%.7#-5 *2!*3(0)1 )1'/(0'/(0(0)1&/'/&.\MGxcs_prwlYO|LAxE;r?8l<5{QL~WRzTPvPMsNK^62S+'P*&M(%K&$Z;8`CB]B@X<;= ;86#### !$" "%'!*#+$,%- )"*#+#+&.#+ )"*$,#,$-#+#+(' )"*$,!)#+ )#+ )$,#+#+$,"*#, )"+#+&/%.!* ) )$,#+%-&.%.)2(1'/)2'0$, )2 )2 )2(1)2)1(1%.(1'0)2)1)2(1'08(19&/8(19'08*3:&/8'08'08$,5&/7$-5%.6&.7&/7&/7&/8%.6'08%.6&/8'08$,5&/8&/8'/8$-5%.6(1:'09)1:)2:,5=-6>/7@08A1:B5FM=FM9AI8AI4=D1;B1:B08A08A1:B.8?/8@.7?,6>-7?,5=,5=*4<,6>+4=+4=*3;*4<,6>*4=+5=-5=+5=*4<+5=*4<)3;*4<,6>,6>/7>/7>.6=+5=*4=*4<+5=,5>/8?.6=/7>/8?.7>-5=-6=/7>/8?/7>-6=+5=.6>,5=.7>+5=-6=*4=(2:)3;*3<&08&08*4='19)2:&/8$.6'09(19#-5)2;)2;'19'19&/8%.7&/8&08&08$.6%/8$.6",4$.7&08"+4",5!+3",5",5(0 *2'0 *2 *3&.&/%.(0m\xcuau|nuj~PDzI@uC;o?7m<5XS|VPxRNtOKsMJ]52R*&O*%L($J%#V64_B@[?=X?.7@2;C5=E8@H;DL?GOCKSGNULSZRZaX_e^dkdkpmsytz{tyntyiouelrbio_flY`gU]cRZ`MU[LS[FNVDLTBJQE3+5>.6>+4=+5>(2:*4=)3;,6?-7?+5>+5>,6>.7>+5>,5>,6?,5>,6>+5>,6>08@.7>.6>,6?*4<.7>*4=.6>08@.7>/7?1:A.6>/7?.6>.6>,6>*4<,5>(2:&09&09&09%/7&08%/8&/8$.7'1:%/7'19'19&08%/7'19&08(2;%/8'19&/8%.7%/7",5#-5#-6'09%/7&08#-6#,5#,5 *2",5)1!+3)1(0&.546{dwb|isylod{NCvH>pB9p>7rD?~VQ{SOuPKrMHpLH[40S*&O)%L'%I&#M,+\?>Y>;V<:I.,;641% (#$%!#(%!*!*("+"*'0%.'0$-%.%.&/%-$,"+!)#,$,#,#+"+ )#,&.#,'/%.$-%.#,$-%.$-%-%.#,&0%.&/%.$-%.&/#,"+#,&/$-)1)2'0)2'0(1(1!+4 *3)2#-6"+4!+4 )2"+4"+4#-6#,5!+4!+4!+4*3<*3;*2;)2;,5=*3;%.7&/7&/8%.7&/7#,4'09'08'/8&/7'08'09)1:(19$-6'09'09'08(1:$-5&.7%.6'08'09&/8(18*2;*3;-6>19B2;C7?G7@H;CJ@GOAHPDLSJQYQX^X^e\cjciphntpv{鏔}ytzov{krxgnubjp]dkYagV]dPW_MV\KSZFNUENU@IP=FN;DL+5=.8A.7@+5>,6?+5>,6?,6?-6?+5?+5>,6?,6?+5>.7?+5>,6?+5>+4=/8@,6?,6?/7?/8@/7?+4=,6>,6?.7?-7@-7?/7?/7?.7?08@/7?/7?09A08@-7?*4=+5?'1:'09'09%/8(2;(2;'1:)2;(1:)2;'1:'09$.6$.6&08(1:'1:(1:&/8(1:%/7%.7#-6&09%/7&08$-6$.6%/8%/8&08%/7$-6!+3!+4)2&/&.%-bQJybv`mqwjfYwLAsE;oA:k>5rG?{TOwQMrNIoJGmIF[50Q)&N'%K&#G%"K*(X=;W<;U;8J0.9621 &&#$%$%"+"*"*!) )#+'0&/%-%-"*%.#,#,#,!*"+"*"+"*!* )$-%-)1&/(1&/$-(1 *3%.'0&/&/'/'0&/%.&/&/%.%.(1$-#+!*%.%.&/&. *3 *2'0!*3 *3(1)2#-5$-6%/7!+4!+4!+4 )2#-6 *3!+4!+4#-6+4<'09(1:,5>)2:(19'09'08'08'08%.6'08'08'/8(09*3;*3<'08$-6%.6&/7'09'08'08'09$-6#,5#-6'08(19(1:*3;*2;*3<,5=08A4=E8@H8AH:BJGOG2;C3=D2:C3,5=-7@-6?,6?-7@.7@/7?*4=,6?,6?,6?,6?+5?,6?,6?/7?.7?+5>+5>-7?+5=,6?-6?-6?*4<+6?-6?,6?,6>+5>+6?09A-7?/7?08@/7?09A-7?08@/7?+5=+5>*4=)3<(2:&08'1:&09(2;'1:(1:&09&08'09&08(1:'19(2;)2;(2;'1:'1:'19'1:#-6#,5$.7%.7#-5%/7%/7'19&08$.6$.6$.6#-5 *2(1'/'/'/{bSv_t^t}msfbWsI>oD)3;)2;&/8&/8%.6%/7&08(1:)2;'08)2;)2;*3<)3;'08(2:'08(1:'09&/8#-5&/8#,5#-5%.7'09(1:(1:*2;*3<-7?08A3G5?F8@H;BJ>ENDLSIPWOV]U]c[bhaindkqlrwsy|w}u{ov|kryfntbip^flW_eU]dR[bLT[KS[HQXEMUAIQ@IQ>GO?HP,6?08@19A,6?,6?/8@,6?,6?*4=08@/7?,6>*4=-7?19A-7@08@/8@-7@2;C/8@/8@-7@-7@-7@,6>+5>(3<(2;(2;'1:(2;)3<'2:)4<(2;)3<&09(3;(2;)3<)3<)2;'1:%/8%/8&/8#.7%/8&09$.6$.6%/8&08'1:%/7$.6#-6#-6#-5)2 )2(1&/(1mYu`s^qzkqd{VJoF;lC9i>6f;3pJDtPKpLGmIEkFCgCBU/,M(%K&#H$"F#"H*&V;8S85P54M547520*% ) )%%% ('!) )$-%.&/'0'0)1#,$-&/"+"*#, )#,#+$-#,"*$-'0%.&/%.&/'0(1(2 *3(1&/(1 )3(1 )2'0'0(1'1&/&/&/'0'0&/&/'0%/&0'1(1",5)2!+4 )3!*4#.7$.8$.7!*4!,5)2",5(2 *3",5!+4!+4)3;(2:+4=*3<*3<(2:(19)2;&/8&/8(19(19)2;)3;+4=+5=+4=)2;%.7*3<(1:)2;&/8&09$-6&/8&/8$-6%.7'09&/8'09)1;*2;+5>/7@1:C6?H5=E6?G;CK>FNAHPFNVMU\RY`V^d]dkbiojpvqw}~xsyntzkryfmsbho]ekYahT\bRZaPW_LT[IQXENUENVBKS@IQAJR>HP;DL8BJ9BJ8AI9BK5?G4>G1:C/9A2,6?,7@-7@-7@09A-7@.8A+5>19A.8A09A,6?09A09A.8A-8@-7@,6?*4=+6?+5>*5>)3<)3<)3<)3<)3;)3<'1:&09'1:)3;)3<,7@*4=(2;*4='1:%/8'1:'19(2;'19&19$.7&09(2;'1:'1:(2:#-6$.7#-6$.7 *3 *3)2(1(1s^u`xd~owioazVIoH)2;)2:*3<&08(1:(1:(1:*3<)3<+5>(2:)2;)2;(1:(1:'09+4=(1:(1:(1:'09&/8%.7'0:'09(1:$.7)2;'09(2:*2;,5>/8@3F5?G8@I-8A-7@-7@+6?,6?.8A,6?-8A-8A09A.8A1:B09A-7@-8A.8A+6?*4=)4=)4=(3<'2:*5=*4=)3<(2;(2;+5>+5>-7@+6?(2;)4<(2;)3<)4<(2;(2;'1:+5>+6?*4='1:'1:'19(2;%/8%/8$/8"-6 *3"-6#-6!+4 *3 *2)3u`t_vb}mtfl^xTHlG;hA6d;3a82pNHnJEkHCfDBeC@a?*3<(1:)2;)2;*3<(1:)2;%.7'09&/8'09'09)2<(1:%/8&/8(1:*4=+4=*4=*3<(1:'1:'1:&/8'09'09%/8'09(1:+5=+4=*4=09A09B2;C5>F5=F4=F9BJ@HPCLSIQXMT\S[bY`g`fnelrkqwry~뙞~|w}rzmtzhotdkr_fm^flZbiZbiU]dR[bOX`KT[JS[HPXFOVBKRDLT>HP=GO=FN9CK8BJ:CL:CJ8AI5>G4>F2.8A09@+6?.8A-7@,6?+6?09A.8A,7?-7@*5>*5>,6?+6>*5>-7@)3<)3<)4=*5>+5>+6>*5>*4=,6?-8A1:B-7@-8A+5>+5>+5>-7@,6?*4=*4=,6?*5>)4<)3<*5>(2<(3<*4=*4=(2;)3<*4=)3<+5>+5>(2;*4=+5>-7?(2<)3<(2;*4=&09&09(2;$.7#.6"-6 *3#-6",5",5!,5(1s_r]s`zjrdh\uRFjD:d=6a;2_70nLGjIChFBcA?a?=^=;M*(F#!D# D# A!C%"N42L30I0.H//520.,"+'%% ( )'!*"+#,$-&/$."+"+#-$.#-%.#-#,#,%.' ("+"*#+%.&.&/(1&/)2)2 *2)2(1 *3'0!+4*3!,5!+5",5!+5"-6 *4*3!,5!,5!,5)3 *4)2)3&/'0(1'1'0)2!+5*4",6 *4 *4%/9",5#.7$.7%/9#.7"-6$/8$.8&09)2;)2;+5=)2<(1:(2;)2;%/8&/8%/8)2;'19(1:'19(1:'09(1:&/8'09(1:(1:+5>+5>(1:&/8)2;%/8)2<'09'1:'1:)3<(2:(1:*3<.8@.7@2F8@I:BJAJRDMTJRZOW^U]c\cjahoipvpv}v|~{v|qx}lsyipvbjpcjq^fl\dkZbiV^eR[bRZaLT\LT\HQXGPWDMUBKSAJR@IP@HO=FN;DL9BK9AH8AI5>G8@H6?G/:C09B.8A-8A/9B+5>-7@09A,7?,6?-7@+5>*4=-8A.8A.8A.8A*5>,6?+5>-7@-8A,6?+6>*4=+5>+6?)3<)4<)4=*4=)4<,6?,6?-7@.9B/9B-7@-7@-7@,6?-8A*4=*4=*5=)4=*4=*5=)4=(2;(2<*4=(3<(2<*4=+5>*5>*5=*4=*5>*4=,7@,7?*4=(2;'19)3<(2;$.7$/8(2:#.7$.7!,5",5 *3 *4",5 *3(1kXs^s`xhpbf[pNBeA8`:3\70Z5.kIDgEAcC>a@<]<:[;8H%"D"B!A!> B%"L1/I/-G.,D,+410-+ ($#$'' )!*!* ($-#+#,&/#-&/$.#-$.$-$-#-%."+#,#-"+$-'0'/)2*2)2 *3 *3)2 *3)2 *3 *4)2)2(1)2!+4$/8"-6#-6!,5"-6!,5)3 *3)3(1(1(1'1(1'0'1)2*3 *4!+5#-7"-6"-6"-6",6#-6&09%/8$/8&0:&0:'2;,5>*3=*4='09'09*3<'1:&09(1:)2<(2;%.7+4=(2:%.7'1:(1:%/9%.8(2;*4=+4>*3=&09(1:)2<*3=(2;&/8)2;(2;)3<&/9(1:,6?.8@19B2;D1:C4=E2;D8AJ;DL?FNCLTGPWMU\T\b[bi^elipvntzu{~yu|pw}lrxgntelsbip`io_fmZbiV^eS\bQY`MU\LU]IRZGPWDNUBLTAKS@IR>GO;FN=EM>FN6@H:AJ6?I8@G7@H1;D/9B0:B.8A.8A2:C19B,6?+6?-7@,6?+6?+6?1:B-7@,6?-7@)3<,6?2:C-7@.8A-8A(2<*4=*5>*4=*5>)4=*4=(3<*4=-8@/:C3+5>+6>*4=+6?+5>+5>,7@)3=(2;+6?,6?+6?+5>,6?,7@,6?*4=*4=+5>'1:)3<)3<*4>)3=$.7%/8%/8&09%/8!+4",5",5*3)2$.7!+4&/v_NiWlYwim`cXqPGa?6]92X4.W4.fEAbB>`@=]=:Z=9X85E$!D# A!>> A$"H/-E,+E++D+*21/-' *%%&'"+#,#,#,$-%.&/&0!+$-%.&/$-$-$-&/&/&/$,"+!*"+$-&/*3 +3(2*3*3!+4!,5)2!+4!+4*3(2*3)2 +4$.7$.7#-7#-6%09!,5"-6!+5(2!+5*3)2(2)2)3'1)3)3!+4!+5#-7$.7#-7!+4#-7#-7%/8&0:!,5%/9'2<'2;%09)3;*3=)3<'0:&09)3<)2;'1:(2;)2;&09&09(2;%/8&09'09'1:(1;&09)3<)3<)2;,5>(1:*4=(1;(1;'1:'1:&09'0:)2<)2<)3<*3<-7@.8@/8A2HQ>GN;EN,7@,6@+5>,6@+5>,7@,6?-7@-7@.9B.9B.9B.9C-8@,7@+5?)4=)4=)3=*5>(3<'2;*5>*4=+6?.8B.9C2;C2;C.9B,6?/9B+6?,7@+5>,7@*4>*5>+5>+6?)4=*4=*5>,6@+6?+6?+5>+6?+6?*5>*5>+5>*5>)4=+6?+6?(3<%/9&1:'1;(3<%/8$/8$.8 +4!+4!+4!,5#.7*3fTFz`O}aNn`j]}aUpQG`<5Y7/U3,T2,`@;`A=^?;Z;7W86T75D$ B"> =<A%$F,+D+*B*)=&$11,(#% '&''"+"+"+#,$-$-(1$,%.$.#,&/&/#,$.$.#,$,"+",&/%/&/)2'0&/(1)2)3!+5 +4!+4!+4",5 +4 *4"-6"-6#.7",6#-7"-6%09",6$.8!+5(1 +4(1'1(2'0)3'1*4(1*4 *4 +4 *4"-6 +5"-7#-7#-7%09$/8%/9&0:'1;&0:)2;(1;(2;&09(2;)2<)3<)3<%/8'1:&/9&09%.8%.7&1:'1:$.7'1:&0:(1;'0:&09&1:&0:'0:)2<)3<&/9&0:&/9)2<*3='0:(2:,5>*4>-7@.7@09B/9B1:C6?I8AJ:CK@IQCKTIQXOX_S[bZahahohoulsytzꩭ|x~t{pv|mu{ipwhovckq`io_gn^dkW`hU^eRZaOX`OW_JT\HQYHPWFNVELU?IQ@HP>GN?GO;DL:BK5?I3>H4>G2,7@)4=*5>)3<-7A+6?+5?+6?.9B/:C.9B.9B/:C-7@-7@-8A*5>)4=*5>+6?)4>*5>,6@,7@,6@.9C-9B.:C/:C/:C.9C.9C/:C-8A+6?,6?(3<)4=*5>)4>*5>)4=,7@,7@,6?*5>*5>-7@-7@*5>*5>*5>*5>,6@)3<)3='1;(3<)4=&0:'1:&1:$/8$.8!,5"-6#-6"-6"-6!,5NB&09&0:(2<+5>+5>*4>-7?09B/8A09C5>G9BK8AJ=GOCLTHPWLU\RZbV^f[cjdkrjrxqw}v|ܟ|x~t{pw}lsyjrxgovckraio_fn[dkX`hU^eQZbOX`LU]KS[KS[HOWpw~RZbBJR@IQ?HP:DM8CL6@J5@H4?H3G6?F4=F.9B,7@+6?,6?*5>)4>*4>+6?.9B)4>.9B-8A.9B/:D/:D3)4>+6?+5?,7@/:C.9C,7@-8A0;D.9B0;D/9C/:C/9C,7@-8B,7@)4=+5?,7@(3<+6?+5?(3<,7@,7@,7@)4>+5?,6?-8A,7@-8A*5>+5?+6?(2<*5>*5>+5?)4>*5>'1;(2<(3<%09&1:$/8 +5#-7&1;%09!,5125lUEgS}cSyaSoVJgMEU8/L2*<% L/)T72Y<7V95S84Q63K.+@!>!<:9?%$?&%;#"6" -()*)'"+!)("+$-#,#,%.#,#,#,$-(1(1&0(1(1)3(1*3'0 +4)3'0)3*4 +4*3 *3'1)3(2*3)3$.8#-7$/8$/8#.7!,5!,5#-7#-7#-7"-7$.8$/8&1; +5)3(2(2",6 ,5*4 +4)3+4 +5*4#-7",6"-7"-6#.8$/9$.8$/8%09%0:#-7#-7$/8!,6!,7%09,5?)3<(2<&09(1;)3<&09$.8#,6%/8'0:$-7'1;&09%/9'09&09'1;$-7&09&09$.7#-6%/9'0:%/8#-7(1;&0:)3<&09&09%.8*4>'1:(1;,6?,6?)3<,5?1;D4=F8AI9BK;DL>GODLUIQYNW^T\cZbi]elelrkrxryx~䰴s{ov|mt{kryfmubiq_go\dlW`hU]eV]dQZaNV_^flٲDLTBJQ@IP@IP9CL;DL6?I5@H5@I3>H3*4>)4=,7@-8A+5?+5?,7@+6?(2<+6?)4=)4>)4>*5>+6?(3<)4=)4>(3<(3<)3=(3<$/8%09#-6'1;$/8#-7#.7!,5[J>dQ}`O}dVqYMiPEV:2N3+4 H,&J.)O52J0-H.+F,)@7,217 5 23 +,,+"!#,!)!)!)$,$-#,#,#,#,!)#,%/(1%/(2&0(2*3 +5!,5*3(2*4 +4)3)3(1 +4!,5(2(1 +4)3!,5"-6#-7#.7%0:#-7!,6#-7$/8 ,5$.8%09%0:%09!,6 +5#-7 +5 +4)3 +4 +5)3*4#-7"-7$.8",6!,6$/9",6$/8#.8$/8$/9$/8#.8!,6$/9!,7!,5#-7&1;+5>,6@'2;'2<*4=)2<'1:%/9'1:'1:$.7#-6%/9)2<(2;(1;'1;(2;%/9%/8%/9%/8'0:$.8#-7$-7%/9'1:(2<'1:%/9%/9&0:)4>*4=(2;)1;+6?)3GOCKSHQYNV^OW_W^f[cjckrfmtmt{rx~zày~gowaiqbjqhqxzHQYFNVCLT?HR=GP9DM9DM6@J6AI5@I3>H2*5>,7@*5?)4>'2;+6?,7@-8A+6?,7@,7@.8B+5?.9C)4=)3=)4=+6@*5?+6@)4=&1:*5>(3<)4=*5>(3<*5>(3=&1:(3=#-7$/9&1:'2<'2<#.860-w^M|`Oz`RsZMjPF\A6O3,4 I-'I.)N51J1-G.*B*';!!53'229"!7#!9#"2.-,+  ((#,#,%.$-!) (!) (#-$-&0'1&0*4(1)2!,5 +5*4*3&/!,6*3'1(1*4!,6!,6*3*3 *4",6 +5"-6#-7%0:$/9"-6%09"-6!,6"-6$/9$/9&1:$/9#.8 +6#.8 +5"-7*3 +5 +5!,6!,6%0:%09#.8$/9#-7%0:%0:$/9!,7%0:%/9$/9$/9&1;$/8#.8"-7%/9%1:+6?)3=+4>*4=+5>)3='1;(2<&0:&09'1;&0:(3<%/9'1:&0:'1;*4>$.9$.8$.8$.7'1;&0:&0:'1;'1;(2;(2;&0:&0:&0:(2<(2<)3=&0:)2<+5?)4=09C0;C4>G6?H5?H:CL;ENAJRENVKT[OW_SZbZbi]elbipipwpv}t{W_fJRYFOVDLUDLS@IQ;EO:EN8BL7AK4?H3>G4>H4?H2=F1;E.:C/:C.9C,7A/:C/:C.9B-8B.:C0;E0:D-9B/:D/:D.9C0;D0;E0;E/:D.9B.9B0;E.9C0;D0;D,7A.9C/:C0;D1+6@+6?.9C.:C.9C-7A-8A-7A0;E-8A)4=)4=+6@+6?*6?)4=(4=)4>(3=*5>*6?'2<,7@'2<(3='3=%0:$09%0:&1:&0:#.8!(aNB}aPrWHqXLiPF]C:O4,3 I-'F*%N3/K1.J.,F-*=#!95+37;$"8" 7"!/-,+% &!)!)#-$-&/&0!)#,#-!*#-$-&0'1*3(2!,6 *4)3*3)3*4*4"-6"-6(2*4 +5!+5!,6 +5*3*3!+5#.8#.8%0:$/9#.7%09!-6&1;&1:$/9$/9%09%0:$/9$.9%0:!,6 +5 +5 *4$/9"-7!-7!-7%0:%0:#-7&1:$/9%0:'2<%0:%0:'2<'2;&1:'3=%0:%0:$/9$.9%0:&1:+5>*3>)3='2;'1;&0:&0:$/8&0:&0:&0;&0:&09&0;)2<)3<(2<(2<&0:'1;!,6$.8&0:$/9%09)2<&0;'2<'1;(2<&/9'2;(2<(2<(2<(2;)2<+5@+5?,6@1:D0;C6@H5?H9CL8BJ?HPCLTHQXLU\RYaV_f\dl^eldlrhovov|u|`fmOW_IRYFPWENV@JS=HQ=FP9DM8BL9CL4?H2=G6@J3?H4>H1G0;E0;D0-8A+6@*5>*5?'2;)4>)4>*5>*5?)3=)4>*5?)5>(3<%0:%0:&1;&1;#.8'./+*|bQqWHmTHeMD_F=O4,&H-(G+'J0-H/+E,*D+); 80%48! 9#"7#!3,-+)$!)$.#-%.#+"+&0#-!*$.$.$.$.!*$.&0*3*4'1*4*4*4 *4 +5*4!-6!,6*4*4!,6!,6 +5*4"-7$/8$/9'2;$/9$/9&0;'2;%09#.8&1;&1;&1;(3=&2;%0:&1;!,7 +5$/9$/9#.8$/9$/9#.8"-8%0:&0;&1;&0;)4>'2<&1;%0:'2<&2;&1;%0;'2<&2<&1;".8#.8$/9%0:+5?)3=(2<'2<%/:)3=$.8'1;%/9'1;'1;'1;)4>(2<%/9)4>'1<(2<%/9(2<#.7!,6$.9%/9$/9'1<%/9&1:'2<&0:'1;(2<*3>(2<'1;%0:(2;(2<+5@*5>,6@0:C1G1*5?)5>'2<+7A+7A+7A+6@'2<'2<(3=*5?'2<$/9$/8#[NErYIfNBeND^E>T:3.>'#D*&F,)G/,C)(B('86/#27"!8"!6"!,-+)!"+"*!*#,"*"*'1&/%/'1'1(2$."+$.$.)3 +4'2 +5 +4 +6!,6 +5".7!-7".7*4 +4 ,5".7".8#/8"-7!-7%0:$/9'2<%0:'2<+6@(3>'2<%0:&1<&1;'2<)4>'2<#.9".8"-8 +6"-7$/9"-8&1;#.9%0:#.9$/9'2=&1<'3='3='2<%1;(3='2=&1;%0:#/9&1;&1;&2<#.9%0:!-7$/9*4>)2=)3>'2<(2<(2<%/9)3=(2<'2<(2<&0:'1;&1;%/9&0:%/9(2<%/9%/9#.7$.8$.9&0:'1<$.8'1<'1<(2<(2<'2<(2<&0:'0;'1<(2<'2<&0:*3>)4?*4>,5@2=E1;E6?I9BL;DM?IQBLUHQZKS[OX_T]dZbi_go`hofmtlt{qyt{{P[cPZbPW_JT\GQZIQZBMV@JS?JS>HR?HQ:EO9CM7CL6BL4?H5AI4@I1G1H1G.9C0G1=G2>G1'2<)5?*6?*6@(3=%1:'2<%0:!'#-6bPFhNA`H>^G>U>7.>($C*%B)%E-+B('?'&43)$17"!6" /++)"&/'$%/%. )$."*&/!)$.#+$."+$.&/%.&0(2'1(2(2)3*4*4!-7 ,6".7!,6 ,5!,6"-7!,6".7%1:!,7!,6".7!,7&1;)4>'2<(3=)4>#.8$/9&1;&1;&1;'3=&2<%1:&1;!-7"-7#.9&1;$0:$/9$/:#/9&1;'2<)4>'2=$0:)5?(3='2='2=)4?)4?&1;(3>'2<(3>".9$/9#.9$0:".8)2=)2=$/9&0:)3=&0:&1:'1;(2<'1;'1<'1;+5?'1;%/9)3>'1;%/:&0:$/9",6$.8#.8&0:'1<$/9&0:(2<&1:)2=(2<'1<&0:%/:&0:(3=(2<'2;'1;*4?-7@+7@-7B2HRG8BJ5@I4@I/:D0G2=G1=G0;E.:C1=G1-8B.9C.9C+6@+6@*5?*6?*5?*5?)4>)4>*6@+6@(3=(3=&1;&1:(4>%0:%,'/(2]E:\E;YA9/<'#B*%>'$C,*>(%<%$22&&24!1,))""*&/"+&/#+&/!)%/%/&/"+$."+$.$.$."+&/&0%/)2*4*4)2 ,6 +5#.8#.8 +5!,7!-7!-7#/8$/9$/9$/8&1;".7%1:(3='2<*5?'3=&1:%0:'2<&1;&1;&1;&1;&1;&2<#/9!-7#.9%1:%0:$/9'2<%1:#.9%0:(3>&1;'2<'2<(4>+6A)4?'2<'2<$0:&1;'3='2<$/9$/:".8!-7$/9$/9'1;)3=&1;)3=+5@*4>'2<'2<'1;(3='2<&0;%0:%/:&0:'2<)3>'2<'1;#.8$.8"-8$/9$.8(2=$.8&0:)3>'1<'2<(2=&1;'2<(2<'1;'1;%0:(2<(3<(2=,7A/9B/9C1H0H0H0H1=G3?H1=F0;E1=F3>H/;D/;E1+6@)5?!+4%,(3=$.7@50V?6S?8;+&2"?)%='#=(%<&%8#!10$#31+*)!#,"* ( %/&/%.%.("+%."+!*"+"+#,$.%.#,'0$.'0&/'1(3 +5)3!,6!-7 ,6 +5".8#.8$/9#.8%0:$/9%0:$0:$0:&1;(3=)5?(3=)5?'3=&1;'3=%1;'2<&1;$0:'3='2<&1;$/:$0:$0:&1;&1;%0;&1;&1<(3='2<(4>)5?)5?(3=*5@*5?)5?)4?&1;'3='2='2=$/9$/:#/:"-7".9%0:)3>&1;%/9*5?'2<)3>&1;%0:(3=&0;$/9%0:'2<%/:&1;'2<'2<'2<$.9#.9$/9%/9"-8%/:#.9"-7%/:)3=)4>)4>'2<'2<&0;&0;'2<)4>(3='2<*4=)2=*4>-7A,7@/9C2=F5?I7BKG/;E0H1H6@I2?I2>G4@I2>H2>H2>H0;E2>I2>H2=G0H3>H4@J7@I0H.:C0;E.9C.:C/;D-9C/;E-8B.9C,7B+6@)4>)5?)5?-9C.:D.:D0;E.9C,7B,7A+6@)5?(4>'2<*5@ &(4=%1;"+4<66K7/:,'0 =)$:&"8#:&$6! 1."&0**'%/$-$- %/$-#+$."+#+#+"+$-"+#,"+#,&0%0'2)3)3(3)3!-7!-6"-7!,7!,6#.8$/9"-7".8$/9&2<".8$/9$/9'2<'3=*5@(3=(4>(4>'2<'2<*5@'3<'2<(4>)4>&2<%0:'3=&2<&2<'3=(4>%1;'2<%0;&2<'2<)4>*5@(4>+6A'3=+6@*6@'3>)5@+7A&2<%1;%1;(4>%0;#.9!-7".8%1;$/:(3=&0:*4?*4?$/:'2<(2=(2=)4?&1<&1;%0:%0:'2<(3='2<)4>&1;"-8&1;$/9$/: *5"-8%/:",7&1;'2<)4?(3=)4?(2='1<)4>%/:)3>(2=%0;*5?&1;+5@*5@,7@1;E0:D4?H6@I9CN>HQ;EOBKUENXHQZJS\MV^RZcT]eX`i`ipfnugovlt{ow~szt|xzԐajr_hp_gnXaiT]eQ[cPZcPYaKV_IT]HQ[DNWEOW>IS>IRH/;E/:D-9C1=G/;E/:D-9C1H1=G1=F2=G1H2=H2>H1=G4@J2>H1=F1=F0H0H1=G4?I2>H7AJ8BK5AJ7AJ1=G4?I2>H2>H4?I2=G2>H2>H2>H0;E/;E3?I2=G1=G1=G1=F/:D/;E+6A,7A(3=)5@+6A.:D/:E0(0".7(1:+$$3%"<(#8&!6"6#!3/-(*& $"+%-"+ )#%/#+"+"+&0$-$-$-$-&0#,&0#,'1)2(2(1)3)3 +5*4"-7$/9%1:".8&1;%1:%1;$/:%1;%1;(3=$0:(3=)5?+7A+6@+7A-8B+7A*6@&1<(4>)4?)5?*6@)4?&1<(4>&2<$/:(4>&1<)5?%1;'3=(3>(4?(4>(3>)5?(3>'2=(4>(4>*6@)5?)4?)5?$0:'3=&2<'2<&2<#/9".9$/:#/9#/9*4?%0:*5@)4>(2=$/:&0;(3=&1<'1<&1<'1<&1<)3>&1<%0:(2='1<#.9$/:#.8!+6",7"-8&0;$/:$/:&1;&1<'1<)4>&1<'1<&1;'1<(2=$/:'1<'2<&1;)4=+6@-8B/:D.8B2;E4>I7AJ:DN=GP?ISCMVDNWIS[JR\NW`R[cXai\em`hpajqemult{lt{ow~szu|v}xޭzdmuaks_go\en[dlYahW_fQ[dNW`MW`KU^FOXFPZBLVALV>ISI0;E2=G,8B-9C-9C/;E/;E1=G/;E/;E0H2>H1=F2=G/;E1H0;E0H2?H3?H1=F2>H1=F0H4@J3?I2>H0H0H0!*3&1;)4>#-6%--2.&(1##-0-) %(2%. ('1$,$-#, "+ )%-"*"+"+#,#,"*$,&0$-$,$,$-(2'1(1&0)3*4+5".8!,6&1;%1:&2<&1;#/9"/9&1;$0:$0:%0:(3=)5?*5?)4?*6@)5?+6@+7A(4>(3=(3=)5?)4?&1<+6@(3>(4?(3>)5?+6A(4>(3>(4>(4>)4?)5?)5@'2=(4>&2<)5?(4?+7A)6@)6@&1<#/:(3='2=&2<(4>%1;#/:$/:$0:!-7*5?*5@(2<'2<&1;&1;&1;&1;'1<'2<)3>'2<)3>*5?(3>'2<&0;"-8"-8%/: +5#-8!,7'2<&0;&1<&1;&0;$/9&1<%0;%0;(3=#.9$/9'2<'2=(2=(3>'3>+6?+5@.9C*5?-8A0:E3>H5?J9ENIR?IRAKTDNVGQZJT]OXaU^g[cl[cl]fn`hpdmuhpwlt{krykszow~rzt|u}v}Ӷt|jrygpxemuair_go]fn_gn[ckU_gS]fOYbMW`KV_HR\HQ[CNWBMV@JT?JTAJS:FO9DN6BK7CM6AL7AK7BL5AL4?J1=G1H/;E1=G3?J5@J2>H3?J3?J1H/;EBMVCNW5@J3?I1>H1=G2>H0H0I5AL3?I5@J3>H4@J2>H2>H2>H4@J1=G2>H1H0(4>*6@*6@*6@)5?)5?+7A+7A(4>*6@*6@+7A+7A,7B)5@)5?)5?*6@)5?+7A+7B*5@'3=,8B(4?+7A+7A)5@&1<(4>+7B)5@)5@*5@(4>&1<(3>*6@%1;&2=&2<(4>&2<#/9".9!-7"-8)4?)4>(3='2='2<'2=$0:'2=(2=(3=(2=(4>'2=(3>(3>'2=&1<$0;#.8#.9"-8$.9$/:%0;&0;$.9&1<)4?'2='2<(2=&2<'2=(3>'2='2=%0<*5?$/9%0;'2=*5>-7B,7A/:D/:D1;F4?H6@K8BL:DN?IS?JT@KSEPXFPYMV_OXaU^fU^gW`i\em`hpclsfnvgpwjrzjrymu|ov}pw~qxu}v}v}yyxwyu|rzrzs{ow~ls{iqyemudmuclt`hq_hp\em\fnYbkV`hU^gQ[dMW`MX`HS\FPYEPYCNXCNW@KV>IR=HR;FP;FP8DM5AK7BM8CM6BM4@J6BL5AK0=G0H2>H.:D2>H3>H4@J4@K5AK2>H3?J0HCNWALU3?I6BL4@J4AL4@J3?I6BL4AK6BL6BL2>H2>H4@J4@J9CL8CL6BL8CL9CL6BL6BL8BK5AL4@K4@J4@J5AL4@J3@J0H4@J2>H3?I2>H0;F0!,6 '#0:*5 ,6'+5*4+5"(2*4(2$-",%.&.'1%#"*"*"+#,$,&0$-$,#,%.$-%.(2$-)3(2*4(2)3*4+6+5#/9"-8&2<'3='3=(3>'3=$0:&2<$0;(4>'3=)4?)5?)5?,8B+6A,8B.:D,8B+7A,8C*6@)5?+7A+7B,8B*5@+7B(4>+7B*6@)5@'3>)5?)5?(4?)5@*7B)4?(4>*5@)5?(4>'3>'3>)5@(3>)5@)5@)5@(4>&2<&2<$0;#/:!-8 ,7)4?(3>'2=&1<$/:'2=)4?'2=*5@*5@+6A'2=&1<'2='2=&1<$0;"-8#.9$0;#.:%0<$/:%0;%0<'2=%0;&1<'2=)4?'2<'2<&1<$0:%0<$/:%0<*5@%0;'2=&1<*5@,7A/:E1HR>HRALUAKTHQ[HS\LU_MV`R[dW`iXaj[dm]fo]enbkrclsfnvgpwjrylt|mu}ow~pwqxqys{s{szpwow~nv}qxnv}lu|hqxemuajrbks`iq^foZdlXbjYbkS]fU_gQ[dP[cKV_NX`FR[GR\DPYBMV@KUAKU>IS=IRH4@J5AK1=G2?I2>H0H2>I1=G5AL4@J4AK6BL4@J6CM5BL:DM6CM5AL6BL6BL:DM:EN;EO:DM9DM8CK9CL9CM:DM5AL6BL5AK8BK4@K2>H4@J2>H0H0H2?I1=G0;F1=G2=H4@J2?I3?I2>H1)5@*6@*6@+7A*6@-9D.:D/:E.:D,8C+7B,8C*5@*6A,8C.:E-9C,8C-9C+7B+8B,8C*6A*6A(4?)4?*6A)5@+7B+7A'3>*6@'3=*6@'3=)5@+7A'3=(4?(4?'4?%1<'3>&2<#/9!-8*4'2='2=%0;%0<'2=&1<'2=*6@*6@+6A(3>(3>)4?*5@%1<#/:!-7#.9$/:!,7#.9%0;%0;#.:%1<)4?%1<'2=%1<&1<%1<)4?'2=)4?%1<(3>'3>(3>(3>&2=+6A(3?)5@/9D/:E/:E1=G0;E3=H:DOIT=HR=ISI0H2>I1=H0=G,8B.:D4@K1=G3?I4@K2?I2?I1=H5AK2>H3?I.:D1=G1=H0=G2?I5AK5AK4@K5AK9CM6BM6CM5BL9DM9DM7CM5AK9DM;FO7CN;FO9DM:DN5BM:DM:DM3?I5AL5AL6BL4@K2>I3?I2>I6BL0=G0=G1=H1=H/;F.:D0I0;F/;F2>I.:D0)5@(5?'4>(5?)5@)5?[dl^go)5?)5@'4>)5?'4>+7B*7A,8B-9D.;E.:D,7B*7A+7B,8B/;E0+7B&2='3=%2=$0;'3>'4>'3=(5@%1=$0; -8!.8)4?'2=&1<'2='2<#.:(3>*5@'2=*5@*5@)4?*5@%0;%0;#.9#.9 ,7!,7#.9#.9%0;#.9#.9'2='2<'2<$0;"-8!,7!,7%0<$0;%0<(3>'3>%1<%1<(3>*5@+6A)5@.9C-9B0;F/:D-8C2>H5?J6BL;EP:DN;EPAKUBLVAKUBLUEOXFPZLV`NYbPZbR\fS]fW`iXbkZcl]fn]fn]fn`iq`iqbjr`hqcktfnvfnvfnvgowgoxenvfowdmubksckt_iq]fn[dlYbkXajWajU_hT^fQ[cNYaOZcKV_IT]EPYEOYBMWFPZCOXAMWALV@JU>IS>IS:EP;GQ8CN8DO8CM9EO6BM5AK4@K3@J3@J4@J0=G2>H,9C,9C1=H1=G0=G1=G2>I2>H2?I5AL2>I0I0I0YbjZdl'3=(5?%1;'3=*6@+7A(5?-9D,8B,8B+7B,8C*6A+7B,9C-9D/;F/;E,9C,8C,8C,8C+7B*6A.:E,8C)5@+7B.:D/;F)5@*6@*6A*6@'3>%1<&2=$0;&2=&2=(5?'4>&2=%1<#0;%2<#/:(3>,7B)4?)4?"-8%1<*5@*5@,7B'2=,8C'2=)5@)4?$/;!-8"-8#.:#.9$/:*5(3?%0;$/:%0<%1<&1=&1=#.9$/:#.9!,8'2=)4?'3>'3=+6A+6A*5A,7B.9E,8B.:E/;E.:D/:E.9D2=H4?I9CN=HS8DM?JS@JU@KU?JT?JT?ISDOXFPZIT]HR\LU_NXaQ[dQ[dT]fV`iV_hXai[dmZbk\fm\fn_hpbks`iqbksbktbks`hqbjs`iq]fo]fnZdlZclV`hU^gS]fT^gQ[cR\dPZcKU^NXbLXaCNWEPYDOXCNXALU@KV?KT@KV?KUI2>H3?J5AK4@J2?I2>I0H2?I3?J4AK4AK5AL6CM5BM5AL7CM9DM:DN9DM9DM5BM8CN;EO;FO:DM5AL5BM7CM8CN:DM:EN4AK2>H3?J3?I1=H4@J5AK5BM/I1H0#-6%0;&2= %1<$1;#.8(0$0:#/:*2#+,6*4)4'1(3'0&.% )&/%.$-$-$-#,%.#,&/'0&/'0(3'0*3)3*3,7#/:$1<%1<%1<&3=$1<*6A)5@%1<'3=)5?)5@)5?(5?"/:'3=%2<'4>(4?(5?)5@*6A(5?*7A-:D-:D+7B.:E,8B*5@-:D.:E/(4?%2=(4?%1<&3=(5?)5@%2=%2=#/:$1<&3=$1<'3>&1<(3>'3>#.9#/:'3>(3?*5@*5@*5@*5@%1<'3>&2=%0<#.9$/: +6%1;$/;%1<%1<%1<&1<'2='2=#.8"-8#.9#.9#.:"-8%0<'2=%1<&2=%1<(4?+6A,7B/;F-9D0;F1=F-9C0;F0;F0;F7AM;FQ9EOHR=HRAKUDOXHR[HQ\IS]JU]NYaMW`R\eS\eS]fS\eU_gU^gW_hXajXai\em[dl\en]fn\en^hq]fn^goZdmYckU_hV_hS]eS]fQ\eNXbKU^KU_LW_KW`KU`GR\HR[AMVCNYCNWALX@KT>IT?KT?JT=HRH1=G3?J4@J5BM1>H3@J3?J5AK3@J4AK/H3?J4AK3?J4@J4@J1>H1=H/H.:E0'3=&.%- -8,6&0&/(2(2)3$%/%.%.&/%.!*$-%.#,%.)3&/(3(3(3(3 ,6 -8#/9&3=$1;%1<$1<#0;#0:'3>%1<#/9&2<(5?)5@'3=(5?'4>&2<&3=%2<'3>(4?)5@*6A)5@+8C-9C-9C*6A.:E-9D-:D,8C0%1=(3?&2=(4?%1=%1<%0;$/:%0;%1=(4?$1<"-8%0;#/:%1<"-8".9".9$/;&1=$0;$0;%1<'3>'3>)4@,8B-8D,8C-9E/:F-9C.9D/;E3>I0;F4?K5@L6BL9DO:FP:FOJTALT>JT=IR:FQ8DO7BM9DO8DO6BM7CNH1>I1=H1=H1=H1=H3@J5AL3@J6CN4AK6BM6BM7DN6CN6BM7DN6BM8EO:EN:EN7DN8DO;EO8EO:EN;FP7DN8EO;EO6CN6CN6CN7DN2>I6BN3@J3@K/;F4@K1>H0=G1=G3@J/I1=G0 *3)1#0:".8)1*3*4,6!,6"".8 ,7%.%.$.'0&/&/$.)3)3&/'1(3(3*5*5 ,7#/:$0;'3=(4?".8'3=$1;'3>%2='3>(5@(5?&2=*6A)6A(4?(4?'4?'3>'3>+7B(5@)5@*6A)6@+7B.;E,9D+7B.:E-9D-:D.;E-:E*7B,8C)5@,8C,9D+8B,9D+8B,9D-9E.;F-:E/;F)6A.;F*6A,9E)6A)6A(4?(5@'3>$1<'3>%2=#0;".9$1$0<%0<(3>'2>(4?(4?&2>$0;'3>'3>'3>(4?#.:&2=$0;#/:%1<'3>(4?-8C%1<%1<$0;#.9 ,7$0;#.9$/;%1<&1='3>$0;'2>'2>'3>,8C)5@-9E,7B+6A,8C0H4?J5AL6BM7CM8DO=HS
IT:EO;EO:FQBLVBMWEPZGQ[GQ[GQ\JT^HS]KU^NXaKU_NYbOZbP[cR\eOYbR\eQ\dR\eV`hR\fR\eT^gS\eQ[dR\eNYbOYcMXaMWaNXbMXbLWaHS]IU_GR[DOYBMWCOYCOY?LU>JS?KV@LVBMU=HS>JT:FR8DO:GR9EP8EP4@K5BM8EP8EO6CN5AL5BM8EP6CN6CN7DO7DN6CM6BM7DN7CN4AK4AK2>I1>H1>H4@K3@K2>I4@K5AL4AL6CN7DO5AL5AL6CN4AK7DO6CN6DO6CM;FP:EO8DO6CO8DOI1>I/H0H1=H1>I.:E.;F0I0I3@K-9E,9D1=I1>I2>I1=H.:E,9C,9C)6A%,%1:$0:#/7(5?%,$.8&2>$0;'1$1<(5?(0*3$1<"/9'/!-8 ,7+6&0(*5+5*4'1%.&/'/'0'1,6 ,7+5*5)4)3+5 -7 ,7!.9%1<$0;&3>$0;&2>(4?,8C,9D)5@)5@'4>(5@)6A)5@,9C*7A+8B+7B,9C+7B)5@(4?)6A)6A+7B,9C*7B.:E.;F,9C,9D,9E,9D,8C*7B*7B*7B,9E)6A-:E+8C)6A+7B+8B,8C-:F+7B,8C-:E*7B)6A*6A)5@)5@(5@)6A&3>$0;$1=$1<$1<$1<#0;*5A)4?)5@)4?'3?&3>'3?&2=%1<(4?&2=(4?&2>%1<&2>&2>#/:$0;&2='3?&2>*6A%1<&1=%1<$0;".: ,7#/:%1<$0;%1='4?%1<(4?&1=)5@,8C,7C.:E*6A,8C+7B.:E2?J0I0I1=H2?J1=H.:E/%1<(1#/:"/:"/:$,'/"/:*4*4&0(1,6(1,7*4!.9,6 -7!.9)4*4+5 -8"/:#0:$1<%2='3>)5@*7A(5?)6@,8C*7A(5?+7B+8B-:E.;E-:E(5?+7B+7B+7B,:E(4?)6A*7B*7B)5@(5@,9D,8C*7B+7B*7B,9C,9D-:E,9D,8C-:F*7B)6A+7B,9D)6A-:E)6A+7B-:E-:E,9D-:E,8C'4?(4?)5@)6A%2=&3?$1<"/:'4?%3>&3?'4?%2=-9D(3?&2>(4?#/:)4@)4?&1<&1=&2=(3?)4?$0;(3?&1=&3>%1<$0;%0<'3?(4?'3>$0;&2>%1<%1<$0;!-9%1=%1<$/:&3>$0;&1='2>(4?,8C-9D+7B*6B*6A+7B-9D1=I1IS@LVJT=IS=IT?JU@KT=IT:FQIS;FP;FP7DO4AK7DN7DN6CN5BM1=H2?J3@J1=H5BM3?J4@K5BM8EP5BL2?J5BM5BM6CM7DO4AK6CN6CN4BL7EO;FPH/I3@J2?J.:E2?J1=H2>I2?J2?J-:E1>I0I/;F/;F/;F,9C(4>&.,9C#-6)6A*3#.6)6A&1!)'2='4?".9(1$1;#0:%2<&+4!.8 -7,7(1*5)4,6 -8 -7#/:!.9!.9+5+5)4 -8$0;,7$0;$0;%1<)5@(5?(4?%2='4?*7B(4?/;F+8C-:E,9D+7B,9C)6A+8C+7B*7A*7B*7B)6A*7B*7B(4?+8B,9D+7B'4?,9D,8C+8C.;F*7B*7B*6A,8C,9D+8C-:E)6A)6A*7B,9D,9D*7B+7C-:E,9D(4?'4?)5@*7B'4?&3?'4?$1=$1<%2=$1=&2=&2=$1=&3>*6A)5@(4?$0;&2>&2>#/;'3?&2='3?)5A(4?&2=(4?#/:&2=%1<$/;%1<'2>'3>&2>)4@&2>$0<$0;&2>&2=(4@&2='4@'3>)5@+7B*5A+7B+7B.:E,8D*6A-9D-9E/;G1=I/;F.:E0JT>IUBNX>JT>LV>IU?KV@KT@JU:GR?HS;GS:GR:GR8EP7DO6CM7CN5AL8EP7DO9FQ7EP7EP8EPI3@J5BM2?I2?J4@L/I1=H2>I1>I1=H0*7B)6A+8C*7B+8C-:F,9C+8C)6A,9D,8C-:E+8C)6A(5@,9D)6A+7C)6A,9D+7C*7B,8C.:E.:E/(5@(5@&3>&3?&3?%2=$2=(5@&3?'4@$1<#/:(5@)5A)5A%2>%1<'4?(4@%2>&2?%2=%1='3?&2>*6B%1=$/;%1<%1=%2=&2>'4@'3>(4@$/;%1=(4@&2>%1<'3?&2>&2>*5A*6A(4@'3>*6B,8D,8C+7B,8D,7C.:F.:F,8D1=I/;F-9E3>J3?K5BM3?K4@L8DO8DO8EP3?J6AM9DO4@K7BN;EQIU>ITAMWAMW?KV@KWCNXALVALVBMXCNYDOZDPZCNYCNXEPZDOYGS]EP[HS]DOZFQ[CNYEQ[BNXDOYEP[EPZBMXBMYBOYAMW>JU@LW@MW@MW@MW?KV?LUI4AL5BL6CN3@K3@K4AL1>I.;E.;F-:E,9D-:E/J3@K2?J4AL2?K3@K3@K2?J1>H/*3#/9$1<(5@)2".7$1;$1;%2>"/: -8 -8"/: -8!/:!.8 -8!/9!.9 .9#0;"/9"/: -8"/:#0;"/:%2=&3>&3?'4?&3>-:E+8C*7B+8B-:E)6B+8C+8C*7B,9D*7B,8D-:E(5@(5@+8C)6A,9D*7B(5A(5A)6B*7B,9E,9D,9D.;F+8C*7B/%3>&3>%2=%2='4@&3>%2>$1<&2>&2>&2>(4@+8C+7C(4@'3?%1=!.9&2='4@(5A%2=%0<%1<(4@%1<'2>&2>$0<%1=%0<$0<(4@)5A&2>%2=#/;%1<%1=&3?+7C(4@,8C,8D+7C-9E/J5AM3?K5AM6BN:FR7BN9EP8DO6BM6BM6BM8DO9EOIUALW;FR>IT@KWBNY@KWDOYCNXCNXDOZBMXBNXCNXBMXALWCNYDPZCOYBMX?KVCOY@KW@LWANXCPZBNXALXBNYAMX=JT@MXCMW=KUBMV=JU>KVBMW@JTALV@KU>IS:GR;HS;GS7CO9FR9FQ9FR9GR7DO7EP8EP5BM:GR;HS:GR8EP5BM7EP9GR8EP8EP9GR5CN8EP9FQ8FP9FR8EP9FQ6DO9GR:GR8FQ8EPI/J2?J4AL0=I0I.;F-:E)6A#.7%0:*5?&2=(4? )1+9D)5@&2;*7B#0;&.%2=&3?*3$1<$1<'4?&.(4?)6@&3>'4?#0:#0;+6+5*5!/: -8!/: .9!/:!/9!.9#0;#1<#0;"/:!.9$1<$1<'4?)6A'4?)7B/'5@%2=$2=%3>#0<$1<%3?$1<'3@(5A)5A+6B(5A*6A&2=#/<"/;#0<"/;'3@$0<'3?'3?&2?".:%1=)6A&2>%2='3@(4@*6A*6A+6B*6B&2>(5A'2?(5A(5A)5A+7C)6B(4A-9E,8D+7C,8D+7C,8D-9E-9E0J5AM5BM4@L6BN7CO8DP;GS9EQ7BN3?K4@K7DO:FQ;HS8DO9CO;FRJU?JVALXCOZ@MW@MWANYANY@LX?LWCMX>LWALVALVAKUBMWJT>JT=HS?JT:HS9GS9GS8FQ8FQ8FQ8EQ9FQ9FQ9FQ:HS:GS7DO3AK9FQ5BN6CN5BM1>I5BN7DO5BM6CN5CN/=H/=H.J1>I1>I/

J0=H.;F.:F-:E.:F-9E+8C$/9#-6,8D(4>(4?!*31>I,8B'3<+8C!-7'/'5A'5A*3'4?'5@%2=&.'4?#0;'5@&3>"/;#1%3?'4@%3?(6A*7C)6A'6A-9E+7C'4A&2?+7C+6B'3@#/<%1=$0<'3?'3@(5A+6C)5A'3@%1=%1=(4A(4A'3@)6A(5A+6B*6B)5A*6B(4@(5A'3?'4@)5A,8D+8D+8D)5A(5A.:F.:F*6B*6B-9E/JU@LWBNZJU@LW@LW@LWAMW>JU@KV>JU?JV>IU;GR:GQ>KV>KV=JT>JU>JUAMX>IU>JU>KU=JU;HTBMW@JU>JU?JU?JU@KU@LVALV;HT9EQ9GS9GR8EP>IS7DOIS:GR;HT>IS9GS:HS;HS@KV;HS:HS8FP8EP8EP6DO6DO7DO;HS>IS;HS9FQ:HS6DO>IS;HS=HR>JT=HR?KU>IS:HS=IS:HS=HS:GS9FQ8FQ=IS?JT;HS;HS:GR6DO6CN7DO6CN6CN3@K7DP4AL6DO4AL5BM2?J2?J-:E3AK2@K3AK0=H1>I/I.;F3AK3@K.;G/=H/=H/

I1>I,9D(4> *2+8C'2;,9D(/0=H-:D!.8)6A$1;)1%3>#0;!.7'4@&3>,5*3'4?%2='5@"/:#0<#0;#0;!.9,7+7*4 .8!/9 .9 .9 -8"0;!/:!.:#0;"0;$2=&4?'5A+8D(6A'5A.;F,:E+8C-:E.;F+8C)7B'5@)6A0=H+8D+9D+8C)7B+9D.;G,9D,9E,9D*7B'5@'5@+9D%2>)7B*7B+8C.;F,9D'5A+9D+9D'4?*7C*7B,9D-;F*8C+8C-:E-:F(6A)6A(6A)6A%3>'4@)7B&4?&4@(6A'5A%2>'4@)6B(6A,9D)6B(4@(4@'4@(5A'3?#/;&2>#0<'4@*6B%1=(4@&3?&2>$1=(4@'3?)5B(5A)6B*7C)5B,8D+7C*6B*6B+7C*6B*6B)6B*6B)6B)6B)5B)6B,8D,8D.:F,8E+7C+7C*6B.:F,9E1>J3@K3?K6BN6BN6CN6BN5BM9EQ8DP:FR4AM:GS5AM:EQ7BN7CO8DP9EP9FQ9EQ;GRIU?LV=IT;HSJU>KV;HSIU>JV=HTKU;HS>JVKW>KVJU=KV=KV>KV;IU=JV;HTJT;IT?JT;IT:GR:GS;IT9FR7EP:GS;IT?JT;IT>JT;IT?KU>IS?JUALV@LUAMV?JU?KU;IT:GR9FR:GR;IT;IT:GS>JS>IS:GS9FQ9GS4BM5BM8FQ7EP4AM3AL2@K7DO3AL5BM3@L2?J.;F.;G1>J1>J2@K2?J1>J.J2?K.:F3@K2?J/ +5".7(6A%3>%2>&3>#1<"/:,7"/:,7,7+6 .:+7#0;!/: .9!/:"/;!.9"/;$2=(6A*7B(6B.&4?&4@'5A&4@*7C*7B(4@*6B(4A(5A'3@'4@&2>&2?&2>(4@)5B*6B'3@*6B*6B&2>'4@(4@(5A(5A&2>(4@'3?+7C&3@(5@*6B'4@)5B*6B,8D(4@)5A)6B)5A,9D*7C,8D,9E+7C-9E,9E,8D-9E0=H1>J2>J3?K4@L7DP6CO5BM6CN7CO6CO7CO:GR9EQ8DP8EP8DO;GS:EQ;FR9EQ;HT8EPJT:GRJT9GR8FQ:HS8FQ;IT9FQ5BM8FQ8FQJT9GR:HS;IT;IUBMWALVBMX>JTBMXJTALV>JT>IS6DO9FQ5CN6CN3AL6CN7EP:GS7EP2@K6CN2@K4AL1>I2?J1>J.J/J3AL0=I.,8C(0-:F-9D(3>,9E$09$09*7B&2<#/9&4?)6B%-!/9%2>%2>&3>&4?#0;!.9+7*4+7-7,7!/:"0;&3>!/:$1<#1<#0;#0'4A&3?'3?'3?%1=)6B'3@'4A(4A(5A(4A)5A(4@'3?)5A)5A&2?(5A*6C*6C)5A%2>&2>'4@(5A(5A'3?,8E)6B-9E+7C+7C+7C*6C-9E,8D0J/;G0=I2?K:GT:GS5BN9EQ5AN;GS8DP6CO8DP9FQ6CO6CO7CO:GS9EQ;FRIU=IU=IU:GS;HT?KX=IUKV:GR=ITJU?KVJV:GRKVJT;IT9GR;HT6DP8FQ7EP5CN7DP:HT:HT8FQJT>JT;IT>JTAMXALW;IT:HTJT;IT8FQ8FQ4BM4BM5CN7EP:GS:GS6CO6DP9GR5CN6CN2?K1?J0=H1>J0>I.;F+9D-:E0=H1>J,:E*8C-:F*7C+8C+8C-;F/=H2?K3@L1?J.;G.I)6C-:E)7C,9D)7C.;G,9E&2;&2;+7B+7B%08-9C-:E(3>,9D$/8'4>'5@!-7$1;(6A%3>)2$1<%2>'4?&3>%2>#1<-8*4 +5!.:!.:"0;"0;$2=&3>%2>'5@#1=$2=&4?%2>#1<'5A)7B*8C,:E*8C/=H.I-;F-;F(6B(6B-:E+9D'5@'5A,9E.;G.;G+8D+9D(6A,9E'5A+9D,:E'5A+9D(6B&4@(6B*7C+9D)6C'5@(6B-:F)6B.;G#0<$1=)6B'4@&2?&2?$1=$1=$1>)5A+7D&2>+7D(5A,8E)6C'4@)6C(5A'3@(5A'3@+7D)5A)7C(5A'3@+7D'3@(5B+7C*7C)6B)6B'4@)6B+8D*7D'4@)6B.:F-9E+8D-9E0KW=JV=JVAKVAKVJV=IU>KWKW@KU=JVAMWBNX=JV;IU:GS8EQ7EP:GS=JV=KV;HT@LW;IT=KV;IT@KV=JV=JV=JV@KV:HSJ/I/I.;G*6B$.7(5?*7B$/8*6A0=H(4>0>I$.8'3>(6B +5)6A$2=#09".7%2>$2=)7C(6A(6A$2="0;$2=$2>!/;%3>#1<%3>$2='4@%3>#1<'6A'5@'5@%2>$2=(6A-;F,:E,:E/=I/I-;F-;F.;G)7C+9E)7B)7C)7C*8D,:E+9E-;F*8D'4@-:F'6A'5@*8D,:E(6A,:E)7C,9E(6B*8D)7C+8D(6B.'4@$1=&2?$1=%2>$0='3@$1=)7C)6C+7D,9E)5B'4A(4A(4A'4@&3?&3?)5A*7C+8D)6B'4@(4@(4@'3@)6C,9E,9E)6B)5B&2?(4@)6B)5A(5A-:F-9E/KW=JVIU:FR7CO8DPI.I,9E+9D-:E.;G/=I5CN4AM.;G.;G2@K.;G-:E.;G+8D,9E0=I/=H.;G +3,8D'3=#.6,8C.;F*6@.;G!,6'3>)6A$/9(6A'5A +4".9$2>'4?)7B)7B'5@&3?%3>%3>%3> -8'5@#1<%3>%3>&4?&3?%2>)6A'4@%2>(5A'5@.;G-:F0=I.J-;F.;G.;G+9E+9E+9E,:E0>I.;G0>I1>J1?J3AL/=I/>I1?J.;G0>I/=I+8D.;G1>J-:E0>I.#/<'3@%2>%2>&3?$1=(5B(4A(5A+8D-:F+7D(6B)6B(5A(5A'3@'3@&2?(5A+7D(5B(5A+7D)6B+8D)6B+7D_hr_ir,8E(5B(5A+8D(4A,8E*6C*7D-:F/;G.:F1=I/KWKW=KVCNY@KVALW;HT:GS:HS:GS:GS:GSKW%09-:F/;G)5@1>J +3*7B*6B$0;&4?'4@)2)7B'5@)7C*8D(6A#1<%2=%3>&3>%3>#0<$2=#1=&4?(6A&4?&4?#2=(7A&4@(6A'5@%3>+9E-;F/J3AM-J0>J0>J2?K.$1=%2?%2>)6C'3@&2?'3@,8E*7D*7D+8D-:G-:G+7D'3@%2?)6C%2>)6C+8E*7D,8E,9E(6B*7C*7D^hr^hq'4A'4A*7C%2>'4A)6B(5B)6B,9E.;G0=I.;G0=I2>J4AM6BO6CO7CP7CP7DPLX=KW>LX>LXKW>LX>LX=KWJ.J2@K-;G,9E.*6@-:F,9C1>J"-5(7C#1<$1<(6A'5@"-6)7C(6B*8D'5@(6A$2>&4?'5@'5@%3>%2>%2>'5@#2=(7B&4?&4?)7C'5A&3?$2>'5A+8D/=H-;G+9E+9E,;F-;G)7D,:F-J/=H2@L.J-J,:F/=H/=H0?K/=I3AM2@L1?K0>I0>I.=H/=I*8D+8D'6B)7B.=H)7B+9E-;G-;G,:F+8D+9E+9E,:F-;G)7C)8D*8D(7B.J.&2?'4@&3@$1>(5B(5C(5B(6C'4A'4A(5A+8E-:G)6C+8E+7E-:G)5B*7D'4A)6C'4A+8E,9E(5A)6C(5B)5B'4A)6C*7C%3?%2>(5A'4@'4A%1>%2?*7C*7D+8D+9E.;G*7D+8E3@M8ER3@M7DP7DQ7DP9FR;HT?LX;HTALW;IUKX>KW>JWKX>KX@KVLXS]gR]f>LW?MYCNY=KW>KW:HS?LX=KW=JVLX>LX>KWLW;IUJ.J1>J-;G-;G-;G3AM0>I/=I-;G1@K/=I3AL3AM1>J1?K/=I0>J1?K0>J/=I/=I0>I/=I1?K0>J,8C)5?+9C%1;(5?,:E*7B1>J!,5*8E%2=*8C+9E)6?'3=)8D+9E+9E*9D*8D)7B(6A)7B(7C'6A)7C&4?&4?"0<%3?(6B'5A(6A)7B(6B%3?)7C*8D+9D,:F.=H-;G.J+9E0>J0>J-;G,:F,:F,:F-;G-;G2@L4BN0>J.=H2@L3AM0>J/>I2@L2@L2AL2@L2AM1?K1?K1?L.J1?K0>J0>J1?J/=I/=I(5B%2?'4A'4@'4A&3?*8E*8E+8F*8D*8E+8F,9F-:F+8F+8E)6C)6C)7D*8E(5B(5B,9F,9F)6C(5A,9F)5B)7D)7D(5A&3@(5B$1>%2?&3@%2?&3@&3@%2?&3@'4A*7D*7D+8E/K3@M5BO6CP6DP:GT9FS?MY=JW=KW:GTKW=KWLXLX?MYJ2@L1?K2@L0>J1?K.J0>I1?L.;G/=I.)7C&3>*8B"-7(5A$1:*8D0>I$/7&3>-;G)7B+9F*8E*8D+9D)8D)8C(6A(6B(7C&4@(6A&5@(6A)7C'5A)8D'5A,:F,;F*9E-I/=I1?K1?K2AM4BN0?K1@L1@L1@L2@L1?K4BN3BN1?K1?K2@L/=I/>I1?K0>J/=I.'4@'4@)6C)6C,9F*8D*7C-:G'4A+9F*8E+9F*8E*7D)6C+8F-:G+8E)6C'4A-:G+8E)6B*8E)6C*7D'4A)6C'4@#0=(5A%2?#0<%3@&3?)6C(5A'4@+8E%3@'4@*7D+8E-:G0=I2?L6CO6CP5BN9FS8EQ:GTKX:GTKXLXBMX=KW>LXEP[BNY?MYBNY?LX?MZ;IU=JV?MX=LXMX=KW:HT=LX;IU8FS8FR;JU9GS:IT=KW;IU=LX;IU7EQ:IT9GT7EQ5CO5CO9HT6EP8FR8FS8FR7EQ:HT@NZMXDP[9GTJ*9E.I0>J0>J/=I0>J/=I5CO1?K0>J0>J2@L,:F/*8D*9E!,4.J2AM1?K1@K2@L3AM1?K1?K1?L1?K0>J1?K1?K1?K,;F0>J1@M3AM3AM.J/=I,;F.J.I'3@)6C'3@*8E*8D,9F)7D*7C-:G,9G*8E*7D*8D*8D)7D)6C(4A+8E+9F*8E'4A(5B*8D(5B(5B-:G+8E)7D(6B*8E&4A(6B(6B#0=%2?#0=&3@"0<$2?'4@&4A(5B'4A*8E)6C(5A.;H2?L3@M6CP4AN6DP;HU;HU=JW;HU;HU>LX?LXKXMY:HT8GS;IU7EQ8GS6DP;IU6DP9HS;IV;IU8FR:HT>LYLX?MYLX?MY=KX@NY>LX>LY=KW7EQ7EQ8GR8FR8FR5CO1?K1?K-;H+:G1?K0>J/=I2@L0?J3AM/=I.J/=I/=I/=I2@L0?J1@L.J.I/=I/>I0?J4CO0?K2AM5CO/=I0?K1@K1@M1@L3AN0>J0?K0?J2@L,:F.J/=I0?J.=H-;G/=I-;H-;G1?K-;H,:G/=I(7B+9F-;H,:F(7C,:F(7C)8D,:G*8D-;G.'4A%2?!.<$1>%2?!/<".9#0=$1>'5A(6B*7E(6B&4A.;H0>J1>K2?L4AN6CPLY=JV=JW@MZLY>KX;IU;IU>KY=JWLXLX?LY>KX=KXEQ\=KW>MYAO[?MZ=KX?MZ>MZ>KX=KX:HT=JWLX;IU;JV>LYMY=KWMY9HT>LX:HT=KW;JU;IU=KWLYAO[>LX>LYMY=KW:HT7FR7FR7FR1@L0?K.=I1@L/>J/>J.J.J2AM0?J1@L/=J3AM2AL4BO2@L3AN1?K/>J/=J.(4>%1;'6B&2=%2=$2<+8C&5@+9F%2='4>.J.I-J,:F,;G*9E0?J.=I0?J1@L2@L4BN4CO4CO3BN.=J1@L1@K/=I1@K1@L2@L/=J/=J.=I/>J-J/>J1@L/?J5DP2AM2AL*7D+8F&3@(5B(5B*7D(6B)6C+8E*7E.;H0=J+9F-:G+8F+8E,8F&3A)7D-:G-:G)6C'5A+8E-:H,9F*8F+9F)7C)7C(6B%3@'5A&4A&4A'5A%2?"/<%2?%2?(6B+8E*7E,9F,:G*7E.KX>KX:HT;HT;IU;IU@NZ=JW=JV;IU9GT8FR6DQ;IU8ER7ER7ER:HT;IU9GS:HT7ER6DP7EQ3AN8FS7FR9GS;IV=JW=KW:HT8FS=KW=KXKXLX>LX?MZCOZ>LX?MZMZ;JV>LX>LY>MZ>LXLX=KWLX>MZ9HS;IU=KX>LX9GS7FR6DQ0?K/>J0>J0?J.J2AL1@L0>J-;G.J5CO.=I2@L3AM6DP2@L1@K/>J.=I+:G0>J/>J-I/=I/>J.=H.J,:F)8D0>J.J/>J2AL0?K2AL1@L2AM0?J1@K/?J4CO3BN2AL1@K-J.'4A"0=&4A$1>(5B*7D+8E-;H,8E(6B*7D+8E.;H2@L2@M6CP5BO9FS;IVLX;IV:HU9GTLXLXLX?MY=KW@NZ>MYLX?MY>LX;IV?MY?MY?MY>LX?NZ>MY?MYAO[MY>LX>MYLX?MY>MX=LX=KW?MYJ1?K1@L6DP1@L0?K.J/>I.=H,;H.J,;G1?K1@L,;G/>J+:F*9E-I,;G.=I,;G,;G/>J,;G,;G-J/=J5CO/>J0?K4BN4CO3BM1@L4CO0?K0?K-J/>J/>J0?K,;G,;G(7C*9E)7C+:G*9E,;G,;G+:G,;G,;G*8E-;H,;G.=I/>J0?K1@L6EQ5DP0?K1@L0@L2AM+8E+8F&4A*7D&4B+8F,9G,8F-:H.K0=J.;I,9F,9F,9F*7D(6B,:G*7E*8E,:H.%2?#0=&4A,9F)6C)6B,8E+8E*7D&4B,:G-:H1>K/=J3AM6CP;IV8FSLY=KX:HU=KW;IV7ER>LX9GT;IV9GTLXMY=KW?MY@N[AO[=KXMX>LX>LX8FS;IU>LX=KW>MY;IV=KXBP\?MY@N[?N[>LX@N[=KXMY=KX>MY>MYMXMXBP\9HT:IU8GS8FRLX>MX=LX;IV:HU6DP2@M1?L3BM0>K,;H0?K-K1@L0?K3BM2AM-J.=I,;H,;G%1;,:E%09-J&3='5?/=I/>J0?K-J.J2AM2AL2AM0?J0?K4BO6DP1@L2AM/>I/=I/>J/>J4BN2AM/>J.=I,:G+:F-J.=I0?K2@L/>J2AM2AM/>J2@M2BN0?K3BN5DP4BO4BN1@L1@L2BM3BN2AM3BM3BN5CO0?K1@L1@L3BM1@L0?K-I0?K/>J(6B+9E+:F+9E*8D*8E+:F-;H(7D-#0=%2?)6D(5C)6C*7D,:G)6D(6C-;H,:F/=J.LY;IV8FS:HU:HU8FS7ER=KW;IV=KW=JW=KWLX=KXAO[=KX>LY?MZ?NZ?MZ?MZ>LXAP\>LY?MZ@NZ?MY;IV9GT8FRLYLXMY8FS:IU7ER9HT:IU9HT=LX?N[>MYDP[?NZ?NZ>LX:IU9HT9HT7FR9HTMY@NZ=KX@O[>LY9GS:IU:IU6ER9HT:IU8FR8FS;IV:HT8FRLX>LX=KX=KW=LX;IU4CP6EQ1@L.=I/=J/>J.K.=I)8D+:F/>J0?K,;H.=I+:G/>J$2<)5@'3=+9D-:E(4>*8D/=H0>J'4>1>J/>J2@L4BN.=I.=I,;H.=I.=I4CN4CN4BN6EQ3BM2AL6EQ2AM3AM1?K4BN2@L.=I4CO0?K/>J1@K+:F0?K.=H0?K0?K-J2AM1@L3BN2AM/>J.=I5CP2AM5DP2AM3CN2AM0@L3BN5DP5DP1AM3BN6DQ4CO2AM4CO5DP5DP3AN3BN-K5CP6EQ9GT:GU;HVLY>LXLY>LY@N[>LY@NZ?MZBP\BQ]@NZCQ^;IV@NZ?MY@NZ;JW;IVLXMY>LY?NZ;IV>LX?MZAP\9HU7FR5DQ9HU8GS;JV:IV=KX>MY?NZ?MZ?NZ@N[>MY;JW9HU9HU8GT9HT:IUMY?MZ?NZ@O\=KXMY?NZ>LY9GT9GT3BN3BN4BO/>J,;H/=J0?K0?K0?K0?K2@M5DQ3AN/>J3BN2AM3BN0>J2AM1@L0>K-;G/>J-J/>J.=I/>J.=I--;G.J/>J3BN3BN4CO8GS4CN7FR7FR5DQ5EP7FR3BN5CO/>J1@L0?K/>J.=H.=I0?K+;G1@K2AM2AM2AM1@L1@L4CN1@L0?K1@L2AM2AM1@L2AM3BN2AM5EP3BN2AM4CO3BN2AM6EQ3BM5DP6EQ4CO3BN4CO2@L2AM3BM0?K3BN1?K1@L1@L0?K,;H(7D,J0?K0?K3BN3BN1@L3CO5DP6FR3BO*7F/K/=K3AN/=K-;I-;I+8F-LY;IV:HU8FS;IV:IU>LYLY;IVLY:HU@N[>KY:HU;IV>LY;IV=KY?MZ@N[@M[=KX>LY@O\?MZ=KXLY>LY@N[@N[>LY=KX=KX;JW7FR;IV:IU@N[?NZ>LY9HU7FS8GS:IU9HT7FSMY@N[AO]@N[>MY=LYMZ?MZ@O\>MZ?MZ@N[AP]?NZ@N[>MY:IU8HT>MZ8HT9HT9HT9HT:IU8GS8GS8GS4CO4CO9HT:IU=KX?NZK/>J,;G-$/9,9E.K1@L2AM1@L4CO1@L1?K4CO3BN6FQ5EP7GR4CO6EQ6EQ6EQ7FR4CO2@L/>J0?K0?K0?K*9E0?K.=I,;H,J,K1@L/>K1@L-=I3CO3CP2BN5EQ6FR5EQ3CP1?M2@N/=K/=K/=K)6D-;I*8E+9G(5C&4C*7E0>L-L,:H*8F/=K*7E)7D+9G*7E/=K/=K+9G-;J.LY>MYMYLYAP]?MZ>LY>MY>LY@N[?NZ?MZAO\@O\@N[MY=LY?NZAP]CR_AP]@N[AO\?MZ?MZLY:IU>MY?NZ:IU9HT=LXMYMYCR^@O[BQ^FR^DR_>LY;JV:IU>MY9HT9IUMZ=LX?O[AQ]?NZ=LX>MY?NZ>MY;JV6FS7FS6ER7FS7GS9HT6ER9HU4CO4DP4CP5DP:IU8GT;JV7ER7FR4CP4CP3BO2AN0?L0@L/>K+:G-=J3BO6ER5DQ2BN2BN2AN0?L3BO4CP3CO6ER4CP0?L-=J1@M3CO0?L.>K-K1AM/>K2AN)6A%0;-;F)9E%2=+:E2AM-:F/=H0?L0@L2BN3BO0@L2BN/?K3BN0@L0@L6FR9IT8GT6ER7FR3BO2AN7FS1AM4CO5DP/>K-=I*9F0?L1@L0?K-=J/?K,J2AM.>J-=J3BO0@L-=I/?K3BO1@M2BN.=J,K2AN.>J.=I-K,L2?M*8F-L0?L0>L0>L0?L-;I.LYLYLYMZAP]BQ]>MZ>MZ?MZ@N[=LY@O[@O[AO\BQ]=KX?NZGT_DS_CR_CQ^CR_?NZAO\AO\=KXAO\?N[?NZ;IV>MYMYMYCR^AQ]>NZ@P\@P\@O[K1@M3BO1@M1@M.=J+9D'3>)6A,:F%2>*9E0@L+8C0>K4CO0@L2AN.>K1@M.>J0?K-=J3BO7FR7FS8GT7FR;JV6EQ4DP3BN/>J5DP3BN2BN2BN-=J-=I0?K0?L1@L,;H/?K/>K/?K0@L/?K1AM4DP1AM2BN4DP3BN3CO/?K-=J,J.=J/?K4DP0@L-=I0@L0@L*:G/>J-=I2AN.>J.=J1AM/?K/>J4CP0?L6ER4CP3CO2AN4DP3CO5EQ4CP3CO1?M3AO2@N,:H0>L,;I+8F-LY9GU6ER6ER8GT8GT;JWMZ=KX>MZAO\BP^BQ^AO\@N\?M[?N[AP]>LYFR^AP^?N[?MZ?N[BQ_CR_BQ^AP\?MZAP]?N[AP\?MZ?MZAO\=LY;JWLYMZMZ?NZAP]CR_AP]@O\K*9F*9F-K3CO5DQ6FS6FS3BN4CP2AM.>J0@L2AM,;H0@L1@M6ER0?L1AM+:G,:F%2<(5@(6B'5A+:E,J,K1AM/>K1@L-=J0@L5EQ1@L1@L0?L0@L1AM-=J-=J-=I,K1@L1@M2AN3CO2BN0?L-=J-=J/>J2AN0@L,;H.>J.>J/?K.>J1AM2BN5ER4DP5ER6FR4DP4CP5DQ3CO2BN0>L3AO3AO.=K-;J,:H+9G*8F*8F'5C(6D*8F1?M/=L/=L.L2@N.=K-;I0>L.=K.=K-;I-;I.MZ:HUAO\>LY>LY=LY;JWMZAO]@N[@N[DR_?N[@O\DR`BQ^DR_DS`AP]AP]@O\MZ>MZ;JW:HUAP\=LYLY;JWMZ@O[AP\CR^@P\AP]DS`CS`BQ^@O\;JW>MY:IV7FS7GT5DQ4CP7FS:IV7FT7FS:IV6ER6ER9HU5DP8GT6ER8GT5DQ5DQ0@L1@M2AN/>L1@M0?L.=J/>L3BO1AM4CP6ER8GT2BO5EQ3BO3BO6ER4CP4CP3CO/?L1AM2AM-=J/?L0@L1AM2BN0@M0@LDN@BK??H=:C:6?7092.62*1.&-,/?L,K1AM/?K.=I.>K-=J,K0@L0?L1@M.>K-=J/?K/>K/?K2AN.>J-K1@L2AN3BO4DP2BO5DQ2BN7GS8HU5ER5DQ3AO2@N1?M,:H/=K/=K.L-L2@M5DQ7ER8GT7FS:HV=KY:HV8FTM[=KY=KY=LY9GTLZLZLZAO]DR`BP^CQ_AP]ESaESaBQ_>MZ?N\@O]>MZ=LYLZ:HVLZM[;JXMZBQ^=MZ;KX:JW:IV8GT7FS;JW:IW7GS9HV7GS;JX6ER9HU5DQ:IV7FS9GT7FS4DP7GT5DQ5DQ6ER4CP4CP1@M1AM0@M4CP6ER5DQ4CP7FS5DQ6FR7FS7FS6FR7GT6ER2BN5DQ4DQ0@L0@L0?L1@M/?L2AN5DQEN@@I>K+;G*:F.>K-=I/?K,K1@M1AM3BN2AM4DP1AM3BO1@M0@L4CP3BO6ER6ER4DP6FR3CO2BN4CP3CO6ER5EQ6FS4CP5DQ2BN.>K/>K-=J2AN/?K.>K3BN1@M.>J0@L0@L.>J0?L,K,LZ:IW;IW9GT;IW8FS;IW5DQ6DQ6ER5CP8FT;IW=KYLZ>LZ>MZ=LY?N[>MZ@N\@N\BQ^@O\BQ^BQ^@N\=LZ?M[>M[MZ=LY=LYMZ>MZ=KY:IV;JW>MZ>LZ>MZ7ER>MZ=KY?N[>LZ>MZ;JX=LY>MZ?N\AP]ETaBQ_AP^@O\@O\AP^CQ_BQ^=KY?N[@O\:JWMZ=LY>N[9HU9IV8GUK/>K2AN2AN5DQ7FS4CP5DQ1AN6ER7GT;KX8GT8GT7FR3BO3CO5DQ6ER2BN6ER2AN.>K1@M1@M1AM@J>>G=;C;7?83;5,40(0-%,+"**3BN5DQ3CO3BN4CO:IV6ER7FS9HU:JW8GT:IV;JW;JW7GT8GT2BN5DP3CO2AM4CO1AM2AM0@L/?L+:G*:F-=I2BN.=I/?K-=I.=J0@L4DP4DP1@M3BN4CP2BN1AM1AM2BN1@M2BN4DP2BN1AM2BN5EQ4CP2BN4DP6ER5DP4CP.>K1@M0@L0@L2AN1AM1@L1AM1AM/?K1AM/?K0@L4DP1AM0@L0@L1AM->K-=J/?K-=I2BN0?L/?K2BN4DP4DP4DP4DP6ER7GS6ER0>L.L7FT7ES5CQ7ES6DR5CQ1?M2AN0>L1@M.=K/=K,:G)8F,:H-LZ=LY9GU:HV8GT;IW:IW:IW9GT9GT;IW7ER:IW>MZ>MZMZ?M[BP^?N[=KYBQ^AP^CR`BP^?M[;JX>MZ;JWLZMZ;JW?M[=LY=KY=LYAP]>LZ9GT;JW@N\?M[;IW?N\>MZM[MZAP^=LYAP]?O\AP]@P]>MZ>N[AP]BR_BQ^CSaAP]AP]MZ?N[:IV;JW8GT9HT6EQ9HU8GS5DQ6ER8FS5DQ5DQ4CP5DQ/?L3BO3CO4CP9HU6ER7GT2AN4CP3BO9HU7FS7GT7FT6FS7GS4CP7FS6FR4DQ5EQ4CP1@M3BO3BO7GT=HCK,K1AM-K0@L0@L3CO0@L2AN.>K-=I-=J/?K0?L2BN2BN1@M2BN5DQ9IU7GS7GT5EQ2@O2@O0?M.=K.=K+:H.=K.=K.=L*9G,:H+9G/>M2AO3AP7ES;IX5CR7ET:HV6DR4BP1@N1@N,;I,:H+:G,;I*8F+:G-;I*9G(7E(7E,;H)8E(7E&6D,;H(7E+:G)8F,;I,;H.=J,;H-LZLZ;JW=KY?N[:HV>LZ:HV=LY=KY;IW>M[AP]AP]AP]@O\?N[?N[>MZLZ=KY@O\?N[LZ?N[?N[>LZ?O\=LZ:IV9IV:HV>N[@P\AQ^CR_AQ^@O\CR_BQ^AQ]CS`?N[DS`CS`AQ]MZAP]BR^@P\BR^BR_DT`AQ]DTaBR_AQ^?N[=LZ;KX:IW:IV>MZN[=LY@O\@O\8GT:IV7FS8GT8GT8GT7FS7FS5DR2BO2BO1AN1AN2AO7FS7GT4CP4DQ7FT9HV7FT7FT5ER5ER7FS7GT6ER6ER7FS9HU7GU4DQ6ER7FS4CP6FS7FS6ER;FD9A95>83;6,41'/.$,,'(%.54CP1AN5DQ6ER6FS7GS6ER7FS9HU8HU9HUK/?L.>J-=J-=J/?L0@L1BN0@L2BO1AN3CP2BO2BO3CP3CP1AN.?L0AM1AN4DQ1AN3CP1BN1AN6ER8HU5DQ6FS3CP5EQ4DQ3CP0@L0@M1AN->J1AN-=J/?L.>K1AN1AN0@L4DP3CP0@L0@L3CP/@L->K,M/=L/=L-M+:H,;I0?N3BP2AO6DS4CQ:HV9GV4CQ9GU2AO2AO0?M,;I/>L-M1@N.=K4CQ4CQ2AO6ES5DR9GU7FT8GU9HV;IW6ES8GU;IW:HV>LZ=KY=LY?N[:HV;JWLZ;IW;IW:IV>MZMZMZ=MZ;IW>MZMZ;JW>MZN[>MZN[>N[MZN[BQ_?N[NZ?O\NZ?N[MZ;KX=LY;KW9HV5ER8GU7GT7FT2BO6FS1AN3CP5ER8HV6FS=MY:IV:IV;KX=LYNZ>N[K/@M3CP1AN4DQ3CP2BO5ER2BO2BO6FS4DQ5ER2BO6FS3CP1AN1BN0AM1AN7GT4DQ6FS4DQ9HU7GT7GT5ER3CP1AN0AM.?L0AN/?L1AN3CP.?L2BO0AM4DQ3CP1AN0AM1AN2BO2CO.?L,K->K,M/>L-L-M-LZLZ;JX:HVMZ=LZ:IW;JX=LZ=LZ@O]@P]=LY@O]>M[?N\BQ_@O\>M[?N[>MZN[@O]:JW=MZ@O\=LZ>MZ>M[;JX;KX?N[N[@O]>M[>M[N[?O\AQ^AP^AP^>M[?N\?N\?N\AQ^AP^CR`BR_?N[@P]BQ_@P]BQ_CS`?O\=LZBR_EUcGVc@O]AQ^AQ^MZ=MZ;KX9JV5ER5ER4DQ6FS5ER6ER5ER2BO1AN3CP3CP4DQ/@M5EQ5ER3CP5EQ3CP2BN0@M5ER6FS5ER5ER5ER9JV6FS2CO3CP/?M3CP6FS2CO4DQ4DQ5ER7GT6FS4DQ5ER/@M3CP1AN0@M2CP3CP2BO1BN4DQ2CO5ER1AN2BO3CP5ER7GT6FR0AM->K.?L1AN2BO4DQ1AN4ER4DQ6FS6FS6FS3CP6FS7GT4DQ0?N3BP3BP/>M,;J)8G.>M0?N0?N.=K/>M/?N6DR5CR5CR2@O3BP3AP8FU8GV3AP3BP3BP/?M0?N4BP3AP5DR1@N/>M,;J/?N,;J-;J.>M,;I(7F(7F*9G-M[=LY8GU:JW:JX=LY;KY?N\?M[@O]>M[=LZ>MZ=LZM[@O\>MZ?N\?N[9IV;KY>M[?N\BQ_@O]MZ;KX;KY;KXMZAQ^AP^AP]AP]@O]BQ_?N\AP^AP]>M[N[>N[?O\@O\@O\AQ^CR_DSaAP]@O]@O]?O\CS`DTaBR_DSaEUbEUbDTaCR_?N[AP]AP]DTaCS`EVc@P]BR_@O]DTbDSaAQ^=MZ@O]?N[AP^AP]=MZ:JW9IV5ER;KX6FS5ER4DQ3CP7GT6FS9IW9JW?N\>M[9JW:KX8HU=LZ=MZ;KX+20&.-#++')#'!+36FS2BO8GU6FS8IV9JX9JW=MZ>N[@P]>N[=MZ?N[?N[;KXM-=L,:I)8G,:J4BQ2AP6ES2@O0?N1@O7ET1@O3AP4CQ2AO+:I0@N1@O2AO5DR.=L/>L/>M.>M,:I*9H*:I-;J(7F+:I*9G+:H+:H,;J.=K+:I,;J,;I2AO/?N5CQ6DR4BP4CP6ES4BP5DR8GU5DQ4CQ8GV;KYM[>M[@O]?N[;JXAP]AP]BQ_=LZ=LY>M[AP^AP^>M[;JX@O]>M[@O]BQ_@O]?N\>MZAP^?N[?N[>M[=LZ@O]>M[MZ@O\BR_>M[CR`BQ^BQ_AP^=LYMZ=LY=LZ@O\=MZETbCR_CSaAP]AQ^BQ^AQ^@P]EUbFVcGWeDUbGXeAQ^?O\>N[AQ^BR_AQ^CS`@P]BR_?O\AP^AQ^CS`=MZ@P]8HU=LY=MZ9JW9JW7GT9IW8IV5ER5ER3BP9IV8IV7FT8IV6FT9IV:JW;LY?N\9IVN[AQ^AP]?O\DSa@P]?N[@P]?O\>N[=LYM4BQ0@O.M.=L0@O/>M/>L.>L6DS2BP/>M0?M2AO4CQ0@O3BP4BQ0@N/?N0@O1AO0@N6ET5CR.>L2AO1AO-L.=K)8F,:I-M.=K/>M2BP2AO5DR5DR5DR4BP5DS7FT8GU6ET9IW7FU7FU:IW9HV9HV9HV9HV;JX?M[?N\?M[AP^>M[?N[MZ@O]:JXAP^BQ_BP_AP^CQ`AP^=LZ;KY@O]?N]@O]BQ_>M[=LZ?N[>M[BQ_?N\?N[MZ@P^=MZAP^;KYAQ_@O]AP^DSaAP^CS`BR_@P]BR_CS`EUbCS`EUbEUbFVcAQ^AQ^AQ^CS`CS`AQ^DTaBR_@P^@P]BQ_CS`@P^@P]?N[>M[M[:JW;KX;KX;KX9IV4DQ3CP6FS9JX;LYM[N[;KX;LY:JX>N[M[9IVN[;LY;LYM*9H0?N.=L-M1@O0@O3BQ4CR2AP1@O7FT2BP0@N0@O4CR3BQ4CR2BP/?M+:I-M[>M[M[?N\;JX?N\?N\?N]BQ_=LZ?N]DSaAP^CS`@P^BR_?N\@O]CS`BQ_?N\?N\M[?N\@O]?N\@O]>N\M0>N0>N+;J.=L.>M-N0?N0?N.=L2BQ3BQ1AP1@P.>N3CQ3CR0@O6ET1AP0?N.=L1@P1AP1@N0@N.=L-=K.>L*9H,M+;I+;I*:I/>L.>L-M2BQ8GU4DR5DS6FT:IW7FU:IW:JY9IW:IXN\?N\AQ^>N\>N\:JX;KY=M[@P^>M[=M[>M\@P]=LZ>M\N\=LZAP^?N\AQ^BQ_=M[N\?O\O\O\@P]N[;KY=MZ9JW:JX;LYM/>N0?N0@P-=L-=L.=L0?N-=L/>M-M4DS4DS4CR4CR1AO0@O0?N0AP0@N/?N0?N/>M/>M1BQ1AO1AP4CR2BQ.>L,M/?N/?N-L4CR6FT3CQ4CR5ES6ET;KZ:IW:IW8HW=LZM\>M\BQ_?N]BQ_BR`BR`AQ_BR`?N\@P^BR`CSaETcCR`;JX?N\=M[AQ_AQ_?O]>M\=LZ=M[N\@P^CR`@P^@P^>M[BR`CSaGWeDTb?P^BR`CSa>N\=LZBR`>N\=M[9IW=M[N\GWeEUbCSa?P^EUcEUcFWeDTbCSaAR_AR_CTaFWeBS`HYgBR`DUbFWeFWeGWeEVcCSaAR_BR`O\>O\>N\=N[AQ_>N\>N\>N\P]?P]AQ_BR`@Q^CSaBR`BS`AQ_>N\>N\=M[>O\?P^N]iN]i=M[:KX8IW:KXN\:JW7GT8IW>O\AR_=M[@Q^?P]O\=N\8IV7HU7HU6GT8IVP\:KX.=L2BQ-N.=L0?O+:J,;J/>M0?N1AP/?N-=L-=L.=L5DS4CR2BQ4CR0?O0AP3BQ.=L1BQ0@O1@O0AP/>M-M4CR0@O1AQ*:I*:J+;J1AP0?N/>M-=K,;J/>M/>L/>L.=K/?M.=L0@N7GV4CR3CQ6FT4DR7FU;JX4DR;JX8HW;JX=M[>M\;KZ8GV5DR8GV;JY8HV8HV;JY8HVM[M\@O^>N\CSaBR`FVd@O^?O^@P^AP_>N\AQ_=LZN\>M\M[AQ_BQ_CR`ETb>M[=M[AP^GXgEUcBQ`BQ_BQ_?O]=M[?O]AQ_=M[;KZ:JX;KZ>N\AQ_?O\BR_>N\N\CSaEUcFWeEUcBR`?P]EUcEUcGWeFWeDUbBR`?O\CSa?P];LZN\=M[AQ_>N\CTaAQ_BR`CTa?P]>O\N\>N\>O\=N[@Q_@Q_CSaAR_=N[CSaAR_AR_DUbBR`>O]?P]>O\AQ_@Q^?P]>O\;KY7HUN.>M-M5DS1AQ1AP/?N3BQ3CQ1AP4CR1AQ1AQ-M2BQ*:I0?N.>L/?M/?M1BQ5DS8GV4CR7GU9IW8GV;JY;JX9IW8GV7GU;JX=LZ:IX:IX6ET7FU8HW9HW;KY;JX7GU9IW;JX>M[>M\;KZ;JX7GU=LZ=L[=M[;JX?O]=L[>N\=L[M\CSa>M\=M[CSaCR`BQ_@P^=M[?O]>M\?P^:JXN\BR`CSaEUbETbCR`?N\>N\=M[>M[=M[=M[=L[8GU>N\:JX?N\N[=MZ>N\AQ_CSaBR`DUbAQ_AQ_BS`FVcCTaCTa=M[?P]CTaDUbEUcEUcDTbBR`EUcDTaCSaAR_@Q^CSaCSa>O\?O\>N\?P^=M[=M[@Q^@Q_BS`?P^EUcCTaDTbAQ^@Q_AQ_AQ_AQ_>N\=N[>O\AR`DTb@Q_DTbBR`>N\@Q^AQ_AQ_CSaCSaBR`BS`AR_BR`CTa@Q^CSa>O\O\=M[;KYN\:JW7HU:KX?P]AQ_AR_?P]>N[:JX:KX7GU8IV=M[:KY;LY8IWM/>M.=L/>M*:J.=M/>N+M1BQ/?O/>M/>M-=L.>L2BR4DS2BR1@O1@O0?O2BQ+:I0?N1AP0?O,M\;KYN\>M\:IXN\@P_>N]?O]DTbDTcEUcAQ_?O^=L[?O]>M\=M[@P^>O]?O]>N\N\?O]@P^BQ_@P^CSa@P^BR`DSaDTb=M\>N\>M\;KY?O]?O]=LZ=LZ?O]=M[8IW?P^=MZ=M[?P^@P^;LZ:KX>N\>N\?P^@P^O]EUcDTb@Q_@Q_>O\@P^@Q_CS`FWeBR`CTaEVcCSaDUcEVc@Q^>O]CTaEVcCTa?P^@Q^BR`CSa@Q^CTaCTaAR_DUcFWeEWdDUcCTaEVdEWdEVdBR`?P^@Q_?P]CSaBR`CTaBS`AQ_BR`@Q_@Q^@Q^EVdGXeDUcBR`FWeCSaFVdBS`DUc?P^AR_?P]AQ_AR_;LY>O\9JX;LY:KX9JX;LY:KX9JW;LY7HV:KX=N[>O\@Q^@Q^>O\:KY=M[;LZO\AR_=N\=M[;LZ9KX9KX6GT6GT8IW=N[=N[=M[5FS6GT:KX8JW7HU9JW8IW9JW8IW=O\=O\=N[8IV6FT5FS7HU?Q^=O\9JW:LY9JW:KX8JW8IV8IV5FS7GT6GT3DQ3ER5FS5FS5FS4ER7IU8IVO\>O\;LYO\:KYAR_@R_>O\M.>M1@P/>N/?O/?O2AQ4DS1AQ5ET8GW1AQ0@P-=L,M/?M1@P1@P/@P2BQ4DS2BQ/?N1@P/?M,L,;K0@P1@P7GV2CR3CR5ET8HW7GV5ET5ET9IX:JX8GV:JY;KZ;KY:JX;JY;KY;KY9IW9IW9HWN\N\8GV8GV9HW>M\?O]?O^N]@P^AQ_?N]N\>O]?O]N\=M\>N\>O\AR_BRa>O];LZN\>O\=M\?P^>O]@Q^EVd?P]@Q^FWdEUcEVcCSa;LZCTbEVcEUcBRa?P^@P^=N\AR_EVcFWeDUcEVcAR_@Q_CTbEVcGXfEVdBSaEVcAR`CSa@Q^CTbBSaCSaCTb@Q_?P^>O\CSaFWeEVdEVdDUbGXeEUcDUcEVcCSaDUcBSaDUcAR_ARa@Q_DUc@Q^@Q^>O\;LZ;M[;LY>O\:KY;M[:KY:KY;LY>O]O]9JX;M[;LZ?P];LZ=N\:KY9JX7GU9JW;LZ>O\:KY9JW?P^?P]O\8IW9JW9JW>P]AR`8JW;LY:KXO\8JW:KX>O]8JW>O\=O\=N\9JX8JW;M[=M[>O\8JW9JW:LY:KX:KX8IW6GT7HV7HU9JW:LY4FS3DR7HU:LY9JW6HU5FS;MZ:LZO\>P\?P]@Q^BSa>P]@Q^@R_AS_0@P2BR3CS5DT4DS/>N/>N-=L+;K-M/>N/>N3BR4DT2BR0@O4DS8GV5EU/@P0@P/?O0@P-=L2BR0@P/?M-=L1AP0?O1AP2BR5ET1AQ/?M0@O/?O0@O0@O1AQ0@O/>M/?M3CS1AP0@O/?M1AP3CS5ET7GV8HW7GV7FU8HW9HW:JY9IWN\:JXN]>M\:IX8GV9HW>M\?O]N]>N]@P^@P^?O]DTb?O^DTcFVeDTbAQ`@P^>M\=M\O]:JX?O]?O]>N\M\AQ`BR`BR`AR`CSbAQ`AQ_?O]?P^M\o{nz;LZO]=M\=N]@P^EVcBSa?P^?P^@P^?P]@Q^AQ_?P^O]@Q_DUcEUcEVcAR`@P^BSaAQ`FWeBTaGXfGXfFWeDUbFWeDUcBTaBTaDUcDUcAR`@Q_@Q^AR`AR`@Q_@Q^:KX;LZO]:KX;LZ:KXO\;LZ?P^>O\:KYO\;M[?P];M[>O\O\;MZ>O];LZAR`O\;MZ:LY7HV9JWO\@R_@R_?P];LZO\?Q^AR_?P]@Q^;MZ>P]?P]4DT3CS1AQ3BS3BQ2AQ0@P/?O.>M-=L3BR1AP0@P0?O.>M1AQ.=M0@P2BQ5ET4DS0@P0AQ3BR0?O0?O/?M.>M,M1BQ/?M0@O3CS->M-M.>M1@P3BQ2BR7FV8GV5ET8GW8GW8GV8GV;KZ8GV5ET9HW;KZ;JY;JY:JY=L[?N];KZM\AQ`;KY;KY>N]=M\;KYCTb?O]N\@P^AQ`DTbDTc>O]@P_AQ`>N]=M\=M\;KZ>N\AQ`?P^>O]?O]>N\?O]?O]=M\AQ`lxkx=M\=M[N\AQ`BTaDUb@Q_=M[O]O]DUcDUb?P^@Q_@Q_@Q_AR`CTbDUbCTbBSa>N\DUcFWeEVdEUcCTbBTaFWeI[iHXgGXfJ[iGXf@Q_DUcFWeCTbAR`EVeFWeFWeEVdEUcDUc@Q^BSaEWeIZhO]iO]jDUbFWeFWeGXfFWeFWeDUcGXfFWe?P^AR`>O]BSa>O]?P]AR`>O\AR`?P^;LZ;LZ:KX;LZ;LZ:KX9JW>N\;LZ;LZ?P]?O]=N\?P]AR`>O]9JW:KY6GU9JW@Q^@R_;LZ>O]:KYO\>O]=O\@Q_O]=N\=O\>P]P\>P\O\9HY2BS0?O3DT0@P2BR0@P-=M.=M0?O1AQ0?O1@P0@O.=M.=M/?N1AQ/?O5ET2BQ3CS2BR1AQ0@O1AQ/?O1BQ1AQ1AP2BR0AP3DT5EU5ET5ET1AP/?N/?O5ET1AP1AP2BQ/?N0@O0@O2BQ1AP2BQ-=L+;K5ET2BR2BQ3CR9IX4DT;KZ:IX7FV=M\4DS5EU4DR6FU;KZ;KZ;KZ:JYO]P]@Q_O\?P^P]5EU4EU4EU2BR/>O1AQ1AQ1AQ3CT1@P1AQ3CR1@P-=M-=N1AP*;K/?O4DT3CT1AQ/?O1AP0@P/@O1AQ3CT3CS3DT.>N1BR3DT/@O3CR2BQ2BR/@O/?O3CR3DT5EU3CT/?N2BR6FU1@P2BQ.>M1AP.=M,N]>N^>O^>N\;KZ>N]=L[8HW9IXM\O]@Q_?P^=N\O^>O]@P_AQ_BRaBR`AQ`@Q_@Q_AQ`>P^=O\@Q_;LZP];LZ=O\>O\:KY9KYP^9KX9JX8JW7HV8IW>P^AR`BTbCTb@Q_?Q_AS`P^DVcBSa@Q_=O]=N\>P^@R_BSaCTb>P^>P^;MZ;LZP^P]BTa>P]P]8GX4CT4DU3CT3CS5EU5EU4CS1AQ1AQ4DU4DT3CS6FV/?O/>O.>N1AP0?O/>O2BR1BR1AQ/?O/?O0@P2CR3CT8HW0AP3DT4DT3CR0@P4DT:JY6FU6GV9IX6GV6GV3CS3CR3CS0@O2BR1AP1BR0@O1BQ1AQ3CR3CS2CR4DU6FV5FUO^>O^M]O]AQ`>N]@P_>O^=M\?O^O^?O^AQ`=M[=M[>N^>O^@P_AQ`=N]@Q_BRaBRaCTbBSbAQa=M\?P^=M[O^@P_BRa?P_AQ`=N]?P^?P_AQ_AQ`AR`=M[>O]O]?P_P^?P_CTbBSaBSa@Q_AR`CTb@Q_9KY=N\?P^;LZ?P^>P^?P^BSaDUcHYgEVdDUcGYgGXfHYhFXfFWeFWeFXfHZhJ[iP_lRamK]kJ\kIZhJ\jFWeFWeHZhCTbCTbDUcFWeHZhFXfEVdEVeJ[iL]kJ[iGYgGXfL]kGXfGXfHZhEVdIZiEVdDUcEVdFXfARaFWeARaASa?Q_?Q_?P^?P^AR`>O]O]8JX9KYP^?P^ASaCUcBSa=O\P^:LZ=O\:LZ=O\>P^P^;MZP]ASa?Q^?Q^AR`AS`BSaAR_CUb=O]>P^BTa>P]?Q^BTa>P]=O];JZ4DU4DU4DU6FV5EU3CS7GV4DU0?P5EU5EU5EV1AQ0?O3CT2BQ1BS1@P1AQ0@P,=M2CS1BR2CS.>N3CS1AQ6GV4DU9IX4EU7GW5EU5FU9IX8HX9IX6FV8HX5FU8HX3CS5FU2CS2BR5FV4DT3CS2CS2BQ7HW3DT8HW2CS5FV;KZM]=M]@P_?O_?O^;KZN];KZ:IYN]?P_@P`EUdCTcBRa@P_BRaCTbN]?P_>N];KZBRaBRaDUdDUcDUcBSbEUdBRaCTc=M]>O^:JYO]?O^ARa=N]@Q`CSb=M\AQ`>O^>O^CTb@Q_>O]9JX>O]>O]=N\O]>O]P_BSaASaBTb>P^DVdBTbGXfCUcGYgFXfGYgBSaDVdGXfGYgFVeIZiK\jK]kK]lI[iL^lL^kN_mUer\lzZiv_mz_nz^lxftftcs~bp|hvdr^lyer}anybq|\jw\kw\kwSbnTdpN^kIZgFWfGXfHZiGYgASaDUc?Q_?Q^BTb@R`CUc@R`O]P^>P^O]?P^?Q`CUbBTaP^O]FWe@R`>O]ASa?P^?Q_P]@R`?Q^?Q^@R`@R`@R`:IZ:JZ9HY3DT:JZ8HX6FV7GW4DU2CT1AQ3CT6FV.>O/?O3CS0@P2BQ1@P0@P1AQ2CS2BS1BR0@P2CS0@O0?O2BR;KZ7GV9IX8HX6FV2CR7HW4DU:KZ7GV7GW8HX6FU4DT2BQ3CS5FU1AP4DT5EU7GW5EU3DT9IY6FV2CS9IX=M]M]=M]:JZ;KZ:IY8HX:JY=M\=M\=M\=M\>N]M]9IX@P_M]?O^AQ`?P_?P_CSbBSbDTcBRa;LZ?O^@Q`?P_@Q`DTc?P^CTbDTcDUc@P_CTbBRaDUcAQ`@Q`AQ`BRaBRa=N]@P_BRaBRaARa;LZ;LZ=N]O];LZ>O]9IX;L[;LZP_P^@Q`>O];M[@Q_>P^?Q_DUcCTbFWfBTbFWfGYgGXfBSbCTbBTbCUcFWeK[jWgu_n{hwlylyiwhvhvhulzjwlxdr}cpz_ly^lvds~fsjxer|`oydq{_mycq{fr~gtgtcp}cpzcq|`mx]kw\lwXgsScoM\iFWd?Q_?P^=O]@Q`>O]?P^CTb>P^;M[>P]@S`?Q_>Q_>P]>O]@Q`?Q_P^P]@R`BTbP^>P^O]CUb@R`=P^P]:LY?Q^>O]>P^@R_AS`=M];K\N]:KZN]=M\N]=M]AQaBRaN]N]BSaAQ`:KYAQa=M]ARaCSb@P_:KYO^?O^BSa?O^?O^?O^@P`AQ`?O^@P_@Q`ASaDUd?P^CSbEVeBSbARaBSaBSaCTc@Q`AQ`EUdDUdBSa@Q`O^CTb@Q`P^>P^;LZ>P^;LZBTaBTb=O]?Q_P]>P_?P^=O]@S`=P]BTaCUcATa=O]8JX4FT2DS:LY9KX7IW8KX7IW8JW=P]=O]>P]8JX;MZ6HV8JX:LZP^@S`?P^:LY:KY>P]@Q_@Q_CUb?Q^@S`ASaASa:JZ;K[9IZ8HX;K[:K[;K[9IY5EV2CT4DU5FW2BS3CT2BS0@P.>P1AQ1AQ,O0@P/@O5EV4EU3DS3DS9JY3DT3DT6GW9JY8IX9IY:JZ9IY8IY9IY4EU5FV8HX2BR6FW5FW9IY8HX8HX9IY;L[6FWN]>O^AQa?P_>N]=M\?O_=M]=M]@P_BSbAQaARa?O_:KZ6HW:K[O_@P_AQ`@P`?P`@Q`>O^@Q`AQaARa@P_=M\=M]@P`BScAQa=N]>O^ARaAQaEUeAQ`?P`ARaDTc@P`=N]>O^BSbP_BSbCTcDUd?P_>P_9KYO]ASaASaBSbBTcBSbASaDUdCTcASa@Q`?P_CTcFXf@Q`ASa@Q`I[iDUdGXgI[iEWeDUdP`o]nzfvqstr~p~tyywytx}vuruvso|jwer~kxsivjvjwlycpyfsdpzer{coyer~iukxhujwjwgu~dpzfr}anx\js\jsZgp\jsdq|aozWgrGVdASaCUcASa?Q_=O]=O]=O]ASa>P_Q`=O]=O]:L[?Q`:L[>Q`9KYP^P_=P]@Q_?Q_=O]>P_P^>P_ASa@R`>P^ASaBUcCUcCUcEWd>Q_9KX5HV4FT8KX6IW5HV8JX8JX9LY9KX>P^9LY9LY9KY;M[6HV8JX8IW9KYP]CUcAS`ATaO/@P+;L-=M,O.?O1BR2CT1AQ6GW2BR0@P4EU4ET2BR2BR2BR4EU8IY6FV7HX:K[:JZ9IY:K[9JY4EU9IY8HX3DT7HW5FV8HX:JYO^@QaAQa>O_AQ`@P`@QaBSb>O^O^>O^AQ`?P`@P_=N]=N]:KZO]=N]?P`>O]AQ`>O^BTc@Q`DTc@Q`EUdGXgDTcIYhIYhFWeDTcDTcCTcBSaDUdAQ`DTc@Q`=M\ARaASaDUdCTcBSaDUc@Q`@R`ASa?P_>P_9JX5GVP_@Q`?P_CUcBTcBTcEWeBTcCUcFXfBTcCTcFXgFXfUftdso}rsrsvsux||{{{y}|xyyx~{zwq~hu~fr|itkxfr{iufs}hu|ht}gt~dr{gt}kyht}gt~er}cqzfr}es|_lxYeqZfp[hqZgq^kt`lu^judrzap{P_lASa@Ra?Q_@Q_?Q_BTcASaBTbBTb?Q`BTbBTb=O\>P^P^:M[@Q`>P^>P]>P_CUc>Q`AS`BTb=P]Q_Q`@R`@R`BUcATaASaATaP_;M[3FT1CQ1DQ4FT6HV4FT9KY7IW9KX9KY9KX9KY9KY2DS9KY;M[?Q_=O]=O\=P^9KX:LY9LY=O]=O]Q_=O]@R`@Q_;M[@R`>P^=P];K\5FW9IZ4DU5EV5EV5FW2CT3DU5EU6FW5FW3DT3DT-=M/?O2BR0@Q,O_DTdFWfHYhEUdEVeDUd?P_@Q`>N^;L[>N^=N]?P_=N]@QaGXgDTdDTcARa>N^?P_@Q`ARaARa?P_;L[ARa=N]AQ`BSb>O^=N]?P_DUdAQ`BTbDUdJ[jHYhIYhDUdDUdDUdHXgFWfGXgDUdEWe?Q_CTcEVdFWfCTcHYhCTc?P_BSb?Qa?Q`EWfBTbASbARa?P_?Q`BTc?RaDUdCTc>P_BTc@R`>P_@RaDUdDUdBTcEVdDUdASbDVdDVdHZhUethwwxwzyttx{y{}~vxs~v|~}{w{zp}q}q}s~p|iv~jwht~ep|lxcoyfr|fr~eqy^ku_lt[hq`mvbnw[gq[iq`lsdq{eq}dpyfs|aozScp@R`BTbBTbBTbASa=O]>P_Q_;M[9LY>P^ASa=O]>P^ASb@S`P^=N]=O]?Q_ASaBUc?R`@S`>Q_=P]:LZ9JX3FT3FT1DQ/AP5HV7IW7JX8JX:MZ;M[;M[5HV7IW8JX7IW8JX8JX9KY=N\P^9KY@S`=O]>Q_=N\=P]?Q_?Q_=P]=O]=P^=O]>N_9IY;J[6FW5FW5EU7HX5EU3DT7GW7HX4EU->N3CT-=N/?O.=N/?P/?O-=M,N^=M]:JY9IY;L[AQa>N_:K[;L\:K[:JY:K[N^BSb@Qa>O_?P_AQa@Qa?P_BSb?QaEUeEVfBSbGXg@Q`DUdDUdARaN^ARa?P_@Qa?Q`?Q`>O^?P_=N]=N]>N]?P_;L[>N]EVfEUdFWfCTcBTb=N]?P_?P_?P_CTcHXgIYhIYhDTcDUdEUdIYhGXgHYhDTcHYgEVdDUcIZhFWfEWfBTcCTcCTc?Q`ASa>P_?Qa>P_?P_?P_BTcEWeDVdEWeEWeCUc@Q`@Q`ASaCTcEWfDUdHYhGYgHYhJ\kO_m^nzp~uywuwztw|~~{}vjulws~ty{|wq|kwht~hugs|ivgr}kvgr}gr{doy`kt_lr_ltanweqzdoxht}mxoz`mxQanASbASa?Q_;M\;M[=N]8JX9KY=O]>P_>P_?R`>P^?Q_?R`?Q`@S`>P^BTb>P_;M[;M[=N]>P^9KY;N\?Q_;M[>P^=P];M[>P]ASa?Q_ASa;N\:LZ:LZ4FU4FU0BP5GU1BP8JX:LZ;M[:LY=O]7IW8JX6IV7IW5HV8JX6IW5HV;M[8JX6HV;M[:LZ;M\P_ATbBTb=O]N4EU->O->N->O->N(8I.?P.>N,N_;L\>N^N^BRb:JZ>N^=N^N^N^?P`BRbARbAQ`CTc?Q`@Qa@Q`DUd?P_>N^;L[BSb;L[=N^?P_?P_@QaFWfEUdCTcARbARaARb?Q`AR`?Q`CTcBSbFWfBRbDUdGXgFWfIZiM^mGXgIZiJ\jK\kFXfJ[jFWfFWfEVeFXfCTcEWfARbARaCTcCUdBTcBTc>O^BTbDUdFWfGYgEWeEWfCTcEVdDVd=N^DVdEWeHYg_o{lzxyy{wtyxz~~}ywozjukv~kxnzozlwq|tjwhs}fqy`ks]iu_jwfr|itmyozjvYhtCSbP_EWfBTc>P_P^>Q_:LZ?Q_P^=P^>P^ARa?Q`ATb>P^;N\;M[4GU8KY2ER4FT5HV2ER4FT:LZ:LZ;M[8JX4FT4FU4GT7IW7IW3ER7IW8KY:LY9LY8JX:LZ7IW9KY:LY?R`BTcASa?Q_?Q_DVd>Q_;M[:LY8JX=M^9JZ8IY9IY6GX6GX9J[6GX6FX5EW6FX1AR3CT.?P+O,N1AQ0@R0@Q0@Q1AQ4DT2CR6GW6FW8IY:J[4FV6GX7HX9JZ8HX:J[;K[=N^O^=N^=N^=N]?P_@Q`BRbARbFWfBRbCTcHYhFWeCTc@Q`EVeARa@Q`FWfHYhEVeGXgJ[jIYiL^lIZiJ[jIZiK\kGYhIZiIZiIZiDVeDUeCUcFWfCUdGYhDUdGYhBTcCTc=O^>P^=N^CTc@SbEWfFXfCUcCUdGYhEWfFWfJ[iessvw|~{xvy~ozjtzkvq|ynx[goalwkv}n{kvoytr~hs|gs{myepwalugr|cpwht|ju~grzhtkxlxYgrBSa:LZ:L[P^:LZ;M[BTbP_CUcBTb>P^P_;M[?Q_=P^?Ra?R`?Q_P^@Sa>Q_CUc?Q_CUcASa>Q_;N\P2CT/?Q/?P.>O3DT0AR6GW6GW:JZ6GX;K\:J[=N^=M]:J[:K[=N^@Rb>O_=N^=N^>P_:K[:K[:K[N^;L\>O_>N_=N^@Qa@QaCTdARcARdARcP_@Qa?P`>P_CTd@Qa>O_BSbCTdARb>P_EVeFWfDUeCTdGXhGXg?P`@QaARaARb@QaAScAScDUeARb@QaARbARa?P_>P_?P_?P_DUdARa@QaP_?Q_ASbDVeDVeCUdHZhK\j`oztwsww}zxw~}ur|xumx[epWakP\dQ\g\fmgqwnydpwVahbmtQ[cNY`NZcKV_cmtnzq{s~ss~tp{it|iv~lxgr{amvfqyer}kwp|[juJ[hATb=O];M\=O^>P_9KY=P^;M\Q_:L[8JY=O]9KY9KZ9LZ:L[:LZ:LZ9KZASa>Q_@R`CUc>P_9KZ:LZ:LZ4GU4GU7JX4GU1DQ6JX;M[:M[9LZQ`>Q_;M[=P^O_?Qa?Pa>O_O_:K[;L\>O_@Qa?PaCTd@Qa>O_=N^@QaBSdDTdEUeCTd@QaAQa@Qa>N^>O_@Qa=N^O_ARbBTcBTcFWgCTdGWgDUeBSbDUdDUdFWgAScARbDUeDUeBTcCUd@QaO^ARb>O^BTd>O_=O^?P_;L[BSb?P_ARbEVeDUdDUdEVeHYhJ[jIZiL]lGYhCTdGXhK\kJ[jFXgCTcEVeJ[jGXgHZhHZhJ\kHZiEWeASbATcEWeATcEWfHZhBTd@RaBTcBTc?Q`FXgFXg?Q`@RaASbBUdCUdASbK\jdsruxvy|~}~|{}{{}~s}|v}y|ujubmr]gq]grgqznxozit_jq^hrOYbKV^MX^CNVHRYnxvzy{wzq{p|lwlx]iq\iq\isZfqfr{ju~cpzYgsDUb;N\Q_7JY>P_P^?R`=N_=N_;L\;K\;L\:J[6GX6GW5EV2BS7GX4EU5FW0AR4DU3DU4DUBRaBRa4EW4DU9JZ5GX7GX7GX8JZ7HY;L\O_;L\O_O_O_ARb;L\8JZ:K[=N^lymz>O_=O^>N^@Qa?Q`AScARbASdARbFWgFWgAScARa?Q`BTcARbARbEWgDUdEWfEVeBSb?Q`ARb@QaDUeDUdFWgEWfARb?P_ASc@QaCUdASbFWgDUeEWfEVeGXhJ[jK\kEVeFWgBTcGXgHZhEWfGXhDUdEWeGXgGXgEWfEWfBTcDUdEWfATcASbEWeCUdDVeDVeDUdATd?Q`DVeBTcEWeCUdBTcASbEWfEWfFXf\kxn{p}trwy~~~}~~|~y~ny`jsZenV`iclszmx}t~hrx`jqcntYdlNYbEOYQ[fnxt~wxt~xyq{kvZeo[hn^js`luft|^ju\gt^iubnv^kvZgoWfqDUc7JY;M[=P^>Q_@Ra9KZ;M\Q_>P^?R`ATb;K\8IZ;K\@RcO_?Qa?O_;K\?Pa@QbBRcBSdCTd=N^O_=O_@QbO_=O_?P`?O_8IZ@Qalyn{?P`>O_=N^?Q`@RaO_BTdFWgARbEVeIZjFXgFWgDUeBSbBTd>O_ARbCUdFWgFWgDUeBTd@Ra@RaCUe@RaEWfDUeFXgFXhFWgFXgHZiEVeHYhFXgEWfHZiK\kARbEWeI[jL^mHZiJ\kBTbCUdBTdCUdHZiFXgFXgFXgFXgHZiEWeEWeBTdEWfBTdDVeCUdCUeDWeBUdFXg_n|kykxp}n{amwjwv~w}y~}}{{x|ywkt}gpzdmuaktdnxt~vpzqzis|r|pzku}r}}~us}xzvuzo{OZcP[fT`j[fpep{`mxXcoVckXeoXdm\hrWcm]juN^j>Q^>Q_>Q_9K[8JXO_?O`9K[;L]=N^?Qa=N^9K[;L]BScDUfBSdCTdBTdCTeBTdDUe@Qa=N^@RbARb>O_@QaO_:L[O_BTdBSc?P`BSc?Q`FXgGXhDUeEVfEWfHZiDUe?QaARc?Q`@RaFXgHYhDUeCTdBTcDUeARb@RaDUeFWgFXhHYiHYhI[jHYiEWfHZiCUdEVfHYiHZiEWfI[jI[jK]lL^mI[jL^mDVeDVeDVeCUeEWfHZiK]lHZiHZiGYhHZiBTcDWfFXgEWfDVeFYhGZiHZiUftn{o|mzlys_lu`myq}zx|vvy~u~pzz~~t~s||wypzt}}{enu_johr|pyq{q{|yunywvmzdoyXckUai^js[hrWdmUalS^jVcjUamWemWdpVdnSakJZg?Q`8KZ;N]8KY8KZ;N]:M\O`>O`8J[>N`6GY9J\4EV4EV5GX->O,=N2CT2CU3DV9J[7IZ:K\8IZ;L]?Pa>O`>O`O`@Qb>O`>O`:K\>O_O`O`P`ARc?P`>O_P`:L[;L\:L\P`?P`@QaBSc=N^@RaAScCUeCUeEVfGXhHYiCUeCUeBScFWgDVeCUdCUfGYiGYiFXgFWgBScBScDVfEVfGXgGXhGXhL^mFXgEVfEVfGXhCTcDVfJ[jGXhGYhGXhJ\kM_nL^mI[jM_nHZiJ[jI[kK]lFXgI\jI[jFXgJ]lJ\lJ\lFXgGYiGYiFXgDVeCVfFXgQbphvmzo|o}myssmxz{mwrzywpy~py~}xwvuit|mv{oxmwnxq{y~ttzyvwkunymykv~_kt_luVbkR_hQ]jKXbVcmS`kQ^gP]fRalO^iTbkM\hCVd;M]8KY;M]=P_8KZ9L\9L\7JY8JY9L\8K[8L[;N]Q`Pa:K\;L^9J[8IZ8I[6GX3DU2CT0BT1BT7HY:K\7IZ9J[:K\>O`;L]O`DUfBSdBSd@Pa@Qb?P`O_O`@Qa=O_?P`=N^CUf@Pa@PaARbEVg@PaCUeCTeAScO_O_@Qa@Ra@QaP`@Sb>Q`:M[8JZ9L[O_BSd=N^?Pa?PaARc?PaO`:L\>O`O`>O`@Pa>O_@QaBScAScBScDVfFWgDUe>O`9J[9K[=N^O_;M];M]=O^P`O_CTdEVfEVfFWgGYiL^mJ]lHZiDVfDVfFXgCUeIZjL^mI[jK]lHZiJ]lJ\kGYhGYiI\kFYhI[jGYiFXgN^liwrrq}p|nzuy~u}|u~{zq{wu~qzr{tq{pziu}nymyp|q|mxlwq}iu~gr}boz^iu[gpNZeDP[GT^IV_EQ]HT^CPZDR]IW_JXeQ_iN\fIWb@Q_8KY9L\3FT4GU7JY9L[5HW8KZ5HW8JY6IX2ES;M\>P_;N]O`7HY=N_ARcO`O`?Pa>O`O`=N_=N^DUfFWg>O_?P`>O`@Qa?Pa@QbDUgARc@Qb?PaGXiDUfCUfGYiHZjBScDUf=N^:L\:L\>O_P`O`@QaO`@Qa@RaCUfARb@RaDVfK]lN`oGXh@RaDVfEWgFXhGXiDUeJ[kJ\lN`oPaqI[jJ[kM^nI[jL^nJ[kM_oJ[kBTdBScDVfCUdAScEWgBTdDUeJ\lK]lH[jGYhFXgGYhGYhI[jK^mK^mOapOaqK]lN`oM_oI[jPbqGYiJ\kK^mGZi_o{suvrq~tuzz~yxys|qz~qy~mvt}{{zuxpzq{mw}eoziscoydow`ksnyp|nzsn{dqynykyboz]jqMYeFT]FT_HU`CP\APZAPZJYbJXbLZdJXdJXcGVaDTa6HW6JY5HW7JY3FU4GV9L\7JZ9KZ5HW4GV;N]=P^:M[:M[8K[9L[3EU4GV1ET7JY7JY8K[7KY6IX;N]7JY6IX3ET5HX9L[7JY6IX0CR2ES4GV7JY/BR7KZ4GV3FU6IX6JY5HX5HW6IX9L[?Ra>P_ASbATc@SaBUc?Pa=N`>N`;K];M^?Pa=N_=N`?PaO`@QcBSdCTdBScBScEVgFWhFXhHYiHYjDVfCUe@Qa8J[Q`>Q`CVe>Q`AUd8I\>N`=N`=N`8I[:K\;L^O`Pa;K]O`BSdDVg?Pa@QbDUfO`ARcCTeDVf>P`@QbFXhBSdCTdGXiBTdAScEVgHYjFXhDVg>O`P`>P`ARb@Rb@Rb?Qa?Qa@RbBTdDVfIZkDVfCUeBScDVfFXhI[kGYiI[kI[kHZjFXhI[kEWgFXhHYiI[kI[jL^nM_oJ\lJ\lK\lL^nJ\lK\lI[kL^nHZjHYiI[kK\lGYiCVeBTdCUeDVfEXgDVfEWfDVfL^nI[kK^mK^mPcrQdsOaqL_nK^mPcrK^nN`pN`pK]lOaq[kyrwx{xp|utuuv{}ó|z|ox}z~||vq|qzunx^hpcnwlv~epz[frWcoOZb^krsp}r~ivfs|ivjwgt[gtVdoP]fEQ]ES^JWcER^GU_JYdFT_=LXFT_AQ\BR]>MY>MY8JX3FT7JZ7JZ6IY9L\4HW1DT6IX6JY9L\8KY8K[4HW5HW5HW7KZ4GV5HW7JY5HW4HV7JY9L[8L[9L\6IX6IY3FU6IY6IX8K[3FT-@O1DS4GV5IX5IX:M\9L[5HW4HV8K[;N\8K[;M\=P_>Q`>Q`ATc>Q`Oa;L^=N`>Oa>Oa9K]O`>Oa7HY=N`?Pa=N`;L]AScBTdBSdDVfAScFWhDVfP`>P`=O_9J[9J\P`BTdCUeDVfGYiBScDVfHZjDVfBTdAScGYhEWgDVfCUeGYiI[kL^nHZjJ\lI[kJ\lJ\mL^nL^nJ\mL^nN`pK]mJ\lL]mJ\lM^nJ\lGYiATcBTdBTdCVfGYiGYiCUeDWhL_nM`oGZiL^nPcrM`oPcrSfvPcrM`oTgvNapSeuObrOcrfvy}x|{|umynzr~zz{yz|wz{~}xz~ufpxisxwp|lv^htZdofp|mxfpw\hpP\dYepq~wso|gt|cq}hu~cp|XfoVcpYfoP]fHUaKYcGU]DR_@O[HV`?MZFT`CQ]>LW?NY=LX>MZ:KY/BQ2EU1ET6IX2EU5IW9L\7JY7J[5IW9L[6IY1ET2FT5HW5IX7JY6JY8L[5IW:N\=Q`=P_9L\8L[7JY4GV6IX5HW6IX2FU2FT.AO3GU6JY8L[8L[7JY5IX5HW6JY;N]7K[9L\Oa>Oa?Qb=N`:L^O`CUf?QaCTfCUfDUfCTfAScARcCTeARcAScBTdDVgAScASc?QaCUe:L]:K\>PaP`8JZAScAScBTdMX7HS3DR0DS5HW7JZ2FU4GV8KZ4GV7JZ7JY4GV7JZ6IX:N]7K[7JY9L\3GV4HW:N];N]=Q`=Q`Q`=Q_?Q`Oa?Qb@Qc>O`Pa?Qa@Rc?Qb=O_>P`@Rb9K[9L\=O_=O`FXh@Rb@QbAScAScDVfEXiBTeARcEWgDWfDVfCUeAScBTeI[kEWhCVfGYiM_oK]mH[kGYjGYjGYjL^nOarM_oM_oJ\lN`pI[kJ\lJ\lL^nOarN`pDVfEWgJ\lGYiCVfBUeGYiATc:M^FXhL^nQdtOarObrM`oOaqL_nOaqM`pRetPcrRetYjys||vw~xtu}z{u~u~s{cktksxov|qy~s{~s{u}~|zt~yvr|vt~q|kwgqw^jocoxZeq]ho_kvO[fJW^Wcpjwq~sgthv~jw_mz\jsWenR_iHUaER\HWdDR^BPZES_IWbETaIWbCT_AQ\;KW;KX7GT8HV9IV/CQ6HX5HX3GW5HW5HX6IY7JY8L\7JY6JY8L[6JY9M]9M]6JZ7KZQ`@RaBVd=Q`DUgCTfOa:M_9J\ARe9K]8IZ7HY7IZ:L^?Pb?PbOa=O`>OaCUfFXjDUfFWiEWhCUfGYjEWiEWiEWiDUgJ\mHYjEWh@Rc@QcCTeCUfEVhDUfEWhEWhFYjASdEVgASdCTeFYj>PaCUf;N_>P`?PaARc@RbASdAScASc@Rb@RcAScDUfAScATdGYjDVfI[kCUeCUeEWhFXhEWgCUeBTeI[lEWhFYjI[kJ\mM_oOarJ\mFXhFYjK]mM`oN`pOarOaqOarPbrJ]mK^nL^oL^oOarHZjFYjCUfGYjFXhATcASc>Pa>QaFYiL_oK^nL_oJ]mObrM`oReuSfuPcsRfuSfu`rz~}zxw}{}}zlt~mvgpujrwqz~t}x{ut~r}wlwdpu_jqbmwanv]it`lwfr}co{\iuUajanwgukw_nxfs~es}anwVcpQ^hR_lL[dGT`DS_@OX>LX?MXCR^ET_DS_AP[Pa9K^6GY4FX;M_:M^;M_=N`>Pa=O`7IZ:L]@Rc@RcASdCUfARdIZlGYjHZkGYkHZkDUfIZkBSeDVgHZkHZkDVg>PaCUfDVgDVhCUfJ[mI[lFXiDWgARc?QbASdFWhASd;N_=O`ARc;N_>Pa@RcASdEWhAScEWhCUfBTeCUfAScASdDWhBTeBTeBTeEWhHZkASdCUfAScCUfFXhEWhFYiJ\mI\mK]mL^oK^nJ\mM_oM_oN`qNaqM_oRetOaqK^nPcsK^nL_oK^nM_oGZjK^nGZj?RbGZjASc?Qa?RbDWgFYhFYhI\kN`qI\kM_oL_oM_oObrSfuSfvThwcszyy{}v~jqy[cg}|{py|{z~{}|ys~mwnzeq{XdlValOZcR^f^iqp{jx^ltcp|bn{\jvYhrbo}er|XfnUbnP^kM[eGVbBQ]CQ]AO[>LVAOY=LW>LXBS_?O[;JV9IV?NY=LY9JV9JX7IV:JW5GX7KZ6JY2GW/BR2FV6IY1FU8L[=P`9M\Q`=Q`;N^;N^;N]?RaPb:L^@QdDUhCTf?Pb@Qd;L^;L_>Pb@Qc?Qc;N`;N_9K]:L^;L^6HY;L^=OaPa;M_=OaBSeEWhBSeI[mI[lJ\mJ\mK]oGYkCUfL^oIZlEWhGYjASdFXj@QcFXiGZkBTeCUfEWhBSeCVgASdASd@QcCUfBUfASdBSe;N`>Qa@Sc@SdCUfBTeASd@ScASeQaBTeEXhGZk@Rc@ScCUfCVfDWgGZkEXhL^oI\lL^oJ]mK^nQdtL_oN`qRdtOarOarQdtPcsM_pL_oN`pNaqFYiM_pL_oObrEXh@ScEXh@Sc@ScAScEWgFXhK^mL^nI\lK^nL_oL`pL_oObrNaqOcrj}yxzku~gs|pzmxZeqYeqTalP\h^lxjwiubnzdqzWdqWeo`nzcq~aoyYhsUblWeqP`l>LY>LW=JVM[>MZ5DR`lvcoy:KY:KX4FU7JZ0CS2FW6IX4GW6IX:N^=Qa=Q`7JZ;O_9M]9L\4GV6IX=Q`9N\9N^8L\7JZ4HW7JZ8KZ9M\=P_RaPaASe>Pb>PbASe>Pa>Pb:L_;N`9K]>Pa8J\6GY7IZ8I[Pa@Qc?QbCUfI[lEXiL^oJ\mIZlL^oI[lIZlFXjJ\mBTeEWiEWhEWhDVgJ\mBSeFXiI[lDWhDVg>Qb>Pa@QcASe>PaCUf;L^>QbQa@ScDWgCUfGYjEWhI[lK^nEXhGYjFXiFXiGZjNaqK^nM_pJ]mI[lQctTfwPcsK^nK^nNaqN`pOarPcsJ^mEWgL_oI[kL^nOaqGZjEWhDWgDWfEXhEWgEXhGZjI\lJ]mObrL_oPcrN`pPcrPcrNapm~|r|pzmxnyfqyZfoUbmXdpVbn^kvboyiufs^lwUclYgp\jw]jv\itTanQ^jScoM[eCQ^MX;JURaAUd@TcATc@TcBUdQa:N^DUh@QcDUhARe>PaBSf@QcBSe=N`@Qc9J];M_@Rd;L_7IZ9K];L^PaBSeASd>PbDVgDVhJ\mGXjI[lGYjJ\mJ\mEWhJ\mHZlFXiBSeDVhBTfEWhCUfEWhM_pIZlCUfCUfBTeCUf@Qc;N_Qa@SdEWhDVgEXiDVgCUf@RcCUfGXiCUfCUfCVfDVgGYjFXiCVfGZkN`qK^nGYjCVgEWhJ\mL^oL_oJ\mI[lK^nM_pN`qOarReuI[kNaqObrQdtOarNaqJ]mCWfI[lL_oL_oPcrFXiEWgCVfEXhFYi@ScDWgDWfL^nI\lM`pL_oPcrPcrL_oObrl}¹įqx}~{ywr}oyo{iu{eqxYfm[hoZemSamO]eYgrdpxdp|cp|VcqQ^hXenM[gXgrZgpTbnN\h?MW:HU9FPLW?NZBP[FU`AQ^;KV;JW>M[:IVRaBTfARd>OaASe@Rd?PbASeASeCUf>Oa9K]?Pb>Oa8K]7I[:L]:M_:L^8J\8J\8J\5FX9L^>Oa7I[9L]?Pb@RcBTe>PbPa=PaEWhBTeGZjHZlCVgDVgBUeBUe?QcCUfASdASdCUfFYjFYjGZjGYjHZkGZjI\lFYjJ]mK]mH[lM`qJ\mM_pM`qM`qOarPcsSevM`qSeuPcsSfvL_oFYiEWhJ]mJ\lK]nM`pFXhEXhEXhCVfDWgEXhFXhK]nK]mRdtL^oL_oNaqM`qM_on}Ͱ}uuu~t~zys~htdpxamtdp|bnw\itYerQ^iN[gUbm^lwbow`mvYfrZhtWdmVdqYgpRajES_5BN;JUAOZ;IS9HS?NZES^>LWBR_DS`BR_;KU:IU:IV5FT;LW5FS8HU4FS9IW8JY9JX8IW5FU3FV:M\9L[:M];N]=Q`;N]7KY6JY7KZ5IX4HX7KZ3HV3GV6JY5IX5HX6JZ5HX9M]8LZ>Q`=Q`CVeEXhDWf?RaCVe?Sb?SbCVeDXfDWfCWf:N^=Q`AUc?Sb?ScBTfCTg?Qc@RdAReARePb;M_:M_@Rd9K^=Oa7I[9K^PbARdCUfDVgEWiGYkI[lFYjI[lIZlN`rN`qM^oL]nL^pN`rM_pL^oHZkI[lJ\nGZlGYjEWhATe@Rd@RdBTe?Qc=Qb9K\9K\:L];N_:M_?Rc@RcATdEXiDVhFXjEXiGZjGYjEXhBTeDVhFXjEWhBUfCVfHZkGYjFXiHZkI[lI[lFXiK]nM`qOaqOarH[lRduPcsTgxOarQctQduPcsM`pObsQcsReuNaqM`pL_oNaqK]mH[lK_oJ]mM_oM`pI[lH[lK]nI\mM`qObrQctL_oRduObrK_ogxĸųǹǽɾɱry~W^d|~}s}q{o{kuoztt~fqxdowep|covbnu^jsZgoXepQ]fP\gXepYfs^mvVdqUcoQ_hQ_iUboP_h@NX7EP=KVCQ]=LV?N[JXdDS^AP]AP\DR`BQ]>O[?NZ8GU;KX6GT2BO6GT3AO6GSQa:L\:M\:N^3HX3HW;N^7K[7K[9M]2GV4HX7KZ2FT7JZ8M\7KZ@Tc?Rb?Ra:N^QaBVd?Rb=Q`>RaAUd=Q`@TcDVhCVh@RdCTgCUh@Rd?Pc=ObPbBTf=Ob:M`PbPb=ObPbDVgDWhEWi?PbDUgGXiK]oPbtPbrO`qRduQbtN_qN_oN_oRdtK]oJ\mI\nN`qDWhGZlCUfQcDWhBUfDWhFYjEXhEXhGZkH[lGYjGZkM_pK^oJ]nNaqPctRduRevReuSfwPbsObsQctRevSfwThyPcsPcsRduPcsMaqTfwRfvNaqPctM_oM_oL_oPdtNaqH[lNbrNaqSfwNaqSfwPcsTgxRduPcsixĿ̱ѸŻǼǻǰ}wz|wuxz|xq{oylwku|mx]hn]hp]hucov`ls`lt\iq]jrUaiO\hR`hVbnTajZhrWerQ_iP^kP^gXfrJYe:HU7EQ?OZFVc=NZCS`KZgHVa>MYBP]BQ^CQ]AQ]>LX6GS7GR4FS7IU5FS5FU:KX?P\CS`BR^DTcBS`FWdDVdCTbHYgCUcCVdDWeATc:M\Qa@ScBVeBUd@Sc?Sb?ScCVf>RaCVfDXgGZjEYhGXkDVhEVi@Rd>PbPb;M`>Pb>Pb@Rd@RdBTf>Pc>PbPbARd@Rd@RdBTeCVg@Rd=ObBTeEWiGXjK\mL^pPasSdtUfwUfwQbtParParN^nRbtK]mL^oK]mK]mEXhH[mCUgATeASeBTd@Sd8K\8K\8K\:M^QcDVhBTeCVfCVgATdI\mCVgFYjGZkEXhK]nCVgEXhI\mJ]nI\mM_pTfwTgxRevRduQduSfwRduUhyReuTfwM_pNarM`qObsK^nM_pNarSfvRduPcsTgwQctPcsQdtQdsReuUgxUgxRevWjyVjzReuQdtMaqgwȹǝ°nw~}uzxt~nxr|lwkwmwmwgr|bmugryjtER]MY`Q\hUal^iqdp{`lyan{VcoS`gXfoYfsXfsZirM[eKZbP`iR`jQ_lIWa7DP8FRJZfK[gN[9HS3DQ4DS8HU9KWP^CT_BQ_GVbM]gHXcO^iJYeHYeGXcI[hHXeCUcCSa>P^=O^=P_RaATdEYjCVfCVf@Tc@TcCXf@TdBVeCWf>RaH[mGYlASfBSfASf=Ob@Rd@RdARd9J]6H[PbBSfCUg;L_ARd?QcFWjBTf@RdEWhFXj?RdDVhJ[kK\mO`qQarVfwVgvYiyZjyZkzWfwXgvZjwUdsTbsSbrVfuSdsL^nJ\lBUe?RcASdDVh;O`=PbRcCUfEWhCUfASdCUfGZkL_oH\nH\nH\nJ]nH[lK^oH[lJ]nNarL_oPctUhyPctSfwTgxQduPbsRduWk|N`qM`qRevJ]nM`qPbsL_oUhyQduUhxRduSfwPdtThxM`pQcsVhxVjyWkzZl|Wk{WiyRevRfv`p~Ýñx~~xp|kvbnxWcmU`lWbj^itVbiYdpXcpO[fJW_KW_P\eZgramtcoxcnx]jv_mt_lvan{XfnUbmP]kO]jUcpL[iFUaLZd8EQ;JTCS]N]gFUaBP[BR^GVcCR]ET`DTaETb?O[?MVP^=P^9M[9M[7L[4HW0CS.BR2ET6JY7JZ7K[:N]9M]?Sb;P_QcDVhATe@ScDVhI\lJ[lIYkHYkQbqSdtWgvWhw\ky\ky[iv\ky\jxZhuZhuXesWerSanUcrSbqN_nHYjHYj?SdCUgDWh@Se=Qb@Rd>Qc@Sd:M^@SdQc?Rd>Pb@Sd>RdCVgATeDWhK^oFYjJ]nJ]nGZkFYjGZkH[lFYjH[lI[mK^oK^oK^oNarPctSfwRevReuSfwRevSfwRevWj{SfwQduUhyQduObsQduQduWj{UhxVizVizSfvObrWj{VixUgv]oXjz[m|[l|Yj{SdtReubtβ}|}{|zvq|r~kv}hry`kuT_fPZdP\bNX`P\gQ^jO[cGS_JVbFRZJW^R^eXeq^kr]ivdpyaovbpwes_lv]jwZgrVenZgqYhsXesM[i@PZES`HWc=LWAO\FUbESa?O[@P[BQ\DT`HWcGVcCR]=LW?MX>NY9IU7GQ8IU>N[CS_M[gRblYemakq_io\fqWai]cfelnemrWdlSalTalM\fJYdAQ^=M\QaDXhBVfBVfQd@Re;Ob=Ob;M`=Pb9K^Qd?RdFXkDViCVhEXjCTgCVhBTgDVhHYkHZlL^oJZlM]oQaqN_oWhvWfuYhv^mz_mz_ly`mzcnzcp|_kvalx`kw^iv[fsYepWcpSamKYhHVgEWgEXiBSdDWhCUgEWi?SdCVhATeCVhATe?Se>Qb>QdATeBTfATeFYjEXiK^pI\nGZlK^oI\nK^pK^pI\oM`qI]oM`qM`qM`qM`qK^pM`qThyRduWj{ThyQduWj{ThxThyQduRevObsSfwQctVizSfwVizThyZnXl}PcsUiyWk|Yl{]p~as`qbs`q_p~^o}Wix^oǽǩyyyuiv~nzjuq|it~kvmwkufpv`itZfmVcjOZbKVaS`lR_jP\hGT_FS[O\hQ^eYfr\hu^kvcq|bpyaoz]jsGV_@OXO^iQ`iVeq^mx\kxUdoKZe8GRFU_CR]FWdHWd@OY?MXAP\BR^BR_?O\CS`CT_>O[@P[>N\NZDR_Q_lWem½ͷu~U^fLZcGV`BS^@P\Q`7L[6JY3GV2GV6IY2FU7KZ7KZ;P`?Sb>RbAVe=Qb>Rb>RbDXh?SbCVfBUe>SbFZjAUeEXh>RbBTgFYlEWjPd=Ob=Pb>Pd>Pd>Pd@Re>Qd@Rd>Pd=Pd@SfEXjBTgGYlATfBUhCUhATfDVhK^pFXiPasPbrUetUduZix[jx^jwam{co{bmwfnvdoymu{sx{ptxxy{|twz{x{{KV_IXgGWfHYhASdATeATfRdCVhBUfCVhBVgDXiH\mH[lH[lH[mJ^pI\nK^pNarI\nL_pN`rNbsM`qPcuPctNarPctObsRfwRfwQduThxNbsRewQduThyPduRfwVizThyVizThxTgxUhyXk{ZnThyWk{]p]p^qeufwgvcs~ct]mzXkx}ƽʩɼȱ}~~}uzyr~mxbnvdqxeqzmwhrykt}lqvjt}_jsXdl_jp\hoYdpZhtWcmP[gMYeM[gTahMYbS`hanvdq}gu}`mv\iw]luIXb6DON\jUdn\is_nz]kx[kuN]h:HSFU`L\gDTaAP_@P\LW>NZ:JT:IV>NYEVdBOY@N[N\AP^IWbQ^gVajx~KU^JW`CR]?P\8KZ8JY4GV-AQ3HW6JZ9M]8L\9N]:N_;P`;P`Sb@Td@TcSb=RbBThH[nBTgASf=Pc>ReATf@ReQdRe:M_Qd@TeATf@Se>QbRbRbPb;M`=PcBTg@ReI\oDWjBUgDWhDWiIZlPasSbrVdubp~_kwbmy`junw̻˽ɸŲy}qbJNRDQ^HXfCTdBUeCWhQb>Qb?Se@TfEXjI\nJ]nJ^pL_pI\nJ]nPcuNarM`rObtL^pObtThzPctQdvNasNasRewL_qL_qObtQdvQdvPduThyTgxThyVizWj|TgxSfwTgxThyVjzZn\pThxZn]pZn~Zn]oasctfuiv䖎|}̺Ǯʻȹί}~ću|yxsvvsr~mykwdo}anuhu}my\htYeldovr{qzrzuy和bjq^goR^gER[GQZ\grfrzkyZfnZhpjxamtVckcpy`nvZgneshv^lu[huP_lYhtRajVdrXftP^lKYfAP[DS`JYd>N[DT_K[f@OY>NY>NYSc@Td;O_Rb@TdDXhFZjCWf>RbHZmJ\nHZmI[nDVhBTgBTfBTg@SfASf>Qd>PcRd@Sf>RdBUgGZlJ]oJ]nObsJ^pNarNbsNbsJ]nJ^pK^pJ^pPduPctM`rJ^pObtPduM`rQdvNbtPctQdvTgxThyUhzVj{VjzRevQdvRfwTfxThyXl|Xk|Zm~Yl}bs[n`q]p]pcscrfsit˻unct{vz½˿;ɽʿ͵²ȼȼԽñ{~ɍntwjsxqyju~r}jwiv}kxkxeqyeq{_lxdpxbnzUalYeqepxq|x|ꯣ]bg\dkQYaHPWDO[R^iXepXfqO]i_ksq}gtUbkIUa[ivcqzfsgt]kuUclWen\jtP_hSaoXgtTbmK[g@O\FTaCR_ET`ETbEU`=N[@OYBQ\BR_CJ;AG?HOBOX@LZAR`AScBTdCVg@Se=Qc=Qc?Rc>Qb=OaDWiEWiCWhH[mI\mJ]oJ]nM`rNarObtObtQevM`rNasM`rM`rOctQevL_qM`rMarSexRexQewPcuQdvSexQevQevSfxRewSfxQevTgyVi{QdvTgyVi{Vi{Uhz[n^r[oYm~Zm}]oasfuhulvb]Wjqwpw}yɸŭЬooodkodkrdoydowWcnmzhv_nuZgpWcmYfo[hqXdmVckZepdovt}kidW^bOV]DOWCNXQ\gYdlVbkIVb^jtm{iwcp}>LTR_hds|drzbp|M\hLZgGV^N\fWgpUdnZivWfrRakP`mFUdCS]DUaL\iKYdAQ]=LXMZJS;HU7JV4HX4HX7KZ5JZ=QaJU?L[DUcFWfAReFYj?SfIR8EQ5EP8JX7JY;O_6K\8L\9M]QaFYiBWf@Tc?Sc@TdBThCUiDViH[nFYkDViDWjBTgBUhBTgATf?Re=Pc>Qc>QdBUhDWiCUhFWjL]pL\nRcsXhx]kycp}alwݶ\SGFFGDGKBHMDIOCIPAIOAIQ@IQ@JQ@JR=FO=FO>GO>FPAKUAJSKXAP^=M^?P`>Oa?Rd;M`ATfBUg@Se>Rd=PbFYkFYkFYkH\mFYkH[lH[mH[mJ]oObtMarOctNbtOctJ]oJ]nL`qMarL`qK_qNbtQewPdvTgyRewL`qLaqOctOctQevSgxQevThzPdvUizVi{[nWk|Wj|[oZm[nWj|\o^q^p_p~bq~hs~is{^ZSejohotu|ƹͽίu~jsx||lu{Xbl||ð|jjhcipcjs]fqnzthu`mw^kwXfocq}hv`ly]ktcozfpzoyqy˹uMQSNUY]dmblvwx]kvO\g=IS9FQ:EM;IUP^g[jsao|Ygq\jwVerSblVcqaoz^myXhu]lvUcnQbnSapEU_DR]BR]BR^BR^9IU9HR;KW8HS;JV>MX=MY?NZ@P]7GU:IV:JW:KZIP=JS=KW7JW6IX9L[4IZ3HX8L\5JZ;P_:O_5JZ5JZ:N^@Sc:N^:N_Qc=Pa?SeCViFYk?ReN[=NYAQ\=MYO_DVf@Tf?Se=PcBUh@SfDWiAUg>Qd@SeGZlBVhDXiK^oI]oK^pDXiI\nL_qI]oOcuK^pL`sObtNatM`sObtK^qL`qQdvQewThz[nXk}ObtL`qQewQdvQfxRfxThzMatOcuSgyNbtRfx\o[o\q^r[o\oYm~Yl~\nat^pap}gs}z뱟[WRchllqvzĻŹüɷó;Ǹùì~qzqzusɷîxdfg^ek_jrgryfs|er{_mvaoybo|mzhv^ktcnwjumvnw~{}}汢gjlɷyoeV[`cioisyiu}gr|^kwUdq`n{cqzUclcp~`mvYepL[gLZd;HS8GSN[iZiuXftZiwM]kO^lJXgIXdN]lFWb?OY7GS8HUM[N[?P\@P^@O\?P]=N\>O\@P^DS`FUdKXdQ]eU]dºLG@AHMSc>Sc>Sd>Rc>RcH[oH[oDWkH[nFXlFYm>Pd@ThCVi@SfAUiBUh=Pc?Re?Sf=Pd@TfBVgFXiN_pTdtWgu]kw`jv譚EAN\=MZ:IU9HTNY9ITAP^CT`BSa@Q_=N[=N]@Q_?O^BS`FU`JXbQ^eS\dľNH@BJQSbSc:N^;P`>Sb=RbAUeAVfFZjI]pDWjDWjL`tFYmI\oEWj?SfAThCVj?Rf?Sf@Th@ThBUhBUhDViCVhCUgL]mWfuYfu`kwǵPHBDJQDJQBIQ?HR?KT@KXBN[IVeGWeI\jFVgIYjGXiFXhFXhEVgEWgIZk?RcEVg@ReCUgDVhCVg=Qc:M_;Na@ThDWiEYkGZlFYlBVi@TfBVhDWjGZmEYkH\nI]oG[mEYjK_qQdvMasRfxRexQewPdvMbtNbtObuK_qUh{RexQewVj|ThzSgyNbsOcvVj|SgyMbsPdvThzRfxQewWk|ThzThzWk}Vj|Xm~\pXm~ZnXl~Zncvctn|魚ZVSdjmkrwwǿɼλǴŹû;˹˹üν˶뽰{qfba`acdŠ}cfiY`g]fnju~er~aoxguesmzfs}alvfr{mxt}rx}к^`_beh漪_]ZY`h]enbluanydqzp|o}jwhwiwVdqO]jFT_DR]=JW7FP3@M6DODR_QbnN]hN]lKZgJ[fK[gHXdIXcDUa:KU@P]?P[>NY9JVO\AQ_EVbCTa@Q]KVAT`HXdP\fWajW]cn_M>?A?HN>IQ:IS7FU6HV6IX8M\:O_8L]7K]7K]>RbJUER_AP`M\lM^nJ]nL]oH[mI[mFYjJ]nFZk@Sd>Qc@TgFXjGZlDVhBVh>Qc?SfNZ>P[>N\?NZ=MZ@P\@Q]DTbEVc@R^@Q^>O]Rb7L\9N^=Rb>Rb7L\RcAUf:O_CXh>Rd?TdBVgGZnH[oL_sJ]qFYmEXlH[oGZnGZm@ThFYl?Sg@SgDWjAThBVjCWiEWiIZjUftZgvcmw뼩A=Rf;Oa?SeReAVhDXjDXjI]oI]oDXjJ]pJ]oH\oRfxOcvM`sI]oJ_qK_qVj|RfxPcvRfxSgzNbvWj}Vj|Vj|SgySfyOcvUi{Xl~SgyShzQfxVi{UhzThzThzUi{QfxShzWk|SgxXl~[oXl~Xm[oauZo]rbv_revu话YVScilnu{|IJɼǿ̿ɷùÿȼǹĸĶҼʫ޵neZQQQY\^]`b`cdǛv_bcX`hdpyfq{dr|gvq~uyuo{nxowǶ[YS\ac^`e^_a͐~iPTWPX\S^dYclYcpYfqbpycp{kyix`ox\juN]kDS^;KU9HT2AL:IS;IVBQ^>MZ5FTET`L\jL[fO_jN^jBSa7HTBR_?P[@O\>N[EWeHYgBR`GXfCTaAR`>O_AR`@R`=O\?P^BR_IXfN[gR]gT\cPIAFMTAKTBNWAO[FUaHUaO]hS_jU`h{a642AIP=GN>JR=LW9LY5GW7K[5JZ4IZ6K\4HY7L];P`=Qa8M]4JZ8M]8M];O`=Rb?Sc?Te>Sd?Td>Sc?TeI\oEWlJ]qL`sI\oBUjDWjGZnG[nEXlCWjEXl?Sh@Uh?SgBViEXjFXiO`pWgt\huemvqcRFJOFMTBKTAMYBNYDR`GWgFWgFXhHZnM^qMauI]pEWjCVjFZlGZmG[nFZl@ThBVjCWjGZmBVj>ReAUh;Na@Tg9Na@Tg?SeCWjEYlJ^qJ^qFZlJ^pL`sLasNatNbuNatNatNcuQexSfxRexNatQexPdwRfxNbuPdvPcvPdwOcuUj|Vj|XlXlShzWj|SgyWk}Wl~ShzVj|YmWk}Uj|ShyWl}Ym^r\q^r^s^sau^sbvas財YWTekopvz¯ƻ̿̽ʺÿȹƺƻźǬѿ̹Ǽɭ̅vaXUPQTUY]a\`c_cg|zvشkhaX_c_ip`jt^judq~dr~rzwr}p{t}𣖁RUWY_b[ad\`c߮~WWVKRYMW^P[fP]i_lw_mybpzfs~m{ds}^kvQ`jGUbEU^?M\?N\>LX>MX:JU:JU;JVGVcN`mScqXhsVgtIZfSdBWg=Rc>Se@Ue>Sc@VgI]qFZmCVjDWkBUjEWkGZn@SgGZmDWjH\n@Th>Re>PdAUh?SfCUhGXkP_nXgt_jv~LHAJPWCLRAJRCOZEQ^GWfFZjEWhK]oI\oG[mI]pGZmI]oGZmH[nI]oGZmG[nCWjDXjGZmCWj@Uh@UhDWj9NaAUi>RdCWiDXkEXk?SeG[nFZlG[nG[nJ^qL`rNbuL`sThzPdvOcuOcuPdwSgyNatPcvNbtSfyQexSgzUj|Ui{NbtQexNcuRexPcvZnUj|Wj}Wk}ShzYmYl\qUhzUj|Wl~Vj|\q]qZn[o^rau^s^s`u鴥ZXUglpsw|}ǻȹľʷþӽǿѿɿǽƿ˹ĺųѾͷŽɸŵŲ͸]UJOPPSUYW\`]bfbfjbehο{hZ`d^em^gp]hq`nx`nykwtzuu~dZNUY`W\cZ^c]aekjh˺ibWJPVKRZMWaLX_Q_keser}cp~gvet~cq{YhsYisXgqBP\?OZBR]7FS3BNAP\O`oL[gGXcFXcN^jN^jL\gBRa9IX?O^FWeAQ`HYgIYhDUcCUbEVeEWdCTcAR`?Q^BUaBUdGXfHXeP_hUbmXaiSMDOV]JTZLV_LXeQ_hUcmUaj\cjl]I68;AHO@IR?HS=IU>N[?Ra>Sb8L\6K\9N^:N_7M^:O_6K[7L\8N^7L]7L\8N^9N^;O`?Te@UfCXhEZjCWh@UfJ]qFYmG[nEYlG[nFZnDWkFZmAUiG[nFZmFYmATh?Sg>ReBUgJ\nK\mP_mWdr^ivtGHHFMUBLUBMVES_HXfHXhFWiL_qK]pK_qH[nH[nJ^qJ^qK_rMbuG[nFZmCWkBWj?SfCWjH[nAUhDXkDXjBWjI]oI^pDXkDYl@ThBWjEYkG[mI]oI\nJ^qK`rPcuM`sMasNbvPcvUi|RfxPcvRfyL`rRexNbuPdvRfxTi{QexSgzThzRfxThzRfxRfxThzTi{Vi|YmRfxWj|Vj|YnUi|]qXl~Zn\q^rbw^r`sbwfxl賥[XViossx}ǻɺƺùѻȵ¼ɿ̿͹ĻŸƴĻҿ̷ƱózfNMINQTW\_X_d`gjcimfkoxxs۳lie_fl[ekXcnYhqaoyjxwto{nw|;IHHV[aTX^V\aZ`dbcdˊwaMRTKTYHSZFPYERZWenTbnK[dN\fWesM\fVes`o}^o}N]k;LWHWe@P[O[@R`>O\EXdEWdHYiBTaGXeCUd@Q_DUdBUdCUcEWeBUbGZhL^jR`kWbk[dnVOGR[_PZ`O\cR]fUajVbnW`gu]566BKRBKR?KT?MV=LWSc:P`;P`:O_:O_9N^6K[6K[6K[6K[ScDYi?SdDYiEYjM`tK^sH[oJ]qFZnDXlFYlI\pJ]qDXlBVj?SgBWjDWkCWjEXkJ\oHZkQao[gsdlsvaKOTGMUBJTCPZGTcETd>PbEXjK]pLatI]pK^qMatM`sM`sMatM`sMasFYl=Pc>Rd?Sf?SgBWjFYkBVi@SeFZlFZl@UhBWiDYk@TgAViFZlG[m@ThDXjDXjK_rL`sPcvPcuMasRfySgySgzPcvRfyPdwObuObuNbuSgzPdvWj|Th{QexQexObuRfxRgyRfxPewTi{RgyWk}SgzVi|Wj|Wl~YmYlUi{Ym`sbu_s^s^qfx賣\YWmruv}ŽʽȾν˺Ž˾ͼʹŶŷƴúƾ͹ǮշcYLOPOPUWY^c`flelrjswjotjloɶ|jbin^gm]fp[hpgtozp|ozox~vfPPUZRY`RX_U]bZ_e[`dۣuWUSLUXFPWBMUCMVKXcN\hP_iP_hScmUdrO^hYjsRcpFWb@OZEVaScpK[gDTbN^lYkxWgvM]mK\gO_kCSb=M[BR^AQ]CUaCTbDUdEVdDUdDWe@S`@Q_>P^>P^@SaAScCVdL^kO_kXeqXckZekXRLW\cW_fW_gWckWbj[cjהf876CKSAIQ?KT>KT?KXAQ_=Q_@SbRb8M^:O_3HX7M^:O_ScDXh?TdJ]rCVkEXlGZn@ThFYmH\pH\pI]pFZnCWk@ThK_rH[oBVhBVhI\oN_qTbp^jvipu{lXLRYIPWDMYBM[GVdBSeEVhBUhH[nMatMatObuQdxL`sI]pL`sQdwL`sCWj@ThAUhAUi?SeJ]pGZmEYkGZlJ_pEYkDXkBUiH[n@Ui@TgBViAVhJ]pNbuL`sNbuNbuPdwK_rQdwTh{Vi|Th{TgzTh{RfyL`sL`sVj}XlXlSgzWl~Ui|Wk}OdvQfxThzOcuWl~OdxQexVl}Vl}XlZn]qWl}ThzZn[p[pXl`t_savl賢^[Ynsuw{˼ƺȾɾɷŽʼȺҿ˺̼ʾʺȴöŹȵå¯pKHBUW\TY][`f`jogqxipylt{jqwopn֬gfebhn`jrakvhup|o|o|lu|dzDB>RY_OV\QY^T^bW_eYae}{taZPLQWGPU@KSCNXFS^M[iYit`o}dsbr~crZitIYgKZeP_mWgu\myScqBR^K[fSdqUftK[jO_kI[gHYf?MWARbFWcASa>Q^CTbAS`@S`CUbAR`=O^@R`BUcATcGYgEYgHZhP`mWdoYdm]fo\VP]ch\ci[ciW`hZ_dÑf:97BKRCKT>JQ?JT?NXBQ^9JW?Sb>Tc5K[5J[=Rb8M_7L]?Tf9O_>Sc=Qb9N^;P`4IZ:O`;O`9N^KSBR\O^lcs}n~ctgwKYf;KXHXfXit\l{\lxSdrIYeL\gTfsYivOalN^mOalK[gFVeAQ_@Q_CTa@Q^?O_?R_>O^AR`ATaDVcEXf?SaATeGYhH[hI\jTcrVepVcl_gpc^V`gjaflZbi[`cIJs\>@AAJRAKQ?KRANV@NWBQ_CSd=O`AUe;O`8N_:O_9O`9O`Sd?Uf=SdAVg=SdI\qI\pGZnFYmH\pK^rCWlG[oDYmFZnGZnI]pI\pAUhBViAUgDVgO_pUcp]ituxywhVOV[LU\JT_HTcIXhCTeGYlGYlI]pJ^rL`sQexI]pMatJ^qFZmI]pEYmG[mF[mI\nH\nK^qL_pTev[l}SduOapJ[kI[mHZlCWhDWiBViCWjDYmH\pMbuK`rL`sOcwTh|MauPdwUi|RgzTh{Wk}XlOcwRgzRgzWlRfzRfyRgzOexTi|Wl~XmTh{Uj|Vk|Yn\p\p^r\q\q\q\qUi|Xl[o]r]rcxauavs篟^[Yruyv|ķŸƺǿӾ˭пʺǷ½̽ɼ˼˴ƷſдŨϜyWRJQSWV\`\dkdmthr|epz`jrcpvhqufntfijլ}fhhcjqmv~nzt}q{mxWPFQW_S[bOW^QYaT^gZdk^el[bf̕oOPOMTZGQW@KUBNZBFCLSBLU@LT?MU@PZ=LX?O]>P_=Q`;Rb9O`6K\;Qa;Qa>Te>Sc;Qa=Rc=RcP]=LW=P^CTa:L[P]BScSc=Rb9Ob:O`Se:Pb7L]=Rc?Te6L^SeL_tK^rK^sDXmI]qGZoH[oFZoFZn?SgEYnH]pAUiEZnAViCXkH[lO_pVdr[frmruٓmTX^PX_LU`KZeFWhHYkK^pK^sK_rI]qL`sPewK_rEZmMatNbuH]pH]pH]pLatRg{SfxSdvZjz]m|dpzu}UakK[jGXkCVfF\lH[nOdvMbuPexSgzPfyRfyRgyXlQfyUi|Sh{XmSh{PexZoSg{PfyUj}Vk~NcvRgyPewUi|Xl\qZoXmZobw]r^r]rbw]r]rbw]r\p]r_tbwbxeys®诞_\Zprwsx}ηİĸ´οζ¶ĺǼ˸ʵǴŴê䣒|_XOGGHNRYX`fbkr^iq`nyrp~gt{ku}ks|hnsvtr˥wijkov|qyu}ow{|zodTRW]U]dQYbS^eYcmTajU`gXchY`g^bd˺qfXKOSJRYGQYBMU@MVIXcQ_kUfuScpN]jPbn]nz\l{XiwVguXiw[lzXivXiwPapOaoN_lM]jFVcCR_ET`?P^:L[QaCWfDVfCVfFYhEXhJYgTcn^ir`hp׷kZG@?KV;IV=M]:M\6K];O`9M^:Oa=Rc;Qb@Uf9Pa2HY:Pb9N`Sd=Rc>Rd@Ug@Vg@Vg;PaH[oL_tK_sMauDXmH]pGZoH]pI]q?RgEZmCWkAUjCXlAVkH[oI[mL^oQ`oVbmail貞fc^T[cQYcLXeHWhI[kL^pObuPewNbvOcwM`tDYmGZnMbuPdwMatL`tK_rM`tReyQewSgw\m|dqipuɽijjFUcHXgFXhCXjI]rMatOcwRgzSh{RgzRgzUj|Wl~RgyPexTh|XlUj}QfyUj}Wk~QfyUj|Ui|PdwUj}RgyPewUj}RgzYnXl[p\qZobwbweyav_tdyavbwavdxezey`uë財][Xtwy{øļɩͼȼɴ¶Ŷ³¯¶Ķij°ɈyfQNJMPRTY^aingrz`mvdp}m|iyXgskxqzkqxhlq}vlrx{qw}rxotzOONX_eW`hT^gWcnUckR]iWcoVaiV^e[afƲ|gMOQMT[GQXCOZIWadq}br}VfuVfuYix\l{Xiw`p~XjxVhvRboScqUbpXiwQbpM^kCTaDWeBR_?MYFUb=LW;JV;M[9IU7GS?Qa>Q_;P^Ra>Q`DXfBWfFYiL^kSal[gq]goͤytgUPMGHMSHNVDMT@JS;HQ>JT=MX=N[:LZ:M\@Sb;O_=Rb8N_?UeSd=Rc9Pa6L]8M^:P`Se>Uf@Ug@Ug@Vg>Rc:P`J^rObvPdxL`tEYnI\qDXmI\qDYmGZnBWlI]qH\pDXnBWjI]qK^pK\mM[jUaoZck;}kW^cU^gQ]hM[jIZlM_rK`rOduPeyLatMatK_sK_sMauOcvK_rL`sEZnH\oOcvSewUfx]m{fsmrv魘{[\ZFS]FUdEVfDWiJ^pNauLatPdwQexVk~Vj~RgzTi|QfyPdxRgyYnQexTi|Vk~ZoVk~WlPexQgyPfyTi|ShzTi|Yn\qZo_tavavcydycwcx_ti{avavcybxf{avg|ưª굤][Wvy||ùĶįκ˼ɶĮdzƫܾncUJJJTY^RZ_`ipjw~o{rrds~Xgrozoykrzhnrrrrͼwnrtqw{sx}rts~r_RW[]dlYciYen[hoTblR^jUbiVajWag^cjx˹~VTQPX]NYaQ[eR_m^n|`o}N_lScrXixYjwYkwVhvXiySdsSesJZjN`lRbnQdqN`mES`ETbBTc=LXBUcRb=P_CVg@Tc=Q`FZiDYiG[iJ\kM]hVdmZclɹNICQV[HOVEMT@KR@KU=JU@N\;N\>R`9L\;N_>Rb=Sb=Sd=Rc>Sd:Pb9O`;Qc:Pb8N_9O`5K\9N`8N_9Oa5K\;PaRb?UdCXhDXhDWgN`mP_kUaj\emĴJE@MSYHNUDNVBLV@LY>N[>O^;L];O_:O_7M^>Sc9O`9O`6K\9O`8N_=Rc;Pb9N`9O`3ET6K]3I[:Pa2HZ5J[8N_;Pa5K\8N`:Pa:Pa:Pa@Vf>Sd;Pa@Vi@UgQeyTh|Sg{QeyUh|RezUj~Sg{RezNcvL`tDXmJ]rI]qFZnNcvJ\pNarP`pO_lQ_iV`f|vŷ˼Y^eYdmZdqUbqUevXhx[m~Zl~QdvTh{YmTh|Wj}MauJ^pPfxNbuWk}Wk}Wiw^ly`mwjprzcOQPHQZDP\FUcGWgH[nNcuQeyQeyOeyQeyQeyOdxQfyLatMauQeyUi}Zo[p[p[pRg{XlXm[pUk~YnXmXnXm[pZp_t]sXn`u]r^scxbv`tcyj|ndycyqȳū빧ZWSmrvw|żɻʽ̻ŵúŹžʼɸ¶ƹƽ̯ijijìȺ˺̸ˮÞmcUMNMY\aaflfowis~sut}vsypu|ɺŶSOHSY_PX_PW`Q]fN]fZhsft_ox\juWfq_ir^go\chwͽpYXWX_eWaiYdqUeoYhtcr_pTesJ[lM^kObnHXeBS`CTbSeuResI[iI\kTgtGYiDWeI\mDVd>Qa>N\9M\?Q`ATc=P_9M[;N]RaAUe>Rb:O_;P`?UfAWgK_pK^lP_jUcmYbjHC>NV\IQYDOWCR[BP]@Qa:N]8K[9P`5I[9O`0GZ4FU;Qb:Pb8N`:Qc5J\8M_:Pb7L]7M]6K]6K\7L]1GZ9O`7M_9Oa9Oa>SdQa;N^9M]6GUNV]IS[COZCQ]@S`AUc5I[7L\2GY4GV7L]6K\2HZ7M]5J\6L]7L]7L]7L]=Sd9Pb7M]9O`5K\9O`SdBYk:PbQWZRZbP[a[epTbjHV`N[grl|arap|iveox`ip`ceoYTZ`U`gT_kYhqZiv]n{asQbpJ]kHZjFXhBSaBR_J]jK^nNapOcrK_nJ^lL^oG[kBVe>O]AP_@Sc@TcBVf>Sc@Ud?Sb=Rb:N^LV\JT^GU^FVbCUc>Qa@Td;Rb5J\6K\5GV2HZ8N_4J[3I\5K\2H[2HZ9N_8M^2HZ5K\6K\6K]7L]:Qb8N_;Qb7L^:Qb=Sd=Sd?Te:QbTe:Pb@UfRg|Ui~Ui~WlWkVkTh}Vj~VkNbwPeyPeyVjMauK_tNcwNcwPcxLbuN_rIYhHUbLVbNWaSZ_yg̻ȴȴgmocnv`kw\ju]jz^n|Zl{\m~Zk}\oYmYl~\mbt]o^n|dq~cmykor܌ycLNNIRYHR^KXfJ\kH[mQdyTh~Uj~NcwOdxLauQfzLauSg{QfzSg{Ui~[qXm[o^sYo]r\r[pYoWl_uXmZoYoYoXnUk~Xm[paw[o]rawdyawavdyl~óîꯜ[WRrvzy~Ͽοռʼϻ˺ʷƺʹ̻͵ȤðĩƷykZONLW\_`gmit{s~z|tu}~zu~mtzurn˻VJO]=QaSeAWhGZiCVdM]iUblZcl¶DA=PY`JU_HVaCTaBUe@Sd>Se7M^8N`7M^1DS5GV2HZ3FU4J\6K\3J[6K]6L]7M^3J[8Na7M^:Pa:Pb=Sd?Ug=SdSd=Sd?TeBXjBXiBXjCYkBXi?Te?UgUi}OdxWl\qWlTi}WkVjMbvNcwVj~Ti}VkSg|QfzOcxUi}MbvNbtJ\oM^oL[hKYeKWbOX`RX`fa[jͻ̼ʻtttbiq]iu_kx]ly]l{[mz[kz_q`p_rbtctaqfseoyknq֊xbLMNHRZEP\GUcJZjG[nLauTjQfzQfzI^rI^rOexNcvOexOdxWlWl[p`u`u^s[q]r_t]r^t]sZpaw]s[qYoSi{[q]rXn_tZocy`vbw`uavbwez­簛[URpswqx}ȼ̾˹ʸƾ̽γȯIJűŒ©z~ӭh]PJKK`gkdionxy~~q|yu{vmv}ahmuZ<85SW\V]cZbk^js^jsap|j|qqoixfvfu~dqzcnvbjqojdr]RCU^dXdmXerZhvYjyTfsL_mDVg@Sb?P_?Q`AUeFXgFYgBTdDWdFZiJ^nJ^mJ]l@Td?O^@Rc@TdEWgEXhEXiEYhTeDXiUf?VfDYkDYiCXhJ]lQ_lUakX^e|?>Td2HZ7M^4J\7M^3FT.@O3I[:Qc8N_:Pa>Tf=Sd:OaRcATeCVfF[jH[kF[jFYiFYhCXiATdAVe>UeARa>P_AXhAVg?SdUfBYjF[iDUdL\jO]g[_bp>=;JU\IT_ET`CVdATe:O_8M^3J\5GV3J\8Oa8Oa4J\9N`Te8Oa;PbSe?Ug>Se?Ug@Vg:PbSe@VgAVhBXi@VgCYkJ`qJ_qCYkPezSh}Th}bvUi~VjQezWkRg{Ui}Rg{PdxMbwSh}VkTi}Sh|PezQf{NcvNbtPcvJ^mL[jIWeJVaJT^OW_SZcRVZ\XTk_Qw`{ijǴ­mpqbjqco|dp~co|dr~huep{kuiqznpoÿ̂qZILLGQXHT^HVdHYjEZlLbuPeyK`tJ_sG\qJ_tJ_tJ_tMbwPezXmWmYnavdzYn]r^s^t[pcybw]s^s^sYoZpSh|ZoSh|VkVkZo\ravbw`u`u`vvɯƮģ⬗zUQLkosjnuxǼοκɻɱ¶Ƿźʷijï»˺ʽͻ˶ū­ôȰƳǷˬzz|{ʼƶu`LGCSWZckokszvdsvy{xnzgq|Zbi^WOY`g\dlXbk`jseq~jynroi{kzatevcr}\lwTakXalT]etakR:0%FHJUajUamTbpUfuM`oSdsNapBVeATd;O^BTeBUe=P`AUd>Rc@TdG\lJ]mF\lG[lF[lCWgDXiAVf>Sc>P`;M\EZm@VfE[lTeF[mCZkBXhFZjBVeGWdLYeY]^̽z_799LU_ES]FUbEUcBVe8M^3J[5K\5GW4J\;Qc3J\5K\4J\8Oa8Oa8M_8N`=Se>Te>Te=Sd>Se>SeAWj:Pb=Se:Pb7M^>Tf@Vg@VhRb@TcBVgAWgH]mDWhFZjG[kFZjG\n>SfAWh>SfSd?Uf@Wh>UeF[m@TdDWfEVfGTaQWYdR=146JT^GV^DT`BTc>Rc:O`9Ob6L]5GW6L]9O`9O`9O`9Oa6K]9Oa9O`TeAXjAXjF[mH^oG]nBXiSg|YmXlVjTi]q[pWkXl[p]r\pWlTh|Sh|Sg|Th|PfzXmWlOdyXlUh{PfxQbsN_nM]lO\iNYfO[fNZdNWbQZdNX`MTYLOQOMKUPHneX~mο±ǿƿʼhYGCGHIQYGT_HWdGYiEZoG]qCXlG]rKauG\pJ`sMbvPfzLbvUkTi}Zo\q]r]sXmZo]s\qZp[q]sYo[q[qbx`v^t]sXmbwWm_t`vbxcyawi`v«̜hOJChmqtx~о̹̽̽ǹƻȵDzȺʷʵźѿѼ˵ȩwukoote}mVUJ=ACChnrpx~yqaq{xusplyjwdqy_mylxrvqphzgyexfxat^o~[kxWcrQalNYeHQZMXbOZcS]eSalQ_kO_kO_oL_oEWf@Td>Q`DWf?QaCXh@SbAVeCWhCWh@SdDXhDXhDYjG]nNbsJ_pI_p@Rb?Qa?P_?Se=ReE[mE[kCYjCXjTf>Te?Uf?TfBXiAWiG]nAXjG]oG]nAXjCZlD[mAWi\pXmUkRg|Sh}Ti~Zo`u\p\pYnZoWlVlYo[oUjPezRg|Rh|Sh}_tXlRi|OavObtNaqO_pTcqN]kQ]iMYcNZeQ\fQ[dQ[eQZcQZbLT[KPROONWQKmcW|l±ǸɺqXA8-=ACHR[FQ_M[kJ[nM`rG\oE\pE[oH_sLbvLbuH_sPeyPezUkUkVl[q_u_uVlZp^t\rXnYnWm\rYoUkcyXn\rZp\r_u_u_tbxe{dye|ezuèôȰɹ|iOFC=joux|êȹƻ̽̿ԾμʹƳıùȶǫöǸȮ£wnwbfjXTOFAQbBWgSdK_pF[lF[lCYjG\nCXjAWgAVh=Se?UfBYiAWhAVhCYk@XiJ_rD[lF\n>TfBVfFYiBVeGWdDS_GU_HU_FS^DR]@O\;N\9HY8M]8M_5HW6L^7M_5K]8M_8N_9Pb7M_;Qb6HX9O`8N_=Se;Rd9Ob;Qb?Ug=Sf;RdCZlBXi:QcAVhAWhG]oAWhE\nCYkD[m?Ug>Te>Te>TeZoXlSh}Sh}Th}ZoYn[o\p\q]rZoVk[o\rUkVlSh}Rh|Rg|Ti~\q[oSg|Sh{Sg{QfyQcsRctO_nRcpP]mO\jQ]jLUbLXcKVaIU`KV`PZcPZdPYcOX_JOULLNPLHTMFYUN\TKVMDH@9852465DKQGR]FSaHYgK]pL_rJ`sJ_sI_sH^rJ_sI_sJ`tNcxOeyRh|Qg{YnXm[qYoWm]s[q^sWmUk\rWmVl[q_uYo^t_u_u[p`v_u_u_u`v\raw{¬ß´ȱzu[G:+=:7puzw~¿̶̿ǶŻϿγĬ|xqzkszbio`flkryx}|uzwvm|n~orpsoj|i{ev_p~_r[n}\m{\lyTesRcnQ^kL\hHXaJYcL\fP^mWgrWhvYkzOaqCVg>Qb=Q`@Sd=QcDWhTfD[mAWhBWiDZmG\mTeAXiDYlDYlI`rF[lCZk>Vh@WhE[nDZlEZm=SfBWi@UgDXgEXgUf?UgCXkSeG\oEZlI^qE[nAXk?UgDYlF]oAViG]oCXkBXjEZlCWkBUfQ_>P^@Sb9KY3ET4EV8JZ4FW7N_;Qd9Na4J^6L^3FV8N`5L^:Pc7N_6L^7M^7M^7M^:Pa=Te?UgD[mBXj?UgBXjD[m=Tf:Qb>TfAVhRd@Tf;P`:L[TeF[nAWiDZkCXkBZlPa;O_BYkAXiH\oI_rBXj@VhAXlBWkE[nDXkCZkH^oKasG]oCXl:N`:NaTf;ReTe9K[=Rc;PbDZl@VhF[m@Wi@VjAYlAYl>VgH]p>VgCYmDZmAXlH^pG_pG\oBWjBXlF]pH^qF\nH^oF]oCZlDZmE]pDZn;ReUg;Rc9Ob6HY3FV6HZ6IZ6M`9Oa:Pc:Pc4L^6IZ4K]7Na7IZ9Oa6L`8Na8Oa=Se;Qd7N`@Vh>SfUh?Vh?Uh9Pc?Vh>Tf;Rd:Ob@VhCZlE\oCYkZoWm]rZo]r_uav^t]rZoYoUkZpZpXn[qSh~Sh}VlVkUkWmZpVmPfzUkQg|JavH_uLbwNdyPf{OdyPf{H]rMcxDZoG]sJ`uE\pJ_sJ_rOcvOdwQfxPdvKasI^qNasK_qN`sOatM`sI]pG]pE[pF\qQh|Rh|H`uLavPg{Pg{OfzSi}Qh|Qh|Qh|OeyRh}Si}Si}OeyQh|WnVmXoVlVlWmYoUkSi~Vn\rawdz`vYo[rby^u\rZqZoaxȻжȦ}}zz|xk~v~}}ww|wpqw{uvtwqk}hzhzcu\n}Zm}]pZm~[oZn~[o\pZm}[p]r_tVk|TiyTiyVl|ShyMctK`rMbsFZhG\mAXj;Pc:Pc8JZ@Vi?WjD[m@VhD[mE\nD\n;Re?Ui?UhCZm=TfBXk>UgBWjDXlEZlE[mD[mE[nD[mF]pCZlDZm?VhF\oAWi;Qc:Ob7IZ:Pb;Rd;Pc5L`7JZ5L_7M_2EU6HY7JZ7IZSf;Re=Tg=Se9Oa>Tg=Sf>Tf;Qd;Rd?Uh;Rd;Qd;Se_t\qXnZo_ubw_t\q]rYnYoTi\rZo_uTjVkWlVl_t[pVlXnTj~UkVlTjNcxNcxLbwMcxPf{Rh|G]rOeyI_uH^tJ_uG]rMcwJ`uPg{MbwPezRh|Rg{QgzLauL`sMbuQfzMcwG\oJ_tI^rJ`uKawQg|NdxSj~Qg|VmUkSj~NdxQh|Sj~Pg{NdxOfzQg|Sj~Qh|OfzUkWn\rTjWnWnWmUjSi~XoXo]t[q\sawbx`v_uWn\r`we{ıź;Ϫ{~{wpj}h{nnxyusww|nrwxuzswxok|h|dycvdw`s_scw^q\p[n~aw]q\n\oYm}Wk}Wk}QfwXl}ThzNewNctH]pH\pF\mE\nAVh;N^9K\DZlE\oCYkAWjAWkAYl;ReE[n=SfAXlAWj>Tg>TgCYk@VhBXkI`sAXkDZm@VjD[nG]pCXk@WjD[mE\p?Wj5HY6N`7N`;Qc7Na=Tg6N`5K_9Pb7JZ5L_6JZ5HY6IY=Tg:Qc:PcUg;Qc=Tf;ReTfD[nE[nE[nIauBXk?UhE[mAXkCXkE[mAXk@ViAXkCZlBXlBYlBYl=Tg>ViCZlDZmCZm=Tg@WjE[mAWj:Pc6Ma8K[6Ma7K[:Pc9Pb6HY:Qc;Qd7JZ5L^4GW5L^4K^9Ob8Na6L`7M`:Pb9Ob:Pb4K^=Sg7N`:Pb:PbTg;Re>Tf=Sf=Tf=Se?Ugbw_taw]rYnYo]sZoZo]r\q]sYo`v\rXn\rXmXmXnYoXnUkRh}NcxNdyKbwNcxKawMcxOezMcxKbwPf{OezJ`vMcwJ`uJ`tQg{Pg{UkPfzNdxQh|NezUkOezUkJ`wH`uF]qLcwH`uI`uLcwMcxOezQh}WmYoQh}WnQh}Qh}Ri~UkRh~Sj~Of{J`uNezMdyQh|LcwTkNezNdxPg{WmWnWnUkYoZpZp`w^u_v`w\s\sYp\rbyy̽пҿһ̨{ui{j{curww}|||vrnsuurv{wnpqrwsgydw`sat`u`t^q^r_ucvdx^rVj{ThzSgxRgxYm~[pShySi{QfxK`qUg:Pd=Tg9Qd=TgG^pH_qC[nD[nI`rCYlE\nE\nE\nE\nI`rH_rE[nG^qE\oF]pH_sF\oG_r@Wk>UiCYl>Ui9Pc9L\TgWjE\o@WkAXlG]pAXl?ViE\o@WkI`sF\oCZmBYkF]pJau@WjBXkD[nAYmD[nD[nD[nJbuAXj@Wj>Ui9Pb5M`:Qc;Rd:Pc7Nb9L]9L\2EV5HX7I[9K[9PcUh8NaUgViBYmDZmAWjAXk=Se?Vj;Re6Ma7Nb>Uh9ObUh@XkD[nD[nH`tG]p:Pd;Qd9L]9L]8Oc8Pc?Vh>Th9L]9Pc6I[4HX7Nb6IZ7Na:Pd6L`8Ob@Vi;Rf>ThAXkUi>Ui=Th@Wj=Th;Qd5L`9Pc4GX5HX5HY0DT5HX5L`7JZ4GX3EV4L`4L_5HX7M`8Pb8OaVh:Rd:Rd?Vi>Uh4GX7Nb9M^9Ob;Re9Pc:Qc9Pc=Sf;RfBYlCZm@Vj@WkN-AQ5HY0CT1EV5HY5L_:Re:Reavdyav^ravf{bxbwdzavYnav_u_ubw^tav_v]r`vZoZqYoYp\r]s\r_v]rbxbw`v^ud{`v^uby]sZpTkby^uYoZqUlZqUkRi~Pf|Qf|H^tLcyRi~Rh~LcyKbyKbyNf{Qg}KbwKbyI`vTjQg}Rh}Pe{McxJ_sTds0?L4FU:M^Vi>ViAXkAXk?Vj=Uh=ThQbUh=Re:N^]lw/?M6HX@VhI`tE\pPh{MeyPh{KdxG]qG^qH`sAYm:O`CZn@XkD\oD\nC[mUi?Xk9M]MbsI^q;Se;Sf8Od6Ob6Ma6Ma8K\6M`Th@Xk;Rd6M`E\oAXlCZmBXl>UiAXkD[m?WjCZmLYOaqVk}sx~qylww~wxylzWcnetn~xyz~zWdo]lwo~uj{w[judtu~|tvvtqi}btHVa@LU}GVaXiuexqph{bwbvh{`u`uezbubwcwbwYm}ZoZoNctNcsLasPexM`q:HT?P^HYjI_oPexLdwKbuH^qG^qI`tE]pD\oI`sF\oG^s>Ti>UiSe7K\ETa3DR:M]Tg=Tg4L_6Ma8J[5HY/CT/AS/AR3EV1DU0CT3FW4HX6IZ8Nb:Qd8Obnntki~dye{g|awawdzcy_tawcxibxczZrczcz\s_u\s]sXn^u\s^ue|]tYp`w]taxaw]t\s`w[s]tRiUlMe{Of{Of|Qi~SjMe{Me{RiTjSjG^sPg}RiNe|SjQh}Me{KczMe{Me{Pg}MdzQh~LczIawMbv@Se靣1AO:L\@TgIavSi~Og|VnTkYqYpSjVnXoQg{=LX@O\JZiaqSgyu~dkpq{`iqT\cfqyvu}}yztixS`iesvx|yzYhsfvrSak]lxk||~{vyyppnfxN]hIXbYdoDR\[kyh{qslatlm`u^s`tbvg{_u_r`t[q]rRiyLasI_pLasNbr:IT?O]I]mI`qPgxNfxH`qOeyI`tF_rE\mgz@Ug@Wj@Vi@WjCZn;ShE]r?Wj@Vj=TgCTa,=K.@N;N^=Re@WkF^rKbvJauH_sF]qD\pE\pC[nC[n:SfBYnVj9Qe9N_9N_9L]8K\5HY1FV9L]7Oc6J[:Qe=Tf9Pc;Re=Sf=Tg;Re=Tg:Qe>UiVj?VjBXlE\o:Qd>Vj9Ob7Na5HY4FX6IZ4FX5HY1DU6IZ-@Q0CT0BT0BT6JZ4GX4K_7J[mvvnjdzhf|h~e{`v`vje{dze{czd{`v_uawZq[rXoYp^u^t]t_vYp`wWn_v_v]t^uVmVm_v]tQiVmVmRiTkPh}Qh~RiQhNf|Of}Qh~VmI`vD[qG^tSjQh~RiI`vRiSjLczSjQh}Of}Of}LcyE[p@UiDP\/?M:M_BWkLcyWoYpWnSjRiUlUlZq^uXn[opw}u{ጓ򮴸T]dbmts{~~{xyxrk|hs}bq|py}{yiyiuUcpaq~pu~wxwpqrkfuO^jIXdkuFS]Zjxfyi}j~i}qkg{bwavdyf|e{eycxdycxbxPgxTi|OdwF\muJWbP`mEYiI^oJ_qJasMdvNexLbuF\neuBXjBXmC[oAZnE]q?Wk@Xk=Th8JZ;PaAXkC[oH_sKcvKcvH_sIatE\pG^qG^qBZo=Uh:Rf9Qe8Qd:M_9Qe9M^;Sg8Qd9M^4HY0DU8L]6J[6IZ9QdUi9M^?ViO.AR7J[/CS/CS7J[6IZvzqoh~mkmle{_ve{f{czf|f|d{cz_v_u`v_v[qbx[q`w_v\s_vZqUlZq`wax_v_v`w`wbzZqWnWnVmQh}Nf|UlYpUlQh}Pg}JawPg|LcxCZqH_vD\rMd{Qh~MdzMe|KbwMdzLcyMe|JawJbyH_vPg|J`wJ_tReAWkNe{Qh~VmRiNf|Ng}Ph}WnXpZrTj~vRfyvūt}`is^hpco{n|v~wttrm~n~~`o|k|t|~~|zwpdtmz[jv_oz\lydvsvy|vuuqts{TesO`nM]jozlvKYeUgt`s^qh{lli~h}cycxijbxey^r`v]sZoVk|MduNduRhxySco@P^G^oJ_sH`sH^rI_sKbuDZnVj{~9N^;PbAVhD]oD\pH`tD[o@Vj;Re|usq{t4GV:N`=TgAXkH_sH`tH_sH_rMezIavF]qAXl?Wj:Qf:M_8L];N_9M^9Qd>Vh;Sf:M_6IZ3GX/CT1EV6J[6J[;Qe;RfVjUi>Ui;Rf>UhVi>Ui@XlF]q>VjSe?Ui?ViB[nHatF^sD]qF^rAYm=Re:N`9N^7L\7L]9M^8Na@WjC[oE\pE]pJbuKcvKdxKcvI`tF^rBZmUj8Od>Th?VjTh?Wk;Rf:Pd8Oc8K]VjAYmC\pF_sMezKcwC\qBZm?XkC[n?Vg?Uh@VjCZn=Sg=UhG_sAXlG_sI`tKcwH`tE]rE\p>Vi:SgVi@Wj@Xl?VjAYmAXkD[n>Uh:Qe:M_?Vj>Uh9L_@Wl9Pd7Nc=Sg9L];QfVl?WkC[oIbvE]rF^r>Vj>VjC\p>Vj?Vj;TgAXk=Ui?WkIauD[oE]qH`tKcxE]qC[pD\q?Vj?Wk>Vi:Rg;N`Th>Uj@VjE]q>Uj:Qe8Od;Rg=Sg;RgAXm@XlBYm>Uh;Qe9L];Re7Nc7K]6Ma9Pc9Oc5Ma3FXyzolwrv{{qrsqolog~cy_vd{g}e{f|d{by\sbxXn\rYpYpZqSi\s\r]sYq]uYpXpXoXoSkRiSkUlUlYpXo^vSkSkNf|RhJbxSkMd{Nf}RiJbxI`vNf}Ne{SkSjRhNe{RjNf{H_vLcyKbyIawH_vIavH_uIbwNf|RiOg~SjUlXo[rSjWn]u`w^vaxaxc{_v\sz| ŰƴʱƟé~|uw}ynoxwqwxsxwvpuxx}|{tsnqmlknquvqtuunhllknjdzg|]rbwf|`u_t`u_u^s`ucyg|h~mlaxav]t]r`vTj|Sk}Ri{Rj}D\qPh{TmPfyKbvOfyJauKcvOfzG^sCZnBZn?WlD[qC[pBZnAYm@XlAYm?WkBZoAZoD\p@XlUi8Pd9Rf=Th@Xl9Qf:Qf@Wk@Xl=Tg8Od@WlBYn:M_=Sg@Wk>Uj;QeAXlVj=Ui=Ui:Rf>Vj;Rf:N`BZmBZm>Ui@Xl:Qe?VjAXm?Vj?Vk7Od?Vj?VjVlWkBZn@XlBZnVjBZnF_tF_sH`tD]rAZn>Ui=Qc7L]6J\;PaUi;Sf:N_>Vj?Wk9QeAXl>Ui>VkD[o@XmC[n?Vj=Th?Vj7Oc:Rf@XmD[n>UiUiSe?SfD\pE]qD]rC[pD\pC[oAZn;Uj;Uj>RdVj>Vj@WkF]q@Xm>Vk=Th;Rf;Rf@Wl?Vj>Ui@Vj;Rf;Rf=Ui@Vj8Pd9K^9L^;Qfo}|tnknpotousiklkpsjg~ihif}h^uYp_v[rXoYqOgXnSjPh~UlXoXn^u]tcyax_x[s[s^vXpXpYqXoZrYpXp[rXoWnUmVnSkNf}UmSjNf}Md{KcyQiQiPiKcyNf|LcyJbxKcyF^vNf}PhMf}TlVnXoWnVnUmTlXo[s[s^vXpXoXp\t_wz}¦˶ϭĭĭêáī§¥~wtrmjlrosurutvtuppprijmnid|jjmi~i~ezng}iploi~llg|cxf|e{e{[q^u\qVk~WnUl~[rax_udzcx]u]u_u\t^uXoUlSk~KcvIarQg|JavIauKeyMdyVnVnNgzKcyE]qIbuB[o=VkBYn?XmD]qE^s@XmB[oUiUiAXlVjF\qAXnG^rAXl@WkBZn;Rf>Vj?VjWl>SeAYn=WkBZnAYnWk>SdSd;Oa:N`;O`9M_4IZ7L]9M^:N`:ShUi>Ui?VjD\oAXlBYnF]qG^rAXnAXm=TiVj:Re=Ti@Wk=VjBYm=Th8L^9Qe:Qe=Thnmoqrf|byg}ijpkiqlnnojkiinf}g~jcz_ve|cz[rZqTkOf}PiTkPhMdzWnWn]tZq[s`w[rXp[sax\sUmZqVn[r^wXpZq\sUlQiPg~RjXpYpXpUmRjMe{Of}OhOg}G_uJbyPhOg~E]uJawLdzMd{Of}OhUmWo\tVnSl\t\tZrbzax\tVnc{c{uɷήȣʴ˵˯ǥuyyynoqmjqptqorrqkppmmmjtjhg}iilinkklmpmnikkjjbxbxav]s^vf{^t[qRk}Yo[rby_v\s`xbycy^vZqWoVnUmLeyLdwE\pOg|HauJbwQi}JbwHavLeyMfyKdxF`uB[o@Ug>Wl>Vl=UlD\q>Wl=Ul=Qc=Vl?WlC[qAZn>Sf=Uk=QcG_s?WlC[rC[p?XlKcwGavD\qE^rIau?Xl=VkD\pAZm=Qc=RcAZmAZm?Xl;Ti9N_;Ui9N_:O`2GX=Qc;Pa8L^=QcUiAXl>VkC[oG^rD[pLdxG_rF]qAYm>Ui>Uk=Th@Xm>UjC[oUi;N`8Od:M_8Od:Qeooulmjhihmmjjg~h~jhjlilijijnjd{d{by]t]t^uXoSjVmRjMd{[sRjSjUl^uYqZr]t\sYqbz]uZrXpYp`xXoXo[sZrOgXoZqVnUlZrPhUmRjMe|TlSkLczMe|TlKczLczNe|JbxMe|Ph~Um\t[sXo^uYqZr\t^uayay]uXo[s]us~}ĮǰʯȥȮƯɱʫĥzx~roruqrlomopnujopjplkjklg~hhjlmle|lniopmiimhkdzcyawbxd{]tXnYnZp^uaxaxe|hbz_u\rUmUkWpTk~Sj~PgzLdwLdxKcwMeyLdxLdzKcxMezOi~RjE]rE^sC\pAYo>Wm@XmD]rD]qBZo=Rd=Rd?TfB[o?Sf>XlE^q>WlE^q@Xm@XmB[oC[oF^sC\qD]qB[oE]qF^tB[o@Xm>RdWk>Se=VkRd:O`6K]0FW5J\:N`Vj7L^:Rg2FX6J\7K^:Rg8L^:N`@XlC[pBYnBYnF^rJbwAYoG_tC[pAYoCZn>Vj@Wk>VkBZoAYn>Wk=UiUi:M_:Rf:Rf;Rf@Xmrqkinqqg}jjg~jkjlmgpjhge|mhjg}d{cz^u_w[s[sWoPhUlOg}Og\sUmWnYp[s_vVmUlUl[r[sWnZq[say[s^uYq\sWnYqYpVnZqZrVnWoTlYqTlVmPiQjPiRjWnNf|IayOgPiWoVnYq\t]uZrYpZrXpZrXpRkVn[sZrq{ĪŮƤƫŨ{vstuqrrqskmh}nnljnmjg~f|f~g~khjiljhg~e|e}nqig}if~jf}\t_v^t\rVmUmYo[r]s`w^uawbydze{`v^vWnXqPg{Tl~OgzQh|JbuMeyUnSlOg{HavH`vKdyIbwIawE^sG_sBZo>SfAUg?Tf@UgC\qAUg=Vl?Ug>Wm?XmSe>Wm@Xm>WmF^sMfzJbwC[pC\rE^sF_t@XmE^sBZnAZnUj>Wl?Vk>Vl>VlAYnUi;Oa>Ui@WkBZnWmC\qSfB[q>Wl>Se;Oa:Oa6J\:Oa8M_7K]:O`8M_;Oa=Rd9N_4I[6J\4HZ9N_6J[Vl8Pe:M_;Rf8L^=Uhsmnmnnrlgkjhmnppmuqrpmnhljje{ax`wYpYpYpYpVmRjWnTkOg~\s]tczcz[s`x[rYp]uUm[rVmYq^u]t_wZrZrYq\t]u]t[s^v]uayZrYqRkUm[sZrSkUmQjOf}RkRkRjSlOg}WnUmYqXpVnXpXp[s_w[sWo`xVn\tg}~{ß{}y|wsropnf}krosloqjg}dzczxsf}ke|f}g}iid|e{iczjikljh~j\t[sYqSj~UnRj~Tk|UlXnaxYpWn[r^ucy^vYp\sUlSk}Qi|Ph|Pj~OfzMeyLdyNfzLdxIbvB[oLeyD]rHavIbwMeyE]rD^sGavB[pBZoD^sF^s>XmAVhF^sWmC[p@Ym=Wl@XmC\rHav?Wl@XmD]r?Wl>SeSe8M_:N`3HZ4IZ7L]7L^9N`6J\6K\Ui:Rg:Qg8Pe8PeXmB[pWlC[pAZnC\qC\pE^rBZo>Tf@XmE^sC[pB[p?XlSe>Se8L^8L_8L^;Oa4IZ0EW4I[2GX>Rd>Rd8L^3HY2GYUi9L^8Qe=Th9M_tqqrolnonnhkhnptrqppqtninklczi`waw^uax^uTlPhWnRi\sYo[r`wbzbz[s_vVnXoXoZrZqYp\u_v`w^v[r\t[t_vb{c{az^vZrUmZqYpTlZrSl[tYpSlRjQhWoXoOhNg}VnZrTmXoXpSkXp[s_w_v\u\uXp[t_w~x~|z|xuyy~zvohd{lg~ojlklczf}f}ax`whjhbz_wjif}cz_whkf|f|bz`xlmje{]u`w]vYpVmSj}Uk~Vn^u\s[s^v]ud{Xq^vXoSj~TlWoYqSmPh|Qi}Og{Nh{Mf{B[pHbxKdyKdzKdzKdzGauD]rHbwGauF_uMe{LdyJcyA[oAZnAUhB[o>Wm>Wm@TgB[o>Wm=Vl?Tf;QcWmAZnB[oAYn=Rd>Wm:Ob=Se6K]7L^:Oa9N`7L^4HZ3GY2GX4HZUj;Oa9QgUi;Sg:Rg8L^=Ui7K\;Oat|qrmrnoiiilmqlpoonqqtqlmnkof}`x^u[r^v]tYqSkTkUlWo[ray[rby\s[rXpXpZr\s]tYqWo[r_w_xayZr\t^w^v\s`xe}ay^uXp[sXpWnRjWoWoRjWoWoZrRkYrWoVnQjTmXqXqWnXp\tYr^uWpXp[sWpXqVoz|w}v}yzt|~zywpmlmiknljkf}jkkbzd|hlmg~e~e~g~hc{byf~jg~f~g~g~f|`y^v[s]uVoXo[sZrRh{SkVo]tby]vaxZr_w]t\sSkSkSlSlSkQh}JcxLdyIbxJdyMezMfzJcyIavHav?XnHbwNg|F^sJdxF^sJcxJdyD^rB[o>WmAViC\q>Wm=Wl=Wk@Xm=Wl@Xm?Tf?TfWmAZn=RdVjYn?Yo@Zo@ZoE]r>Wm9Na=Vl>Se>Se@UhSe?Tg@Yn=Rd@Uh>Sf>Se4I[6K^=Rd8L_5J[2GY4IZ7L_1FX2GY4I[9N`0FX8L_>Sf8N`7L^.CT2GZ;Oa:Na1FX4I[7L^7L^:Sh:NaVk>Uj@XmCZo>Vk?WkD[qAYm>Uj;Si9M`9M`9Rh>Uj:ShUj?Wl;Sh>Ti8L_XnAZoAZoSe;Pb>Se=VlWm9Na:Oa6K]=RdB[o>Re@Uh@Yn8M`7L_8M`6J\>SeUj>RdUjD[oAZoE]q@Xl;Sh=Pb;Na;Sh>Uj:Sh=Ti@Xm>Uj>Vk9Rg9Rg=Th;Sh>Ui7J\9L`=Qcvnux}rrsssspqplsxwyxtnsldzf~kjgf}e{_v^vayYpXpWnQhWoXp]u[sYrWoZqYp^vWobz]u^vaze}azbz]u[sVm_wd|_w\t[s`yZs]uZsYrc{\tZrTlRkRj]uRjXpPjTlNe}SlRlQkSl]uWp]tVoVpOhRjRjZsWq]vd{w~{zz}}|{}ytr~zz|pnnlnnmlf}orihjjihlbzayg~g~lihe}d}d{b{`x^vWp`y_w_wZqXpZrVnWpazXrXrWpWpWpQh~UmVnNf{H`tPh}Qk~RkQjSlIbwF^sIcyC]rC\qHbxMezKezD]rH`uKdyKdyJdzF_uC\qF^sF_tAVjAVhE]sE^t?TfC\q;Pc=ReWm?Tf?Tf=Vl@Ug=Vl@Tg@Tf6K]9N`9N`Vk@Wl=Uj>Uj:N`8K]8K]Sf>Se9N`Sf:Oa4I[0EX3HZ3GZ4IZ4IZ7L_=Rd;Oa?Se>Re=Vk;Oa>RdUjC[pC[pC\r;SiUj@XlAXmXnAViB[p=ReAVi6L^6J]?Ug>Tf@Ug=Vm@Yn>XmTf>Re@Ug6K]>XnSe>Wm;Pc>Se>Wm=Vl;Pb6K]6L]5I\/DV/EW1FX6K]6K]6L^ReE^t>Vl>Wl>Qd?Se>Vl?Wl?WlQe@Xm=UkAYn=Uk?Wm>Vl>Rd=PcBYnRfWmAZp@Vi>Sf?Sg@Tg>Sf;Qc:PbB[p>Sf=Vl=Qd=Qd>XnSf5I\1GY7L^6J]:Oa:Oa7L_;QcRe@YmAYnAYoD\q@Xm@Ym=Vk?Re@Ym@Xm>VkG`uD[qBZqG_s>VjBZpE\q?Vk?Re?Re@Xmsxy}mjnnosqnp~szwuvrwqjskolbzf}ayf~ay_w^vd{bz_v_way[s\se}ay_w`xay]uYqby`xbzff~if~f~kkie~e~g_xYqXpSmYqTmQiPiXqNgUnTnWoTlUnUnPiPhVoRjYqYqRjRkYrVpXqUnYrUoYr[s_xowzz{uy}~{y}}xwxywz||tw{qtoimd}hkimkqlnd}c}e}j]vay`x_y]v]vbzb{e~i_x[tYr`x_xUnVoVoYqYrRjTmOg|YqTkVnTmSkUnNh|IavLeyRjOh}MfzQjJcyLf|F_sHavNg|IbxKe{Pi~Ng}E^sF_tHawMf{Mf{IcyHaxGawF`tHawHawE^s@Zq@ZpH`uHav@ThD\q@UiB[q?SfWm>XmB[q>XmSf@Yo@UhXm@YnE^r?Tg>Sf>Re6K^8L_6K^Wm?Sf>Wl>Re?Sf@Xm8M`9Na?Re;Ti;Ti:OaQe@XlE\q;TiBZp?Wk=QcRe@Uh;Qc;Pb>Re@TgWm:OaReVj?Vk?Wk@XlBZpD]rF^tCZpAYnD]rF^sF]sG^sJavE\rvuxwvumnlpvtoustu~zzttvwvulghay`x`wd|g~e}e}^v`xay`wjgbz]u_w\sZr^v_vb{axiihe~hgoie~bzc|ay_w_xZrYqYqNg~TmPiLe~SlTmSkSl\uUoVo\vUnVo\uSmTmRkOgUnWpTmXrYs_w`yWp_xvx{|xyyx~{|}w||~yxy}|~}{}ysvojkokjd}jllge}e~e~e~b{`y^xYrUn\v^xZuTm]v\uYr[uYsUnOi~VoUoUoTmRkNh~VpPj~UnUmVoPh~RjRkOi~Mg|Oh}KezE^sMf{KdyKe{KdxNh}JdzG`vE^tJdzE^tB\qIbwD]sLezMg|HawC\rIbwC\rD\rB[q@ZpF_uD\sC\qC[qD]sF_vAZpC\qB[pC\q?YoAZoF_u@Tg@Tg?Tf>Xm@Uh:Ob>SfAViSe>Vm=Qd5J\7L^8L^Re@Tf@Tf=UlI`vBZn?WlAYn;Tj>Re?WlD\qAXmCZoBYmI`vG_uG_vG_v?VlE]tD\pCZnrvxsrprnqnssqustvwzwuzzwrwqohf~ibzlhd|gg~e}f~ggf~i]t[r^uZr`yb{_wazb{iayd|e}hib{a{e}gb{az^v^vZsZr[tYrQjOiSkOhQiVoTmWqWpSlTmYrVpSl]vSlWoRjYrSlSlVp_x`yYs]u\tvsv}t|x{~z|{vv{}||w~~}z~twpjhkkjle~jgjf~jd}_x[ue~b{ay_xZs\vXrXq^xWq`yYrWqWoXqXrSkPi~UmVnXqSlUnNi}Ni}RlMf|Pi}Ng|SlRkOi}LezMf{HawJcyG`vMf{KdyJd{HbxMf{F`uG`vE^sF_uB[rC]rD]rF`uHawD]rC\rC\r@YpF_tE^sG`wE]rAViAVi>TgA[qD\r@Zp@YpAViAVi=Re=Re=Re;Oc>Xn?YoXn=Qd@Yn=Wl=Re?Xn=WmB[qD]rF`uB[q=Xm@Yn>Tf5K]4J\6L_:Ob:Oa=Qd8M`9O`:Oa=Re>Sf;Ob4I\6K^B[p?TgCZpBYo=Uk?SfAYn@XmCZpCZpC[pSf=Re?Xn@Uh@Tg>Xn=ReA[o=WmXn>Re4I\8M`9Oa7K^>Se5I\7K^9Na?Xn=Vm;Ob:Ob9N`A[oA[oF_uC\r@Yn@XnBZo?Re>Re=Uk=UkC\rAZn>Wm>VlRe@ViRe>Xn=Wm>Sf?Yn?Tf>Re;Qc;Pc;Qc9Ob>Se>Se5I\:Ob?Sf?Sf@Tg@Tg:ObC\rRe>VmAYnAYn=Ul@Wm=Pd?ReD\pKcxH_vG_vI`uMeyF^uF]sD\pI`uC[pAZnwznromssxosqqryzuwrjvsrnjmsihslmmmjf}]u`x^vZs_wb{^vd}gmiigjihd|d}_wc}^v^ve}c|`xgb{]v\t`y]uTnZsXqWq]vYsaz^vb{`x_x[t\uazc}gd}f~`y]vb|`yc|d}haz^v{vwtz}xu}xowx}zzz~}~|zy~zzw{rrmora{c|he~c}ih`y_xaz`zgl[v_ye}azXrZu_y`y`z\uVoWoTlVnQlOj~UoUnOiNi~Lf|E`uNh}LfzIbwKezLdzSlF`vPj~RkSlHawMg}QjQjNiMg}KezNh}Oi~IbyG`uF`uHawIbxB\rMg}HaxF`uB\sF`uB\sB\rCXk?Uh=SfC\rCXlE_tAViAViD^sBViAViSg9NaTfAVi>Sf;Pc9M`6K^?Tg?Tg;Pb9NaReCZpRe?SfAYoC[qAYnC\r?WmD]sAXnAXnG`vMdyMdzKbxI`vKcxF^sC[pH`u?Wl?Wltynnstuqwrnuqu}|z{wxwyrtuolqolkqpnmkfd}g^vZr]v_xZs`xc{e~pninmd}d}hc{d}g_xfeibz`y_xXqYr_x\uTn_x\u^x]v`y`y[u[t_y\ubz`yaz]vd}ghe~bz\u\vd}`yaybz[urz{x{ttru~}zzyqxt{|u||yvwzxyztujnkgmgjjkg^yd~c{hjfc{^y]w\w[uZu_yWqazZvVnVoUnVoPjQkOh~TnNh}Oi}PiGawHbxKdyF`wE^uKdzNf|KeyPi~QjJdzFavQkLf}PjTnPjIdzIcxHbxHbxKe{HcyKe|Mg~HcyLe|Lf|E^tDYmA[rBXkDZmF`uAViDYlCYl?Uh?Uh>Sf?UhC\r?UhDYlAZqAViB[r>Sf:ObSg>Sf>Tg7M`Se:Ob?TgAViAVi@ZoF`uE^s>XnSfF`uWnF]s@Xn=Vl@XnE]sGawD[qLdyG_uKcyE]sIbxF_vD\sCZoCZp>WmBZot|x{ttvzxwx~{x|yxxvz}zrpujnsoiiljpkhiig_w_v_way`xffiiqjkjiiilighe~lh^u_x\t_wd}`y_xZs\tWq^waz`yVpaza{^v^vc|az`ye~b{d}e~`yZtYs[tb|_x_x^w`zpwx{yuz|x~|}~{~vstvvuvtv{xurx{|vyzvsqjkssonilmid}hlogc~d}e`zZt[v]w_xWrTmSlTnWqXrOi~KdyKcyLf{QkOiKf{E`uJcxGawJcxKezMg}KezKdyMi~UmTnIbxJd{TmTmQjSlQjJcxPiKe{Oi~JdzIbxRkE_tB\sHawDZmG`vDZm@UiA\sCXlDYlBWjBXkDYl=Rf:Oc>Tg@UiAVi>SfAVi>Sf?Tg7L_6L_5J^SfAViAWj@UiAViSfAUiRe?Rf=UlG_tAThC\qD^tH`wF^tE^tE]sJavH`vD\rG_tF^sBZoG_usxy{xwwzzxzy||rvyztzvztwomoqtlhhgmhngd~ijke~hd|czggklsokd|lmihd}ond{ie~Zsd|Yrc{d}bzbzYrd}^w_xZt`y\u`yYs]wazf`zd|gd}d}azb{\vYtaz^x`z]wYt`zc}vrz}~z{x~~zqlnopompyyytruxxqxyyrnolltjnkllknktkekhe}d|ZtYu^ybz\vRlVoYtVpXrQkKezLezJdzGbxLf{F]oMg|IcxLezLdzLdzOiTnMg|WpSnOkNhMg~NhOi~SmUoMg}SmNiJdzNiJdyIcyNg}DYnB\sAWjB\r?UhC^tB\sB\sCYmB]s@Vi;Qd=Rf>Tg7M`7L_;Pd;Pd:Oc7M`9Nc5J]8Na7L`8Nb4J]7L_>Sg=ReAVi?Th7L_9Nb:Oc>Sf=ReBXkRe?SfAUh=QdC[q@Tg>ReBYoJcyBZpC\rF^tD]sF^tD]tD]sF^tHawBZopowyttt{xzzzvsuuspoyuvwrrosunnomlohf~kieheghfe}d{opnoke~ijd|jjooid}`ybzc{]v]vc{faz_x_xaz`yYr]vd|azd}hffd~e~hb{d|^wd}c|Xraz]v^wYr^x_y_yomv}xvt{xorlkjlgmqyxy{vw{uzxqztshmjgomkillllohd~eklZtYqVp`z_y[v[vNjYqSnXrNiNh}H_rOiHcyMg|I`qGaxIcxNf|Og}LfzOkOiSmTnUnQkLf{HcxMg~Le{LezRlMg}JdzMg}GawE_uOiF`vIbxE_uEZnBWkAWjAWjCYm@ViBYlCYmE_tDYmAWj;Qd=Re6L_:Oc8Nb>Sf8Na>Sf7M`Se5J]7L_7K^5J]Se?Sf>Re:Nb9NaAYo@YoBZpD\rC[q?SfAUhH`uG_uMdzD\rJbwIawD\qE^sqmqxnssx}{u}vuwywqqz{zxuzltjmsoorpjijkihc|fhjjnmoopfff~je~mjfkfe~gj`y^v^vazb{_x^vd}gf[uh^x`y]vc|d}himfb|b{d}e~b{b|_xe~\u]v^xaz[uinxyttu|}~}}vlokg~f~g~hfnn}yxsuvvw}yuvqglhjlikglkihjee~gee_z]xWr^x`z\uYsNiRmRmOhJdyIcyNh}OiSlH_rG^qLf{G^pQjPjOjQlRjSnOjPjPiJezGawPjLf|Mg|RlRlQjRkF`uIcyGawIbxHbxF_uB]tCYlBWk?UiCXl:QdAWjAWjF_uE^tDYlDZm:Pc;Qd8Na8M`:Pc5J^:Pc9Ob6K_6L^1G[Sg>Sg=Rf;Qd;Qd:Ob8M`=Rf9Na6K^6K^2G[=Rf?Ti?ThAViBWi:Ob:QcRfAZoF_uC[qE]rE]r@ThE]sF^tIawMezLdyNf{Me{IbwKcyhjpomssr~zv~wxvu}uolout~zrqrpmnjqqlnmqjhfike}ihrnqnrjne~jhkof~mkc|b{d}d}b{ayaz`yd}d}\ue~azb{b{geb{^ve^ve~`yifb|d}c|d}d}^x[uVp\uaz\v`z]wayow|vsvyx{}|ywv{oigif~d}e~g~nrxx~srxuxyursrjikgihlhknc|igkmjhgeYt^x]w^x^xXsVoRmVqRkRkOjGbxKezNiH^rH^qFavGbwNh}Mg|RkQkNiSnSnMh}PkLg|IdzQjMg|HbwJdyIcyMg~MhHbwLf{GawId{F_uAWj?Ui@ViBXkCXlB]tD^uB]sDZmC]tF_u=Rf:Pc:Pc5J^8Na7M_9Na;Qd7M`5J^:Pc;Qd:Pc8M`>Th@Ui=Rf>Sh9Na>Sg9Ob=Rg9Na9Ma8M`7L_1FZ4I]:Ob5J^9NaAVi>Sg:Qc5J^;Qd:Qd:Pc:Ob>Sg:Ob6K^9Na7L_5J^3H\4I]3G[:Na4H\6J^8L_;Pc@Yo>ReAUiXn?XnB[p?Xn?XoB[p?XoD\rHaxG_uG`wOg}Ph}HawIawIawtoomqvysyvysv~y|sqtkorwtxtqrolpqtotnqnrooprkonrpoinjmmlmofoe~c|lf_x]v]vgmb{azie~c|fc|ic}hg^waze~ld}gc|fj[uc}e~_xWqYrVp_xYs^xa{a{otuyouyx{wz||}x~|wjhgd|kkmltwyuuyu{xssonmmklmkmmslpllrmjc}b|c{\w_zc{\xc|ZuWqVnTmRmOjLe|HcyKcyGbxOh~PjKd{Ke{JcyMg|Ni~RlTnWqRlSmMiMh}NiGawLf|HbwJczGawJczG]pJdzJczEZoD_vIcyHbw>SfDZnCXmBXlBWlIcyGawDYmGawE_uBWk@VjSe>Re=Qd?Tg;Oc:Ob?Tg;Oc>Tf;Oc?Tg?Xo>Sf>Sg@Uh?TgF^tF_uHaxF^sG_tMe|JcyG_uttvnmvqrounux{zzvvnvxwxoqsrmmknlgoroqvlkmlnnpooqomkuomlgjghilbzd|^wb{d}jfhgkpjfkhe~kl]vb{fijfigi]vazd}az[uZtZt`ye[vioqqoqrqx|vz{|}w}s}|zz}x||she|mnjpnoquwsyz{srkqprliqhkltqnsxrllc~a{\wd~a{[v`y_xVpXsPlTnOjOi~Kf|OiJcyKezMhRlVoMg|Pj~PjQlOj~Nh}VqMh~TnLf|NiGbwF`vD[nIcyE`vC^vHbxHbxIcyC]uHbwIcxMh~D_vF\pB]uD^vA\tDZnIcyKdzF`vHczE_v?Ui8Na:Od6L_6L_4EU4J]8Na@Ui7Na>Sg:Oc:Oc8Na2H\6L`2H\3H\7M`CYl;Pd=Rf>Sh2G[5K^8Na9Ob4J]4I]4J]:Ob9Oa4I\=Rf5K^6L_8Oa9ObRfC\q@ShD\sD\sIbxJczH`vHaxxvrxx{wxwlstt~vw{vsrqrtrlurmqmspifjrpliqe~irotsuikmnmogkifgibzbzbzd|khbzhligjljihd}azhfifimnmfge~aze~`y[uc|^w^x`za{fhkrstpnmq{vuyy}us}w|wx~}~vv|ypoimrijopstuxytzwtutonmprjkimqxzzvroi`{d}Ys]x`{\x`ya{\vXr]yUoOiQlIbxH]qHbxQlVoRm]vNh}PkPkVoUoLh~UoSmNh~Nh~OiKf}IcyMg}JdzE\oC^vIcyLf|MhQkSmLf|OiMhIcyE\oCYlBYlD[nLf|Lf}HbwIczAWk@Ui:OdAVi6M`9Ob:Oc2G[6L_?Th;Qe8Na6M`4J]0FZ1GZ3DS1G[Qe;Oc9Na>RfB[pF^uC\rG_vE^uG`wJczwvstwyz{rrw|y{|rrptxttopsupoumnsjrqppmkkqoippusmkngpqjlimoe~hbzc}gih_xklmoplmhjgkl`yb}ikopnhmjne~b|]wb|^xd~`za{hejorvppruqwtxtx~uryoy|{}vwyrqpkwqb{glmvux{ys}wtrjoopnjjjo{|uzwple^z]y^y]xb}^yc~`{WpWpWqUpPjMg~Le|Gbx[uWpYt\wXrQlPlUnTpOkUpLg~Ke|Kg~Kg~Kf~NiPkOjHbyJd{Mg~NiPkPjToMhQkJdzJd|EZoD^uD_vDYmEZnIczFavA\sB\sC]t=Sf;Qe>Th8Nb3H\5K_=Sf@UiTg8Ma9ObDYm;Qd4I]4J^2G[1FZ@Th?Tg>Tg8M`6K_7L`;PcAVi>TfSf4H\:Ob9Nb;PbTh5J^8Ma4J^8Nb6K_AWj;Qe:Nb;Qe5J^8MaSg9Ob=Sg7N`6L`4K^1G[9Ob5K_6M`9Pb9Ob:Pc=Rf;Pd@Ui>Sh=Rf:Pc9Ob=Rf=Rf:Ob:ObUg1G[4J^?Uh@Vi>TgB\t@Vi:Pd:Pd?Tg>Sg;PdSgD\sCVk@UhBVj@YqDWlDWkPg~IczIbxzxw|x||xwuolqpqtkgogme}kjomiggbzipqpvxxvustrrtowvosmlsrusyrrogfe}ghe}ge}e~ge~c|hhlgrvxqxqvwoujggggkgb{emphsrvtigswwsuqxy}}uvsimk{}sxzyslrpruupvz{zrx{{zx~zu|s{uifofdfnglhhd}_z]x^x^x^xb|^yb|^y_zZvWrRlSmWqOjRm[uSnPjMg~OiGcyFbyKg|PlMg~IdzH_sIezIdzPkJf|Lg}D[oMh~Nh~FbxHcyJe{Je{Lg}Mg~JdzJe{F]qD_wF\pLf|E`xE[pF\qAWk>Th>ThBWlTg@ViBWk8Nb?Uh>Uh@Vi5K_9Pc;Rf9Pc5K_3J]8Nb9Oc6L`7Ma7M`5K_=RfCXl;Qe:Pd?UhBWk4J^9Oc6L`5J^6L`>Tg?Uh?Uh=SfJ^oM_qTfv`q=Pc2FZ1EY3G[2FZ8Ma3DU1EY3H\>Sf6K_9Nb;Pd3H\8L`7K_6J^8MaRfDWk=RfAViD]sAZrD\sF_vOg}G`xJdzNf||{{t||zywqolpomjfoohhe~iqpkqmlomkqvzyzxtuuwrqpruulnqqtrrvruiofjloorhja|`znmmhjptoqy~~{qpd~hglolnfnllmlwsrhdlwu{xyvw|{|yquwuw|y|wwpwzvvtwsuqupp{uvtv}}yuxsvpnlnmhdnjoijia}_z^yb|b|c~c}^ye`{^yZs[uTnWpTnQmUoToSnUoOjNiJd{Mh~Je|PlQmKf}Kf}MiLg~H^sLhJf}GbyKe|NiJe|LhE_wIbyKe|GaxIczE_wIczFayIcyBXmG]qCZnCYmE\o@Vk@VjE[oDZn:Pd6K_Ui=ThTh=Tg;Qe7Ma:Pd1H[4J]8Nb8Nb7L`5J^8Oc:Pd8Nb:Pd@VjCYm?UiBXl=Rf;Qe?Ui=Sg9Ob8NbUh@WjTh@VjUi6L`:Pd;Qe>Th;Qe>Th?Vi@Wj?UiBXl:QdRfAUiDXlG`wDXlJbyJbyD]tJbywro}x{zpqqlfhe~ffd}mjqgd}njkhjqlihifngjnomsyw{uyuoq~tu{nnvvngkpt}|oijgfnonokkktxvrrtttrid}hhnqjkvqq}uy|}{wsvzs||txruqptv}xwuw||suywvwsnowytuwvzwsprxy{yw{yrxx}xlpinnga}gdb}jc~^y_{b}^za|^yXsZuXs\wWqRnPkPkPkNiUoNiLg~PkNjGc{Gc{MhNjFbyFczOjJf|GczId{H_sId{E\pEaxMh~E[pE\pF]qBXlE[pE[pLf}Kf|Hby?UjBXl>Ti?Ui?Ui;QfEZoDZnBXmDZn=SgE[o?Uj@VjBXm>Th@Wj=Th5K_BXm;Qe=Sg3I]8Nb9OcThDZnGax@Vj@VjF\pF\pEZn>SgRfar:NbAVj@ThF_vB\sE]tD]sE]tD\sJbyMg~KczHayntvrtsosurnimmknd}mmjjd}`ye~mekmielmkgd}ilsnsv{~v{tqtwsw~vxtkpnjrrz}tqnrlpkkmmikqqottvovod~d~honqpnputuyr}|ttzsvuwowsqsmpqtwwvvv|uwxwtnvqruqpuyzwtsu|v}zztwquyvvpjnle^yYtYta}hc~`{]x[w]y_zUpYtWqZuXsVpQlPkOkKf}QlSnOjPkRnHd|FbzPlGc{Jf|Lh~Kf}Lg~Gc{Id{H_sJe{F]qG]qE`xH^sD[oF]qBXnBXnCZnEaxHczJe{F\pBYn>Ti8NcThAWkCYnDZnCYnDZnG]qCYnAWkBXm=Sh:Pe8Nb8NbTg6L`;Qf8Nb=Sg8Nb7Na:Pd8OcThBXmAWkF\pDYnE[oDYnBXmF\pD_wBXmDZn@Uj9Oc3H\7MaTeu9M`3EW8M`AUh:PcN`r]oRgBVj=QeDXmBZrF_vC\tBWkB\sAUjH`wB[sF^uJbypqoztwtttlkkpgfhkijnnbzd}if~hone~mmipiipnkwtq~|uwxqpwsx}puomrqhlr|~sjjjpnkgikkrsssssuznqne~kptsqntzx{|wy{{szruyvrtponwxs|}tuvwuywvuyuqrqnwwsvzuyp|}~|~~u{wywxuvokomf[v[v`{kj`{b}d^yf]yZuRnXsVq[vToToWqNiLg~NiQlXsQlVqNiIe}NiNjJe|Lg~I`tGbzId{Kf}FbzNjOjJd{I`tF\qDZnBXmE\pCZnI_sId{EayNhIbzAXl;QfThCYmAWkCYmCYmF\qD[oH^rG]qAWk@Vj;Rf4GX9OcBYl?Uj7Mb8NbThCYm>UiD[nE\oGbxE_wF\pCXl:PdDZnD_vAVjG\p=Rf;Pd5K`5K_]n~=Qd5J^:L[eu3I\du;Pc6K_3I]Zl|hwBTgfvK]pAUfaqJ]oK_q>Sf3H\7La6J_4I]=RfCWkAUiAUiDXl=Qe?SgDXlBVjBVjAUiDXlD\sHawG`wpruzywqvqlmilljmnlazhjd}e~c|ijolimnpigmnksvpru{rromsxwt|wxtsoqlrtu}yzvtqmtklgjhipsmwptromhhipnmmlnszv{~sy{u{wysxsqwrrwqruznt{soxvutrwtlrkwtsv{xyzxz}}rwvz{~sprmhfb~`|Vr[v_{f`|dc~^x_zWrXsYtYtUpRmVpPkPkLgRnToToXsVqLg~Kf}Kg~MhOjLg~Je|NiJe|NiNiFbzHd|NiI`tH^rCZn>TjDZoE\pE[pFbyI_tG]rIczJd{BXmCYmBXm@Wl;RgTi=SgRhAZr@Uj=RgBVkBVkE]t?ShCWlF_uG`wJbyG_vHaw{{|pvrwvxe}jljgine~c|kb{ke~`zc|c{gohgkd}ijb{kfktnswpytvnsqstmvrqnqusqzzzz|tvszvoic}`{ea{klsqrstrimqqrtwwvsus{yuwusvt{uxwwzwuuoxvx|xpvp{tss}ursvlqwrwwywuv|x~~xvroqrupoa}j^{[w[v_{b~]zb~^{fg`{[vYtZuUpRnQlMhQlRmOkUo[v[vYtPlNiQlLg~Ie}KawKawI`uNkHc{PkJe{MiKf}Kf}Gb{Gb{H_tE\qCZoE\qF\rGb{EazEayKf}H_tF\qEazCZn>UiBYm;QeD[oBYm?VjUi9Oc9Oc:Pd6K_9OcCZnBYm?VjE[pBXlF\p@VjTi?Ui=SgJ]o\m}8Nb5J^_oTfwH\oj{arjzL_qAUhet7GW9Nb?Th;Pd:Oc@Vj9Nb8Ma5J^>Sg8L`AWkBXlAVjEYn;OcBWkF_v>ShA[s=RgD]tE^vIayNf}Iayxwsqrqnojje}ilhayg`yb{`yhhd|]ve~fjshiazhc|e~inflpnoovtmomkprstuvxtswrrwuxysjtsjj_yh`z^ygjltlrvtrppjsqystow{umoptotrtxvwqr|tsvuus|truvzprywpswqvtupowwtsz{~~rumumpqpjhfi_zb~^zZub~a|hpa|]xYt^y\x\xWrOjIf~LhRmQlRnUqRmSoRmLhNjG_tIauG_sIf~Ie}Kg~Fc{MhIe{G_sFbzGd{G_sF^rFbz?VjCZnCZnD[oE\pIauG^sH_sI`tFczF\p?Uj9OeAWkBXmF\qF[pF\qCYmCYnI`tF]q?Uj?Uj;Qf=Sh7IZ6La5GY3FX7Lb=Sh@Vj?Uj;Qf=Sh;Qf=Sh;Qf:Pe7Mb:OdBXlE[oDZnBWlAWkAWk@VjCYm:OeBWlBXlAVjF[oAVj>RgRcv7La3H]K^p]m~Rg>RgE^uC\sC\tF^uKd{Lf~Le}RjNg~wvtvnlnqif~gijghbzibze~ay`xayd}d|md}jd}e~gnihhhghmgjrtrjqmjhmktxupwytptyvxqypvmknib{`zb{^y_yhnnnrxvsquppjyvqwwusmosskopwpsjssnolxy|wtvzsrrsqsw~spxtuuzvovurqzz{}zzw}xuqklkfmvfjg`{e`|b~a{\wckf]y_{^za}\wUqRnHe}MiOjIf~KcwHd}XsRnKg~MiLhOjMiLhLhNjKf}NjH`tH`tCYmH_sF\pBYmF]q=TiF^rAWkF]pE\oE[oCYnH`tGd|Ie|FczFbzDZnAWlBXm;QfBXmG^sG^rAWkF\pG_sFc{FazCYn9OdRh?Ti7La6K`2EU3H]2EU1DT6K`7La6J_3H]:Od=Rg;PeCWkUjCYnTiGb{Gb{E[qDZpCYnFazFazLf~?UjAWlAWl=Si=Sh8Oc9Pd7Nb6MaG]r?Uj6Ma6Ma6Ma;Rf?Uj=Sh;RfAWlDZoBWlBXmHayF[q>Sh5K_Si@UjDYnBWlSi5K_9Oc8Nb:Pd;Qf:Pc=Sg2G[5K_2H\1DT3FV5K_9Oc:Pd8Na=Rf6K_;Pd:OcAUjC]uG_wF^vG_wC\uD]uC\uG_wF^wH`xB[tB[tE]uFYoI`yOhsvzsjrnhjjjmigc{d}e~[t`yed|b{Yrhd}fikfgid~iejjkmpikqrrgkopnkrrqosookoyvuzutkikd~^y]w]wa{imslsonunqsrorsrnstsxpv|ptqspoqrpjmksvpywx{{w}zzytv{y|wzy{yu~yrw|xz}y~y|r{rqojmmsmgkpda|c_{_zZvef`{cb}_z_{WrSnPkNiNiMiOjIavLgJbwMhPkMhNiOjJfIe~MhPkNiId}Lg~Hd}I`tJauG^r=UiAYlCZnBZnD\pF]qBZnH`tH_tIauLgIauNhFczIauGc{AXlD[oFc{H`sG^rH_sG^rE\pGc{Hd|G^r?VjE[pUi@WkI_tD`xJd|Jd|>Ti?Vj>Ti?VjBYm;Qe9Od=Sg:OdUjTi>Ti@VkAWl>ShSh8Mb8Mb3H]9Nc4I^8Ma=Rf=Qf7K`3H]7K`2G\3H\:Nc7K`3DV6K`>Ti>Sh=QfB\u@Vk?TiCXnDYn@TjD]vBWlF_wDYoF_wHayEZoLe}D]v}rqpljkd}jsyiqigc|az[u`y`z_yic|f~fgnlnfffkmhlpkkgd}e~qfc}c}pohmtvlipmmtuz~|qnpc}egjlkhjelc}jlmsppnjov}}yr}prmuvtosxtzsqjolntnovo{s{{{yvu}{z}yyx{s|sutwwxx{wz}nlkjdejpjmca}]yXuRnTp[wa}b~^z`|WtZvYu[wVsUqUqPlPlHe}LcyH`vHe}LcyJgPlOkNjIf~JawRmSnXsUqLhIavG^sE\qIauG_sD[pH_tC[pBYnJbwAXnHe}Je}F]rBZo?VlG_tG^sH_tH`tD[pF]rNiFb{I`uH^tI`uD[pE\qDZpAXm?VkAXm=Sh=Sh@WlAXn7Mb>Uj>TiMatFZm7Mb=Sh7Mc4J_7HY;Qf?Vk>TiFb{D`yGbzAXmG]rF\qE`yH^sE[pCYn@VkBXmAWl@VkAWmF\q>Ti:NdRgUjAXmCZoG^tF]rH`uJbwJf}E]rCZoG_tE\rG_t?WkAXmE\qG^sH_tI`tJ`vFb{E\pTiI`uBYnBYnCZo>Tj=Sh>Ti>ShUjD[pF\rEazFazH^s@VkEazF\rAWmAWl@Vk?UkCYnF[p?UjCXn>Sh7La5J_@Vk;Pe=Rg4I^Sh;Oe7Ka;OdTiF\qG]rI_tBWmDZo@Vj>Ti:Qe;Sg8Oc2FV0CT.BS6Ma:Qe7JYTh7Ma3I]4J^1CT4I]3H\7L`7L`7L`5J^9Nc:Oc:Oc:Od7La4I]7K`GZpGZpH[qEYnCWlGZpH_xIayE]vGZpNf~tmnplc|kfjljlsf~]wZt\v\v[vhc}ionrkjk|surwus{uqpoihmonllqssw}vvyvs|~~~}w{zrliinhjjnmec~iovvyysqtuz|~y~{zumlttuy}ulnrokojospssrvy~|qwyx~|{~wwplppvpunxor~vtw}vtsoojdeed\ya}a}ZvSo^zZvSoYuQmQmSoRnUrXtVs[wJgQmQmNjMiJf~JawLcyI`vJbxMezKbxLhJgJgQnTpPmNjOkIf~JbwLcxKcxD[pI`uD[p?VkIauG^sH_tF^sIavF]rD[pG_sF]r@WlBYnC[oF]rG_tI`uHd}I`uF^sH_tD\q>Uj>Uj@WlG^sGc|KavJavJavH_tCZnAXm@Wl:Qf5L`7J\4GY4HZ4Ka6Mb8K]8Od9Pe?UjF\rDZoG]sFazLf~F\qE`yE[pG]rCYnCYnBXmE`yH^s:Pe>Ti>Sh?Ti>Sh;Pf?Uj?TiRh6K`6Ka:OdG\qCWmF[pCWmC]vG`xEZpH`xF_xHayNf~tppnmhiolollld}c|Yt\vZta{`zb|jqlliot|uwwrvxuqnsspiormmpqnqxwyorw{yv}{w|}svoorrjttppghnpzsnqtppxvv{uvrrlqvs{xlmniiqqkpumouqtxxusqpux~}tzsfsxtlrrjrupwqw|svqjdda}_{^z_{\xZwXtWsUqPlTpPg}MiOkQmUqSoPlUqQmKhMezJgKcyF]sE]rH_uMdzJgJavOjMdzPlMdyMdyRnQnQmPkMiJgJbwH`uH_tI`uJavF]r;RgD[pG^sH_tI`uE\pG^sAXm@WlD\pBZoJav?VkD[pCZoG^sD[pH_tH_tCZoGc{H_tD[pG]sG^tJawLgJavKbwIe}D[p=TiTiDZoAVk>SiAVkBWlShDXnDXnDXnD^wG[qF`yJb{IbzF_xNggltonjonklqopkh]x`z_x\vd~ijihsmlv|x{vxsxvvrmtlnsqsrxvs|tvpqqzryy~szyttptsprstwplntruwptovx{s|~tturoiqtsmmmqloonuxposvvt|srpoz~}{wkexwmostpqmqw{xstrnglcb~cdi`|UqNk[xOlSoOlQmTpTpPlSoUqVrUqPlNkLdyG^tG_tIavF^tKbxOkKhLhKgKbxMiPlJbwNjRoRnTqH`uH`uI`uG_tE]rJavE\qF]rCZoG_sMdyKgLcxG_tH_tBYnCZoH_tH_tJgG^s?VkF]sIauCZoF]rI`uE]rG^sE\qBYnLgJfMhIe~D[pI`tCZoLg@XlE\p@Wl=TiTiI^sFazH^s@Uk=ShUj@Wl?UkUj8K[Uj:PeUj@VkE\qDZoUjG]sBXnDZoDZpAWmDYoG]rBXnG]rG]rH^sAVkG\r>Ti>Tj>SiAVk@Uk@UjBWmBWlAVk9OdDYnEZoUj=Si=Ti>UjBYn;QfBYmBXm9OeF]rId|I_uG]r?Uk@VlH^sG\rFayCYnE[pDZo@VkDZoCYnTi8McCXm>SiAVk=RhAVl8Nc8Mc9NcAVk>Rh=Rh?Tj7LaShDZo@Vk;Pe:Od7La6La8Mc=RgBWlCWmEZo;Oe=RgFZpH]rCWmEYoH\rBWmD^wHayLd}EYoMe~Jc{Jb{I]slknlhkhikjd~okie~c}gilnifoppotvmsusjprsvvtgmsgonjilrtontvwo{zz}}~{{wz{uvwuqvmnovzrtyzvspsxpvuxsrjkovy{ywutxusq|szwxvru{vyprhlnqokmvprsrtttv{qsgdcb~^y]ya}`|XuSoRjNf{SoNkOlQh~NkLiPlMjPlOg}JcxLiLiPlKdyNf|MezNf|KcyG_tE]rKcxJgNe{NjPkLiQmRnRnPlMdyI`uJavD\pE\qE\qCZoAXmH_tJf~LcxKbw@WlBYnAXm>Ui>Uj@WlAXmCZoCZoAXm?Vk@XlE]rJawD\qKf~G_sJf~If~Kf~PlOjNiI`uG^sE\pH_tH_tGc{G]sCZnI`uD[p?Vj9PdTjDZp?TjG]rDZoDZoId{G]rF\qAWl>TiCYn=Rh8Nc=RgAVl?Uj9Nd;Qf?TjF[pDYnBXmG]r>Ti9Nc;Qf:Oe:Oe?Si>SiEYoG\rEZpH]sF[qF`yKc|G[qJb{HayDXnG\qFZoG\qE^wF_yH\rF_y \ No newline at end of file diff --git a/gimprc-1.2.5.in b/gimprc-1.2.5.in index eebe791835..9b657d45bd 100644 --- a/gimprc-1.2.5.in +++ b/gimprc-1.2.5.in @@ -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 diff --git a/gimprc.5.in b/gimprc.5.in index eebe791835..9b657d45bd 100644 --- a/gimprc.5.in +++ b/gimprc.5.in @@ -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 diff --git a/gimprc.win32 b/gimprc.win32 index 06b904897d..547becb874 100644 --- a/gimprc.win32 +++ b/gimprc.win32 @@ -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 diff --git a/libgimp/makefile.msc b/libgimp/makefile.msc index f4cbf2d437..e183de78dc 100644 --- a/libgimp/makefile.msc +++ b/libgimp/makefile.msc @@ -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. diff --git a/plug-ins/makefile.cygwin b/plug-ins/makefile.cygwin index daf6a49381..4ed3f9959a 100644 --- a/plug-ins/makefile.cygwin +++ b/plug-ins/makefile.cygwin @@ -15,7 +15,7 @@ endif TOP = ../.. -GIMP_VER = 1.1 +GIMP_VER = 1.2 include $(GIMPTOP)/build/win32/make.mingw diff --git a/plug-ins/makefile.msc b/plug-ins/makefile.msc index 431278791b..d550639dc3 100644 --- a/plug-ins/makefile.msc +++ b/plug-ins/makefile.msc @@ -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 diff --git a/po-libgimp/hu.po b/po-libgimp/hu.po index f8c4c3874b..b51205bd87 100644 --- a/po-libgimp/hu.po +++ b/po-libgimp/hu.po @@ -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 \n" "Language-Team: Hungarian \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 exportlshoz szksges talaktsok nem mdostjk az eredeti kpet." +msgstr "" +"Az exportlshoz szksges talaktsok nem mdostjk az eredeti kpet." #: 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 szmot hasznlja a " -"vletlenszm-generls kiindulpontjaknt. gy az adott \"vletlen\" " -"sorozat megismtelhet." +"vletlenszm-generls kiindulpontjaknt. gy az adott \"vletlen\" sorozat " +"megismtelhet." #: 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 vletlenszm-generls kiindulpontja a pontos id, ez garantlja a megfelel vletlensget." +msgstr "" +"A vletlenszm-generls kiindulpontja a pontos id, ez garantlja a " +"megfelel vletlensget." #: libgimp/gimpwidgets.c:1041 msgid "Bytes" @@ -230,4 +233,3 @@ msgstr "kilob #: libgimp/gimpwidgets.c:1043 msgid "MegaBytes" msgstr "megabjt" - diff --git a/po-plug-ins/ca.po b/po-plug-ins/ca.po index 94ddd5b172..ff6d8f08ce 100644 --- a/po-plug-ins/ca.po +++ b/po-plug-ins/ca.po @@ -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 \n" "Language-Team: LANGUAGE \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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 "" diff --git a/po-plug-ins/cs.po b/po-plug-ins/cs.po index fdfe0f9ed9..04227aa1a5 100644 --- a/po-plug-ins/cs.po +++ b/po-plug-ins/cs.po @@ -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 \n" "Language-Team: Czech \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 Sierpinskho)" #: 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 "Nast" @@ -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 "Svtlo" @@ -1275,7 +1271,6 @@ msgid "Map Images to Box Faces" msgstr "Mapovat obrzek do ploek hranol" #: plug-ins/MapObject/mapobject_ui.c:1178 -#: plug-ins/common/spheredesigner.c:2418 msgid "Scale X:" msgstr "Zvten 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 "Formtovn 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 "Mra:" @@ -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 vyven" @@ -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 "Npovda:" #. 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 "Pout 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 "Jetrka" - -#: plug-ins/common/spheredesigner.c:251 -msgid "Phong" -msgstr "Phongv" - -#: plug-ins/common/spheredesigner.c:252 -msgid "Noise" -msgstr "um" - -#: plug-ins/common/spheredesigner.c:253 -msgid "Wood" -msgstr "Devo" - -#: plug-ins/common/spheredesigner.c:254 -msgid "Spiral" -msgstr "Spirla" - -#: 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 "(neznm!?)" - -#: plug-ins/common/spheredesigner.c:1826 -msgid "Open file" -msgstr "Otevt 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 vbru 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 "Pidat" - -#: 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 "Zvten Y:" - -#: plug-ins/common/spheredesigner.c:2452 -msgid "Scale Z:" -msgstr "Zvten 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 "Vyven" - -#: 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 "Vpoty..." - -#: plug-ins/common/spheredesigner.c:2813 -msgid "/Filters/Render/Sphere Designer..." -msgstr "/Filtry/Vyobrazen/Tvorba koul..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/Filtry/um/Roprosten..." @@ -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 otevt 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 otevt 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 podporovn" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "Nelze st barevn poloky" -#: plug-ins/common/sunras.c:434 +#: plug-ins/common/sunras.c:435 msgid "Type of colormap not supported" msgstr "Typ barevn mapy nen podporovn" -#: plug-ins/common/sunras.c:475 +#: plug-ins/common/sunras.c:476 msgid "This image depth is not supported" msgstr "Tato hloubka obrzku nen podporovna" -#: plug-ins/common/sunras.c:498 +#: plug-ins/common/sunras.c:499 msgid "SUNRAS save cannot handle images with alpha channels" msgstr "SUNRAS zpis neum zpracovat obrzky s alfa kanly" -#: plug-ins/common/sunras.c:509 +#: plug-ins/common/sunras.c:510 msgid "Can't operate on unknown image types" msgstr "Neum zpracovat neznm typy obrzku" -#: 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 otevt souboru pro zpis" -#: 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 "Bhem ten soubor skonil" -#: 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 zpisu" -#: 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 "Kdovan 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 "Pidat" + #: plug-ins/gfig/gfig.c:3139 msgid "Replace" msgstr "Pepsat" @@ -11230,6 +11069,10 @@ msgstr "Barevn msgid "Adds random noise to the color" msgstr "Pidv do obrzku nhodn um" +#: plug-ins/gimpressionist/general.c:99 +msgid "Color Selection Dialog" +msgstr "Dialog vbru 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 "Kopruje texturu zvolenho papru 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 "Pouije papr tak, jak je (bez relifu)" +#. 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 "Uruje velikost textury (vprocentech pvodnho souboru)" @@ -11661,6 +11513,11 @@ msgstr "" "mete mi je poslat na ,\n" "aby mohly bt zaazeny do ptho vydn!\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 nhledov okno" @@ -13288,6 +13145,106 @@ msgstr "Chyba: Nelze na msgid "Error: XJT propertyfile %s is empty" msgstr "Chyba: Soubor XJT vlastnost %s je przdn" +#~ msgid "Checker" +#~ msgstr "Kontrola" + +#~ msgid "Marble" +#~ msgstr "Mramor" + +#~ msgid "Lizard" +#~ msgstr "Jetrka" + +#~ msgid "Phong" +#~ msgstr "Phongv" + +#~ msgid "Noise" +#~ msgstr "um" + +#~ msgid "Wood" +#~ msgstr "Devo" + +#~ msgid "Spiral" +#~ msgstr "Spirla" + +#~ msgid "Spots" +#~ msgstr "Skvrny" + +#~ msgid "Texture" +#~ msgstr "Textura" + +#~ msgid "(unknown!?)" +#~ msgstr "(neznm!?)" + +#~ msgid "Open file" +#~ msgstr "Otevt 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 "Zvten Y:" + +#~ msgid "Scale Z:" +#~ msgstr "Zvten 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 "Vyven" + +#~ msgid "Exp:" +#~ msgstr "Export:" + +#~ msgid "" +#~ "by Vidar Madsen\n" +#~ "September 1999" +#~ msgstr "" +#~ "napsal Vidar Madsen\n" +#~ "Z 1999" + +#~ msgid "Rendering..." +#~ msgstr "Vpoty..." + +#~ msgid "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filtry/Vyobrazen/Tvorba koul..." + #~ msgid "Save as Pixmap Brush" #~ msgstr "Zapsat jako pixelov mapovanou stopu" diff --git a/po-plug-ins/da.po b/po-plug-ins/da.po index 130ac9a050..3336aef54a 100644 --- a/po-plug-ins/da.po +++ b/po-plug-ins/da.po @@ -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 \n" "Language-Team: Danish/Dansk \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 "Indls" @@ -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 standardvrdier" #: 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 "Opstning" #: 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 "Mngde:" @@ -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 "Hjlp:" #. 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 "Skakbrdt" - -#: 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 "Std" - -#: 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 "Farvevlgerdialog" - -#: plug-ins/common/spheredesigner.c:2203 -msgid "Sphere Designer" -msgstr "Sfredesigner" - -#: 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 "Opdatr" - -#: 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 "Tilfj" - -#: plug-ins/common/spheredesigner.c:2285 -msgid "Dup" -msgstr "Duplikr" - -#: 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 "Skalr:" - -#: 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filter/Render/Kugle-Designer..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/Filter/Stj/Fordel..." @@ -6279,60 +6113,60 @@ msgstr "For neden til venstre" msgid "Bottom-Right" msgstr "For neden til hjre" -#: 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 lsning" -#: 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 understttet" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "Kan ikke lse farveindgange" -#: plug-ins/common/sunras.c:434 +#: plug-ins/common/sunras.c:435 msgid "Type of colormap not supported" msgstr "Palettetype er ikke understttet" -#: plug-ins/common/sunras.c:475 +#: plug-ins/common/sunras.c:476 msgid "This image depth is not supported" msgstr "Denne farvedybde er ikke understttet" -#: 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 mdt ved lsning" -#: 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 "Tilfj" + #: 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 "Tilfjer tilfldig stj til farven" +#: plug-ins/gimpressionist/general.c:99 +msgid "Color Selection Dialog" +msgstr "Farvevlgerdialog" + #: plug-ins/gimpressionist/general.c:156 msgid "Edge darken:" msgstr "Formrk kant:" @@ -11272,6 +11115,10 @@ msgstr "Fra papir" msgid "Copy the texture of the selected paper as a background" msgstr "Kopir 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 frst at \"udstanse\" det (emboss))" +#. Scale +#: plug-ins/gimpressionist/paper.c:169 plug-ins/ifscompose/ifscompose.c:563 +msgid "Scale:" +msgstr "Skalr:" + #: plug-ins/gimpressionist/paper.c:188 msgid "Specifies the scale of the texture (in percent of original file)" msgstr "Angiver strrelse 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 nste 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 "Opdatr" + #: plug-ins/gimpressionist/preview.c:122 msgid "Refresh the Preview window" msgstr "Genopfrisk forhndsvisningsvinduet" @@ -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 "Skakbrdt" + +#~ msgid "Marble" +#~ msgstr "Marmor" + +#~ msgid "Lizard" +#~ msgstr "Firben" + +#~ msgid "Phong" +#~ msgstr "Reflex" + +#~ msgid "Noise" +#~ msgstr "Std" + +#~ 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 "Sfredesigner" + +#~ msgid "Textures" +#~ msgstr "Teksturer" + +#~ msgid "Dup" +#~ msgstr "Duplikr" + +#~ 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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filter/Render/Kugle-Designer..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "ORV! GIMPs pskeg!" diff --git a/po-plug-ins/de.po b/po-plug-ins/de.po index cd1c15fb43..d8146d99d4 100644 --- a/po-plug-ins/de.po +++ b/po-plug-ins/de.po @@ -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 \n" "Language-Team: German \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 zurcksetzen" #: 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 Wrfelseiten 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 "Hinzufgen" - -#: plug-ins/common/spheredesigner.c:2285 -msgid "Dup" -msgstr "Duplizieren" - -#: plug-ins/common/spheredesigner.c:2292 -msgid "Del" -msgstr "Lschen" - -#: 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filter/Render/Kugel-Designer..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/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 untersttzt" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "Kann Farbeintrge nicht lesen" -#: plug-ins/common/sunras.c:434 +#: plug-ins/common/sunras.c:435 msgid "Type of colormap not supported" msgstr "Palettentyp ist nicht untersttzt" -#: plug-ins/common/sunras.c:475 +#: plug-ins/common/sunras.c:476 msgid "This image depth is not supported" msgstr "Diese Farbtiefe ist nicht untersttzt" -#: 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 Kanlen 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 "Hinzufgen" + #: 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 "Fgt dem Bild ein \"zuflliges 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 ausgewhlten 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 Grsse der Textur ein (in % von der ursprngl. Datei)" @@ -11780,6 +11632,11 @@ msgstr "" "dann scheuen Sie sich nicht, mir das\n" "fr das nchste 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 "Lschen" + +#~ 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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filter/Render/Kugel-Designer..." diff --git a/po-plug-ins/en_GB.po b/po-plug-ins/en_GB.po index ea60ef3474..a83976fed5 100644 --- a/po-plug-ins/en_GB.po +++ b/po-plug-ins/en_GB.po @@ -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 \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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" diff --git a/po-plug-ins/es.po b/po-plug-ins/es.po index ab94615783..d0918e1813 100644 --- a/po-plug-ins/es.po +++ b/po-plug-ins/es.po @@ -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 \n" "Language-Team: Spanish \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 parmetros 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 imgenes 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 "Mn (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 "Estndar" @@ -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 "Deteccin 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 "Funcin" -#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550 +#: plug-ins/common/emboss.c:551 msgid "Bumpmap" msgstr "Aplicacin 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 "Slido" - -#: plug-ins/common/spheredesigner.c:248 -msgid "Checker" -msgstr "Ajedrez" - -#: plug-ins/common/spheredesigner.c:249 -msgid "Marble" -msgstr "Mrmol" - -#: 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 "Dilogo de seleccin de color" - -#: plug-ins/common/spheredesigner.c:2203 -msgid "Sphere Designer" -msgstr "Diseador 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 "Aadir" - -#: 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 "Rotacin X:" - -#: plug-ins/common/spheredesigner.c:2487 -msgid "Rotate Y:" -msgstr "Rotacin Y:" - -#: plug-ins/common/spheredesigner.c:2504 -msgid "Rotate Z:" -msgstr "Rotacin 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filtros/Render/Diseador de esferas..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/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 imgenes 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 "Codificacin 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 "Aadir" + #: 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 "Aade ruido aleatorio al color" +#: plug-ins/gimpressionist/general.c:99 +msgid "Color Selection Dialog" +msgstr "Dilogo de seleccin 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 "Slido" + #: plug-ins/gimpressionist/general.c:223 msgid "Solid colored background" msgstr "Fondo con color slido" @@ -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 inclurlos en la\n" "prxima versin. \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 vaco" +#~ msgid "Checker" +#~ msgstr "Ajedrez" + +#~ msgid "Marble" +#~ msgstr "Mrmol" + +#~ 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 "Diseador 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 "Rotacin X:" + +#~ msgid "Rotate Y:" +#~ msgstr "Rotacin Y:" + +#~ msgid "Rotate Z:" +#~ msgstr "Rotacin 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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filtros/Render/Diseador de esferas..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "Eh! Encontr el huevo de Pascua!" diff --git a/po-plug-ins/fi.po b/po-plug-ins/fi.po index 6091ca59b1..89b48f1f71 100644 --- a/po-plug-ins/fi.po +++ b/po-plug-ins/fi.po @@ -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 \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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" diff --git a/po-plug-ins/fr.po b/po-plug-ins/fr.po index 921e30ed33..7c223d7f06 100644 --- a/po-plug-ins/fr.po +++ b/po-plug-ins/fr.po @@ -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) \n" "Language-Team: GNOME French Team \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 paramtres leur valeurs par dfaut." #: 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 "Lumire" @@ -1300,7 +1296,6 @@ msgid "Map Images to Box Faces" msgstr "Plaquer diffrentes images sur les cts de la bote" #: 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 donnes" @@ -3383,8 +3378,7 @@ msgstr "D msgid "Edge Detection" msgstr "Dtection 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 "Bote de slection de couleur" - -#: plug-ins/common/spheredesigner.c:2203 -msgid "Sphere Designer" -msgstr "Traceur de sphre" - -#: 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 "Proprits 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 "Interprtation en cours..." - -#: plug-ins/common/spheredesigner.c:2813 -msgid "/Filters/Render/Sphere Designer..." -msgstr "/Filtres/Rendu/Crateur de Sphre..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/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 donnes 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 rsolution d'image n'est pas supporte" -#: 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'oprer 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 rencontre 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 alatoire la couleur" +#: plug-ins/gimpressionist/general.c:99 +msgid "Color Selection Dialog" +msgstr "Bote de slection 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 slectionn 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 "Spcifie l'chelle de la texture (en pourcentage de l'original)" @@ -11798,6 +11649,11 @@ msgstr "" " 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 "Rafrachir la fentre d'Aperu" @@ -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 proprits 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 sphre" + +#~ msgid "Textures" +#~ msgstr "Textures" + +#~ msgid "Dup" +#~ msgstr "Dup" + +#~ msgid "Del" +#~ msgstr "Suppr" + +#~ msgid "Texture Properties" +#~ msgstr "Proprits 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 "Interprtation en cours..." + +#~ msgid "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filtres/Rendu/Crateur de Sphre..." + # Oeuf should have œ instead of oe if we used Unicode #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "Woah ! Vous avez trouv l'oeuf de Pques !" diff --git a/po-plug-ins/ga.po b/po-plug-ins/ga.po index 92399032d2..098d7321ff 100644 --- a/po-plug-ins/ga.po +++ b/po-plug-ins/ga.po @@ -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: Sen Ceallaigh \n" "Language-Team: Gaeilge \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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 "" diff --git a/po-plug-ins/gl.po b/po-plug-ins/gl.po index 94ddd5b172..ff6d8f08ce 100644 --- a/po-plug-ins/gl.po +++ b/po-plug-ins/gl.po @@ -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 \n" "Language-Team: LANGUAGE \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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 "" diff --git a/po-plug-ins/hr.po b/po-plug-ins/hr.po index 2464a40e9d..7c17ee4a93 100644 --- a/po-plug-ins/hr.po +++ b/po-plug-ins/hr.po @@ -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 \n" "Language-Team: Croatian \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 "Uitaj" @@ -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 uobiajene 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 "Mogunosti" #: 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 "Uobiajeno" @@ -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 "Guter" - -#: 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 "Osvjei" - -#: 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 "Izbrii" - -#: 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filteri/Renderiranje/Dizajner Kugle..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/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 podran" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "Ne mogu proitati 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 podrana" -#: plug-ins/common/sunras.c:475 +#: plug-ins/common/sunras.c:476 msgid "This image depth is not supported" msgstr "Ova dubina slike nije podrana" -#: 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 moe 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 "Naiao 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 "Greka 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 nasumino 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 "Prihvaa 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 "Osvjei" + #: plug-ins/gimpressionist/preview.c:122 msgid "Refresh the Preview window" msgstr "Osvjei prozor za pregled" @@ -13795,6 +13651,107 @@ msgstr "Gre msgid "Error: XJT propertyfile %s is empty" msgstr "Greka XJT datoteka %s je prazna" +#~ msgid "Checker" +#~ msgstr "ahovnica" + +#~ msgid "Marble" +#~ msgstr "arobno" + +#~ msgid "Lizard" +#~ msgstr "Guter" + +#~ 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 "Izbrii" + +#~ 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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filteri/Renderiranje/Dizajner Kugle..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "GEE! GIMP jaje!" diff --git a/po-plug-ins/hu.po b/po-plug-ins/hu.po index 32a018c260..43a37d9edb 100644 --- a/po-plug-ins/hu.po +++ b/po-plug-ins/hu.po @@ -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 \n" "Language-Team: Hungarian \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 "" - diff --git a/po-plug-ins/it.po b/po-plug-ins/it.po index 815c2faf15..6a12cb7a7e 100644 --- a/po-plug-ins/it.po +++ b/po-plug-ins/it.po @@ -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 \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 "/Filters/Render/Sphere Designer..." -msgstr "/Filtri/Render/Sphere Designer..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filtri/Render/Sphere Designer..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "GEE! The GIMP E'er Egg!" diff --git a/po-plug-ins/ja.po b/po-plug-ins/ja.po index 6824617ce5..a568399725 100644 --- a/po-plug-ins/ja.po +++ b/po-plug-ins/ja.po @@ -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: ٹ \n" "Language-Team: Japanese \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 "/Filters/Render/Sphere Designer..." -msgstr "/ե륿/ɤ/̥ǥʡ..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/ե륿/Υ/Ȼ..." @@ -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 "" "ڤ˻ޤǤɤ \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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/ե륿/ɤ/̥ǥʡ..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "GEE! The GIMP E'er Egg!" diff --git a/po-plug-ins/ko.po b/po-plug-ins/ko.po index a8e1b60f5f..52f1d06a45 100644 --- a/po-plug-ins/ko.po +++ b/po-plug-ins/ko.po @@ -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 \n" "Language-Team: Korean \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 "/Filters/Render/Sphere Designer..." -msgstr "///äĿ" - #: plug-ins/common/spread.c:133 #, fuzzy msgid "/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" " ּ!\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 "/Filters/Render/Sphere Designer..." +#~ msgstr "///äĿ" + #, fuzzy #~ msgid "Save as Pixmap Brush" #~ msgstr "귯 " diff --git a/po-plug-ins/nl.po b/po-plug-ins/nl.po index 87db0f854a..a292e5e840 100644 --- a/po-plug-ins/nl.po +++ b/po-plug-ins/nl.po @@ -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 \n" "Language-Team: LANGUAGE \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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 "" diff --git a/po-plug-ins/no.po b/po-plug-ins/no.po index 4add30a55b..9cd98fd0c7 100644 --- a/po-plug-ins/no.po +++ b/po-plug-ins/no.po @@ -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 \n" "Language-Team: Norwegian \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 "Skalr 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 "Sty" - -#: 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 "Sfredesigner" - -#: 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filter/Render/Sfreutformer..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/Filter/Sty/Spredning..." @@ -6233,60 +6067,60 @@ msgstr "Nederst til venstre" msgid "Bottom-Right" msgstr "Nederst til hyre" -#: 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 stttet" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "Kan ikke lese fargeoppfringer" -#: plug-ins/common/sunras.c:434 +#: plug-ins/common/sunras.c:435 msgid "Type of colormap not supported" msgstr "Fargekarttypen er ikke stttet" -#: plug-ins/common/sunras.c:475 +#: plug-ins/common/sunras.c:476 msgid "This image depth is not supported" msgstr "Denne bildedybden er ikke stttet" -#: 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 hndtere 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 "Sty" + +#~ 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 "Sfredesigner" + +#~ 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 "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filter/Render/Sfreutformer..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "GEE! GIMP pskeegget!" diff --git a/po-plug-ins/pl.po b/po-plug-ins/pl.po index e714b16d95..66ebd22c76 100644 --- a/po-plug-ins/pl.po +++ b/po-plug-ins/pl.po @@ -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 \n" "Language-Team: Polish \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 "" "wyjtkiem Mandelbrota i Sierpiskiego)" #: 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 domylne wartoci parametrw" #: 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 "wiato" @@ -1286,7 +1282,6 @@ msgid "Map Images to Box Faces" msgstr "Obrazy na paszczyznach prostopadocianu" #: 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 krawdzi" -#: 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 wypukoci" @@ -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 ta" -#: 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 "Skra 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 "Otwrz 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 "Wybr 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 "Obrt X:" - -#: plug-ins/common/spheredesigner.c:2487 -msgid "Rotate Y:" -msgstr "Obrt Y:" - -#: plug-ins/common/spheredesigner.c:2504 -msgid "Rotate Z:" -msgstr "Obrt 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 "Wypuko" - -#: plug-ins/common/spheredesigner.c:2626 -msgid "Exp:" -msgstr "Wykadnik:" - -#: 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filtry/Renderowanie/Tworzenie sfery..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/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 mona 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 mona 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 obsugiwany" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "Nie mona odczyta kolorw" -#: plug-ins/common/sunras.c:434 +#: plug-ins/common/sunras.c:435 msgid "Type of colormap not supported" msgstr "Nieobsugiwany typ palety kolorw " -#: plug-ins/common/sunras.c:475 +#: plug-ins/common/sunras.c:476 msgid "This image depth is not supported" msgstr "Ta gbia kolorw nie jest obsugiwana" -#: 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 obrazkw z kanaami alfa" -#: plug-ins/common/sunras.c:509 +#: plug-ins/common/sunras.c:510 msgid "Can't operate on unknown image types" msgstr "Nie mona pracowa na nieznanych formatach obrazw" -#: 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 mona 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 "Wystpi bd 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 "Zastp" @@ -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 "Wybr koloru" + #: plug-ins/gimpressionist/general.c:156 msgid "Edge darken:" msgstr "Przyciemnianie krawdzi:" @@ -11281,6 +11126,10 @@ msgstr "Z papieru" msgid "Copy the texture of the selected paper as a background" msgstr "Kopiuje tekstur wybranego papieru jako to" +#: plug-ins/gimpressionist/general.c:217 +msgid "Solid" +msgstr "Jednolite" + #: plug-ins/gimpressionist/general.c:223 msgid "Solid colored background" msgstr "To 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 "Okrela skal tekstury (jako procent oryginau)" @@ -11689,6 +11543,11 @@ msgstr "" "na adres (w jzyku angielskim), aby\n" "mogy zosta doczone 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 "Odwiea okno podgldu" @@ -13328,6 +13187,104 @@ msgstr "B msgid "Error: XJT propertyfile %s is empty" msgstr "Bd: Plik z waciwociami XJT %s jest pusty" +#~ msgid "Checker" +#~ msgstr "Szachownica" + +#~ msgid "Marble" +#~ msgstr "Marmur" + +#~ msgid "Lizard" +#~ msgstr "Skra 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 "Otwrz 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 "Obrt X:" + +#~ msgid "Rotate Y:" +#~ msgstr "Obrt Y:" + +#~ msgid "Rotate Z:" +#~ msgstr "Obrt Z:" + +#~ msgid "Pos X:" +#~ msgstr "Wsp. X:" + +#~ msgid "Pos Y:" +#~ msgstr "Wsp. Y:" + +#~ msgid "Pos Z:" +#~ msgstr "Wsp. Z:" + +#~ msgid "Bump" +#~ msgstr "Wypuko" + +#~ msgid "Exp:" +#~ msgstr "Wykadnik:" + +#~ msgid "" +#~ "by Vidar Madsen\n" +#~ "September 1999" +#~ msgstr "autor: Vidar Madsen, Wrzesie 1999" + +#~ msgid "Rendering..." +#~ msgstr "Renderowanie..." + +#~ msgid "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filtry/Renderowanie/Tworzenie sfery..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "a! Jajo wielkanocne GIMP-a!" diff --git a/po-plug-ins/pt_BR.po b/po-plug-ins/pt_BR.po index ecd89a54a2..d1b5c60d44 100644 --- a/po-plug-ins/pt_BR.po +++ b/po-plug-ins/pt_BR.po @@ -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 \n" "Language-Team: Brazilian Portuguese \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 "" "porm 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 parmetros para valores padro" #: 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 "Opes" #: 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 superfcies 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 "Mn. (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 "Padro" @@ -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 "Deteco 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 "Funo" -#: plug-ins/common/emboss.c:551 plug-ins/common/spheredesigner.c:1550 +#: plug-ins/common/emboss.c:551 msgid "Bumpmap" msgstr "Mapa de salincias" @@ -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 "Turbulncia:" @@ -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 "Slido" - -#: plug-ins/common/spheredesigner.c:248 -msgid "Checker" -msgstr "Xadrez" - -#: plug-ins/common/spheredesigner.c:249 -msgid "Marble" -msgstr "Mrmore" - -#: plug-ins/common/spheredesigner.c:250 -msgid "Lizard" -msgstr "Lizard" - -#: plug-ins/common/spheredesigner.c:251 -msgid "Phong" -msgstr "Algoritmo de gerao de imagem (Phong)" - -#: plug-ins/common/spheredesigner.c:252 -msgid "Noise" -msgstr "Rudo" - -#: 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 "Dilogo de seleo 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 "Posio X:" - -#: plug-ins/common/spheredesigner.c:2538 -msgid "Pos Y:" -msgstr "Posio Y:" - -#: plug-ins/common/spheredesigner.c:2555 -msgid "Pos Z:" -msgstr "Posio Z:" - -#: plug-ins/common/spheredesigner.c:2584 -msgid "Bump" -msgstr "Salincia" - -#: 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 "/Filters/Render/Sphere Designer..." -msgstr "/Filtros/Renderizar/Designer de esfera..." - #: plug-ins/common/spread.c:133 msgid "/Filters/Noise/Spread..." msgstr "/Filtros/Rudo/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 "No 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 "No 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 no suportado" -#: plug-ins/common/sunras.c:427 +#: plug-ins/common/sunras.c:428 msgid "Can't read color entries" msgstr "No possvel 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 no 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 no suportada" -#: plug-ins/common/sunras.c:498 +#: plug-ins/common/sunras.c:499 msgid "SUNRAS save cannot handle images with alpha channels" msgstr "Gravao SUNRAS no 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 "No possvel 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 "No se pode abrir arquivo para gravao" -#: 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 gravao" -#: 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 execuo codificada" @@ -10620,6 +10454,11 @@ msgstr "Press msgid "No Options..." msgstr "Sem opes..." +#: 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 rudo randmico cor" +#: plug-ins/gimpressionist/general.c:99 +msgid "Color Selection Dialog" +msgstr "Dilogo de seleo 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 "Slido" + #: plug-ins/gimpressionist/general.c:223 msgid "Solid colored background" msgstr "Fundo slido 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 \n" "para serem includos no prximo lanamento!\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-visualizao" @@ -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 "Mrmore" + +#~ msgid "Lizard" +#~ msgstr "Lizard" + +#~ msgid "Phong" +#~ msgstr "Algoritmo de gerao de imagem (Phong)" + +#~ msgid "Noise" +#~ msgstr "Rudo" + +#~ 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 "Posio X:" + +#~ msgid "Pos Y:" +#~ msgstr "Posio Y:" + +#~ msgid "Pos Z:" +#~ msgstr "Posio Z:" + +#~ msgid "Bump" +#~ msgstr "Salincia" + +#~ msgid "Exp:" +#~ msgstr "Expoente:" + +#~ msgid "" +#~ "by Vidar Madsen\n" +#~ "September 1999" +#~ msgstr "" +#~ "de Vidar Madsen\n" +#~ "setembro 1999" + +#~ msgid "Rendering..." +#~ msgstr "Renderizando..." + +#~ msgid "/Filters/Render/Sphere Designer..." +#~ msgstr "/Filtros/Renderizar/Designer de esfera..." + #~ msgid "GEE! The GIMP E'er Egg!" #~ msgstr "GEE! The GIMP E'er EGG!" diff --git a/po-plug-ins/ru.po b/po-plug-ins/ru.po index 0190d34280..9ee46f76fb 100644 --- a/po-plug-ins/ru.po +++ b/po-plug-ins/ru.po @@ -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 \n" "Language-Team: Russian \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-" diff --git a/po-plug-ins/sk.po b/po-plug-ins/sk.po index 87db0f854a..a292e5e840 100644 --- a/po-plug-ins/sk.po +++ b/po-plug-ins/sk.po @@ -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 \n" "Language-Team: LANGUAGE \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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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 "" diff --git a/po-plug-ins/sv.po b/po-plug-ins/sv.po index 1c2315851a..338b841b37 100644 --- a/po-plug-ins/sv.po +++ b/po-plug-ins/sv.po @@ -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 \n" "Language-Team: Swedish \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 "Ls 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 "Hjlp :" #. 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 "Lgg till" - -#: plug-ins/common/spheredesigner.c:2285 -msgid "Dup" -msgstr "Mngfaldiga" - -#: 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 "Frger:" - -#. 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 "/Filters/Render/Sphere Designer..." -msgstr "" - #: plug-ins/common/spread.c:133 msgid "/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-instllningar" +#: plug-ins/gfig/gfig.c:3137 plug-ins/gimpressionist/orientmap.c:531 +#: plug-ins/gimpressionist/sizemap.c:431 +msgid "Add" +msgstr "Lgg 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 "Mngfaldiga" + +#~ msgid "Del" +#~ msgstr "Ta bort" + +#~ msgid "Colors:" +#~ msgstr "Frger:" diff --git a/po-plug-ins/uk.po b/po-plug-ins/uk.po index 9bbe18402f..5cb3277841 100644 --- a/po-plug-ins/uk.po +++ b/po-plug-ins/uk.po @@ -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 \n" "Language-Team: Ukrainian \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" diff --git a/po-script-fu/fi.po b/po-script-fu/fi.po index a5ebca609c..628d4a9bc5 100644 --- a/po-script-fu/fi.po +++ b/po-script-fu/fi.po @@ -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" diff --git a/po-script-fu/ru.po b/po-script-fu/ru.po index a082d79c35..6c440287cf 100644 --- a/po-script-fu/ru.po +++ b/po-script-fu/ru.po @@ -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 \n" "Language-Team: Russian \n" diff --git a/po-script-fu/uk.po b/po-script-fu/uk.po index 8597e4c7d9..28667bed6b 100644 --- a/po-script-fu/uk.po +++ b/po-script-fu/uk.po @@ -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 \n" "Language-Team: Ukrainian \n" diff --git a/po/POTFILES.in b/po/POTFILES.in index cef9daef00..7f3b0edcdf 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -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 diff --git a/po/ca.po b/po/ca.po index 21bafdce71..ebc27f4887 100644 --- a/po/ca.po +++ b/po/ca.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.28\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-10-21 21:14+0200\n" "Last-Translator: Quico Llach \n" "Language-Team: Catalan\n" @@ -40,66 +40,66 @@ msgid "Pressure:" msgstr "Pressi:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "El GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "que us porta" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Inici del GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "anlisi \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "S'estan buscant els fitxers de dades" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parsits" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pinzells" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Patrons" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletes" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradients" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Voleu sortir de deb?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" "Voleu sortir del GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Surt" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -170,7 +170,7 @@ msgstr "Degradat personalitzat" msgid "Blend:" msgstr "Mescla:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linial" @@ -322,7 +322,7 @@ msgstr "Editor del pinzell" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -353,7 +353,7 @@ msgstr "Angle:" msgid "Brush Selection" msgstr "Selecci del pinzell" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Refresca" @@ -376,7 +376,7 @@ msgid "New" msgstr "Nou" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Edita" @@ -480,7 +480,7 @@ msgid "copy" msgstr "cpia" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s cpia" @@ -789,43 +789,43 @@ msgstr "Imatge:" msgid "none" msgstr "cap" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Selecci de la ploma" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Selecci de ploma per:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Selecci d'encongiment" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Selecci d'encongiment per:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Encongeix des de la vora de la imatge" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Selecci d'augment" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Selecci d'augment per:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Selecci de contorn" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Selecci de contorn per:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Error en el canvi de la mida: tant l'amplada com l'alada han de ser " @@ -1427,27 +1427,27 @@ msgstr "" "flotant perqu pertany a una\n" "mscara de capa o canal." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-buit" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "escala de grisos-buida" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "escala de grisos" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indexat-buit" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexat" @@ -1852,112 +1852,112 @@ msgstr "Entra un nom per a aquesta mem msgid "Copy Named" msgstr "Copia all designat" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Corbat" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusodal" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Esfric (incrementant-se)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Esfric (decreixent)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB simple" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (comptador de tint ensentit horari)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (tint horari)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor de degradats" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Degradat" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nom" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Opcions del degradat" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nou degradat" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Copia el degradat" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Suprimeix el degradat" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Canvia el nom del degradat" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Desa com a POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom total" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Actualitzaci immediata" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Per defecte" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nou degradat" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Entreu un nom per al nou degradat" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "sense nom" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Copia el degradat" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Entreu un nom per al degradat copiat" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Canvia el nom del degradat" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Entreu un nou nom per al degradat" @@ -1970,12 +1970,12 @@ msgstr "" "Esteu segurs que voleu suprimir\n" "\"%s\" de la llista i del disc?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Factor de zoom:: %d:1 Visualitzant [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1984,30 +1984,30 @@ msgstr "" "Posici: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacitat: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Color de fons ajustat a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Color de fons a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Arrossegar: moure Majscules+arrossegar: moure i comprimir" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Clic: seleccionar Majscules+clic: estendre la selecci" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Clic: seleccionar Majscules+clic: estendre la selecci Arrossegar: moure" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2015,181 +2015,181 @@ msgstr "" "Clic: seleccionar Majscules+clic: estendre la selecci Arrossegar: " "moure Majscules+arrossegar: moure i comprimir" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Posici de la nansa: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distncia: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Color del lmit esquerre" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Carregar de" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "L'esquerra s a prop del lmit dret" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Lmit dret" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Desar a" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Color del lmit dret" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "La dreta s a prop del lmit esquerre" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Lmit esquerre" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Operacions de selecci" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "S'est mesclant la funci per al segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Tipus d'acolorit del segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Partir el segment pel mig" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Partir el segment uniformement" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Suprimir el segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Centrar el punt central del segment" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Distribuir els cursors al segment" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Girar el segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replicar el segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "S'est mesclant la funci per a la selecci" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Tipus d'acolorit per la selecci" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Partir el segment pel mig" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Partir el segment uniformement" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Suprimir la selecci" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Centrar el punt mig a la selecci" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Distribuir les nanses en la selecci" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Girar la selecci" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replicar la selecci" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Color de fons" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varies)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Partir" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Seleccioneu el nombre de parts uniformes" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "en qu vulgueu partir el segment seleccionat" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "en qu vulgueu partir els segments de la selecci" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Combinar els colors dels extrems" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Combinar l'opacitat dels extrems" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replicar" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Seleccioneu el nombre de vegades que" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "voleu replicar el segment seleccionat" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "voleu replicar la selecci" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Selecci de degradat" @@ -3007,11 +3007,11 @@ msgid "/_File" msgstr "/_Fitxer" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Fitxer/Nou..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Fitxer/Obre..." @@ -3067,685 +3067,685 @@ msgstr "/Fitxer/Di msgid "/File/Dialogs/Error Console..." msgstr "/Fitxer/Dilegs/Consola d'error..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Fitxer/Dilegs/Visualitza els filtres..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Fitxer/Surt" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtensions" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Explorador de mduls..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Ajuda" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Ajuda/Ajuda..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Ajuda/Ajuda contextual..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Ajuda/Consell del dia..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Ajuda/Quant a..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Ajuda/Pila d'tems (Depurar)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Fitxer/Desa" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Fitxer/Anomena i desa..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Fitxer/Reverteix" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Fitxer/Tanca" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Edita/Desfs" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Edita/Refs" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Edita/Retalla" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Edita/Copia" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Edita/Enganxa" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Edita/Enganxa a dins" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Edita/Enganxa com a nou" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Edita/Memria intermdia/Retalla l'objecte designat..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Edita/Memria intermdia/Copia l'objecte designat..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Edita/Memria intermdia/Enganxa l'objecte designat..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Edita/Buida" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Edita/Omple amb el color de primer pla" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Edita/Omple amb el color de fons" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Edita/Traa" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Selecciona/Inverteix" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Selecciona/Tot" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Selecciona/Res" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Selecciona/Flota" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Selecciona/Ploma..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Selecciona/Afila" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Selecciona/Redueix..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Selecciona/Augmenta..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Selecciona/Vora..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Selecciona/Desa al canal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Visualitza/Amplia el zoom" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Visualitza/Disminueix el zoom" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Visualitza/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Visualitza/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Visualitza/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Visualitza/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Visualitza/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Visualitza/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Visualitza/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Visualitza/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Visualitza/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Visualitza/Punt per punt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Visualitza/Finestra d'informaci..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Visualitza/Finestra de navegaci..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Visualitza/Commuta selecci" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Visualitza/Commuta les regles" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Visualitza/Commuta la barra d'estat" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Visualitza/Commuta les guies" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Visualitza/Desplaa a les guies" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Visualitza/Vista nova" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Visualitza/Redueix entorn" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Imatge/Mode/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Imatge/Mode/Escala de grisos" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Imatge/Mode/Indexat..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Imatge/Colors/Desaturar" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Imatge/Colors/Invertir" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Imatge/Colors/Automtic/Iguala" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Imatge/Alfa/Afegir canal alfa" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Imatge/Transforma/Offset..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Imatge/Transforma/Gira" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Imatge/Mida de l'rea de dibuix..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Imatge/Escala la imatge..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Imatge/Duplica" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Capes/Capes, canals i camins..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Capes/Capa a la mida de la imatge" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Capes/Pila/Capa anterior" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Capes/Pila/Capa segent" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Capes/Pila/Aixeca la capa" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Capes/Pila/Abaixa la capa" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Capes/Pila/Capa al capdamunt" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Capes/Pila/Capa al capdavall" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Capes/Gira" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Capes/Ancorar la capa" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Capes/Combina les capes visibles..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Capes/Aplanar la imatge" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Capes/Mscara a la selecci" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Capes/Afegeix canal alfa" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Capes/Alfa a la selecci" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Eines/Caixa d'eines" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Eines/Colors per defecte" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Eines/Intercanvia els colors" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dilegs/Capes, canals i camins..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dilegs/Opcions d'eina..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dilegs/Pinzells..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dilegs/Patrons..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dilegs/Gradients..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dilegs/Paleta..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dilegs/Paleta indexada..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dilegs/Dispositius d'entrada..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dilegs/Estat del dispositiu..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dilegs/ndex del document..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dilegs/Consola d'error..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dilegs/Visualitza els filtres..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dilegs/Desfs l'historial..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtres/Repeteix l'ltim" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtres/Torna a ensenyar l'ltim" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtres/Desenfoca" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtres/Colors" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtres/Soroll" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtres/Detecci dels contorns" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtres/Destaca" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtres/Genric" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtres/Efectes de vidre" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtres/Efectes de llum" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtres/Distorsions" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtres/Artstic" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtres/Mapa" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtres/Representaci" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtres/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtres/Animaci" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtres/Combina" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtres/Joguines" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automtic" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Per extensi" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Capa nova..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pila/Apropa la capa" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pila/Allunya la capa" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pila/Capa al capdamunt" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pila/Capa cap al capdavall" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplica la capa" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Fixa la capa" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Suprimeix la capa" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Capa tamany de la frontera..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Capa a mida de la imatge" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Escala la capa..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Combina les capes visibles..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Combina al capdavall" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Aplana la imatge" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Afegeix una mscara de capa..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Aplica una mscara de capa" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Suprimeix la mscara de capa" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Mscara cap a la selecci" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Afegir un canal alfa" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa cap a la selecci" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Edita els atributs de la capa..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Canal nou..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Incrementa el canal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Baixa el canal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplica el Canal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Canal per a la selecci" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Afegir a la selecci" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Treu de la selecci" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Creua amb la selecci" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Suprimeix el canal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Edita els atributs del canal..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nou cam" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplica el cam" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Cam de la selecci" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Selecci cap al cam" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Talla el cam" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Suprimeix el cam" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Copia el cam" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Enganxa el cam" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importa el cam..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exporta el cam..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Edita els atributs del cam..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Error en obrir el fitxer: %s\n" diff --git a/po/cs.po b/po/cs.po index 093fdb9258..6468cd552e 100644 --- a/po/cs.po +++ b/po/cs.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.30\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-18 13:52+01:00\n" "Last-Translator: Stanislav Brabec \n" "Language-Team: Czech \n" @@ -40,66 +40,66 @@ msgid "Pressure:" msgstr "Tlak:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "pro vs napsali" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Spout se program GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "analyzuje se \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Hledaj se datov soubory" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parazity" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Stopy" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Vzorky" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Palety" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Pechody" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Opravdu skonit?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" "Opravdu opustit GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Konec" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -170,7 +170,7 @@ msgstr "Vlastn msgid "Blend:" msgstr "Msen:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linern" @@ -322,7 +322,7 @@ msgstr "Editor stop" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -353,7 +353,7 @@ msgstr " msgid "Brush Selection" msgstr "Vbr stopy" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Zaktualizovat" @@ -376,7 +376,7 @@ msgid "New" msgstr "Nov" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "pravy" @@ -480,7 +480,7 @@ msgid "copy" msgstr "kopie" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s kopie" @@ -789,43 +789,43 @@ msgstr "Obr msgid "none" msgstr "nic" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Zaoblit vbr" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Zaoblit vbr o:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Zmenit vbr" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Zmenit vbr o:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Zmenit dle hranic obrzku" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Zvtit vbr" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Zvtit vbr o:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Vybrat obvod" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Vybrat obvod:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Chyba rozmr pltna: Jak ka tak vka mus bt vt ne nula." @@ -1445,27 +1445,27 @@ msgstr "" "Nelze vytvoit novou vrstvu z plovoucho vbru\n" "protoe pat do masky vbru nebo kanlu." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB barvy - przdn" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB barvy" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "odstny edi - przdn" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "odstny edi" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indexovan - przdn" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexovan" @@ -1863,112 +1863,112 @@ msgstr "Zadejte jm msgid "Copy Named" msgstr "Koprovat pojmenovan" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Kivkov" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusoidn" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sfrick (vzestupn)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sfrick (sestupn)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Obecn RGB barvy" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (odstn proti smru hodinovch ruiek)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (odstn ve smru hodinovch ruiek)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor pechod" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Pechod" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Jmno" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Prce s pechody" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nov pechod" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Koprovat pechod" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Smazat pechod" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Pejmenovat pechod" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Zapsat jako POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zvtit ve" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Rychl aktualizace" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Implicitn" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nov pechod" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Zadejte jmno novho pechodu" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "bez nzvu" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Koprovat pechod" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Zadejte jmno kopie pechodu" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Pejmenovat pechod" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Zadejte nov jmno pechodu" @@ -1981,12 +1981,12 @@ msgstr "" "Urit chcete smazat\n" "\"%s\" ze seznamu a z disku?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zvten: %d:1 Zobrazuje se [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1995,30 +1995,30 @@ msgstr "" "Poloha: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Kryt: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Barva poped nastavena na RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Barva pozad nastavena na RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Thnut: posun Peaova+thnut: posun a komprese" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klepnut: vybrat Peaova+klepnut: rozit vbr" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Klepnut: vybrat Peaova+klepnut: rozit vbr Thnut: posun" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2026,181 +2026,181 @@ msgstr "" "Klepnut: vybrat Peaova+klepnut: rozit vbr Thnut: posun " "Peaova+thnut: posun a komprese" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Poloha dcho bodu: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Vzdlenost: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Barva levho koncovho bodu" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Nast..." -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Prav koncov bod levho souseda" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Prav koncov bod" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Zapsat jako..." -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Barva pravho koncovho bodu" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Lev koncov bod pravho souseda" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Lev koncov bod" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Operace vbru" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Funkce msen pro segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Typ vybarven pro segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Rozdlit segment ve stednm bod" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Rozdlit segment stejnomrn" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Smazat segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Pecentrovat stedov bod segmentu" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Perozdlit dc body v segmentu" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Peklopit segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replikovat segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Funkce msen pro vbr" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Typ vybarven pro vbr" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Rozdlit segmenty ve stednch bodech" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Rozdlit segmenty stejnomrn" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Smazat vbr" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Pecentrovat stedov body ve vbru" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Perozdlit dc body ve vbru" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Peklopit vbr" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replikovat vbr" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Barva poped" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Promnn)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Rozdlit" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Prosm zvolte poet stejnch st" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "na kter chcete rozdlit zvolen segment" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "na kter chcete rozdlit segmenty ve vbru" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Barvy koncovch bod msen" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Kryt koncovch bod msen" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replikovat" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Prosm vyberte kolikrt" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "chcete replikovat zvolen segment" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "chcete replikovat vbr" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Vbr pechodu" @@ -3011,11 +3011,11 @@ msgid "/_File" msgstr "/_Soubor" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Soubor/Nov..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Soubor/Otevt..." @@ -3071,684 +3071,684 @@ msgstr "/Soubor/Dialogy/Seznam dokument msgid "/File/Dialogs/Error Console..." msgstr "/Soubor/Dialogy/Chybov konzole..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Soubor/Dialogy/Zobrazovac filtry..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Soubor/Konec" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Roz." -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Roz./Prohle modul..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Pomoc" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Pomoc/Npovda..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Pomoc/Kontextov npovda..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Pomoc/Tip dne..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Pomoc/O programu..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Pomoc/Vypsat poloky (ladn)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Soubor/Zapsat" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Soubor/Zapsat jako..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "/Soubor/Navrtit..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Soubor/Zavt" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/pravy/Vrtit" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/pravy/Zruit vrcen" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/pravy/Vyznout" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/pravy/Koprovat" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/pravy/Vloit" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/pravy/Vloit do" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/pravy/Vloit jako nov" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/pravy/Buffer/Vyznout pojmenovan..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/pravy/Buffer/Koprovat pojmenovan..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/pravy/Buffer/Vloit pojmenovan..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/pravy/Vymazat" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/pravy/Vyplnit barvou poped" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/pravy/Vyplnit barvou pozad" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/pravy/Obthnout" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Vbr/Invertovat" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Vbr/Ve" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Vbr/Nic" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Vbr/Plovouc" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Vbr/Zaoblen..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Vbr/Zaosten" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Vbr/Zmenit..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Vbr/Zvtit..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Vbr/Obvod..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Vbr/Uloit do kanlu" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Zobrazen/Piblit" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Zobrazen/Vzdlit" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Zobrazen/Zvten/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Zobrazen/Zvten/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Zobrazen/Zvten/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Zobrazen/Zvten/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Zobrazen/Zvten/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Zobrazen/Zvten/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Zobrazen/Zvten/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Zobrazen/Zvten/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Zobrazen/Zvten/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Zobrazen/Bod na bod" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Zobrazen/Informan okno..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Zobrazen/Navigan okno..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Zobrazen/Zobrazovat vbr" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Zobrazen/Zobrazovat pravtka" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Zobrazen/Zobrazovat stavovou litu" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Zobrazen/Zobrazovat vodtka" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Zobrazen/Chytat na vodtka" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Zobrazen/Nov pohled" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Zobrazen/Sthnout okol" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Obrzek/Reim/RGB barvy" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Obrzek/Reim/Odstny edi" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Obrzek/Reim/Indexovan..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Obrzek/Barvy/Odbarvit" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Obrzek/Barvy/Invertovat" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Obrzek/Barvy/Auto/Ekvalizace" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Obrzek/Alfa/Pidat alfa kanl" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Obrzek/Transformace/Posun..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Obrzek/Transformace/Rotace" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Obrzek/Rozmry pltna..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Obrzek/Velikost obrzku..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Obrzek/Kanly/Duplikovat" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Vrstvy/Vrstvy, kanly a cesty..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Vrstvy/Velikost vrstvy dle obrzku" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Vrstvy/Zsobnk/Pedchoz vrstva" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Vrstvy/Zsobnk/Nsledujc vrstva" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Vrstvy/Zsobnk/Vrstvu v" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Vrstvy/Zsobnk/Vrstvu n" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Vrstvy/Zsobnk/Vrstvu navrch" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Vrstvy/Zsobnk/Vrstvu dospod" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Vrstvy/Rotace" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Vrstvy/Pohltit vrstvu" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Vrstvy/Slouit viditeln vrstvy..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Vrstvy/Slouit obraz" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Vrstvy/Maska do vbru" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Vrstvy/Pidat alfa kanl" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Vrstvy/Alfa do vbru" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Nstroje/Panel nstroj" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Nstroje/Implicitn Barvy" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Nstroje/Prohodit Barvy" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialogy/Vrstvy, kanly a cesty..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dialogy/Volby nstroj..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dialogy/Stopy..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dialogy/Vzorky..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dialogy/Pechody..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dialogy/Paleta..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialogy/Indexovan paleta..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dialogy/Vstupn zazen..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dialogy/Stav zazen..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dialogy/Seznam dokument..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dialogy/Chybov konzole..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dialogy/Zobrazovac filtry..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dialogy/Historie vracen..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtry/Opakovat minul" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtry/Zobrazit minul" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtry/Rozosten" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtry/Barvy" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtry/um" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtry/Detekce hran" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtry/Vylepen" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtry/Obecn" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtry/Efekty se sklem" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtry/Efekty se svtlem" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtry/Zkreslen" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtry/Umn" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtry/Mapovn" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtry/Vyobrazen" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtry/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtry/Animace" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtry/Kombinace" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtry/Hraky" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatick" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Podle ppony" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nov vrstva..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Zsobnk/Vrstvu v" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Zsobnk/Vrstvu n" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Zsobnk/Vrstvu navrch" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Zsobnk/Vrstvu dospod" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplikovat vrstvu" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Pohltit vrstvu" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Smazat vrstvu" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Rozmry hranic vrstvy..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Vrstvy/Velikost vrstvy dle obrzku" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Velikost vrstvy..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Slouit viditeln vrstvy..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Slouit dol" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Slouit obraz" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Pidat masku vrstvy..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Pout masku vrstvy" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Smazat masku vrstvy" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maska do vbru" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Pidat alfa kanl" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa do vbru" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/pravy vlastnost vrstvy..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nov kanl..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Kanl v" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Kanl n" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplikovat kanl" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanl do vbru" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Pidat do vbru" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Ubrat z vbru" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Prnik s vbrem" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Smazat kanl" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/pravy vlastnost kanlu..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nov cesta" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplikovat cestu" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Cesta do vbru" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Vbr do cesty" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Vykreslit cestu" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Smazat cestu" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Koprovat cestu" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Vloit cestu" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Import cesty..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Export cesty..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/pravy vlastnost cesty..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Chyba pi otvrn souboru: %s\n" diff --git a/po/da.po b/po/da.po index 26173f9d88..9318a0dd41 100644 --- a/po/da.po +++ b/po/da.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP /gnome-cvs\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-18 23:31+01:00\n" "Last-Translator: Keld Simonsen \n" "Language-Team: Danish \n" @@ -41,66 +41,66 @@ msgid "Pressure:" msgstr "Tryk:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "bragt til dig af" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP opstart" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "fortolker \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Leder efter datafiler" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasitter" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pensler" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Mnstre" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletter" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Farveovergange" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Vil du virkelig afslutte?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -110,18 +110,18 @@ msgstr "" "\n" "Afslut GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Afslut" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -171,7 +171,7 @@ msgstr "Personlig overgang" msgid "Blend:" msgstr "Blanding:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Liner" @@ -323,7 +323,7 @@ msgstr "Penselredigering" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -354,7 +354,7 @@ msgstr "Vinkel:" msgid "Brush Selection" msgstr "Penselvalg" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Opdatr" @@ -377,7 +377,7 @@ msgid "New" msgstr "Ny" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Redigr" @@ -481,7 +481,7 @@ msgid "copy" msgstr "kopi" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s kopi" @@ -790,43 +790,43 @@ msgstr "Billede:" msgid "none" msgstr "ingen" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Fjerpensvalg" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Fjerpensvalg efter:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Krymp udvalg" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Krymp udvalg med:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Krymp fra billedekant" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "g udvalg" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "g udvalg med:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Kantvalg" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Kantvalg efter:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Fejl ved ny strrelse: Bde bredde og hjde skal vre strre end nul." @@ -1443,27 +1443,27 @@ msgstr "" "udvalg fordi det tilhrer en lagmaske\n" "eller kanal." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-tom" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "grtone-tom" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "grtoner" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indekseret-tom" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indekseret" @@ -1864,112 +1864,112 @@ msgstr "Skriv et navn for denne puffer" msgid "Copy Named" msgstr "Kopir navngivet" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Buet" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinuslignende" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sfrisk (gende)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sfrisk (mindskende)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Almindelig RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (gld mod klokken)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (gld med klokken)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Overgangsredigering" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Overgang" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Navn" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Overgangsoperationer" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Ny overgang" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopir overgang" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Slet overgang" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Omdb overgang" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Gem som POV-ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom alt" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "jeblikkelig opdatering" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standard" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Ny overgang" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Skriv et navn for den nye overgang" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "ikke-navngivet" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopir overgang" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Skriv et navn for den kopierede overgang" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Omdb overgang" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Skriv et nyt navn for overgangen" @@ -1982,12 +1982,12 @@ msgstr "" "Er du sikker p at du vil slette\n" "\"%s\" fra listen og fra disk?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zoomfaktor: %d:1 Viser [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1996,29 +1996,29 @@ msgstr "" "Placering: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " " Ugennemsigtighed: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Forgrundsfarve sat til RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Baggrundsfarve til RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Trk: flyt Skift+trk: flyt og komprimr" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klik: markr Skift+klik: udvid markering" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Klik: markr Skift+klik: udvid markering Trk: flyt" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2026,181 +2026,181 @@ msgstr "" "Klik: markr Skift+klik: udvid udvalg Trk: flyt Skift+trk: flyt og " "komprimer" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Position for hndtag: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Afstand: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Farve p venstre endepunkt" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Indls fra" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Venstre nabos hjre endepunkt" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Hjre endepunkt" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Gem til" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Farve p hjre endepunkt" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Hjre nabos venstre endepunkt" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Venstre endepunkt" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Markeringsoperationer" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Blandingsfunktion for segmentet" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Farvetype for segmentet" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Opdel segmentet ved midtpunktet" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Opdel segmentet jvnt" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Slet segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Recentrr segmentets midtpunkt" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Redistribur hndtag i segmentet" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Vend segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replikr segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Blandingsfunktion for udvalg" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Farvetype for udvalget" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Opdel segmenterne ved midtpunktet" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Opdel segmenter jvnt" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Slet det markerede" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Recentrr midtpunkter i udvalget" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Redistribur hndtag i udvalget" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Vend udvalg" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replikr udvalg" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "FG farve" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varierer)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Opdel" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Venligst vlg antal uniforme dele" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "som du vil opdele det valgte segmentet i" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "som du vil opdele segmenterne i udvalget i" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Bland endepunkternes farver" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Bland endepunkternes uigennemsigtighed" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replikr" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Venligst vlg antal gange" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "du nsker at replikere det valgte segment" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "du nsker at replikere udvalget" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Overgangsvlger" @@ -3015,11 +3015,11 @@ msgid "/_File" msgstr "/_Filer" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Filer/Ny..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Filer/bn..." @@ -3075,684 +3075,684 @@ msgstr "/Filer/Dialoger/Dokumentindeks..." msgid "/File/Dialogs/Error Console..." msgstr "/Filer/Dialoger/Fejl-konsol..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Filer/Dialoger/Vis filtre..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Filer/Afslut" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Ekstra" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Ekstra/Modulvisning..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Hjlp" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Hjlp/Hjlp..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Hjlp/Konteksthjlp..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Hjlp/Dagens tip..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Hjlp/Om..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Hjlp/Dump indhold (aflus)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Filer/Gem" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Filer/Gem som..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "/Filer/Forkast..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Filer/Luk" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Redigr/Fortryd" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Redigr/Gentag" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Redigr/Klip" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Redigr/Kopier" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Redigr/Indst" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Redigr/Indst i" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Redigr/Indst som ny" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Redigr/Buffer/Klip navngivet..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Redigr/Buffer/Kopir navngivet..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Redigr/Buffer/Indst navngivet..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Redigr/Ryd" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Redigr/Udfyld med forg.-farve" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Redigr/Udfyld med bagg.-farve" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Redigr/Strg" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Markering/Invertr" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Markering/Alt" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Markering/Ingen" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Markering/Flydende" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Markering/Fjer..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Markering/Skarpere" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Markering/Krymp..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Markering/Voks..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Markering/Kant..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Markering/Gem til kanal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Vis/Zoom ind" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Vis/Zoom ud" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Vis/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Vis/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Vis/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Vis/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Vis/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Vis/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Vis/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Vis/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Vis/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Vis/Punkt for punkt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Vis/Infovindue..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Vis/Navigationsvindue..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Vis/Brug markering" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Vis/Brug linealer" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Vis/Brug statuslinie" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Vis/Brug hjlpelinier" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Vis/Fstn til hjlpelinier" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Vis/Ny visning" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Vis/Pak sammen" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Billede/Tilstand/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Billede/Tilstand/Grtoner" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Billede/Tilstand/Indekseret" #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Billede/Farver/Mindre mttet" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Billede/Farver/Inverter" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Billede/Farver/Auto/Udjvn" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Billede/Alfa/Tilfj alfakanal" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Billede/Transformr/Afstand..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Billede/Transformr/Rotr" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Billede/Kanvasstrrelse..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Billede/Skalr billede..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Billede/Duplikr" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Lag/Lag, kanaler og stier..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Lag/Udfyld billedet" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Lag/Stak/Forrige lag" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Lag/Stak/Nste lag" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Lag/Stak/Hv lag" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Lag/Stak/Snk lag" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Lag/Stak/Lag til top" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Lag/Stak/Lag til bund" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Lag/Rotr" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Lag/Forankr lag" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Lag/Flet synlige lag sammen..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Lag/Udflad billedet" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Lag/Maske til markering" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Lag/Tilfj alfakanal" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Lag/Alfa til markering" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Vrktj/Vrktjskasse" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Vrktj/Standardfarver" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Vrktj/Ombyt farver" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialoger/Lag, kanaler og stier..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dialoger/Vrktjsindstillinger..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dialoger/Pensler..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dialoger/Mnstre..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dialoger/Overgange..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dialoger/Palette..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialoger/Indekseret palette..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dialoger/Inddata-enheder..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dialoger/Enhedsstatus..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dialoger/Dokumentindeks..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dialoger/Fejl-konsol..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dialoger/Vis filtre..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dialoger/Fortryd-historie..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtre/Gentag sidste" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtre/Vis sidste igen" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtre/Slr" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtre/Farver" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtre/Stj" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtre/Find-kant" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtre/Forbedr" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtre/Generisk" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtre/Glaseffekter" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtre/Lyseffekter" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtre/Forvrngning" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtre/Kunstnerisk" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtre/Map" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtre/Rendr" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtre/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtre/Animation" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtre/Kombinr" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtre/Legetj" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatisk" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Efter endelse" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nyt lag..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Stak/Hv lag" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Stak/Snk lag" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Stak/Lag til top" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Stak/Lag til bund" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplikr lag" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Forankr lag" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Slet lag" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Lagkantstrrelse..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Lag til billedstrrelse" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Skalr lag..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Sammenflet synlige lag..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Sammenflet nedad" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Flad billedet ud" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Tilfj lagmaske..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Anvend lagmaske" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Slet lagmaske" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maske til markering" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Tilfj alfakanal" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa til markering" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Redigr lagets attributter" -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Ny kanal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Hv kanal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Snk kanal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplikr kanal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanal til markering" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Fj til markering" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Trk fra markering" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Kryds med markering" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Slet kanal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Redigr kanalattributter" -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Ny sti" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplikr sti" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Sti til udvalg" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Markering til sti" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Stryg sti" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Slet sti" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopir sti" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Indst sti" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importr sti..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Eksportr sti..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Redigr stiattributter" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Fejl under bning af fil: %s\n" diff --git a/po/de.po b/po/de.po index f6378a4dc4..b72027ebd0 100644 --- a/po/de.po +++ b/po/de.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.30\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-18 22:19+01:00\n" "Last-Translator: Sven Neumann \n" "Language-Team: German \n" @@ -42,66 +42,66 @@ msgid "Pressure:" msgstr "Druck:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "wurde Euch gebracht von" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP Start" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "bearbeite \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Suche nach Arbeitsdaten" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasiten" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pinsel" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Muster" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Farbpaletten" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Farbverlufe" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Wirklich Beenden?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -111,18 +111,18 @@ msgstr "" "\n" "GIMP wirklich beenden?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Beenden" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -172,7 +172,7 @@ msgstr "Eigener Farbverlauf" msgid "Blend:" msgstr "bergang:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linear" @@ -324,7 +324,7 @@ msgstr "Pinseleditor" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -355,7 +355,7 @@ msgstr "Winkel:" msgid "Brush Selection" msgstr "Pinselauswahl" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Auffrischen" @@ -378,7 +378,7 @@ msgid "New" msgstr "Neu" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Bearbeiten" @@ -482,7 +482,7 @@ msgid "copy" msgstr "Kopie" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s Kopie" @@ -791,43 +791,43 @@ msgstr "Bild:" msgid "none" msgstr "Kein" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Auswahl ausblenden" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Auswahl ausblenden um:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Auswahl verkleinern" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Auswahl verkleinern um:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Verkleinere vom Bildrand" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Auswahl vergrern" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Auswahl vergrern um:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Auswahl umranden" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Neue Auswahl grer um:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Fehler beim Verndern der Bildgre:\n" @@ -1451,27 +1451,27 @@ msgstr "" "schwebenden Auswahl erzeugen, da sie zu einer\n" "Ebenenmaske oder einer einem Kanal gehrt." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB leer" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "Graustufen leer" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "Graustufen" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indiziert leer" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indiziert" @@ -1877,112 +1877,112 @@ msgstr "Geben Sie dieser Ablage einen Namen" msgid "Copy Named" msgstr "In Ablage kopieren" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Kurvig" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusfrmig" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sphrisch (zunehmend)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sphrisch (abnehmend)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Reines RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (Farbton gegen Uhrzeigersinn)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (Farbton im Uhrzeigersinn)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Farbverlaufeditor" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Farbverlauf" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Name" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Farbverlaufsfunktionen" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Neuer Farbverlauf" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Farbverlauf kopieren" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Farbverlauf lschen" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Farbverlauf umbenennen" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Als POV-Ray Datei sichern" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zeige alles" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Dauernd auffrischen" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standard" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Neuer Farbverlauf" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Geben sie dem neuen Farbverlauf einen Namen" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "unbenannt" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Farbverlauf kopieren" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Geben sie dem kopierten Farbverlauf einen Namen" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Farbverlauf umbenennen" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Geben sie dem Farbverlauf einen neuen Namen" @@ -1993,12 +1993,12 @@ msgid "" "\"%s\" from the list and from disk?" msgstr "\"%s\" wirklich aus der Liste und vom Datentrger lschen?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zoom-Faktor: %d:1 Zeige [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2007,31 +2007,31 @@ msgstr "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Deckkraft: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Vordergrundfarbe auf RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f) gesetzt" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Hintergrundfarbe auf RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f) gesetzt" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Ziehen: Verschieben Shift+Ziehen: Verschieben & Stauchen" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klick: Auswahl Shift+Klick: Auswahl erweitern" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Klick: Auswahl Shift+Klick: Auswahl erweitern Ziehen: Verschieben" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2039,181 +2039,181 @@ msgstr "" "Klick: Auswahl Shift+Klick: Auswahl erweitern Ziehen: Verschieben " "Shift+Ziehen: Verschieben und Stauchen" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Markerposition: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Abstand: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Farbe des linken Endpunktes" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Holen aus" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Rechter Endpunkt des linken Nachbars" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Rechter Endpunkt" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Sichern unter" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Farbe des rechten Endpunktes" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Linker Endpunkt des rechten Nachbars" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Linker Endpunkt" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Auswahl-Operationen" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Verlaufsfunktion fr Segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Farbe fr Segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Segment mittig teilen" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Segment gleichmig teilen" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Segment lschen" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Mittelpunkt des Segments zentrieren" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Punkte gleichmig im Segment verteilen" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Segment spiegeln" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Segment replizieren" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Farbverlaufsfunktion fr Auswahl" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Frbungsart fr Auswahl" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Segment an Mittelpunkten aufteilen" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Segment gleichmig aufteilen" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Auswahl lschen" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Mittelpunkte in Auswahl zentrieren" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Punkte gleichmig in Auswahl verteilen" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Auswahl spiegeln" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Auswahl replizieren" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "VG-Farbe" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(nderlich)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Teilen" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Bitte Anzahl der Abschnitte eingeben" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "in der Sie das ausgewhlte Segment teilen wollen" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "in der Sie die Segmente in der Auswahl teilen woll" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Farben der Enpunkte mitteln" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Deckkraft der Enpunkte mitteln" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Duplizieren" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Bitte Anzahl der Nachbildungen" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "des ausgwehlten Segments eingeben" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "der Auswahl eingeben" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Farbverlaufsauswahl" @@ -3031,11 +3031,11 @@ msgid "/_File" msgstr "/_Datei" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Datei/Neu..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Datei/ffnen..." @@ -3091,684 +3091,684 @@ msgstr "/Datei/Dialoge/Dokumentenindex..." msgid "/File/Dialogs/Error Console..." msgstr "/Datei/Dialoge/Fehlerkonsole..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Datei/Dialoge/Darstellungsfilter..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Datei/Beenden" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Modul-Browser..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Hilfe" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Hilfe/Hilfe..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Hilfe/Kontext Hilfe..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Hilfe/Tip des Tages..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Hilfe/ber..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Hilfe/Dump Items (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Datei/Sichern" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Datei/Sichern unter..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "/Datei/Zurcksetzen..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Datei/Schlieen" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Bearbeiten/Rckgngig" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Bearbeiten/Wiederholen" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Bearbeiten/Ausschneiden" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Bearbeiten/Kopieren" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Bearbeiten/Einfgen" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Bearbeiten/Einfgen in Auswahl" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Bearbeiten/Einfgen als Neu" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Bearbeiten/Ablage/Ausschneiden..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Bearbeiten/Ablage/Kopieren..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Bearbeiten/Ablage/Einfgen..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Bearbeiten/Lschen" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Bearbeiten/Fllen mit VG-Farbe" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Bearbeiten/Fllen mit HG-Farbe" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Bearbeiten/Nachfahren" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Auswahl/Invertieren" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Auswahl/Alles" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Auswahl/Nichts" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Auswahl/Schwebend" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Auswahl/Ausblenden..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Auswahl/Schrfen" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Auswahl/Verkleinern..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Auswahl/Vergrern..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Auswahl/Rand..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Auswahl/In Kanal sichern" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Ansicht/Hineinzoomen" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Ansicht/Herauszoomen" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Ansicht/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Ansicht/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Ansicht/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Ansicht/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Ansicht/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Ansicht/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Ansicht/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Ansicht/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Ansicht/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Ansicht/Punkt fr Punkt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Ansicht/Information..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Ansicht/Navigation..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Ansicht/Auswahl" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Ansicht/Lineale" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Ansicht/Statusleiste" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Ansicht/Hilfslinien" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Ansicht/Magnetische Hilfslinien" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Ansicht/Neues Fenster" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Ansicht/Fenster anpassen" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Bild/Modus/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Bild/Modus/Graustufen" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Bild/Modus/Indiziert..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Bild/Farben/Sttigung entfernen" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Bild/Farben/Invertieren" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Bild/Farben/Automatisch/Angleichen" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Bild/Alpha/Alphakanal hinzufgen" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Bild/Transformationen/Versatz..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Bild/Transformationen/Rotieren" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Bild/Gre ndern..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Bild/Skalieren..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Bild/Duplizieren" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Ebenen/Ebenen, Kanle und Pfade..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Ebenen/Ebene auf Bildgre" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Ebenen/Stapel/Vorherige Ebene" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Ebenen/Stapel/Nchste Ebene" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Ebenen/Stapel/Ebene anheben" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Ebenen/Stapel/Ebene absenken" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Ebenen/Stapel/Ebene nach ganz oben" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Ebenen/Stapel/Ebene nach ganz unten" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Ebenen/Rotieren" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Ebenen/Ebene verankern" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Ebenen/Sichtbare Ebenen vereinen..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Ebenen/Bild zusammenfgen" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Ebenen/Auswahl aus Maske" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Ebenen/Alphakanal hinzufgen" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Ebenen/Auswahl aus Alphakanal" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Werkzeuge/Werkzeugkasten" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Werkzeuge/Standardfarben" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Werkzeuge/Farben tauschen" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialoge/Ebenen, Kanle und Pfade..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dialoge/Werkzeugeinstellungen..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dialoge/Pinsel..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dialoge/Muster..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dialoge/Farbverlufe..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dialoge/Farbpalette...." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialoge/Indizierte Palette..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dialoge/Eingabegerte..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dialoge/Gertestatus..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dialoge/Dokumentenindex..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dialoge/Fehlerkonsole..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dialoge/Darstellungsfilter..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dialoge/Journal..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filter/Wiederhole letzten Vorgang" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filter/Zeige letzten Vorgang nochmal" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filter/Weichzeichnen" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filter/Farben" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filter/Rauschen" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filter/Kanten finden" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filter/Verbessern" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filter/Allgemein" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filter/Glas-Effekte" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filter/Licht-Effekte" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filter/Verzerren" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filter/Knstlerisch" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filter/Abbilden" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filter/Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filter/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filter/Animation" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filter/Kombinieren" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filter/Viel Spa" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatisch" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Nach Endung" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Ebene anlegen..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Stapel/Ebene anheben" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Stapel/Ebene absenken" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Stapel/Ebene nach ganz oben" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Stapel/Ebene nach ganz unten" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Ebene duplizieren" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Ebene verankern" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Ebene lschen" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Ebenengre ndern... " -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Ebene auf Bildgrsse" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Ebene skalieren..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Sichtbare Ebenen vereinen..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Nach unten vereinen" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Bild zusammenfgen" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Ebenenmaske hinzufgen..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Ebenenmaske anwenden..." -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Ebenenmaske lschen" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Auswahl aus Maske" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Alphakanal hinzufgen" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Auswahl aus Alphakanal" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Ebeneneigenschaften..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Kanal anlegen..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Kanal anheben" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Kanal absenken" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Kanal duplizieren" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Auswahl aus Kanal" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Zur Auswahl hinzufgen" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Von Auswahl abziehen" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Mit Auswahl schneiden" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Kanal lschen" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Kanaleigenschaften..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Pfad anlegen" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Pfad duplizieren" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Pfad zur Auswahl" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Pfad aus Auswahl" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Pfad nachziehen" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Pfad lschen" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Pfad kopieren" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Pfad einfgen" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Pfad importieren..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Pfad exportieren..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Pfadeigenschaften..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Kann Datei nicht ffnen: %s\n" diff --git a/po/en_GB.po b/po/en_GB.po index 90a84a7dd3..aad2c924e3 100644 --- a/po/en_GB.po +++ b/po/en_GB.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.24\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-06-24 21:46+0000\n" "Last-Translator: Piers Cornwell \n" "Language-Team: English, British\n" @@ -41,84 +41,84 @@ msgid "Pressure:" msgstr "" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" "Quit the GIMP?" msgstr "" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -168,7 +168,7 @@ msgstr "" msgid "Blend:" msgstr "" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "" @@ -320,7 +320,7 @@ msgstr "" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -351,7 +351,7 @@ msgstr "" msgid "Brush Selection" msgstr "" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "" @@ -374,7 +374,7 @@ msgid "New" msgstr "" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "" @@ -478,7 +478,7 @@ msgid "copy" msgstr "" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "" @@ -785,43 +785,43 @@ msgstr "" msgid "none" msgstr "" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" @@ -1393,27 +1393,27 @@ msgid "" "layer mask or channel." msgstr "" -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "greyscale-empty" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "greyscale" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "" @@ -1785,112 +1785,112 @@ msgstr "" msgid "Copy Named" msgstr "" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "" @@ -1901,221 +1901,221 @@ msgid "" "\"%s\" from the list and from disk?" msgstr "" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacity: %0.3f" msgstr "" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Foreground colour set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Background colour to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" msgstr "" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Left endpoint's colour" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Right endpoint's colour" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Colouring type for segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Re-centre segment's midpoint" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Colouring type for selection" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Re-centre midpoints in selection" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "FG colour" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Blend endpoints' colours" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "" @@ -2900,11 +2900,11 @@ msgid "/_File" msgstr "" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "" -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "" @@ -2960,685 +2960,685 @@ msgstr "" msgid "/File/Dialogs/Error Console..." msgstr "" -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "" -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "" #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "" -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "" -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "" -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "" -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "" -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "" -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "" -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "" -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Edit/Fill with FG Colour" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Edit/Fill with BG Colour" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "" -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "" -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "" -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "" -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "" -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "" -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Image/Mode/Greyscale" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "" #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Image/Colours/Desaturate" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Image/Colours/Invert" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Image/Colours/Auto/Equalise" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "" -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "" -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "" -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "" -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "" -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Tools/Default Colours" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Tools/Swap Colours" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "" -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "" -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "" -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "" -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "" -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "" -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "" -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "" -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "" -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "" -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "" -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "" -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "" #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filters/Colours" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "" -#: app/menus.c:572 +#: app/menus.c:576 #, fuzzy msgid "/Filters/Toys" msgstr "/Filters/Colours" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "" #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "" -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "" -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "" -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "" -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "" -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "" -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "" -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "" -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "" -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "" diff --git a/po/es.po b/po/es.po index fd98fbe7a5..dac24c9029 100644 --- a/po/es.po +++ b/po/es.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.29\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-10-23 18:38+02:00\n" "Last-Translator: Rodrigo Sancho Senosiain \n" "Language-Team: Spanish \n" @@ -45,66 +45,66 @@ msgid "Pressure:" msgstr "Presin:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "Gimp" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "realizado por" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Inicio de GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "analizando \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Buscando ficheros de datos" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Paritos" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Brochas" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Patrones" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletas" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradientes" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "De veras quiere salir?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -114,18 +114,18 @@ msgstr "" "\n" "Salir de GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Salir" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -175,7 +175,7 @@ msgstr "Gradiente personalizado" msgid "Blend:" msgstr "Gradiente:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Lineal" @@ -328,7 +328,7 @@ msgstr "Editor de brochas" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -359,7 +359,7 @@ msgstr " msgid "Brush Selection" msgstr "Seleccin de brocha" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Refrescar" @@ -382,7 +382,7 @@ msgid "New" msgstr "Nuevo" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Editar" @@ -486,7 +486,7 @@ msgid "copy" msgstr "copiar" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s Copia" @@ -795,43 +795,43 @@ msgstr "Imagen:" msgid "none" msgstr "ninguno" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Difuminar seleccin" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Difuminar seleccin (cunto):" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Encoger seleccin" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Encoger seleccin (cunto):" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Encoger desde el borde de la imagen" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Agrandar seleccin" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Agrandar seleccin (cunto):" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Seleccin de borde" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Seleccin de borde por:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Error de cambio de tamao: Tanto la anchura como la altura deben ser mayores " @@ -1451,27 +1451,27 @@ msgstr "" "flotante porque sta pertenece a una mscara de capa\n" "o canal" -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-vaco" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "Tonos de grises-vaco" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "Tonos de grises" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "Indexado-vaco" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "Indexado" @@ -1873,112 +1873,112 @@ msgstr "Ponga un nombre a este b msgid "Copy Named" msgstr "Copiar (con nombre)" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Curvado" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Senoidal" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Esfrico (incrementando)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Esfrico (decrementando)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB liso" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (tono en sentido antihorario)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (tono en sentido horario)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor de Gradientes" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradiente" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nombre" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Operaciones de gradiente" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nuevo gradiente" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Copiar gradiente" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Borrar gradiente" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Renombrar gradiente" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Guardar como POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom global" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Actualizacin instantnea" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Por omisin" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nuevo gradiente" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Ponga un nombre al nuevo gradiente" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "Sin_nombre" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Copiar gradiente" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Ponga un nombre al gradiente copiado" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Renombrar gradiente" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Ponga un nuevo nombre al gradiente" @@ -1991,12 +1991,12 @@ msgstr "" "Est seguro de que quiere borrar\n" "\"%s\" de la lista y del disco?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Factor zoom: %d:1 Mostrando [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2005,30 +2005,30 @@ msgstr "" "Posicin: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacidad: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Color de Frente puesto a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Color de Fondo puesto a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Arrastrar: mover Mays+Arrastrar: mover y comprimir" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Pulsar: seleccionar Mays+Pulsar: extender seleccin" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Pulsar: seleccionar Mays+Pulsar: extender seleccin Arrastrar:mover" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2036,182 +2036,182 @@ msgstr "" "Pulsar: seleccionar Mays+Pulsar: extender seleccin Arrastrar: mover " " Mays+Arrastrar: mover y comprimir" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Posicin del manejador: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distancia: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Color del punto final izquierdo" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Cargar desde" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Punto final derecho del vecino izquierdo" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Punto final derecho" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Guardar a" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Color del punto final derecho" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Punto final izquierdo del vecino derecho" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Punto final izquierdo" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Operaciones de seleccin" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Funcin de mezcla para el segmento" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Tipo de coloreado para el segmento" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Partir segmento por la mitad" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Partir segmento uniformemente" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Borrar segmento" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Re-centrar punto medio del segmento" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Redistribuir manejadores en el segmento" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Invertir segmento" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replicar segmento" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Funcin de mezcla para la seleccin" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Tipo de coloreado para la seleccin" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Partir segmentos por la mitad" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Partir segmentos uniformemente" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Borrar seleccin" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Recentrar puntos medios en la seleccin" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Redistribuir manejadores en la seleccin" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Invertir seleccin" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replicar seleccin" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Color Frente" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" # //R Hum -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varios)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Partir" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Por favor, seleccione el nmero de partes uniformes" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "en las que quiere partir el segmento seleccionado" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "en las que quiere partir los segmentos en la seleccin" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Mezclar colores de los puntos finales" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Mezclar opacidad de los punto finales" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replicar" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Por favor, seleccione el nmero de veces" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "que quiera replicar el segmento seleccionado" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "que quiera replicar la seleccin" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Seleccin de gradientes" @@ -3029,11 +3029,11 @@ msgid "/_File" msgstr "/_Fich." #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Fichero/Nuevo..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Fichero/Abrir..." @@ -3089,689 +3089,689 @@ msgstr "/Fichero/Di msgid "/File/Dialogs/Error Console..." msgstr "/Fichero/Dilogos/Consola de errores..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Fichero/Dilogos/Filtros de pantalla..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Fichero/Salir" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/E_xts" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Exts/Explorador de mdulos..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Ayuda" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Ayuda/Ayuda..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Ayuda/Ayuda contextual..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Ayuda/Consejo diario..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Ayuda/Acerca..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Ayuda/Volcar tems (depuracin)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Fichero/Guardar" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Fichero/Guardar como..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Fichero/Revertir" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Fichero/Cerrar" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Editar/Deshacer" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Editar/Rehacer" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Editar/Cortar" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Editar/Copiar" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Editar/Pegar" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Editar/Pegar en" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Editar/Pegar como Nueva" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Editar/Bfer/Cortar (con nombre)..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Editar/Bfer/Copiar (con nombre)..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Editar/Bfer/Pegar (con nombre)..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Editar/Limpiar" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Editar/Rellenar con color Frente" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Editar/Rellenar con color Fondo" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Editar/Trazar" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Seleccionar/Invertir" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Seleccionar/Todo" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Seleccionar/Nada" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Seleccionar/Flotar" # //R Estamos traduciendo feather por "difuminar", lo # cual no me termina de convencer del todo -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Seleccionar/Difuminar..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Seleccionar/Enfocar..." -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Seleccionar/Encoger..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Seleccionar/Crecer..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Seleccionar/Borde..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Seleccionar/Guardar en canal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Ver/Zoom acercar" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Ver/Zoom alejar" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Ver/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Ver/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Ver/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Ver/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Ver/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Ver/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Ver/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Ver/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Ver/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Ver/Punto a punto" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Ver/Ventana de informacin..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Ver/Ventana de navegacin..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Ver/Conmutar seleccin" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Ver/Conmutar reglas" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Ver/Conmutar barra de estado" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Ver/Conmutar guas" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Ver/Saltar a guas" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Ver/Nueva vista" # //R Creo que hace esto -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Ver/Ajustar ventana a imagen" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Imagen/Modo/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Imagen/Modo/Escala de grises" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Imagen/Modo/Indexado..." # //R Es correcto? #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Imagen/Colores/Insaturar" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Imagen/Colores/Invertir" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Imagen/Colores/Auto/Ecualizar" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Imagen/Alfa/Aadir canal alfa" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Imagen/Transformaciones/Deslizar..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Imagen/Transformaciones/Rotar" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Imagen/Tamao del lienzo..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Imagen/Redimensionar imagen..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Imagen/Duplicar" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Capas/Capas, canales y caminos..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Capas/Capa a tamao de imagen" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Capas/Pila/Capa previa" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Capas/Pila/Capa siguiente" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Capas/Pila/Elevar capa" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Capas/Pila/Hundir capa" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Capas/Pila/Capa a cima" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Capas/Pila/Capa a fondo" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Capas/Rotar" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Capas/Fijar capa" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Capas/Mezclar capas visibles..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Capas/Aplanar imagen" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Capas/Mscara a seleccin" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Capas/Aadir canal alfa" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Capas/Alfa a seleccin" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Herramientas/" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Herramientas/Colores predefinidos" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Herramientas/Intercambiar colores" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dilogos/Capas, canales y caminos..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dilogos/Opciones de herramientas..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dilogos/Brochas..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dilogos/Patrones..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dilogos/Gradientes..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dilogos/Paleta..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dilogos/Paleta indexada..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dilogos/Dispositivos de entrada..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dilogos/Estado de dispositivo..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dilogos/ndice de ducumentos..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dilogos/Consola de errores..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dilogos/Filtros de pantalla..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dilogos/Histrico de deshacer..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtros/Repetir el ltimo" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtros/Volver a mostrar el ltimo" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtros/Desenfoque" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtros/Colores" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtros/Ruido" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtros/Detectar bordes" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtros/Realce" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtros/Genricos" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtros/Efectos de cristal" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtros/Efectos de luz" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtros/Distorsin" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtros/Artsticos" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtros/Aplicacin" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtros/Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtros/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtros/Animacin" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtros/Combinar" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtros/Juguetes" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automtico" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Por extensin" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nueva capa..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pila/Elevar capa" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pila/Hundir capa" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pila/Capa a cima" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pila/Capa a fondo" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplicar capa" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Fijar capa" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Borrar capa" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Tamao de borde de capa..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Capa a tamao de imagen" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Redimensionar capa..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Mezclar capas visibles..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Mezclar hasta la base" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Aplanar imagen" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Aadir mscara de capa..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Aplicar Mscara de capa..." -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Borrar Mscara de capa" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Mscara a seleccin" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Aadir canal alfa" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa a seleccin" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Editar atributos de capa..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nuevo canal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Elevar canal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Hundir canal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplicar canal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Canal a seleccin" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Aadir a seleccin" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Sustraer de seleccin" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Interseccionar con seleccin" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Borrar canal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Editar atributos de canal..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nuevo camino" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplicar camino" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Camino a seleccin" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Seleccin a camino" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Trazar camino" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Borrar camino" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Copiar camino" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Pegar camino" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importar camino..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exportar camino..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Editar atributos de camino..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Error al abrir fichero: %s\n" diff --git a/po/fi.po b/po/fi.po index 610cba5df8..0545666f12 100644 --- a/po/fi.po +++ b/po/fi.po @@ -15,7 +15,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1\n" -"POT-Creation-Date: 2000-12-19 09:35-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-07-20 20:47+02:00\n" "Last-Translator: Ville Hautamki \n" "Language-Team: fi \n" @@ -50,66 +50,66 @@ msgid "Pressure:" msgstr "Paine:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "tekijin" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP kynnistyy" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "luen tiedostoa \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Etsin datatiedostoja" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Loiset" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Siveltimet" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Kuviot" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletit" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Vriliukumat" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Haluatko todella poistua?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -119,18 +119,18 @@ msgstr "" "\n" "Haluatko silti poistua GIMPist?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Poistu" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 -#: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1773 -#: app/gradient.c:4845 app/gradient.c:5406 app/hue_saturation.c:383 +#: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -180,7 +180,7 @@ msgstr "R msgid "Blend:" msgstr "Sekoita:" -#: app/blend.c:325 app/gradient.c:537 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Lineaarinen" @@ -332,7 +332,7 @@ msgstr "Sivellinmuokkain" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:805 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -363,7 +363,7 @@ msgstr "Kulma:" msgid "Brush Selection" msgstr "Siveltimen valinta" -#: app/brush_select.c:285 app/gradient.c:803 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Virkist" @@ -386,12 +386,12 @@ msgid "New" msgstr "Uusi" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Muokkaa" -#: app/brush_select.c:485 app/global_edit.c:777 app/gradient.c:1773 +#: app/brush_select.c:485 app/global_edit.c:777 app/gradient.c:1881 #: app/palette.c:1187 app/palette.c:1824 app/palette.c:2236 msgid "Delete" msgstr "Poista" @@ -490,7 +490,7 @@ msgid "copy" msgstr "kopio" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1604 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s:n kopio" @@ -799,43 +799,43 @@ msgstr "Kuva:" msgid "none" msgstr " - " -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Pehmenn valinta" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Pehmennyssde:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Kavenna valinta" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Kavennus:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Kavenna kuvan rajoista" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Laajenna valintaa" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Laajennus:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Tee reuna valinnalle" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Reunan leveys:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Virhe: Sek leveyden ett korkeuden pit olla nollaa suurempia." @@ -1452,27 +1452,27 @@ msgstr "" "uutta tasoa koska se on osa\n" "tasomaskia tai kanavaa." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-tyhj" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "harmaasvy-tyhj" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "harmaasvy" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indeksoitu-tyhj" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indeksoitu" @@ -1596,7 +1596,8 @@ msgstr "" msgid "" "Brush pipes should have at least one brush:\n" "\"%s\"" -msgstr "Sivellinletkussa pitisi olla vhintn yksi sivellin:\n" +msgstr "" +"Sivellinletkussa pitisi olla vhintn yksi sivellin:\n" "\"%s\"" #: app/gimpbrushpipe.c:383 @@ -1604,7 +1605,8 @@ msgstr "Sivellinletkussa pit msgid "" "Failed to load one of the brushes in the brush pipe\n" "\"%s\"" -msgstr "Yht sivellinletkun siveltimist ei voitu ladata\n" +msgstr "" +"Yht sivellinletkun siveltimist ei voitu ladata\n" "\"%s\"" #: app/gimpdrawable.c:176 @@ -1872,116 +1874,116 @@ msgstr "Anna kuvalle nimi" msgid "Copy Named" msgstr "Kopioi nimetty" -#: app/gradient.c:538 +#: app/gradient.c:644 msgid "Curved" msgstr "Kyr" -#: app/gradient.c:539 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Aaltoileva" -#: app/gradient.c:540 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Pallomainen (kasvava)" -#: app/gradient.c:541 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Pallomainen (laskeva)" -#: app/gradient.c:546 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Tavallinen RGB" -#: app/gradient.c:547 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (vastapivn vrisvyj)" -#: app/gradient.c:548 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (mytpivn vrisvyj)" -#: app/gradient.c:797 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Vriliukumien muokkain" -#: app/gradient.c:828 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Vriliukuma" -#: app/gradient.c:829 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nimi" #. Frame & vbox for gradient functions -#: app/gradient.c:874 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Vriliukumatoiminnot" #. Buttons for gradient functions -#: app/gradient.c:882 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Uusi vriliukuma" -#: app/gradient.c:890 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopioi vriliukuma" -#: app/gradient.c:898 app/gradient.c:1768 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Poista vriliukuma" -#: app/gradient.c:906 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Vaihda vriliukuman nimi" -#: app/gradient.c:914 app/gradient.c:1853 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Tallenna POV-Ray-muodossa" #. Zoom all button -#: app/gradient.c:932 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoomaa kaikki" -#: app/gradient.c:983 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Pivit heti" -#: app/gradient.c:1118 app/gradient.c:1970 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Oletus" -#: app/gradient.c:1546 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Uusi vriliukuma" -#: app/gradient.c:1549 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Anna vriliukumalle nimi" -#: app/gradient.c:1550 +#: app/gradient.c:1665 msgid "untitled" msgstr "nimetn" -#: app/gradient.c:1606 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopioi vriliukuma" -#: app/gradient.c:1609 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Anna kopioidulle vriliukumalle nimi" -#: app/gradient.c:1689 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Vaihda vriliukuman nimi" -#: app/gradient.c:1692 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Anna vriliukumalle nimi" -#: app/gradient.c:1763 app/palette.c:1815 +#: app/gradient.c:1871 app/palette.c:1815 #, c-format msgid "" "Are you sure you want to delete\n" @@ -1990,12 +1992,12 @@ msgstr "" "Oletko varma ett haluat poistaa\n" "listalta ja levylt \"%s\"?" -#: app/gradient.c:2007 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zoom: %d:1 Nytetn [%0.6f, %0.6f]" -#: app/gradient.c:2258 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2004,29 +2006,29 @@ msgstr "" "Sijainti: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Peitto: %0.3f" -#: app/gradient.c:2283 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Edustavriksi asetettu RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2307 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Taustavriksi asetettu RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2613 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Veto: siirto Shift+veto: siirto ja pakkaus" -#: app/gradient.c:2615 app/gradient.c:2618 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Napsauta: valinta Shift+napsauta: valinnan kasvatus" -#: app/gradient.c:2623 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Napsauta: valinta Shift+napsauta: valinnan kasvatus Veto: siirto" -#: app/gradient.c:2635 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2034,181 +2036,181 @@ msgstr "" "Napsauta: valinta Shift+napsauta: valinnan kasvatus Veto: siirto " "Shift+veto: siirto ja pakkaus" -#: app/gradient.c:2877 app/gradient.c:2886 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Kahvan sijainti: %.06f" -#: app/gradient.c:2904 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Etisyys: %0.6f" -#: app/gradient.c:3391 app/gradient.c:4454 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Vasemmanpuoleisen ptypisteen vri" -#: app/gradient.c:3402 app/gradient.c:3444 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Latauksen lhde" -#: app/gradient.c:3406 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Vasemmanpuoleisen naapurin oikea ptypiste" -#: app/gradient.c:3407 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Oikea ptypiste" -#: app/gradient.c:3417 app/gradient.c:3459 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Tallennuksen kohde" -#: app/gradient.c:3433 app/gradient.c:4532 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Oikeanpuoleisen ptypisteen vri" -#: app/gradient.c:3448 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Oikeanpuoleisen naapurin vasen ptypiste" -#: app/gradient.c:3449 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Vasemmanpuolinen ptypiste" -#: app/gradient.c:3560 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Valinta-operaatiot" -#: app/gradient.c:3732 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Osan sekoitustapa" -#: app/gradient.c:3734 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Osan vritystapa" -#: app/gradient.c:3736 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Jaa osa keskikohdalta" -#: app/gradient.c:3738 app/gradient.c:4835 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Jaa osat tasaisesti" -#: app/gradient.c:3740 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Poista osa" -#: app/gradient.c:3742 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Keskit osa uudelleen " -#: app/gradient.c:3744 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Jaa osan kahvat uudelleen" -#: app/gradient.c:3746 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Tee osasta peilikuva" -#: app/gradient.c:3748 app/gradient.c:5396 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Kahdenna osa" -#: app/gradient.c:3753 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Valitun alueen sekoitustapa" -#: app/gradient.c:3755 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Valitun alueen vritystapa" -#: app/gradient.c:3757 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Jaa osat keskikohdilta" -#: app/gradient.c:3759 app/gradient.c:4836 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Jaa osat tasaisesti" -#: app/gradient.c:3761 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Poista valittu alue" -#: app/gradient.c:3763 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Keskit valittu alue uudelleen" -#: app/gradient.c:3765 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Jaa valitun alueen kahvat uudelleen" -#: app/gradient.c:3767 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Tee valitusta alueesta peilikuva" -#: app/gradient.c:3769 app/gradient.c:5397 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Kahdenna valittu alue" -#: app/gradient.c:4053 +#: app/gradient.c:4149 msgid "FG color" msgstr "Edustavri" -#: app/gradient.c:4101 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4621 app/gradient.c:4691 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(vaihtelee)" -#: app/gradient.c:4843 +#: app/gradient.c:4939 msgid "Split" msgstr "Jakaa" #. Instructions -#: app/gradient.c:4857 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Valitse yhtenisten osien lukumr" -#: app/gradient.c:4863 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "johon haluat jakaa valittu polun osa" -#: app/gradient.c:4864 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "johon haluat jakaa valittuja polun osia" -#: app/gradient.c:5224 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Sekoita ptepisteitten vrit" -#: app/gradient.c:5236 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Sekoita ptepisteitten peitot" -#: app/gradient.c:5404 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Kahdenna" #. Instructions -#: app/gradient.c:5417 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Syt lukumr" -#: app/gradient.c:5422 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "sinun pitisi kahdentaa valittu osa" -#: app/gradient.c:5423 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "sinun pitisi kahdentaa valittu alue" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Vriliukuman valinta" @@ -3022,11 +3024,11 @@ msgid "/_File" msgstr "/_Tiedosto" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Tiedosto/Uusi..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Tiedosto/Avaa..." @@ -3082,684 +3084,684 @@ msgstr "/Tiedosto/Dialogit/Kuvahakemisto..." msgid "/File/Dialogs/Error Console..." msgstr "/Tiedosto/Dialogit/Konsoli virheilmoituksille..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Tiedosto/Dialogit/Nyttsuotimet..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Tiedosto/Poistu" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Lisykset" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Lisykset/Moduuliselain..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Apua" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Apua/Apua..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Apua/Yhteydest riippuva avustus..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Apua/Pivn vihje..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Apua/Tietoja..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Apua/" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Tiedosto/Talleta" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Tiedosto/Talleta nimell..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "/Tiedosto/Palauta..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Tiedosto/Sulje" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Muokkaa/Kumoa" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Muokkaa/Uudelleen" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Muokkaa/Leikkaa" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Muokkaa/Kopioi" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Muokkaa/Liimaa" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Muokkaa/Liimaa johonkin" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Muokkaa/Liimaa uutena" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Muokkaa/Leikepyt/Leikkaa nimetty..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Muokkaa/Leikepyt/Kopioi nimetty..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Muokkaa/Leikepyt/Liimaa nimetty..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Muokkaa/Tyhjenn" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Muokkaa/Tyt edustavrill" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Muokkaa/Tyt taustavrill" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Muokkaa/Piirr polkua pitkin" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Valitse/Invertoi" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Valitse/Kaikki" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Valitse/Ei mitn" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Valitse/Kelluva" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Valitse/Pehmenn..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Valitse/Tervit" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Valitse/Pienenn..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Valitse/Kasvata..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Valitse/Reuna..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Valitse/Talleta kanavalle" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Nyt/Zoomaa sisn" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Nyt/Zoomaa ulos" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Nyt/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Nyt/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Nyt/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Nyt/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Nyt/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Nyt/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Nyt/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Nyt/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Nyt/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Nyt/Piste pisteelt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Nyt/Ikkunan tiedot..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Nyt/Navigointi-ikkuna..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Nyt/Vaihda valinta" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Nyt/Vaihda viivottimet" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Nyt/Vaihda infopalkki" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Nyt/Vaihda apuviivat" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Nyt/Naksahda apuviivoihin" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Nyt/Uusi nkym" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Nyt/Koko kuva" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Kuva/Muoto/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Kuva/Muoto/Harmaasvy" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Kuva/Muoto/Indeksoitu..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Kuva/Vrit/Vhenn kyllisyytt" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Kuva/Vrit/Invertoi" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Kuva/Vrit/Automaattinen/Ekvalisoi" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Kuva/Alfakanava/Lis alfakanava" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Kuva/Muunnokset/Siirtym..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Kuva/Muunnokset/Kierto" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Kuva/Muokkaa kokoa..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Kuva/Skaalaa..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Kuva/Kahdenna" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Tasot/Tasot, kanavat & polut..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Tasot/Tasosta kuvan kokoinen" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Tasot/Pino/Edellinen taso" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Tasot/Pino/Seuraava taso" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Tasot/Pino/Nosta taso" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Tasot/Pino/Alenna taso" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Tasot/Pino/Nosta taso pllimmiseksi" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Tasot/Pino/Laske taso pohjimmaiseksi" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Tasot/Kierr" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Tasot/Ankkuroi taso" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Tasot/Yhdist nkyvt tasot..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Tasot/Yhdist kuva" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Tasot/Maski valinnaksi" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Tasot/Lis alfakanava" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Tasot/Alfakanava valinnaksi" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Tykalut/Tykalulaatikko" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Tykalut/Oletusvrit" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Tykalut/Vaihda vrit" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialogit/Tasot, kanavat & polut..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dialogit/Tykalujen asetukset" -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dialogit/Siveltimet..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dialogit/Kuviot..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dialogit/Vriliukumien muokkain..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dialogit/Paletit..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialogit/Indeksoitu paletti..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dialogit/Piirtolaitteet..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dialogit/Laitteiden tila..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dialogit/Kuvahakemisto..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dialogit/Konsoli virheilmoituksille..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dialogit/Nyttsuotimet..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dialogit/Toimintohistoria..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Suotimet/Toista edellinen" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Suotimet/Nyt uudelleen edellinen" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Suotimet/Tee eptervksi" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Suotimet/Vrit" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Suotimet/Lis kohinaa" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Suotimet/Lyd reunoja" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Suotimet/Paranna" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Suotimet/Yleiset" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Suotimet/Lasiefektit" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Suotimet/Valoefektit" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Suotimet/Vristykset" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Suotimet/Taiteelliset" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Suotimet/Kuvaukset" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Suotimet/Muodosta kuva" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Suotimet/Webbi" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Suotimet/Animaatio" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Suotimet/Yhdist" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Suotimet/Lelut" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automaattinen" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Nimen loppuliitteen mukaan" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Uusi taso..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pino/Nosta taso" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pino/Alenna taso" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pino/Nosta taso pllimmiseksi" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pino/Alenna taso pohjimmaiseksi" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Kahdenna taso" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Ankkuroi taso" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Poista taso" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Tason rajan koko..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Taso kuvan kokoiseksi" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Skaalaa tasoa..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Yhdist nkyvt tasot..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Yhdist alas" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Yhdist kuva" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Lis tason maski..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Sovella tason maskia" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Poista tason maski" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maski valinnaksi" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Lis alfakanava" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfakanava valinnaksi" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Muokkaa tason ominaisuuksia..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Uusi kanava..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Nosta kanava" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Laske kanava" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Kahdenna kanava" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanava valinnaksi" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Lis valintaan" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Vhenn valinnasta" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Leikkaa valinnan kanssa" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Poista kanava" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Muokkaa kanavan ominaisuuksia..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Uusi polku" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Kahdenna polku" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Polku valinnaksi" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Valinta poluksi" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Piirr polkua pitkin" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Poista polku" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopioi polku" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Liimaa polku" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Tuo polku tiedostosta..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Vie polku tiedostoon..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Muokkaa polun ominaisuuksia" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Virhe tiedoston avauksessa: %s\n" diff --git a/po/fr.po b/po/fr.po index ec16aec3f2..3d8ca28b44 100644 --- a/po/fr.po +++ b/po/fr.po @@ -12,7 +12,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.29\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-11-24 15:46+0100\n" "Last-Translator: Christophe Merlet (RedFox) \n" "Language-Team: GNOME French Team \n" @@ -47,66 +47,66 @@ msgid "Pressure:" msgstr "Pression :" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-1" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "The GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-iso8859-1,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "prsent par" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Lancement de GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "lecture de \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Recherche des fichiers de donnes" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasites" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pinceaux" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Motifs" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Palettes" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Dgrads" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Vraiment Quitter ?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -116,18 +116,18 @@ msgstr "" "\n" "Quitter GIMP ?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Quitter" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -177,7 +177,7 @@ msgstr "Personnaliser le D msgid "Blend:" msgstr "Mlange :" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linaire" @@ -329,7 +329,7 @@ msgstr " #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -360,7 +360,7 @@ msgstr "Angle :" msgid "Brush Selection" msgstr "Slection du pinceau" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Rafrachir" @@ -383,7 +383,7 @@ msgid "New" msgstr "Nouveau" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "dition" @@ -487,7 +487,7 @@ msgid "copy" msgstr "copier" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "Copie de %s" @@ -796,43 +796,43 @@ msgstr "Image :" msgid "none" msgstr "aucun" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Adoucir" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Largeur de la zone adoucie :" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Rapetisser" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Rapetisser la slection de :" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Rtrcir depuis le bord de l'image" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Agrandir" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Agrandir la slection de :" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Slection du bord" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "paisseur du bord slectionner :" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Erreur de redimensionnement: Les hauteurs et largeurs doivent tre " @@ -1457,27 +1457,27 @@ msgstr "" "de la slection flottante car elle appartient \n" "un canal ou masque de calque." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RVB-vide" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RVB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "niveau-de-gris-vide" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "niveaux de gris" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "index-vide" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "index" @@ -1882,112 +1882,112 @@ msgstr "Entrez un nom pour ce tampon" msgid "Copy Named" msgstr "Copier (nomm)" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Courb" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusodal" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sphrique (croissant)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sphrique (dcroissant)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RVB ordinaire" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "TLS (teintes : sens trigonomtrique)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "TLS (teintes : sens des aiguilles d'une montr)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editeur de Dgrad" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Dgrad" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nom" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Oprations sur les dgrads" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nouveau dgrad" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Copier dgrad" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Effacer dgrad" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Renommer dgrad" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Enregistrer en POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Tout zoomer" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Mise jour instantane" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Dfaut" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nouveau dgrad" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Entrez un nom pour le nouveau gradient" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "sans-titre" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Copier dgrad" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Entrez un nom pour le dgrad copi" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Renommer dgrad" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Entrez un nom pour le dgrad" @@ -2000,12 +2000,12 @@ msgstr "" "Voulez-vous vraiment effacer\n" "\"%s\" de la liste et du disque ?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Facteur de Zoom: %d:1 Affichage [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2014,30 +2014,30 @@ msgstr "" "Position : %0.6f RVB (%0.3f, %0.3f, %0.3f) TSV (%0.3f, %0.3f, %0.3f) " " Opacit : %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Couleur d'avant plan RVB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Couleur d'avant plan RVB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Tirer : dplacer Shift+dplacer : dplacer & compresser" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Clic : slectionner Shift+Clic : tendre la slection" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Clic : slectionner Shift+Clic : tendre la slection Tirer : dplacer" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2045,181 +2045,181 @@ msgstr "" "Clic : slectionner Shift+Clic : tendre la slection Tirer : dplacer " "Shift+Tirer : dplacer & compresser" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Position du taquet : %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distance : %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Couleur de l'extrmit gauche" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Charger partir de" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Extrmit droite du voisin gauche" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Extrmit droite" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Enregistrer dans" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Couleur de l'extrmit droite" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Extrmit gauche du voisin de droite" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Extrmit gauche" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Oprations de slection" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Fonction de mlange pour le segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Type de coloriage pour le segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Couper le segment en son point mdian" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Couper le segment uniformment" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Effacer le segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Recentrer le point mdian du segment" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Redistribuer les taquets dans le segment" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Retourner le segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Dupliquer le segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Fonction de mlange pour la slection" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Type de coloriage pour la slection" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Couper les segments en leur milieu" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Couper les segments uniformment" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Effacer slection" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Recentrer les points mdians dans la slection" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Redistribuer les taquets dans la slection" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Retourner la slection" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Dupliquer la slection" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Couleur AV" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RVBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Variable)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "clater" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Slectionnez le nombre de parties uniformes" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "en lequel vous voulez couper le segment slectionn" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "en lequel vous voulez couper les segments slectionns" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Mlanger les couleurs des extrmits" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Mlanger les opacits des extrmits" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Dupliquer" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Veuillez slectionner le nombre d'exemplaires" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "en lesquels dupliquer le segment slectionn." -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "en lesquels dupliquer la slection" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Slection de Dgrad" @@ -3038,11 +3038,11 @@ msgid "/_File" msgstr "/_Fichier" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Fichier/Nouveau..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Fichier/Ouvrir..." @@ -3098,685 +3098,685 @@ msgstr "/Fichier/Dialogues/Index des documents..." msgid "/File/Dialogs/Error Console..." msgstr "/Fichier/Dialogues/Console d'erreur..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Fichier/Dialogues/Montrer les filtres..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Fichier/Quitter" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/E_xts" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Exts/Explorateur de modules..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Aide" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Help/Aide..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Aide/Aide contextuelle..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Aide/Conseil du jour..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Aide/ propos..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Aide/Dump d'lments (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Fichier/Enregistrer" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Fichier/Enregistrer sous..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Fichier/Revenir au fichier" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Fichier/Fermer" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/dition/Dfaire" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/dition/Refaire" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/dition/Couper" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/dition/Copier" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/dition/Coller" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/dition/Coller dans" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/dition/Coller en tant que nouveau" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/dition/Tampon/Couper nomm" -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/dition/Tampon/Copier nomm" -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/dition/Tampon/Coller nomm" -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/dition/Effacer" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/dition/Remplir avec la couleur d'Av. Pl." -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/dition/Remplir avec la couleur d'Ar. Pl." -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/dition/Coup de pinceau" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Slection/Inverser" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Slection/Tout slectionner" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Slection/Aucune" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Slection/Flottante" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Slection/Plume..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Slection/Affiner" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Slection/Rapetisser..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Slection/Agrandir..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Slection/Bordure..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Slection/Enregistrer dans un canal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Vue/Zoom avant" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Vue/Zoom arrire" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Vue/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Vue/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Vue/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Vue/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Vue/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Vue/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Vue/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Vue/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Vue/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Vue/Point pour point" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Vue/Info. fentre..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Vue/Nav. entre fentres..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Vue/(Ds)activer la slection" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Vue/(Ds)activer les rgles" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Vue/(Ds)activer la barre d'tat" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Vue/(Ds)activer les guides" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Vue/Aligner sur les guides" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Vue/Nouvelle vue" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Vue/Empaqueter" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Image/Mode/RVB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Image/Mode/Niveaux de gris" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Image/Mode/Indexe" #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Image/Couleurs/Dsaturer" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Image/Couleurs/Inverser" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Image/Couleurs/Auto/galiser" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Image/Alpha/Ajouter un canal alpha" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Image/Transformations/Dcalage..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Image/Transformations/Rotation" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Image/Taille du canevas..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Image/chelle de l'image..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Image/Dupliquer" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Calques/Calques, canaux & chemins..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Calques/Mettre aux dimensions de l'image" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Calques/Pile/Calque prcdent" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Calques/Pile/Calque suivant" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Calques/Pile/Remonter calque" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Calques/Pile/Descendre calque" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Calques/Pile/Calque vers le sommet" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Calques/Pile/Calque vers le fond" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Calques/Rotation" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Calques/Ancrer Calque" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Calques/Fusionner les calques visibles..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Calques/Aplatir Image" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Calques/Masque vers Slection" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Calques/Ajouter Canal Alpha" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Calques/Alpha vers Slection" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Outils/Bote outils" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Outils/Couleurs par dfaut" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Outils/changer les couleurs" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialogues/Calques, canaux & chemins..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dialogues/Options des outils..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dialogues/Pinceaux..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dialogues/Motifs..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dialogues/Dgrads..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dialogues/Palette..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialogues/Palette indexe..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dialogues/Priphriques d'entre..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dialogues/tat des priphriques..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dialogues/Index des documents..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dialogues/Console d'erreur..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dialogues/Afficher les filtres..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dialogues/Historique d'annulation..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtres/Rpter le dernier" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtres/Remontrer le dernier" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtres/Flou" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtres/Couleurs" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtres/Bruit" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtres/Dtection de bord" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtres/Amlioration" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtres/Gnrique" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtres/Effets de verre" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtres/Effets de lumire" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Fichier/Distorsions" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtres/Artistique" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtres/Carte" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Fichier/Rendu" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtres/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtres/Animation" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Fichier/Combiner" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtres/Jouets" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatique" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Par extension" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nouveau calque..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pile/Remonter calque" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pile/Descendre calque" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pile/Calque vers le sommet" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pile/Calque vers le fond" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Dupliquer calque" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Ancrer calque" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Supprimer Calque" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Taille des bord du calque..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Mettre aux dimensions de l'image" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Mettre calque l'chelle..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Fusionner les calques visibles..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Fusionner vers le bas" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Aplatir l'image" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Ajouter un masque de calque..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Appliquer le masque de calque" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Effacer le masque de calque" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Masque vers Slection" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Ajouter Canal Alpha" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alpha vers Slection" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/diter les attributs du calque" -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nouveau Canal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Remonter Canal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Descendre Canal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Dupliquer Canal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Canal vers Slection" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Ajouter la Slection" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Soustraire de la slection" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Intersection avec la slection" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Effacer le canal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/diter les attributs du canal..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nouveau chemin" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Dupliquer le chemin" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Chemin vers slection" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Slection vers chemin" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Chemin du coup de pinceau" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Effacer le chemin" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Copier le chemin" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Coller le chemin" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importer un chemin..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exporter Chemin..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/diter les attributs du chemin" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Erreur lors de l'ouverture du fichier: %s\n" diff --git a/po/ga.po b/po/ga.po index 8e2533c922..b85e7819ff 100644 --- a/po/ga.po +++ b/po/ga.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.23\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-08-27 12:00-0000\n" "Last-Translator: Alastair McKinstry \n" "Language-Team: Irish \n" @@ -40,84 +40,84 @@ msgid "Pressure:" msgstr "Br:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "An GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Socr GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" "Quit the GIMP?" msgstr "" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Ealu" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -167,7 +167,7 @@ msgstr "" msgid "Blend:" msgstr "" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "" @@ -319,7 +319,7 @@ msgstr "" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -350,7 +350,7 @@ msgstr "" msgid "Brush Selection" msgstr "" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "" @@ -373,7 +373,7 @@ msgid "New" msgstr "Nua" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Eagar" @@ -477,7 +477,7 @@ msgid "copy" msgstr "cip" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s cip" @@ -784,43 +784,43 @@ msgstr " msgid "none" msgstr "tada" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" @@ -1390,27 +1390,27 @@ msgid "" "layer mask or channel." msgstr "" -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-folamh" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "" @@ -1782,112 +1782,112 @@ msgstr "" msgid "Copy Named" msgstr "" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Eagarthir Gradan" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradan" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Ainm" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Gradan Nua" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Dealaigh Gradan" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Gradan Nua" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "gan-tidal" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Cip gradan" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "" @@ -1898,221 +1898,221 @@ msgid "" "\"%s\" from the list and from disk?" msgstr "" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacity: %0.3f" msgstr "" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" msgstr "" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "" @@ -2896,11 +2896,11 @@ msgid "/_File" msgstr "/_Comhad" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Comhad/Nua..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Comhad/Oscil..." @@ -2957,689 +2957,689 @@ msgstr "" msgid "/File/Dialogs/Error Console..." msgstr "" -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "" -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Comhad/Ealu" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "" #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/C_namh" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Cnamh/Cnamh..." -#: app/menus.c:184 +#: app/menus.c:186 #, fuzzy msgid "/Help/Context Help..." msgstr "/Cnamh/Conext Help..." -#: app/menus.c:186 +#: app/menus.c:188 #, fuzzy msgid "/Help/Tip of the Day..." msgstr "/Cnamh/Tip of the Day..." -#: app/menus.c:188 +#: app/menus.c:190 #, fuzzy msgid "/Help/About..." msgstr "/Cnamh/Faoi..." -#: app/menus.c:191 +#: app/menus.c:193 #, fuzzy msgid "/Help/Dump Items (Debug)" msgstr "/Cnamh/Dump Items (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "" -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Comhad/Nua..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "" -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "" -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "" -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "" -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "" -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "" -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "" -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "" -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "" -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "" #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "" -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "" -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "" -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "" -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "" -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "" -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "" -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "" -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "" -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "" -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "" -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "" -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "" -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "" -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "" -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "" -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "" -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "" #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Uath" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "" #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "" -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "" -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "" -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "" -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "" -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "" -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "" -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "" -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "" -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "" diff --git a/po/gl.po b/po/gl.po index 1d6740ab54..9ea069536d 100644 --- a/po/gl.po +++ b/po/gl.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: Gimp CVS\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-10-15 19:35+0200\n" "Last-Translator: Francisco Xos Vzquez Grandal \n" "Language-Team: Galician \n" @@ -42,66 +42,66 @@ msgid "Pressure:" msgstr "Presin:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "O GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "Distribuido por" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Iniciando o GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "procesando \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Buscando ficheiros de datos" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parsitos" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pinceis" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Patrns" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletas" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Degradados" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Seguro que quere sair?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -111,18 +111,18 @@ msgstr "" "\n" "Sair do GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Sair" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -172,7 +172,7 @@ msgstr "Degradado Persoalizado" msgid "Blend:" msgstr "Mistura:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Lineal" @@ -324,7 +324,7 @@ msgstr "Editor de pinceis" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -355,7 +355,7 @@ msgstr "Angulo:" msgid "Brush Selection" msgstr "Seleccin de pincel" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Actualizar" @@ -378,7 +378,7 @@ msgid "New" msgstr "Novo" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Editar" @@ -482,7 +482,7 @@ msgid "copy" msgstr "copiar" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "copiar %s" @@ -791,43 +791,43 @@ msgstr "Imaxe:" msgid "none" msgstr "ningn" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Seleccin suave" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Seleccin suave por:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Encoller a seleccin" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Encoller seleccin por:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Encoller dende a beira da imaxe" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Agrandar seleccin" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Agrandar seleccin por:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Seleccionar beira" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Seleccionar beira por" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Erro no redimensionado: O ancho e o longo deben ser meirandes ca cero." @@ -1440,27 +1440,27 @@ msgstr "" "flotante porque pertence a\n" "unha capa de mascara ou canle" -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-valeiro" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "escala de grises-valeira" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "escala de grises" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indexado-valeiro" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexado" @@ -1860,112 +1860,112 @@ msgstr "Introduza un nome para este buffer" msgid "Copy Named" msgstr "Copiar nomeado" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Curvo" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusoidal" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Esfrico (incrementando)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Esfrico (decrementando)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB plano" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (contador de matiz en sentido horario)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (matiz en sentido horario)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor de degradados" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Degradado" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nome" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Opcins de Degradado" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Novo Degradado" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Copiar Degradado" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Borrar Degradado" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Renomear Degradado" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Gardar coma POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom a todo" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Actualizacin instantanea" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Por defecto" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Novo degradado" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Introduza un nome para o novo degradado" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "Sen ttulo" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Copiar degradado" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Introduza un nome para o degradado copiado" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Renomear degradado" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Introduza un novo nome para o degradado" @@ -1978,12 +1978,12 @@ msgstr "" "Esta seguro de querer borrar\n" "\"%s\" da lista e do disco?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Factor de Zoom: %d:1 Amosando [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1992,31 +1992,31 @@ msgstr "" "Posicin: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacidade: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Cor de primeiro plano posta a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Cor de fondo posra a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Arrastrar: mover Shift+arrastrar: mover e comprimir" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Clic: seleccionar Shift+clic: extender seleccin" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Clic: seleccionar Shift+clic: extender seleccin Arrastrar: mover" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2024,181 +2024,181 @@ msgstr "" "Clic: seleccionar Shift+clic: extender seleccin Arrastrar: mover " "Shift+arrastrar: mover e comprimir" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Manipular posicin: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distancia: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Cor do punto final esquerdo" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Cargar de" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Punto final dereito do vecio da esquerda" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Punto final dereito" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Gardar a" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Cor do punto final esquerdo" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Punto final esquerdo do vecio da dereita" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Punto final esquerdo" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Operacins de seleccin" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Funcin de mistura para segmento" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Coloreando tipo para segmento" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Partir segmento no punto medio" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Partir segmento uniformemente" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Borrar segmento" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Re-centrar o punto medio do segmento" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Redistribuir manexadores no segmento" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Reflexar segmento" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replicar segmento" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Funcin de mistura para seleccin" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Coloreando tipo para seleccin" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Partir segmentos nos puntos medios" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Partir segmentos uniformemente" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Borrar seleccin" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Re-centrar puntos medios na seleccin" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Redistribuir manexadores na seleccin" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Reflexar seleccin" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replicar seleccin" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Cor de primeiro plano" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varios)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Partir" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Por favor, seleccione o nmero de partes uniformes" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "en que quere partir o segmento seleccionado" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "en que quere partir os segmentos na seleccin" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Misturar cores dos puntos finais" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Misturar opacidade dos puntos finais" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replicar" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Por favor, seleccione o nmero de veces" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "que quere replicar o segmento seleccionado" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "que quere replicar a seleccin" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Seleccin de degradado" @@ -3015,11 +3015,11 @@ msgid "/_File" msgstr "/_Ficheiro" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Ficheiro/Novo..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Ficheiro/Abrir..." @@ -3075,685 +3075,685 @@ msgstr "/Ficheiro/Formularios/ msgid "/File/Dialogs/Error Console..." msgstr "/Ficheiro/Formularios/Consola de erros..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Ficheiro/Formularios/Filtros de pantalla..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Ficheiro/Sair" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Extns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Extns/Visor de mdulos..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Axuda" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Axuda/Axuda..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Axuda/Axuda contextual..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Axuda/Consello do dia.." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Axuda/Sobre..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Axuda/Elementos de depsito (depurar)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Ficheiro/Gardar" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Ficheiro/Gardar como..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Ficheiro/Revertir" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Ficheiro/Pechar" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Editar/Desfacer" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Editar/Refacer" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Editar/Cortar" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Editar/Copiar" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Editar/Pegar" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Editar/Pegar en" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Editar/Pegar coma novo" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Editar/Buffer/Cortar nomeado..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Editar/Buffer/Copiar nomeado..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Editar/Buffer/Pegar nomeado..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Editar/Limpar" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Editar/Encher con cor de primeiro plano" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Editar/Encher con cor de fondo" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Editar/Trazar" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Seleccionar/Invertir" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Seleccionar/Todo" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Seleccionar/Nada" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Seleccionar/Flotar" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Seleccionar/Suave..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Seleccionar/Duro" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Seleccionar/Encoller..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Seleccionar/Agrandar..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Seleccionar/Beira..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Seleccionar/Gardar a canle" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Ver/Zoom adiante" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Ver/Zoom atras" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Ver/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Ver/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Ver/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Ver/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Ver/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Ver/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Ver/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Ver/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Ver/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Ver/Punto por punto" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Ver/Fiestra de informacin..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Ver/Fiestra de navegacin ..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Ver/Conmutar seleccin" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Ver/Conmutar reglas" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Ver/Conmutar barra de estado" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Ver/Conmutar guas" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Ver/Adaptar s guas" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Ver/Nova vista" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Ver/Encoller envoltura" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Imaxe/Modo/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Imaxe/Modo/Escala de grises" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Imaxe/Modo/Indexado..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Imaxe/Cores/Desaturar" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Imaxe/Cores/Invertir" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Imaxe/Cores/Auto/Ecualizar" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Imaxe/Alfa/Engadir canle alfa" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Imaxe/Transformacins/Compensacin..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Imaxe/Transformacins/Rotar" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Imaxe/Tamao do lenzo..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Imaxe/Escalar imaxe..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Imaxe/Duplicar" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Capas/Capas, Canles e Curvas..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Capas/Capa a Tamao de imaxe" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Capas/Pila/Capa previa" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Capas/Pila/Proxima capa" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Capas/Pila/Elevar capa" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Capas/Pila/Baixar capa" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Capas/Pila/Capa tope" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Capas/Pila/Capa fondo" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Capas/Rotar" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Capas/Fixar capa" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Capas/Fusionar capas visibles..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Capas/Aplanar imaxe" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Capas/Mascara a seleccin" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Capas/Engadir canle alfa" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Capas/Alfa a seleccin" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Ferramentas/Caixa de ferramentas" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Ferramentas/Cores por defecto" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Ferramentas/Intercambiar cores" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Formularios/Capas, Canles e Curvas..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Formularios/Opcins de ferramentas..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Formularios/Pinceis..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Formularios/Patrns..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Formularios/Degradados..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Formularios/Paleta..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Formularios/Paleta indexada..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Formularios/Dispositivos de entrada..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Formularios/Estado dos dispositivos..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Formularios/Indice de documentos..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Formularios/Consola de erros..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Formularios/Filtros de pantalla..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Formularios/Historial de desfacer..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtros/Repetir ltimo" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtros/Re-amosar ltimo" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtros/Neboa" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtros/Cores" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtros/Ruido" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtros/Detectar aristas" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtros/Intensificar" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtros/Xenricos" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtros/Efecto de cristal" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtros/Efectos de luz" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtros/Distorsins" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtros/Artsticos" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtros/Mapa" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtros/Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtros/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtros/Animacin" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtros/Combinar" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtros/Xoguetes" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automtico" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Por extensin" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nova capa..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pila/Elevar capa" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pila/Baixar capa" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pila/Capa tope" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pila/Capa fondo" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplicar capa" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Fixar capa" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Borrar capa" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Tamao lmite de capa..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Capa a tamao de imaxe" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Escalar capa..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Fusionar capas visibles..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Fusionar" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Aplanar imaxe" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Engadir capa de mscara..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Aplicar capa de mscara" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Borrar capa de mscara" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Mscara a seleccin" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Engadir canle alfa" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa a seleccin" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Editar atributos de capa..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nova canle..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Elevar canle" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Baixar canle" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplicar canle" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Canle a seleccin" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Engadir a seleccin" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Substraer da seleccin" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Intersecar coa seleccin" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Borrar Canle" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Editar atributos da canle..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nova Curva" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplicar curva" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Curva a seleccin" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Seleccin a curva" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Trazar curva" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Borrar curva" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Copiar curva" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Pegar curva" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importar curva..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exportar curva..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Editar atributos da curva..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Erro abrindo ficheiro: %s\n" diff --git a/po/hr.po b/po/hr.po index 8f16c650b5..6793c8b2cc 100644 --- a/po/hr.po +++ b/po/hr.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.29\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-11-03 08:48+0100\n" "Last-Translator: eljan Rikalo \n" "Language-Team: CROATIAN \n" @@ -41,67 +41,67 @@ msgid "Pressure:" msgstr "Tlak:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "Za Vas napravili" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Startam GIMP" # ##, cformat -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "parsam \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Traim datoteke" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Paraziti" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Kistovi" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Uzorci" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Palete" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradijenti" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Stvarno elite Zavriti?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -111,18 +111,18 @@ msgstr "" "nisu spremljene.\n" "Ipak elite Zavriti?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Izlaz" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -172,7 +172,7 @@ msgstr "Posebni Gradijent" msgid "Blend:" msgstr "Mijealica:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linearno" @@ -324,7 +324,7 @@ msgstr "Urednik Kista" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -355,7 +355,7 @@ msgstr "Kut:" msgid "Brush Selection" msgstr "Odabir Kista" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Osvjei" @@ -378,7 +378,7 @@ msgid "New" msgstr "Nova" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Uredi" @@ -483,7 +483,7 @@ msgstr "kopiraj" # ##, cformat #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s kopiraj" @@ -792,43 +792,43 @@ msgstr "Slika:" msgid "none" msgstr "ne" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Istovrsni Odabir" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Istovrsni Odabir na:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Odabir Skupljanja" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Odabir Skupljanja od:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Skupljanje od ruba slike" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Odabir uveavanja" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Odabir Uveanja na:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Odabir Rubova" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Odabir Rubova od:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Greka u promjeni veliine.Visina i irina moraju biti vee od nule" @@ -1452,27 +1452,27 @@ msgstr "" "odabira jer isti pripada maski sloja ili\n" "kanalu." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-prazno" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "skala sive prazna" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "skala sive" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indeksirano-prazno" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indeksirano" @@ -1884,112 +1884,112 @@ msgstr "Unesi ime za ovaj spremnik" msgid "Copy Named" msgstr "Kopiraj Imenovano" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Zakrivljeno" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusoidalno" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sferino (uveanje)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sferino(umanjenje)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "isti RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (broja-smjer kazaljke)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (smjer kazaljke)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Urednik Gradijenata" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradijent" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Naziv" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Oper. Gradijenta" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Novi Gradijent" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopiraj Gradijent" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Izbrii Gradijent" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Preimenuj Gradijent" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Spremi kao POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Uveaj sve" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Brzo Osvjeavanje" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standardno" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Novi gradijent" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Upii naziv novog gradijenta" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "bezimena" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopiraj gradijent" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Unesi naziv za kopirani gradijent" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Preimenuj gradijent" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Unesi novi naziv za gradijent" @@ -2004,13 +2004,13 @@ msgstr "" "\"%s\" s liste i diska ?" # #, cformat -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Faktor uveanja: %d:1 Prikaz [%0.6f, %0.6f]" # #, cformat -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2020,31 +2020,31 @@ msgstr "" "Neprozirnost: %0.3f" # #, cformat -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Boja prednjeg plana podeena u RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" # #, cformat -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Boja pozadine u RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Povuci: pomakni Shift+drag: pomakni & komprimiraj" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klik: Odabir Shift+klik: proireni odabir" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Klik: odabir Shift+klik: proireni odabir Povuci: pomakni" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2053,183 +2053,183 @@ msgstr "" "pomakni & komprimiraj" # #, cformat -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Pozicija rukovatelja: %0.6f" # #, cformat -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Udaljenost: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Lijeva krajnja toka boje" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Uitaj iz" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Kranja desna toka lijevog susjeda" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Desna krajnja toka" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Spremi u" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Boja desne krajnje toke" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Lijeva kranja toka desnog susjeda" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Lijeva krajnja toka" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Odabir operacija" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Funkcija mjeanja za segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Vrsta obojanosti za segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Spoji segment u sredinjici" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Spoji segment jednoobrazno" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Izbrii segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Ponovo centriraj sredinjicu segmenta" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Povnovo raspodjeli rukovatelje u segmentu" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Zrcali segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Repliciraj segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Funkcija mijeanja za odabir" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Vrsta obojanosti za odabir" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Spoji segmente u sredinjici" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Spoji segmente jednoobrazno" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Izbrii odabrano" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Ponovo centriraj sredinjicu u odabiru" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Ponovo raspodjeli rukovatelje u odabiru" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Zrcali odabir" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Repliciraj odabir" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Boja prednjeg plana" # #, cformat -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varijacije)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Spoji" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Molim, selektiraj broj jednoobraznih djelova" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "u koji elite spojiti odabrani segment" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "u koji elite spojiti segmente iz odabranog" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Krajnje toke mijeanja boje" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Krajnje toke neprozirnosti mijeanja" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replikacija" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Molim odaberite broj koraka" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "elite replicirati oznaeni segment" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "elite replicirati oznaeno" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Odabir Gradijenta" @@ -3048,11 +3048,11 @@ msgid "/_File" msgstr "/_Datoteka" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Datoteka/Nova..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Datoteka/Otvori..." @@ -3108,686 +3108,686 @@ msgstr "/Datoteka/Dijalozi/Kazalo Dokumenata..." msgid "/File/Dialogs/Error Console..." msgstr "/Datoteka/Dijalozi/Konzola za Greke..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Datoteka/Dijalozi/Filteri Zaslona..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Datoteka/Kraj" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Pretraiva Modula..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Pomo" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Pomo/Pomo..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Pomo/Sadraj Pomoi..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Pomo/Korisni Savjet..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Pomo/O..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Pomo/Dump Items (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Datoteka/Spremi" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Datoteka/Spremi Kao..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Datoteka/Povrat" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Datoteka/Zatvori" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Uredi/Korak Natrag" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Uredi/Korak Naprijed" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Uredi/Odrei" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Uredi/Kopiraj" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Uredi/Ubaci" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Uredi/Ubaci u" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Uredi/Ubaci kao Novu" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Uredi/Spremnik/Odrei Imenovano..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Uredi/Spremnik/Kopiraj imenovano..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Uredi/Spremnik/Ubaci Imenovano..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Uredi/Poisti" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Uredi/Ispuni bojom Prednjeg Plana" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Uredi/Ispuni Bojom Pozadine" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Uredi/Uokviri" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Odaberi/Obratno" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Odaberi/Sve" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Odaberi/Nita" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Odaberi/Plutajui" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Odaberi/Pero..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Odaberi/Izotravanje" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Odaberi/Skupljanje..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Odaberi/Rast..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Odaberi/Rub..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Odaberi/Spremi u Kanal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Prikaz/Uveanje +" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Prikaz/Umanjenje -" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Prikaz/Povealo/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Prikaz/Povealo/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Prikaz/Povealo/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Prikaz/Povealo/4:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Prikaz/Povealo/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Prikaz/Povealo/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Prikaz/Povealo/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Prikaz/Povealo/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Prikaz/Povealo/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Prikaz/Toka za Toku" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Prikaz/Info Prozor..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Prikaz/Navig. Prozor..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Prikaz/Prikai Odabir " -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Prikaz/Prikai Ravnala" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Prikaz/Prikai Statusnu Traku" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Prikaz/Prikai Vodilje" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Prikaz/Zakljuaj Vodilje" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Prikaz/Novi Prikaz" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Prikaz/Shrink Wrap" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Slika/Vrsta/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Slika/Vrsta/Siva Skala" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Slika/Vrsta/Indeksirano..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Slika/Boje/Umanji Zasienje" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Slika/Boje/Obratno" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Slika/Boje/Auto/Ujednai" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Slika/Alfa/Dodaj Alfa Kanal" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Slika/Transformacije/Ofset..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Slika/Transformacije/Rotacija" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Slika/Veliina Platna..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Slika/Veliina Slike..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Slika/Dupliciranje" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Slojevi/Slojevi, Kanali & Staze..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Slojevi/Sloj u Veliinu Slike" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Slojevi/Hrpa/Prethodni Sloj" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Slojevi/Hrpa/Sljedei Sloj" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Slojevi/Hrpa/Podigni Sloj" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Slojevi/Hrpa/Spusti Sloj" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Slojevi/Hrpa/Sloj na Vrh" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Slojevi/Hrpa/Sloj na Dno" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Slojevi/Rotacija" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Slojevi/Usidreni Sloj" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Slojevi/Stopi Vidljive Slojeve..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Slojevi/Ravna Slika" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Slojevi/Maska u Odabir" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Slojevi/Dodaj Alfa Kanal" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Slojevi/Alfa u Odabir" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Alati/Kutija s Alatima" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Alati/Standardne Boje" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Alati/Zamjenske Boje" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dijalozi/Slojevi, Kanali & Staze..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dijalozi/Opcije Alata..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dijalozi/Kistovi..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dijalozi/Uzorci..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dijalozi/Gradijenti..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dijalozi/Palete..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dijalozi/Indeks. Palete..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dijalozi/Ulazni Ureaji..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dijalozi/Status Ureaja..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dijalozi/Kazalo Dokumenata..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dijalozi/Konzola za Greke..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dijalozi/Filteri Zaslona..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dijalozi/Povijest - Unatrag..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filteri/Ponovi Zadnji" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filteri/Opet Ponovi Zadnji" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filteri/Zamuenje" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filteri/Boje" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filteri/um" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filteri/Detektor ruba" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filteri/Pojaani" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filteri/Generiki" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filteri/Efekti ae" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filteri/Svjetlosni efekti" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filteri/Distorzije" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filteri/Umjetniki" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filteri/Mape" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filteri/Renderiranje" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filteri/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filteri/Animacija" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filteri/Kombinacije" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filteri/Igrake" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatski" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Po Ekstenziji" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Novi Sloj..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Hrpa/Podigni Sloj" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Hrpa/Spusti Sloj" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Hrpa/Sloj na Vrh" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Hrpa/Sloj na Dno" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Dupliciraj Sloj" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Usidreni Sloj" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Izbrii Sloj" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Veliina Graninika Sloja..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Sloj u Veliinu Slike" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Srazmjer Sloja..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Stopi Vidljive Slojeve..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Stopi Prema Dolje" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Ravna Slika" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Dodaj Masku Sloja..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Prihvati Masku Sloja" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Izbrii Masku Sloja" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maska u Odabir" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Dodaj Alfa Kanal" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa u Odabir" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Uredi Postavke Sloja..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Novi Kanal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Povisi Kanal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Snizi Kanal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Dupliciraj Kanal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanal u Odabir" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Dodaj u Odabir" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Oduzmi iz Odabira" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Presijeci Odabirom" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Izbrii Kanal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Uredi Osobitosti Kanala..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nova Staza" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Dupliciraj Stazu" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Staza u Selekciju" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Selekcija u Stazu" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Staza Okvira" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Izbrii Stazu" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopiraj Stazu" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Ubaci Stazu" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Uvezi Stazu.." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Izvezi Stazu.." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Uredi Postavke Staze..." # #, cformat -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Pogreka pri otvaranju : %s\n" diff --git a/po/hu.po b/po/hu.po index 96355b2abc..8b181c58d1 100644 --- a/po/hu.po +++ b/po/hu.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1\n" -"POT-Creation-Date: 2000-12-22 12:43+0100\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-22 12:49+0100\n" "Last-Translator: Andras TIMAR \n" "Language-Team: Hungarian \n" @@ -42,67 +42,67 @@ msgid "Pressure:" msgstr "Erssg: " #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "A GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "rta:" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "A GIMP indtsa" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "\"%s\" rtelmezse\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Adatfjlok keresse" -#: app/app_procs.c:564 +#: app/app_procs.c:569 #, fuzzy msgid "Parasites" msgstr "Beilleszt" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Ecsetek" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Mintk" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Palettk" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Szntmenetek" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Valban kilpsz?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -112,12 +112,12 @@ msgstr "" "\n" "Mgis kilpsz?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Kilps" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 @@ -798,47 +798,47 @@ msgstr "K msgid "none" msgstr "---" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "" -#: app/commands.c:340 +#: app/commands.c:343 #, fuzzy msgid "Feather Selection by:" msgstr "Lebeg kijells" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Kijells szktse" -#: app/commands.c:376 +#: app/commands.c:379 #, fuzzy msgid "Shrink Selection by:" msgstr "Kijells szktse" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Kijells nvelse" -#: app/commands.c:410 +#: app/commands.c:413 #, fuzzy msgid "Grow Selection by:" msgstr "Kijells nvelse" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Httr kivlaszts" -#: app/commands.c:433 +#: app/commands.c:436 #, fuzzy msgid "Border Selection by:" msgstr "Httr kivlaszts" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" @@ -1463,27 +1463,27 @@ msgid "" "layer mask or channel." msgstr "" -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "szrkernyalatos" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexelt" @@ -3049,11 +3049,11 @@ msgid "/_File" msgstr "/_Fjl" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Fjl/j..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Fjl/Megnyits..." @@ -3109,789 +3109,789 @@ msgstr "/F msgid "/File/Dialogs/Error Console..." msgstr "/Fjl/Prbeszdablakok/Hibakonzol..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Fjl/Prbeszdablakok/Kpernyszrk..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Fjl/Kilps" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Kit." -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Bv/Modulbngsz..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Sg" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Sg/Sg..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Sg/Helyi sg..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Sg/A nap tlete..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Sg/Nvjegy..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Sg/Dump Items (Debug)xxx" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Fjl/Ments" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Fjl/Ments msknt..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Fjl/Ments" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Fjl/Bezrs" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Szerkeszts/Visszavons" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Szerkeszts/Mgsem von vissza" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Szerkeszts/Kivgs" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Szerkeszts/Msols" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Szerkeszts/Beilleszts" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Szerkeszts/Helyben beilleszts" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Szerkeszts/jknt beilleszts" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Szerkeszts/Buffer/Kivgs (nv szerint)..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Szerkeszts/Msols (nv szerint)..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Szerkeszts/Beilleszts (nv szerint)..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Szerkeszts/Trls..." -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Szerkeszts/Feltlts az eltrsznnel" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Szerkeszts/Feltlts a httrsznnel" -#: app/menus.c:267 +#: app/menus.c:269 #, fuzzy msgid "/Edit/Stroke" msgstr "/Szerkeszt/Krberajzol" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Kijells/Invertls" -#: app/menus.c:277 +#: app/menus.c:279 #, fuzzy msgid "/Select/All" msgstr "/Kijells/Teljes kp" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Kijells/Megszntet" -#: app/menus.c:281 +#: app/menus.c:283 #, fuzzy msgid "/Select/Float" msgstr "/Kijells/Lebeg" -#: app/menus.c:286 +#: app/menus.c:288 #, fuzzy msgid "/Select/Feather..." msgstr "/Kijells/Elmos" -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Kijells/lests" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Kijells/Cskkents..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Kijells/Nvels..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Kijells/Keret..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Kijells/Ments csatornba" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Nzet/Nagyts" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Nzet/Kicsinyts" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Nzet/Nagyts arnya/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Nzet/Nagyts arnya/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Nzet/Nagyts arnya/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Nzet/Nagyts arnya/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Nzet/Nagyts arnya/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Nzet/Nagyts arnya/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Nzet/Nagyts arnya/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Nzet/Nagyts arnya/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Nzet/Nagyts arnya/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Nzet/Pontrl pontra" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Nzet/Infablak..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Nzet/Navigtorablak..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Nzet/Kijells be-ki" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Nzet/Vonalz be-ki" -#: app/menus.c:346 +#: app/menus.c:348 #, fuzzy msgid "/View/Toggle Statusbar" msgstr "/Nzet/Sttuszsor be-ki" -#: app/menus.c:348 +#: app/menus.c:350 #, fuzzy msgid "/View/Toggle Guides" msgstr "/Nzet/Segdvonalak be-ki" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Nzet/Segdvonalhoz igazts" -#: app/menus.c:355 +#: app/menus.c:357 #, fuzzy msgid "/View/New View" msgstr "/Nzet/j nzet" -#: app/menus.c:357 +#: app/menus.c:359 #, fuzzy msgid "/View/Shrink Wrap" msgstr "/Nzet/Teljes nzet" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Kp/Md/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Kp/Md/Fekete-fehr" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Kp/Md/Indexelt..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 #, fuzzy msgid "/Image/Colors/Desaturate" msgstr "/Kp/Sznek/Fekete-fehr" -#: app/menus.c:376 +#: app/menus.c:378 #, fuzzy msgid "/Image/Colors/Invert" msgstr "/Kp/Sznek/Invertls" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 #, fuzzy msgid "/Image/Colors/Auto/Equalize" msgstr "/Kp/Sznek/Sznek kiegyenltse" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 #, fuzzy msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Kp/Alfa/Alfa csatorna ltrehozs" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 #, fuzzy msgid "/Image/Transforms/Offset..." msgstr "talakts" -#: app/menus.c:399 +#: app/menus.c:401 #, fuzzy msgid "/Image/Transforms/Rotate" msgstr "/Kp/Sznek/Invertls" -#: app/menus.c:406 +#: app/menus.c:408 #, fuzzy msgid "/Image/Canvas Size..." msgstr "/Kp/tmretezs" -#: app/menus.c:408 +#: app/menus.c:410 #, fuzzy msgid "/Image/Scale Image..." msgstr "/Kp/Sklzs" -#: app/menus.c:410 +#: app/menus.c:412 #, fuzzy msgid "/Image/Duplicate" msgstr "/Kp/Csatornk/Duplikls" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 #, fuzzy msgid "/Layers/Layers, Channels & Paths..." msgstr "/Rtegek/Rtegek s csatornk..." -#: app/menus.c:422 +#: app/menus.c:424 #, fuzzy msgid "/Layers/Layer to Imagesize" msgstr "/Rtegek/Egy rtegg" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 #, fuzzy msgid "/Layers/Stack/Previous Layer" msgstr "/Rtegek/Feljebb" -#: app/menus.c:429 +#: app/menus.c:431 #, fuzzy msgid "/Layers/Stack/Next Layer" msgstr "/Rtegek/Feljebb" -#: app/menus.c:431 +#: app/menus.c:433 #, fuzzy msgid "/Layers/Stack/Raise Layer" msgstr "/Rtegek/Feljebb" -#: app/menus.c:433 +#: app/menus.c:435 #, fuzzy msgid "/Layers/Stack/Lower Layer" msgstr "/Rtegek/Lejjebb" -#: app/menus.c:435 +#: app/menus.c:437 #, fuzzy msgid "/Layers/Stack/Layer to Top" msgstr "Legfellre" -#: app/menus.c:437 +#: app/menus.c:439 #, fuzzy msgid "/Layers/Stack/Layer to Bottom" msgstr "Legalulra" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 #, fuzzy msgid "/Layers/Rotate" msgstr "/Rtegek/Feljebb" -#: app/menus.c:449 +#: app/menus.c:451 #, fuzzy msgid "/Layers/Anchor Layer" msgstr "/Rtegek/Rteg rgztse" -#: app/menus.c:451 +#: app/menus.c:453 #, fuzzy msgid "/Layers/Merge Visible Layers..." msgstr "/Rtegek/Lthat rtegek sszefslse" -#: app/menus.c:453 +#: app/menus.c:455 #, fuzzy msgid "/Layers/Flatten Image" msgstr "/Rtegek/Egy rtegg" -#: app/menus.c:458 +#: app/menus.c:460 #, fuzzy msgid "/Layers/Mask to Selection" msgstr "/Rtegek/Maszk kijellss" -#: app/menus.c:463 +#: app/menus.c:465 #, fuzzy msgid "/Layers/Add Alpha Channel" msgstr "/Rtegek/Alfa csatorna ltrehozs" -#: app/menus.c:465 +#: app/menus.c:467 #, fuzzy msgid "/Layers/Alpha to Selection" msgstr "/Rtegek/Alfa csatorna kijellss" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 #, fuzzy msgid "/Tools/Toolbox" msgstr "/Eszkzk/Eszkztr" -#: app/menus.c:475 +#: app/menus.c:477 #, fuzzy msgid "/Tools/Default Colors" msgstr "/Eszkzk/Alaprtelmezett sznek" -#: app/menus.c:477 +#: app/menus.c:479 #, fuzzy msgid "/Tools/Swap Colors" msgstr "/Eszkzk/Sznek felcserlse" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 #, fuzzy msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Belltsok/Rtegek s csatornk..." -#: app/menus.c:486 +#: app/menus.c:488 #, fuzzy msgid "/Dialogs/Tool Options..." msgstr "/Belltsok/Eszkzbelltsok..." -#: app/menus.c:491 +#: app/menus.c:493 #, fuzzy msgid "/Dialogs/Brushes..." msgstr "/Belltsok/Ecsetek..." -#: app/menus.c:493 +#: app/menus.c:495 #, fuzzy msgid "/Dialogs/Patterns..." msgstr "/Belltsok/Mintk..." -#: app/menus.c:495 +#: app/menus.c:497 #, fuzzy msgid "/Dialogs/Gradients..." msgstr "/Belltsok/Szntmenetek..." -#: app/menus.c:497 +#: app/menus.c:499 #, fuzzy msgid "/Dialogs/Palette..." msgstr "/Belltsok/Paletta..." -#: app/menus.c:499 +#: app/menus.c:501 #, fuzzy msgid "/Dialogs/Indexed Palette..." msgstr "/Belltsok/Indexelt paletta..." -#: app/menus.c:504 +#: app/menus.c:506 #, fuzzy msgid "/Dialogs/Input Devices..." msgstr "/Belltsok/Beviteli eszkzk..." -#: app/menus.c:506 +#: app/menus.c:508 #, fuzzy msgid "/Dialogs/Device Status..." msgstr "/Belltsok/Eszkzllapot..." -#: app/menus.c:511 +#: app/menus.c:513 #, fuzzy msgid "/Dialogs/Document Index..." msgstr "/Fjl/Belltsok/Dokumentum index..." -#: app/menus.c:513 +#: app/menus.c:515 #, fuzzy msgid "/Dialogs/Error Console..." msgstr "/Fjl/Belltsok/Hibakonzol..." -#: app/menus.c:515 +#: app/menus.c:518 #, fuzzy msgid "/Dialogs/Display Filters..." msgstr "/Belltsok/Mintk..." -#: app/menus.c:517 +#: app/menus.c:521 #, fuzzy msgid "/Dialogs/Undo History..." msgstr "/Szerkeszt/Visszavon" #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 #, fuzzy msgid "/Filters/Repeat Last" msgstr "/Filters/Ismt vgrehajt" -#: app/menus.c:528 +#: app/menus.c:532 #, fuzzy msgid "/Filters/Re-Show Last" msgstr "/Filters/Ismt bellt" -#: app/menus.c:533 +#: app/menus.c:537 #, fuzzy msgid "/Filters/Blur" msgstr "Kitlts tpusa" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Szrk/Sznek" -#: app/menus.c:537 +#: app/menus.c:541 #, fuzzy msgid "/Filters/Noise" msgstr "Kitlts tpusa" -#: app/menus.c:539 +#: app/menus.c:543 #, fuzzy msgid "/Filters/Edge-Detect" msgstr "/Filters/Ismt vgrehajt" -#: app/menus.c:541 +#: app/menus.c:545 #, fuzzy msgid "/Filters/Enhance" msgstr "Kitlts tpusa" -#: app/menus.c:543 +#: app/menus.c:547 #, fuzzy msgid "/Filters/Generic" msgstr "Kitlts tpusa" -#: app/menus.c:548 +#: app/menus.c:552 #, fuzzy msgid "/Filters/Glass Effects" msgstr "/Filters/Ismt vgrehajt" -#: app/menus.c:550 +#: app/menus.c:554 #, fuzzy msgid "/Filters/Light Effects" msgstr "Kitlts tpusa" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Szrk/Torzts" -#: app/menus.c:554 +#: app/menus.c:558 #, fuzzy msgid "/Filters/Artistic" msgstr "/Filters/Ismt vgrehajt" -#: app/menus.c:556 +#: app/menus.c:560 #, fuzzy msgid "/Filters/Map" msgstr "Kitlts tpusa" -#: app/menus.c:558 +#: app/menus.c:562 #, fuzzy msgid "/Filters/Render" msgstr "/Fjl/Ments" -#: app/menus.c:560 +#: app/menus.c:564 #, fuzzy msgid "/Filters/Web" msgstr "Kitlts tpusa" -#: app/menus.c:565 +#: app/menus.c:569 #, fuzzy msgid "/Filters/Animation" msgstr "Kitlts tpusa" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "" -#: app/menus.c:572 +#: app/menus.c:576 #, fuzzy msgid "/Filters/Toys" msgstr "Kitlts tpusa" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatikus" -#: app/menus.c:597 +#: app/menus.c:601 #, fuzzy msgid "/By Extension" msgstr "/Kiterjeszts szerint" -#: app/menus.c:611 +#: app/menus.c:615 #, fuzzy msgid "/New Layer..." msgstr "j rteg" #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 #, fuzzy msgid "/Stack/Raise Layer" msgstr "/Rtegek/Feljebb" -#: app/menus.c:618 +#: app/menus.c:622 #, fuzzy msgid "/Stack/Lower Layer" msgstr "/Rtegek/Lejjebb" -#: app/menus.c:620 +#: app/menus.c:624 #, fuzzy msgid "/Stack/Layer to Top" msgstr "Legfellre" -#: app/menus.c:622 +#: app/menus.c:626 #, fuzzy msgid "/Stack/Layer to Bottom" msgstr "Legalulra" -#: app/menus.c:625 +#: app/menus.c:629 #, fuzzy msgid "/Duplicate Layer" msgstr "Rteg msolsa" -#: app/menus.c:627 +#: app/menus.c:631 #, fuzzy msgid "/Anchor Layer" msgstr "Rteg rgztse" -#: app/menus.c:629 +#: app/menus.c:633 #, fuzzy msgid "/Delete Layer" msgstr "Rteg trlse" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "" -#: app/menus.c:636 +#: app/menus.c:640 #, fuzzy msgid "/Layer to Imagesize" msgstr "/Rtegek/Egy rtegg" -#: app/menus.c:638 +#: app/menus.c:642 #, fuzzy msgid "/Scale Layer..." msgstr "Rteg sklzsa" -#: app/menus.c:643 +#: app/menus.c:647 #, fuzzy msgid "/Merge Visible Layers..." msgstr "Lthat rtegek sszefslse" -#: app/menus.c:645 +#: app/menus.c:649 #, fuzzy msgid "/Merge Down" msgstr "sszefsls lefel" -#: app/menus.c:647 +#: app/menus.c:651 #, fuzzy msgid "/Flatten Image" msgstr "Egy rtegg" -#: app/menus.c:652 +#: app/menus.c:656 #, fuzzy msgid "/Add Layer Mask..." msgstr "Rtegmaszk ltrehozsa" -#: app/menus.c:654 +#: app/menus.c:658 #, fuzzy msgid "/Apply Layer Mask" msgstr "Rtegmaszk rvnyestse" -#: app/menus.c:656 +#: app/menus.c:660 #, fuzzy msgid "/Delete Layer Mask" msgstr "Rteg trlse" -#: app/menus.c:658 +#: app/menus.c:662 #, fuzzy msgid "/Mask to Selection" msgstr "Maszk kijellss" -#: app/menus.c:663 +#: app/menus.c:667 #, fuzzy msgid "/Add Alpha Channel" msgstr "Alfa csatorna ltrehozs" -#: app/menus.c:665 +#: app/menus.c:669 #, fuzzy msgid "/Alpha to Selection" msgstr "tltszatlansg kijellss" -#: app/menus.c:670 +#: app/menus.c:674 #, fuzzy msgid "/Edit Layer Attributes..." msgstr "Rteg tulajdonsgainak szerkesztse" -#: app/menus.c:681 +#: app/menus.c:685 #, fuzzy msgid "/New Channel..." msgstr "j csatorna" -#: app/menus.c:683 +#: app/menus.c:687 #, fuzzy msgid "/Raise Channel" msgstr "Feljebb" -#: app/menus.c:685 +#: app/menus.c:689 #, fuzzy msgid "/Lower Channel" msgstr "Lejjebb" -#: app/menus.c:687 +#: app/menus.c:691 #, fuzzy msgid "/Duplicate Channel" msgstr "Csatorna msolsa" -#: app/menus.c:692 +#: app/menus.c:696 #, fuzzy msgid "/Channel to Selection" msgstr "Csatornbl kijells" -#: app/menus.c:694 +#: app/menus.c:698 #, fuzzy msgid "/Add to Selection" msgstr "tltszatlansg kijellss" -#: app/menus.c:696 +#: app/menus.c:700 #, fuzzy msgid "/Subtract from Selection" msgstr "Csatornbl kijells" -#: app/menus.c:698 +#: app/menus.c:702 #, fuzzy msgid "/Intersect with Selection" msgstr "Ecset vlaszts" -#: app/menus.c:703 +#: app/menus.c:707 #, fuzzy msgid "/Delete Channel" msgstr "Csatorna trlse" -#: app/menus.c:708 +#: app/menus.c:712 #, fuzzy msgid "/Edit Channel Attributes..." msgstr "Csatorna tulajdonsgok szerkesztse" -#: app/menus.c:719 +#: app/menus.c:723 #, fuzzy msgid "/New Path" msgstr "j paletta" -#: app/menus.c:721 +#: app/menus.c:725 #, fuzzy msgid "/Duplicate Path" msgstr "Rteg msolsa" -#: app/menus.c:723 +#: app/menus.c:727 #, fuzzy msgid "/Path to Selection" msgstr "Paletta belltsok" -#: app/menus.c:725 +#: app/menus.c:729 #, fuzzy msgid "/Selection to Path" msgstr "Kijells" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "" -#: app/menus.c:729 +#: app/menus.c:733 #, fuzzy msgid "/Delete Path" msgstr "Trl" -#: app/menus.c:734 +#: app/menus.c:738 #, fuzzy msgid "/Copy Path" msgstr "Szntmenet msolsa" -#: app/menus.c:736 +#: app/menus.c:740 #, fuzzy msgid "/Paste Path" msgstr "Beilleszt" -#: app/menus.c:738 +#: app/menus.c:742 #, fuzzy msgid "/Import Path..." msgstr "Sznpaletta" -#: app/menus.c:740 +#: app/menus.c:744 #, fuzzy msgid "/Export Path..." msgstr "Sznpaletta" -#: app/menus.c:745 +#: app/menus.c:749 #, fuzzy msgid "/Edit Path Attributes..." msgstr "Rteg tulajdonsgainak szerkesztse" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "" diff --git a/po/it.po b/po/it.po index d0c26c87ab..33a07ec1f0 100644 --- a/po/it.po +++ b/po/it.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.29\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-11-06 13:16+01:00\n" "Last-Translator: Daniele Medri \n" "Language-Team: gimp.linux.it\n" @@ -41,66 +41,66 @@ msgid "Pressure:" msgstr "Pressione:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "The GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "realizzata da" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Avvio di GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "analisi di \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Inizializzazione" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasites" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pennelli" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Pattern" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Palette" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradienti" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Desiderate uscire?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -110,18 +110,18 @@ msgstr "" "\n" "Uscire da GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Esci" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -171,7 +171,7 @@ msgstr "Gradiente Personalizzato" msgid "Blend:" msgstr "Unione:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Lineare" @@ -323,7 +323,7 @@ msgstr "Editor dei pennelli" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -354,7 +354,7 @@ msgstr "Angolo:" msgid "Brush Selection" msgstr "Selezione pennello" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Aggiorna" @@ -377,7 +377,7 @@ msgid "New" msgstr "Nuovo" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Modifica" @@ -481,7 +481,7 @@ msgid "copy" msgstr "copia" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s copia" @@ -790,43 +790,43 @@ msgstr "Immagine:" msgid "none" msgstr "Nessuna" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Selezione piumata" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Selezione piumata per:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Riduci selezione" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Riduci selezione per:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Riduci dal bordo dell'immagine" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Espandi selezione" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Espandi selezione per:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Selezione bordo" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Selezione bordo per:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Errore di ridimensionamento: sia la larghezza che l'altezza devono essere " @@ -1445,27 +1445,27 @@ msgstr "" "selezione fluttuante perch appartiene ad\n" "un livello maschera o canale." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-vuoto" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "Scala di grigio-vuoto" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "Scala di grigio" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "scala di colore - vuoto" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "scala di colore" @@ -1865,112 +1865,112 @@ msgstr "Inserire un nome per questo buffer" msgid "Copy Named" msgstr "Copia con nome" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Curvato" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusoidale" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sferico (incrementale)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sferico (decrementale)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (contatore tonalit in senso orario)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (tonalit in senso orario)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor dei gradienti" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradienti" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nome" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Opzioni gradienti" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nuovo gradiente" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Copia gradiente" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Elimina gradiente" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Rinomina gradiente" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Salva come POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom totale" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Aggiornamento istantaneo" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standard" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nuovo gradiente" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Inserisci un nome per il nuovo gradiente" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "Senza nome" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Copia gradiente" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Inserisci un nome per il gradiente copiato" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Rinomina gradiente" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Inserisci un nuovo nome per il gradiente" @@ -1983,12 +1983,12 @@ msgstr "" "Siete sicuri di volere eliminare\n" "\"%s\" dalla lista e dal disco?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Fattore Zoom: %d:1 Visualizzazione [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1997,30 +1997,30 @@ msgstr "" "Posizione: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " " Opacit: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Configura colori Primo Piano a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Colori di Sfondo a RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Prendi: muove Shift+Prendi: muove e comprime" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Click: seleziona Shift+click: estende la selezione" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Click: selezione Shift+click: estende la selezione Prendi: muove" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2028,181 +2028,181 @@ msgstr "" "Click: seleziona Shift+click: estende la selezione Prendi: muove " "Shift+Prendi: muovi e comprime" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Posizione attiva: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distanza: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Colore punto finale sinistro" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Carica da" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Da sinistra a destra" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Punto finale destro" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Salva a" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Colore punto finale destro" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Da destra a sinistra" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Punto finale sinistro" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Operazioni di selezione" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Sfumatura del segmento" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Tipo di colorazione per il segmento" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Dividi segmento a met" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Dividi uniformit segmento" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Elimina segmento" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Ri-centra met del segmento" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Ridistribuzione punti nel segmento" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Rifletti segmento" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replica segmento" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Funzione sfumatura per la selezione" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Tipo di colore per la selezione" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Dividi il segmento a met" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Dividi il segmento uniformemente" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Elimina la selezione" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Ri-centra met nella selezione" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Ridistribuite " -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Rifletti la selezione" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replica la selezione" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Colori primo piano" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varie)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Dividi" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Selezionare il numero di parti uniformi" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "che desiderate ottenere dividendo il segmento selezionato" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "che desiderate ottenere dividento il segmento nella selezione" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Sfumatura dei colori agli estremi" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Sfumatura opacit agli estremi" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replica" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Selezionare il numero di " -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "repliche da applicare al segmento selezionato" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "repliche da applicare alla selezione" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Selezione gradienti" @@ -3017,11 +3017,11 @@ msgid "/_File" msgstr "/_File" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/File/Nuovo..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/File/Apri..." @@ -3077,685 +3077,685 @@ msgstr "/File/Finestre/Indice documenti..." msgid "/File/Dialogs/Error Console..." msgstr "/File/Finestre/Console degli errori..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/File/Finestre/Visualizza filtri..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/File/Esci" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Gestione moduli..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Aiuto" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Aiuto/Aiuto..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Aiuto/Aiuto contestuale..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Aiuto/Suggerimenti del giorno..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Aiuto/Informazioni..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Aiuto/Dump degli elementi (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/File/Salva" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/File/Salva con nome..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/File/Inverti" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/File/Chiudi" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Modifica/Annulla" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Modifica/Ripeti" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Modifica/Taglia" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Modifica/Copia" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Modifica/Incolla" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Modifica/Incolla dentro" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Modifica/Incolla come nuovo" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Modifica/Buffer/Taglia con nome..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Modifica/Buffer/Copia con nome..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Modifica/Buffer/Incolla con nome..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Modifica/Pulisci" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Modifica/Riempi con colore primo piano" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Modifica/Riempi con colore di sfondo" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Modifica/Sbarra" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Selezione/Invertita" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Selezione/Totale" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Selezione/Nessuna" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Selezione/Fluttuante" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Selezione/Sfumata..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Selezione/Definita" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Selezione/Ridotta..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Selezione/Allargata..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Selezione/Bordi..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Selezione/Salva in canale" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Visualizza/Zoom avanti" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Visualizza/Zoom indietro" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Visualizza/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Visualizza/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Visualizza/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Visualizza/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Visualizza/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Visualizza/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Visualizza/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Visualizza/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Visualizza/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Visualizza/Punto per punto" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Visualizza/Finestra informazioni..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Visualizza/Navigatore..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Visualizza/Selezione tratteggiata" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Visualizza/Righelli indicativi" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Visualizza/Barra di stato" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Visualizza/Griglia" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Visualizza/Punti a griglia" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Visualizza/Nuova vista" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Visualizza/Riposiziona vista" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Immagine/Modalit/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Immagine/Modalit/Scala di grigio" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Immagine/Modalit/Scala di colore..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Immagine/Colori/Desaturazione" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Immagine/Colori/Inverti" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Immagine/Colori/Auto/Equalizza" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Immagine/Alpha/Aggiungi canale alpha" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Immagine/Trasforma/Offset..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Immagine/Trasformazioni/Colori/" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Immagine/Dimensione superficie..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Immagine/Scala immagine..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Immagine/Duplica" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Livelli/Livelli, canali e tracciati..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Livelli/Livello alla dimensione immagine" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Livelli/Pila/Livello precedente" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Livelli/Pila/Livello successivo" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Livelli/Pila/Alza livello" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Livelli/Pila/Abbassa livello" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Livelli/Pila/Livello in alto" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Livelli/Pila/Livelli in basso" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Livelli/Rotazione" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Livelli/Ancora livello" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Livelli/Incolla livelli visibili..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Livelli/Appiattisci immagine" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Livelli/Da Maschera a selezione" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Livelli/Aggiungi canale alpha" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Livelli/Alpha a selezione" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Strumenti/Barra degli strumenti" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Strumenti/Colori base" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Strumenti/Cambia colori" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Finestre/Livelli, canali e tracciati..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Finestre/Opzioni strumenti..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Finestre/Pennelli..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Finestre/Pattern..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Finestre/Gradienti..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Finestre/Palette..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Finestre/Palette in scala di colore..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Finestre/Dispositivi di input..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Finestre/Stato dei dispositivi..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/File/Finestre/Indice documenti..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/File/Finestre/Console degli errori..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Finestre/Visualizza filtri..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Finestre/Storico operazioni..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtri/Ripeti ultimo" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtri/Mostra ultimo" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtri/Sfocatura" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtri/Colori" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtri/Disturbo" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtri/Effetti Edge" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtri/Avanzati" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtri/Generici" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtri/Effetti vetro" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtri/Effetti luce" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtri/Distorsioni" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtri/Artistici" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtri/Mappatura" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtri/Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtri/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtri/Animazione" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/File/Combina" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtri/Giocattoli" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatico" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Per estensione" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nuovo livello..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pila/Alza livello" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pila/Abbassa livello" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pila/Livello in alto" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pila/Livello in basso" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplica livello" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Ancora livello" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Elimina livello" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Dimensione confine del livello..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Livello a Dimensione immagine" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Scala livello..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Incolla livelli visibili" -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Incolla in basso" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Immagine appiattita" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Aggiungi livello maschera..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Applica livello maschera" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Elimina livello maschera" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maschera a selezione" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Aggiungi canale alpha" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alpha a selezione" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Modifica attributi livello..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nuovo canale..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Alza il canale" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Abbassa il canale" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplica il canale" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Canale a selezione" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Aggiungi a selezione" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Sottrai da selezione" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Interseca con selezione" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Elimina canale" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Modifica attributi canale..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nuovo tracciato" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplica tracciato" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Tracciato a selezione" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Selezione a tracciato " -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Disegna tracciato" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Cancella tracciato" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Copia tracciato" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Incolla tracciato" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importa tracciato..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Esporta tracciato..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Modifica attributi tracciato..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Errore aprendo il file: %s\n" diff --git a/po/ja.po b/po/ja.po index 0e0bd6daf3..3847f86900 100644 --- a/po/ja.po +++ b/po/ja.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.2.0\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-11-25 21:59+09:00\n" "Last-Translator: ٹ \n" "Language-Team: Japanese \n" @@ -40,68 +40,68 @@ msgid "Pressure:" msgstr ":" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "The GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "" "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*,-misc-fixed-medium-r-normal-*-" "14-*-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "󶡤" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP ư" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "ɤ߹ \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "ǡե򸡺" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "ѥ饵" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "֥饷" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "ѥ" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "ѥå" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "ǡ" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "λޤ?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -111,18 +111,18 @@ msgstr "" "\n" "GIMP λޤ?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "λ" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -172,7 +172,7 @@ msgstr " msgid "Blend:" msgstr "֥:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "" @@ -324,7 +324,7 @@ msgstr " #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -355,7 +355,7 @@ msgstr " msgid "Brush Selection" msgstr "֥饷" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "ɤ߹" @@ -378,7 +378,7 @@ msgid "New" msgstr "" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Խ" @@ -482,7 +482,7 @@ msgid "copy" msgstr "ԡ" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s ԡ" @@ -791,43 +791,43 @@ msgstr " msgid "none" msgstr "ʤ" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "ΰܤ" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "ܤ:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "ΰν̾" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "ΰν̾:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "α狼̾" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "ΰγ" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "ΰγ:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "ΰФ:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "ѹ顼: ȹ⤵Ϥɤ0礭ʤФʤޤ." @@ -1449,27 +1449,27 @@ msgstr "" "쥤䡼ޥͥ°ƤΤ\n" "եƥ򤫤鿷쥤䡼ϺǤޤ." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-̤" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "졼-̤" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "졼" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "ǥå-̤" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "ǥå" @@ -1866,112 +1866,112 @@ msgstr " msgid "Copy Named" msgstr "̾դƥԡ" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Ⱦ" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr " ()" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr " ()" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "ñ RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (ȿײ)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (ײ)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "ǡ󥨥ǥ" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "ǡ" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "̾" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "ǡ󥪥ץ" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "ǡ" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "ǡʣ" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "ǡ" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "ǡ̾ѹ" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "POV-Ray ¸" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "ɽ" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "¨" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "ǡ" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "ǡ̾" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "̤̾" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "ǡʣ" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "ʣ̤ǡ̾" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "ǡ̾ѹ" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "ǡ̾" @@ -1984,12 +1984,12 @@ msgstr "" "\"%s\" ȥǥޤ\n" "Ǥ?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Ψ: %d:1 ɽ [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1998,29 +1998,29 @@ msgstr "" ": %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Ʃ: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "ʿ RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "طʿ RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "ɥå: ư Shift+ɥå: ư & " -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "å: Shift+å: ΰ" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "å: Shift+å: ΰ ɥå: ư" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2028,181 +2028,181 @@ msgstr "" "å: Shift+å: ΰ ɥå: ư " "Shift+ɥå: ư & " -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr ": %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Υ: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "ü" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "ɤ߹" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "٥Ȥαü" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "ü" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "¸" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "ü" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "٥Ȥκü" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "ü" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "ΰФ" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "ȤФ뺮ؿ" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "ȤФ뿧ǥ" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Ȥʬ" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Ȥʬ" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Ȥ" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Ȥ˰ư" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "ʬ" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Ȥκȿž" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Ȥʣ" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "ΰФ뺮ؿ" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "ΰФ뿧ǥ" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "ȷʬ" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "ȷʬ" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "ΰ" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "ΰ˰ư" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "ΰʬ" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "ΰ򺸱ȿž" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "ΰʣ" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "ʿ" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(ѹ)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "ʬ" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Υ()" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "Ĥʬ䤹뤫򤷤Ʋ" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "ĤĤʬ䤹뤫򤷤Ʋ" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "üο򺮤" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "üƩ٤򺮤" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "ʣ" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Υ()" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "ʣ뤫򤷤Ʋ" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "ʣ뤫򤷤Ʋ" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "ǡ" @@ -3012,11 +3012,11 @@ msgid "/_File" msgstr "/ե(_F)" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/ե/..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/ե/..." @@ -3072,686 +3072,686 @@ msgstr "/ msgid "/File/Dialogs/Error Console..." msgstr "/ե//顼󥽡..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/ե//ǥץ쥤ե륿..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/ե/λ" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/ĥ(_X)" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/ĥ/⥸塼֥饦..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/إ(_H)" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/إ/إ..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/إ/Ŭإ..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/إ/ε..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/إ/GIMP ˤĤ..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/إ/ƥ (Debug )" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/ե/¸" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/ե/̾¸..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/ե/" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/ե/Ĥ" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Խ/ɥ" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Խ/ɥ" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Խ/å" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Խ/ԡ" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Խ/ڡ" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Խ/ΰ˥ڡ" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Խ/˥ڡ" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Խ/Хåե/̾դƥå" -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Խ/Хåե/̾դƥԡ" -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Խ/Хåե/̾ǥڡ" -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Խ/õ" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Խ/ʿɤĤ֤" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Խ/طʿɤĤ֤" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Խ/ȥ" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "//ȿž" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "//Ƥ" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "//ʤ" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "//եȲ" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "//ܤ..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "//㡼ײ" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "//ΰν̾..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "//ΰγ..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "//..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "//ͥ¸" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/ɽ/ɽ" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/ɽ/̾ɽ" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/ɽ/Ψ/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/ɽ/Ψ/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/ɽ/Ψ/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/ɽ/Ψ/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/ɽ/Ψ/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/ɽ/Ψ/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/ɽ/Ψ/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/ɽ/Ψ/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/ɽ/Ψ/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/ɽ/б" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/ɽ/󥦥ɥ..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/ɽ/ʤӥɥ..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/ɽ/ΰɽ" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/ɽ/Τ" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/ɽ/ɽ" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/ɽ/ɽ" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/ɽ/ɤ˥ʥå" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/ɽ/ɽ" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/ɽ/礭ɽ" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "//⡼/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "//⡼/졼" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "//⡼/ǥå..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "///æ" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "///ȿž" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "///ư/ʿಽ" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "//ե/եͥɲ" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "//Ѵ/եå..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "//Ѵ/ž" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "//ѹ..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "//̾..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "//ʣ" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/쥤䡼/쥤䡼, ͥ & ѥ..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/쥤䡼/˹碌" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/쥤䡼/Ťʤ/쥤䡼̤" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/쥤䡼/Ťʤ/쥤䡼̤" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/쥤䡼/Ťʤ/쥤䡼̤" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/쥤䡼/Ťʤ/쥤䡼̤" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/쥤䡼/Ťʤ/쥤䡼̤" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/쥤䡼/Ťʤ/쥤䡼̤" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/쥤䡼/ž" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/쥤䡼/쥤䡼" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/쥤䡼/Ļ쥤䡼..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/쥤䡼/" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/쥤䡼/ޥΰ" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/쥤䡼/եͥɲ" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/쥤䡼/Ʃʬΰ" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/ƻ/ƻȢ" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/ƻ/ǽο᤹" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/ƻ/ʿطʿθ" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "//쥤䡼, ͥ & ѥ..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "//ġ륪ץ..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "//֥饷..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "//ѥ..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "//ǡ..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "//ѥå..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "//ǥåѥå..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "//ϥǥХ..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "//ǥХξ..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "//ʸܼ..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "//顼󥽡..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "//ǥץ쥤ե륿..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "//ɥ..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/ե륿/Ŭ" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/ե륿/Ƽ¹" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/ե륿/ܤ" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/ե륿/" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/ե륿/Υ" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/ե륿/س" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/ե륿/Ĵ" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/ե륿/" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/ե륿/饹" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/ե륿/饤ȸ" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/ե륿/Ĥ" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/ե륿/ݽŪ" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/ե륿/ޥå" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/ե륿/ɤ" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/ե륿/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/ե륿/˥᡼" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/ե륿/" -#: app/menus.c:572 +#: app/menus.c:576 #, fuzzy msgid "/Filters/Toys" msgstr "/ե륿/Υ" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/ư" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/ĥҤȽ" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/쥤䡼..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Ťʤ/쥤䡼̤" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Ťʤ/쥤䡼̤" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Ťʤ/쥤䡼̤" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Ťʤ/쥤䡼̤" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/쥤䡼ʣ" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/쥤䡼" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/쥤䡼" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/쥤䡼礭..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/˹碌" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/쥤䡼̾..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Ļ쥤䡼..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Υ쥤䡼ȷ" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/쥤䡼ޥɲ..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/쥤䡼ޥŬ" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/쥤䡼ޥ" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/쥤䡼ޥΰ" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/եͥɲ" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Ʃʬΰ" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/쥤䡼°ѹ..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/ͥ..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/ͥ徺" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/ͥ벼" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/ͥʣ" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/ͥΰ" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/ΰ˲ä" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/ΰ褫" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/ΰȤθ" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/ͥ" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/ͥ°ѹ..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/ѥ" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/ѥʣ" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/ѥΰ" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/ΰѥ" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/ѥ򥹥ȥ" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/ѥ" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/ѥ򥳥ԡ" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/ѥڡ" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/ѥ򥤥ݡ..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/ѥ򥨥ݡ..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/ѥ°ѹ..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "ե򳫤ޤ: %s\n" diff --git a/po/ko.po b/po/ko.po index 9714fdc0af..3b6b3cd2ae 100644 --- a/po/ko.po +++ b/po/ko.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.12\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 1999-11-26 03:49:46+0900\n" "Last-Translator: Sung-Hyun Nam \n" "Language-Team: Korean \n" @@ -39,67 +39,67 @@ msgid "Pressure:" msgstr "з:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "The GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 #, fuzzy msgid "brought to you by" msgstr "Version %s brought to you by" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP " -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "\"%s\" ؼ\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Ÿ ã " -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "(Parasites)" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "귯" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "ȷ" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "ȭ" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr " ұ?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" "GIMP ұ?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -171,7 +171,7 @@ msgstr " msgid "Blend:" msgstr "ȥ:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "" @@ -329,7 +329,7 @@ msgstr " #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -360,7 +360,7 @@ msgstr " msgid "Brush Selection" msgstr "귯 " -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "ٽ ׸" @@ -383,7 +383,7 @@ msgid "New" msgstr " " #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "" @@ -489,7 +489,7 @@ msgid "copy" msgstr "" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s " @@ -799,47 +799,47 @@ msgstr " msgid "none" msgstr "" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr " " -#: app/commands.c:340 +#: app/commands.c:343 #, fuzzy msgid "Feather Selection by:" msgstr " ´:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr " " -#: app/commands.c:376 +#: app/commands.c:379 #, fuzzy msgid "Shrink Selection by:" msgstr " :" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "̹ ׵θ ̱" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr " " -#: app/commands.c:410 +#: app/commands.c:413 #, fuzzy msgid "Grow Selection by:" msgstr " :" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "׵θ " -#: app/commands.c:433 +#: app/commands.c:436 #, fuzzy msgid "Border Selection by:" msgstr "׵θ ¼ :" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "ũ ٲٱ : ̿ ̴ 0 Ŀ մϴ." @@ -1461,27 +1461,27 @@ msgstr "" " ǿ ο \n" "ϴ." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "׷̽-" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "׷̽" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "ε-" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "ε" @@ -1870,112 +1870,112 @@ msgstr " msgid "Copy Named" msgstr "̸ٿ " -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr " (ϴ)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr " (ϴ)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB ÷" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (ðݴ )" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (ð )" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "ȭ " -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "ȭ" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "̸" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "ȭ " #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr " ȭ" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "ȭ " -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "ȭ " -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "ȭ ̸ٲٱ" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "POV-Ray " #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr " Ȯ" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr " " -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "ʱȭ" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr " ȭ" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr " ȭ ̸ Է" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "ȭ " -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr " ȭ ̸ Է" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "ȭ ̸ٲٱ" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "ȭ ̸ Է" @@ -1988,12 +1988,12 @@ msgstr "" "ϰ ũ \"%s\" \n" "ϱ⸦ ϳ?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Ȯ : %d:1 [%0.6f, %0.6f] ְ ִ. " -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2002,29 +2002,29 @@ msgstr "" "ġ : %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " " : %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr " RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f) " -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr " RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f) " -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "巡: ̵ Shift+巡: ̵ & " -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Ŭ: Shift+Ŭ: Ȯ" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Ŭ: Shift+Ŭ: Ȯ 巡: ̵" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2032,181 +2032,181 @@ msgstr "" "Ŭ: Shift+Ŭ: Ȯ 巡: ̵ Shift+巡: " "̵ & " -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "ڵ ġ: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Ÿ: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr " " -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "б" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr " " -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr " " -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr " " -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr " " -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr " " -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr " " -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "׸Ʈ Լ ȥ" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "׸Ʈ ÷ " -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "߰ ׸Ʈ и" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "ϰ ׸Ʈ и" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "׸Ʈ " -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "׸Ʈ ٽ " -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "׸Ʈ ڵ й" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "׸Ʈ " -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "׸Ʈ " -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "ǿ Լ ȥ" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "ǿ ÷ " -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "鿡 ׸Ʈ и" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "յϰ ׸Ʈ и" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr " " -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "ǿ ٽ " -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "ǿ ڵ й" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr " " -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr " " -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr " " -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "()" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "и" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "ٽ κ ּ." -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr " õ ׸Ʈ иϱ Ѵ." -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr " ǿ ׸Ʈ иϱ Ѵ." -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr " ȥ" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr " ȥ" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr " ּ." -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr " õ ׸Ʈ ϱ մϴ." -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr " ϱ մϴ." #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "ȭ " @@ -3039,11 +3039,11 @@ msgid "/_File" msgstr "/" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "// ׸..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "//..." @@ -3100,712 +3100,712 @@ msgstr "/ msgid "/File/Dialogs/Error Console..." msgstr "//ȭ/ ܼ..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "//ȭ/÷ ..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "//" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 #, fuzzy msgid "/_Xtns" msgstr "/Ȯ" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Ȯ/ ..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 #, fuzzy msgid "/_Help" msgstr "/" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "//..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "// ..." -#: app/menus.c:186 +#: app/menus.c:188 #, fuzzy msgid "/Help/Tip of the Day..." msgstr "// ..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "// α׷..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "//׸ ()" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "//" -#: app/menus.c:215 +#: app/menus.c:217 #, fuzzy msgid "/File/Save As..." msgstr "//ٸ ̸ ..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "// " -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "//ݱ" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "//" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "//ݺ" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "//ڸ" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "//" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "//̱" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "//ȿ ̱" -#: app/menus.c:247 +#: app/menus.c:249 #, fuzzy msgid "/Edit/Paste as New" msgstr "//Ӱ ̱" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "///̸ٿ ڸ..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "///̸ٿ ..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "///̸ٿ ̱..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "//" -#: app/menus.c:263 +#: app/menus.c:265 #, fuzzy msgid "/Edit/Fill with FG Color" msgstr "ȭ ä" -#: app/menus.c:265 +#: app/menus.c:267 #, fuzzy msgid "/Edit/Fill with BG Color" msgstr "ȭ ä" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "//ѹ߱" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "//ݴ(Invert)" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "//" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "//" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "//" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "//Feather..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "//ϰ" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "//̱..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "//ø..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "//׵θ..." -#: app/menus.c:299 +#: app/menus.c:301 #, fuzzy msgid "/Select/Save to Channel" msgstr "//äη " #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "//Ȯϱ" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "//ϱ" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "//Ȯ/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "//Ȯ/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "//Ȯ/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "//Ȯ/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "//Ȯ/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "//Ȯ/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "//Ȯ/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "//Ȯ/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "//Ȯ/1:16" -#: app/menus.c:330 +#: app/menus.c:332 #, fuzzy msgid "/View/Dot for Dot" msgstr "// " -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "//â ..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "//â ׺..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "// " -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "// " -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "//¸ " -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "//̵ " -#: app/menus.c:350 +#: app/menus.c:352 #, fuzzy msgid "/View/Snap to Guides" msgstr "//̵ ݱ" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "//ο " -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "// ̱" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/̹//RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/̹//׷̽" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/̹//ε(Indexed)" #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/̹// ä" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/̹//ݴ(Invert)" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/̹//ڵ/յϱ(Equalize)" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/̹// ä ߰" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/̹/ȯ/ɼ..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/̹/ȯ/ȸ" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/̹/ĵ ũ..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/̹/ ̹..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/̹/" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 #, fuzzy msgid "/Layers/Layers, Channels & Paths..." msgstr "// ä..." -#: app/menus.c:422 +#: app/menus.c:424 #, fuzzy msgid "/Layers/Layer to Imagesize" msgstr "//÷ư ̹" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/// " -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/// " -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/// ø" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/// " -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "///ֻ" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "///" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "//ȸ" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "// " -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "//̴ ..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "//÷ư ̹" -#: app/menus.c:458 +#: app/menus.c:460 #, fuzzy msgid "/Layers/Mask to Selection" msgstr "// ũ" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "// ä ߰" -#: app/menus.c:465 +#: app/menus.c:467 #, fuzzy msgid "/Layers/Alpha to Selection" msgstr "// " #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "//" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "//⺻ " -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "// ٲٱ" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 #, fuzzy msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/ȭ/ ä..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/ȭ/ ɼ..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/ȭ/귯..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/ȭ/..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/ȭ/ȭ..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/ȭ/ȷ..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/ȭ/ε ȷ..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/ȭ/Է ġ..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/ȭ/ġ ..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/ȭ/ ..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/ȭ/ ܼ..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/ȭ/..." -#: app/menus.c:517 +#: app/menus.c:521 #, fuzzy msgid "/Dialogs/Undo History..." msgstr "//丮 ..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 #, fuzzy msgid "/Filters/Repeat Last" msgstr "// ݺ" -#: app/menus.c:528 +#: app/menus.c:532 #, fuzzy msgid "/Filters/Re-Show Last" msgstr "// ٽ ֱ" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "//Blur" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "//" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "//" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "//ڸ-ã" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "//Enhance" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "//Generic" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "// ȿ" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "// ȿ" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "//Distorts" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "//Artistic" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "//" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "//Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "//Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "//ϸ̼" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "//Combine" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "//峭" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/ڵ" -#: app/menus.c:597 +#: app/menus.c:601 #, fuzzy msgid "/By Extension" msgstr "/Ȯڷ" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/ ..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "// ø" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "// " -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "//ֻ" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "//" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/ " -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/ " -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/ " -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/ ũ..." -#: app/menus.c:636 +#: app/menus.c:640 #, fuzzy msgid "/Layer to Imagesize" msgstr "//÷ư ̹" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/ ..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/̴ ..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/ ٿ" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/÷ư ̹" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/ ũ ߰..." -#: app/menus.c:654 +#: app/menus.c:658 #, fuzzy msgid "/Apply Layer Mask" msgstr "/ ũ ..." -#: app/menus.c:656 +#: app/menus.c:660 #, fuzzy msgid "/Delete Layer Mask" msgstr "/ " -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/ ũ" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/ ä ߰" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/ " -#: app/menus.c:670 +#: app/menus.c:674 #, fuzzy msgid "/Edit Layer Attributes..." msgstr " Ӽ " -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/ο ä..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/ä ø" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/ä " -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/ä " -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/ ä" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/ǿ ߰" -#: app/menus.c:696 +#: app/menus.c:700 #, fuzzy msgid "/Subtract from Selection" msgstr "/ǿ " -#: app/menus.c:698 +#: app/menus.c:702 #, fuzzy msgid "/Intersect with Selection" msgstr "/ " -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/ä " -#: app/menus.c:708 +#: app/menus.c:712 #, fuzzy msgid "/Edit Channel Attributes..." msgstr "ä Ӽ " -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/ " -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/ " -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/θ " -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/θ " -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/ѹ߱ " -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/ " -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/ " -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/ ̱" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/ ..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/ ϱ..." -#: app/menus.c:745 +#: app/menus.c:749 #, fuzzy msgid "/Edit Path Attributes..." msgstr " Ӽ " -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr " : %s\n" diff --git a/po/nl.po b/po/nl.po index 180858f90b..eb87c6af04 100644 --- a/po/nl.po +++ b/po/nl.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.19\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-06-26 01:05+02:00\n" "Last-Translator: Gert Dewit \n" "Language-Team: Dutch \n" @@ -41,66 +41,66 @@ msgid "Pressure:" msgstr "Druk: " #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "De GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "u gebracht door" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Opstarten van GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "bezig met parsen van \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Bezig met zoeken naar data bestanden" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasieten" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Penselen" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Patronen" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletten" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradinten" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Echt afsluiten?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -110,18 +110,18 @@ msgstr "" "\n" "De GIMP afsluiten?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Afsluiten" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -171,7 +171,7 @@ msgstr "Aangepast gradi msgid "Blend:" msgstr "Meng:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Lineair" @@ -325,7 +325,7 @@ msgstr "Penseel Editor" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -356,7 +356,7 @@ msgstr "Hoek:" msgid "Brush Selection" msgstr "Penseel Selectie" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Hernieuw" @@ -379,7 +379,7 @@ msgid "New" msgstr "Nieuw" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Verander" @@ -485,7 +485,7 @@ msgid "copy" msgstr "kopieer" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "" @@ -792,43 +792,43 @@ msgstr "Beeld :" msgid "none" msgstr "geen" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Straalselectie" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Straalselectie door :" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Krimpselectie" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Krimpselectie door :" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Krimp vanaf de beeldrand" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Groeiselectie" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Groeiselectie door :" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Randselectie" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Randselectie door:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Fout bij instellen van afmeting: breedte en hoogte moeten groter zijn dan 0" @@ -1406,27 +1406,27 @@ msgstr "" "selectie omdat it toebehoort aan een\n" "laagmasker of kanaal." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-leeg" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "grijswaardenleeg" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "grijswaarden" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "geindexeerd-leeg" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "geindexeerd" @@ -1808,112 +1808,112 @@ msgstr "Geef een naam voor deze buffer" msgid "Copy Named" msgstr "Kopieer benoemde buffer" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Krom" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusiodaal" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sferisch (incrementerend)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sferisch (decrementerend)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Enkel RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (hue tegenwijzersin)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (heu wijzerszin)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Gradint Editor" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradint" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Naam" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Gradint operaties" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nieuw gradint" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopieer gradint" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Verwijder gradint" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Hernoem Gradint" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Bewaar als POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom alle" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Onmiddelijke update" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standaard" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nieuwe gradatie" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Geef naam voor de nieuwe gradient" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "ongetiteld" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopieer gradatie" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Geef een naam voor de gekopieerde gradatie" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Hernoem gradatie" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Geef een nieuwe naam voor de gradatie" @@ -1926,12 +1926,12 @@ msgstr "" "Bent u zeker dat u \"%s\" van de \n" "lijst en van schijf wil verwijderen ?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zoomfactor: %d:1 Weergave [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1940,31 +1940,31 @@ msgstr "" "Positie: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Ondoorzichtigheid: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Voorgrond kleur ingesteld op RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "Achtergrondkleur ingesteld op RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Sleep: verplaats Shift+sleep: verplaats & comprimeer" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klik: selecteer Shift+klik: breidt selectie uit" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Klik: selecteer Shift+klik: breidt selectie uit Sleep: verplaats" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -1972,181 +1972,181 @@ msgstr "" "Klik: selecteer Shift+klil: uitbreiden selectie Sleep: verplaats " "Shift+sleep: verplaats en comprimeer" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Afstand: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Kleur van linkereindpunt" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Laad van" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Rechtereindpunt van linkerbuur" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Rechtereindpunt" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Bewaar in" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Kleur van rechtereindpunt" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Linkereindpunt van rechterbuur" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Linkereindpunt" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Selectieopertaties" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Mengfunctie voor segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Kleurtype voor segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Splits segment in middelpunt" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Splits segment uniform" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Verwijder segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Hercentreer middelpunt van segment" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Herverdeel handles in segment" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Draai segment om" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Repliceer segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Megfunctie voor selectie" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Kleurtype voor selectie" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Split segmenten op middelpunten" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Split segmenten uniform" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Verwijder selectie" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Hercentreer middelpunten in selectie" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Herverdeel handles in de selectie" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Draai selectie om" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Repliceer selectie" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "FG kleur" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Allerlei)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Splits" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Gelieve het aantal uniforme delen te selecteren" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "waarin u het geselecteerde segment wil splitsen" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "waarin u de segmenten van de selectie splitsen" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Kleuren van Mengeindpunten" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Ondoorzichtigheid van mengeindpunten" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Repliceer" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Gelieve het aantal keren te selecteren" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "u wil het geselecteerde segment repliceren" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "u wil de selectie repliceren" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Gradint Selectie" @@ -2937,11 +2937,11 @@ msgid "/_File" msgstr "/_Bestand" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Bestand/Nieuw..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Bestand/Open..." @@ -2997,686 +2997,686 @@ msgstr "/Bestand/Dialogen/Documentindex..." msgid "/File/Dialogs/Error Console..." msgstr "/Bestand/Dialogen/Foutenconsole..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Bestand/Dialogen/Filters..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Bestand/Afsluiten" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Modulebrowser..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Help" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Help/Help..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Help/Context Help..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Help/Tip van de dag..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Help/Info..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Help/Dump Items (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Bestand/Bewaar" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Bestand/Bewaar als" -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Bestand/Haal terug" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Bestand/Sluit" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Bewerk/Kopieer" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Bewerk/Kopieer" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Bewerk/Knip" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Bewerk/Kopieer" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Bewerk/Plak" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Bewerk/Plak op" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Bewerk/Plak met naam" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Bewerk/Knip met naam" -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Bewerk/Kopieer met naam" -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Bewerk/Plak met naam" -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Bewerk/Wis" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Bewerk/Vul met VG kleur" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Bewerk/Vul met AG kleur" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Bewerk/Stroke" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Selecteer/Inverteer" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Selecteer/Alles" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Selecteer/Niets" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Selecteer/Vlottend" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Selecteer/Straal..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Selecteer/Scherp" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Selecteer/Krimp..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Selecteer/Groei..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Selecteer/Rand..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Selecteer/Bewaar in kanaal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Zicht/Uitzoemen" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Zicht/Zoem/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Zicht/Zoem/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Zicht/Zoem/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Zicht/Zoem/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Zicht/Zoem/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Zicht/Zoem/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Zicht/Zoem/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Zicht/Zoem/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Zicht/Zoem/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Zicht/Punt voor punt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Zicht/Info Venster..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Zicht/Nav. Venster..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Zicht/Selectie" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Zicht/Linealen" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Zicht/Statusbalk" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Zicht/Hulplijnen" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Zicht/Snap To Guides" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Zicht/Nieuw zicht" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Beeld/Modus/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Beeld/Modus/Grijswaarden" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Beeld/Modus/Gendexeerd..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Beeld/Kleuren/Desaturate" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Beeld/Kleuren/Inverteren" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Beeld/Kleuren/Krommen" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Beeld/Alfa/Voeg Alfa Kanaal toe" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Beeld/Tranformaties/Offset..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Beeld/Tranformaties/Rotatie..." -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Beeld/Canvasgrootte..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "" -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Beeld/Dupliceren" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Lagen/Lagen, kanalen & paden..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "" -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "" -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "" -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "" -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "" -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "" -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "" -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "" -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "" -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "" -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "" -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "" -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "" -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "" #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filters/Generiek" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filters/Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filters/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filters/Animatie" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "" -#: app/menus.c:572 +#: app/menus.c:576 #, fuzzy msgid "/Filters/Toys" msgstr "Vultype" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatisch" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Volgens extensie" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nieuwe laag..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Lagen/Verhoog Laag" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Lagen/Verlaag Laag" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Lagen/Laag bovenaan" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Lagen/Laag onderaan" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Dupliceer Laag" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Lagen/Veranker Laag" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "" -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "" -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Voeg Zichtbare Lagen Samen..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "" -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Bewerk laagattributen..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nieuw kanaal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Verhoog Kanaal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Verlaag Kanaal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Dupliceer Kanaal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Verwijder Kanaal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Bewerk Kanaalattributen..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nieuw pad" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Dupliceer Kanaal" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Verwijder pad" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopieer pad" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Pad Plakken" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importeer pad..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exporteer pad..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Bewerk padattributen..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "" diff --git a/po/no.po b/po/no.po index 0ff1390a60..18714406ae 100644 --- a/po/no.po +++ b/po/no.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.25\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-05 13:21+01:00\n" "Last-Translator: Kjartan Maraas \n" "Language-Team: Norwegian \n" @@ -40,66 +40,66 @@ msgid "Pressure:" msgstr "Trykk:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "brakt til deg av" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP oppstart" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "fortolker \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Ser etter datafiler" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasitter" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pensler" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Mnstre" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletter" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradienter" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Virkelig avslutte?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" "Avslutt GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Avslutt" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -170,7 +170,7 @@ msgstr "Egendefinert gradient" msgid "Blend:" msgstr "Blanding:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Liner" @@ -322,7 +322,7 @@ msgstr "Penseleditor" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -353,7 +353,7 @@ msgstr "Vinkel:" msgid "Brush Selection" msgstr "Valg av pensel" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Oppdatr" @@ -376,7 +376,7 @@ msgid "New" msgstr "Ny" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Rediger" @@ -480,7 +480,7 @@ msgid "copy" msgstr "kopier" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s kopier" @@ -789,43 +789,43 @@ msgstr "Bilde:" msgid "none" msgstr "ingen" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Fjrvalg" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Fjrvalg etter:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Krymp utvalg" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Krymp utvalget med:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Krymp fra bildekanten" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "k utvalg" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "k utvalget med:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Kantvalg" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Kantvalg etter:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Feil under endring av strrelse: Bde bredde og hyde m vre strre enn " @@ -1447,27 +1447,27 @@ msgstr "" "utvalget fordi det tilhrer en lagmaske\n" "eller kanal." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-tom" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "grtone-tom" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "grtone" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indeksert-tom" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indeksert" @@ -1867,112 +1867,112 @@ msgstr "Skriv inn et navn for denne bufferen" msgid "Copy Named" msgstr "Kopier navngitt" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Buet" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinuslignende" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sfrisk (kende)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sfrisk (minkende)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Vanlig RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (gld mot klokken)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (gld med klokken)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Gradientredigering" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradient" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Navn" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Gradientoperasjoner" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Ny gradient" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopier gradient" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Slett gradient" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Omdp gradient" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Lagre som POV-ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Zoom alt" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "yeblikkelig oppdatering" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standard" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Ny gradient" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Skriv inn et navn for den nye gradienten" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "uten navn" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopier gradient" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Skriv inn et navn for den kopierte gradienten" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Omdp gradient" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Skriv inn et nytt navn for gradienten" @@ -1985,12 +1985,12 @@ msgstr "" "Er du sikker p at du vil slette\n" "\"%s\" fra listen og fra disk?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zoom-faktor: %d:1 Viser [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1999,29 +1999,29 @@ msgstr "" "Posisjon: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Ugjennomsiktighet: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Forgrunnsfarge satt til RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Bakgrunnsfarge satt til RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Dra: flytt Shif+dra: flytt og komprimer" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klikk: velg Shift+klikk: utvid utvalg" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Klikk: velg Shift+klikk: utvid utvalg Dra: flytt" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2029,181 +2029,181 @@ msgstr "" "Klikk: velg Shift+klikk: utvid utvalg Dra: flytt Shift+dra: flytt " "og komprimer" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Posisjon for hndtak: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Avstand: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Farge p venstre endepunkt" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Last fra" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Venstre nabos hyre endepunkt" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Hyre endepunkt" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Lagre til" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Farge p hyre endepunkt" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Hyre nabos venstre endepunkt" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Venstre endepunkt" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Utvalgsoperasjoner" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Blandingsfunksjon for segmentet" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Fargetype for segmentet" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Splitt segmentet ved midtpunktet" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Splitt segmentet likt" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Slett segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Resentrer segmentets midtpunkt" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Redistribuer hndtaker i segmentet" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Vend segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Repliker segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Blandingsfunksjon for utvalg" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Fargetype for utvalget" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Splitt segmentene ved midtpunktet" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Splitt segmenter enhetlig" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Slett utvalg" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Resentrer midtpunkter i utvalget" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Redistribuer hndtak i utvalget" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Vend utvalg" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Repliker utvalg" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "FG-farge" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varierer)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Splitt" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Vennligst velg antall uniforme deler" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "som du vil splitte det valgte segmentet i" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "som du vil splitte segmentene i utvalget i" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Fortynn endepunktenes farger" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Fortynn endepunktenes ugjennomsiktighet" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Repliser" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Vennligst velg antall ganger" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "du nsker replisere det valgte segmentet" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "du nsker replisere utvalget" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Gradientutvalg" @@ -3015,11 +3015,11 @@ msgid "/_File" msgstr "/_Fil" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Fil/Ny..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Fil/pne..." @@ -3075,686 +3075,686 @@ msgstr "/Fil/Dialoger/Dokumentindeks..." msgid "/File/Dialogs/Error Console..." msgstr "/Fil/Dialoger/Feilkonsoll..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Fil/Dialoger/Vis filtre..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Fil/Avslutt" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Utvd" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Utvd/Modulviser..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Hjelp" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Hjelp/Hjelp..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Hjelp/Kontekst hjelp..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Hjelp/Dagens tips..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Hjelp/Om..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Hjelp/Dump oppfringer (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Fil/Lagre" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Fil/Lagre som..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Fil/Forkast" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Fil/Lukk" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Rediger/Angre" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Rediger/Gjenopprett" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Rediger/Klipp ut" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Rediger/Kopier" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Rediger/Lim inn" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Rediger/Lim inn i" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Rediger/Lim inn som nytt" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Rediger/Buffer/Klipp ut navngitt..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Rediger/Buffer/Kopier navngitt..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Rediger/Buffer/Lim inn navngitt..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Rediger/Nullstill" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Rediger/Fyll med forgrunnsfarge" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Rediger/Fyll med bakgrunnsfarge" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Rediger/Strk" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Velg/Inverter" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Velg/Alt" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Velg/Ingen" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Velg/Flytende" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Velg/Fjr..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Velg/Skarpere" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Velg/Krymp..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Velg/Voks..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Velg/Kant..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Velg/Lagre til kanal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Vis/Zoom inn" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Vis/Zoom ut" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Vis/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Vis/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Vis/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Vis/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Vis/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Vis/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Vis/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Vis/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Vis/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Vis/Punkt for punkt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Vis/Informasjonsvindu..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Vis/Navigasjonsvindu..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Vis/Sl av/p utvalg" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Vis/Sl av/p linjaler" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Vis/Sl av/p statuslinje" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Vis/Sl av p guider" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Vis/Fest til guider" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Vis/Ny visning" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Vis/Pakk sammen" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Bilde/Modus/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Bilde/Modus/Grtone" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Bilde/Modus/Indeksert..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Bilde/Farger/Mindre mettet" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Bilde/Farger/Inverter" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Bilde/Farger/Auto/Jevn ut" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Bilde/Alfa/Legg til alfakanal" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Bilde/Transformering/Avstand..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Bilde/Transformeringer/Rotr" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Bilde/Strrelse p kanvas..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Bilde/Skalr bilde..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Bilde/Dupliser" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Lag/Lag, kanaler og stier..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Lag/Lag til bildestrrelse" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Lag/Stabel/Forrige lag" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Lag/Stabel/Neste lag" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Lag/Stabel/Hev lag" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Lag/Stabel/Senk lag" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Lag/Stabel/Lag til topp" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Lag/Stabel/Lag til bunn" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Lag/Rotr" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Lag/Forankre lag" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Lag/Flett sammen synlige lag..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Lag/Flat ut bilde" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Lag/Maske til utvalg" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Lag/Legg til alfakanal" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Lag/Alpha til utvalg" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Verkty/Verktyskrin" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Verkty/Standard farger" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Verkty/Bytt farger" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dialoger/Lag, kanaler og stier..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dialoger/Alternativer for verkty..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dialoger/Pensler..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dialoger/Mnstre..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dialoger/Gradienter..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dialoger/Palett..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dialoger/Indeksert palett..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dialoger/Innenheter..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dialoger/Enhetsstatus..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dialoger/Dokumentindeks..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dialoger/Feilkonsoll..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dialoger/Vis filtre..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dialoger/Angrelogg..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtre/Gjenta siste" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtre/Vis siste p nytt" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtre/Gjr uskarp" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtre/Farger" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtre/Sty" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtre/Finn kant" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtre/Utbedre" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtre/Vanlig" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtre/Glass effekter" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtre/Lyseffekter" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtre/Forvrengninger" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtre/Artistiske" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtre/Kart" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtre/Render" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtre/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtre/Animasjon" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtre/Kombinr" -#: app/menus.c:572 +#: app/menus.c:576 #, fuzzy msgid "/Filters/Toys" msgstr "/Filtre/Sty" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatisk" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Etter type" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nytt lag..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Stabel/Hev lag" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Stabel/Senk lag" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Stabel/Lag til topp" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Stabel/Lag til bunn" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Dupliser lag" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Forankre lag" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Slett lag" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Lag/Grensestrrelse..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Lag/Lag til bildestrrelse" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Skalr lag..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Flett sammen synlige lag..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Flett sammen nedover" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Flate ut bilde" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Legg til maske for lag..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Bruk lagmaske" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Slett lagmaske" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maske til utvalg" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Legg til alfakanal" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa til utvalg" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Rediger lagattributter..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Ny kanal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Hev kanal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Senk kanal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Dupliser kanal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanal til utvalg" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Legg til i utvalg" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Trekk fra utvalg" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Kryss med utvalg" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Slett kanal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Rediger attributter for kanal..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Ny sti" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplisert sti" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Sti til utvalg" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Utvalg til sti" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Strk sti" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Slett sti" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopier sti" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Lim inn sti" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importsti..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Eksportsti..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Rediger attributter for sti..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Feil under pning av fil: %s\n" diff --git a/po/pl.po b/po/pl.po index b5a782e34c..be7926df09 100644 --- a/po/pl.po +++ b/po/pl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-11-13 17:52+0100\n" "Last-Translator: GNOME PL Team \n" "Language-Team: Polish \n" @@ -40,66 +40,66 @@ msgid "Pressure:" msgstr "Nacisk: " #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-2" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-2,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "stworzony przez" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Uruchamianie GIMP-a" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "analiza \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Wyszukiwanie plikw z danymi" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Dane pasoytnicze" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pdzle" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Desenie" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Palety" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradienty" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Rzeczywicie zakoczy?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" "Zakoczy GIMP-a?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Zakocz" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -170,7 +170,7 @@ msgstr "Gradient u msgid "Blend:" msgstr "Gradient:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Liniowy" @@ -322,7 +322,7 @@ msgstr "Edytor p #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -353,7 +353,7 @@ msgstr "K msgid "Brush Selection" msgstr "Wybr pdzla" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Odwie" @@ -376,7 +376,7 @@ msgid "New" msgstr "Nowy" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Edycja" @@ -480,7 +480,7 @@ msgid "copy" msgstr "kopia" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "kopia %s" @@ -789,43 +789,43 @@ msgstr "Obraz:" msgid "none" msgstr "brak" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Wygad zaznaczenie" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Wygadzenie zaznaczenia o:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Zmniejsz zaznaczenie" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Zmniejszenie zaznaczenia o:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Zmniejszenie od granic obrazu" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Powiksz zaznaczenie" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Powikszenie zaznaczenia o:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Obramuj zaznaczenie" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Obramowanie zaznaczenia o:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Bd zmiany rozmiaru: Szeroko i wysoko musz by wiksze od zera." @@ -1441,27 +1441,27 @@ msgstr "" "zaznaczenia, poniewa naley ono do\n" "maski warstwy lub kanau." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-pusty" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "odcienie szaroci - pusty" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "odcienie szaroci" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indeksowany-pusty" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indeksowany" @@ -1859,112 +1859,112 @@ msgstr "Wprowad msgid "Copy Named" msgstr "Kopiuj nazwany" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Wykrzywiony" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusoidalny" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sferyczny (wzrastajcy)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sferyczny (opadajcy)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Zwyky RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (odcie zgodnie ze wskazwkami zegara)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (odcie przeciwnie do wskazwek zegara)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Edytor gradientw" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradient" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nazwa" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Operacje na Gradiencie" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nowy gradient" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopiuj gradient" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Usu gradient" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Zmie nazw gradientu" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Zapisz jako POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Cao" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Stae odwieanie" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Domylny" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nowy gradient" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Wprowad nazw nowego gradientu" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "bez_nazwy" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopiowanie gradientu" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Wprowad nazw kopiowanego gradientu" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Zmiana nazwy gradientu" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Wprowad now nazw gradientu" @@ -1977,12 +1977,12 @@ msgstr "" "Czy na pewno chcesz usun\n" "\"%s\" z listy i z dysku?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Powikszenie: %d:1 Wywietlanie [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1991,31 +1991,31 @@ msgstr "" "Pooenie: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Nieprzepuszczalno: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Kolor ustawiony na RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Kolor ta ustawiony na RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Cignicie: przenosi Shift+cignicie: przenosi ze cienieniem" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Kliknicie: zaznacza Shift+kliknicie: poszerza zaznaczenie" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Kliknicie: zaznacza Shift+kliknicie: poszerza zaznaczenie Cignicie: " "przenosi" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2023,181 +2023,181 @@ msgstr "" "Kliknicie: zaznacza Shift+kliknicie: poszerza zaznaczenie Cignicie: " "przenosi Shift+cignicie: przenosi ze cienieniem" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Pozycja uchwytu: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Odlego: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Kolor lewego punktu kocowego" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Wczytaj z" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Kolor prawgo punktu kocowego lewego ssiada" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Prawy punkt kocowy" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Zapisz do" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Kolor prawego punktu kocowego" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Kolor lewego punktu kocowego prawego ssiada" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Lewy punkt kocowy" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Operacje na zaznaczeniu" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Typ funkcji gradientu dla segmentu" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Typ kolorowania segmentu" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Podziel segment w punkcie podziau" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Podziel segment rwnomiernie" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Usu segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Wycentruj punkt podziau segmentu" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Roz uchwyty w segmencie" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Odbij segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replikuj segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Typ funkcji gradientu dla zaznaczenia" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Typ kolorowania zaznaczenia" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Podziel segmenty w punktach podziau" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Podziel segmenty rwnomiernie" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Usu zaznaczenie" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Wycentruj punkty podziau w zaznaczeniu" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Roz uchwyty w zaznaczeniu" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Odbij zaznaczenie" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replikuj zaznaczenie" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Aktualny kolor" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Zmienny)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Podziel" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Okrel liczb jednakowych czci" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "na jak ma zosta podzielony zaznaczony segment" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "na jak maj zosta podzielone segmenty w zaznaczeniu" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Kolory punktw kocowych" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Nieprzepuszczalno punktw kocowych" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replikuj" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Okrel, jak wiele razy" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "ma zosta zreplikowany zaznaczony segment" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "ma zosta zreplikowane zaznaczenie" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Wybr gradientu" @@ -3015,11 +3015,11 @@ msgid "/_File" msgstr "/_Plik" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Plik/Nowy..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Plik/Otwrz..." @@ -3075,685 +3075,685 @@ msgstr "/Plik/Okna dialogowe/Indeks dokument msgid "/File/Dialogs/Error Console..." msgstr "/Plik/Okna dialogowe/Konsola bdw..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Plik/Okna dialogowe/Filtry wywietlania..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Plik/Zakocz" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Dodatki" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Dodatki/Przegldarka moduw..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/Pomo_c" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Pomoc/Pomoc..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Pomoc/Pomoc kontekstowa..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Pomoc/Porada dnia..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Pomoc/Informacje o..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Pomoc/Wypisz elementy (testowanie)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Plik/Zapisz" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Plik/Zapisz jako..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Plik/Przywr" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Plik/Zamknij" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Edycja/Cofnij" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Edycja/Ponw" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Edycja/Wytnij" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Edycja/Kopiuj" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Edycja/Wklej" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Edycja/Wklej do" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Edycja/Wklej jako nowy" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Edycja/Bufor/Wytnij nazwany..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Edycja/Bufor/Kopiuj nazwany..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Edycja/Bufor/Wklej nazwany..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Edycja/Wyczy" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Edycje/Wypenij aktualnym kolorem" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Edycja/Wypenij kolorem ta" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Edycja/Rysuj" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Zaznaczenie/Odwr" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Zaznaczenie/Wszystko" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Zaznaczenie/Brak" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Zaznaczenie/Oderwij" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Zaznaczenie/Wygad..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Zaznaczenie/Wyostrz" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Zaznaczenie/Zmniejsz..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Zaznaczenie/Powiksz..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Zaznaczenie/Brzeg..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Zaznaczenie/Zapisz do kanau" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Widok/Powiksz" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Widok/Pomniejsz" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Widok/Powikszenie/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Widok/Powikszenie/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Widok/Powikszenie/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Widok/Powikszenie/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Widok/Powikszenie/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Widok/Powikszenie/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Widok/Powikszenie/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Widok/Powikszenie/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Widok/Powikszenie/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Widok/Punkt do punktu" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Widok/Okno informacyjne..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Widok/Podgld nawigacyjny..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Widok/Zaznaczenie" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Widok/Linijki" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Widok/Pasek stanu" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Widok/Prowadnice" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Widok/Przyciganie do prowadnic" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Widok/Nowy widok" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Widok/Zacienij otoczenie" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Obraz/Tryb/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Obraz/Tryb/Odcienie szaroci" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Obraz/Tryb/Indeksowany..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Obraz/Kolory/Desaturacja" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Obraz/Kolory/Odwr" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Obraz/Kolory/Automatyczne/Zrwnaj" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Obraz/Alfa/Dodaj kana alfa" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Obraz/Przeksztacenia/Przesunicie..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Obraz/Przeksztacenia/Obr" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Obraz/Rozmiar..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Obraz/Skaluj obraz..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Image/Zduplikuj" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Warstwy/Warstwy, kanay i cieki..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Warstwy/Dopasuj rozmiar warstwy do obrazu" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Warstwy/Stos/Poprzednia warstwa" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Warstwy/Stos/Nastpna warstwa" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Warstwy/Stos/Podnie warstw" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Warstwy/Stos/Obni warstw" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Warstwy/Stos/Warstwa na wierzchoek" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Warstwy/Stos/Warstwa na dno" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Warstwy/Obr" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Warstwy/Zakotwicz warstw" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Warstwy/Pocz widoczne warstwy..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Warstwy/Spaszcz obraz" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Warstwy/Zaznaczenie z maski" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Warstwy/Dodaj kana alfa" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Warstwy/Zaznaczenie z kanau alfa" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Narzdzia/Narzdziwka" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Narzdzia/Domylne kolory" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Narzdzia/Zamie kolory" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Okna dialogowe/Warstwy, kanay i cieki..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Okna dialogowe/Opcje narzdzi..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Okna dialogowe/Pdzle..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Okna dialogowe/Desenie..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Okna dialogowe/Gradienty..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Okna dialogowe/Palety..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Okna dialogowe/Paleta indeksowana..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Okna dialogowe/Urzdzenia wejciowe..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Okna dialogowe/Stan urzdzenia..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Okna dialogowe/Indeks dokumentw..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Okna dialogowe/Konsola bdw..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Okna dialogowe/Filtry wywietlania..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Okna dialogowe/Historia cofni..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtry/Powtrz ostatni" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtry/Ponw ostatni" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtry/Rozmywanie" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtry/Kolory" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtry/Szum" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtry/Wykrywanie krawdzi" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtry/Uwydatnianie" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtry/Oglne" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtry/Efekty szka" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtry/Efekty wietlne" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtry/Znieksztacenia" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtry/Artystyczne" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtry/Odwzorowanie" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtry/Renderowanie" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtry/Sie WWW" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtry/Animacja" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filtry/czenie" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtry/Zabawki" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatycznie" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Wedug rozszerzenia" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nowa warstwa..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Stos/Podnie warstw" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Stos/Obni warstw" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Stos/Warstwa na wierzchoek" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Stos/Warstwa na dno" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Zduplikuj warstw" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Zakotwicz warstw" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Usu kana" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Ustaw rozmiar granic warstwy..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Dopasuj rozmiar warstwy do obrazu" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Przeskaluj warstw" -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Pocz widoczne warstwy..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Pocz w d" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Spaszcz obraz" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Dodaj mask warstwy..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Zastosuj mask warstwy" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Usu mask warstwy" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Zaznaczenie z maski" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Dodaj kana Alpha" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Zaznaczenie z kanau alfa" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Modyfikuj atrybuty warstwy..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nowy kana..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Podnie kana" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Obni kana" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Zduplikuj kana" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kana na zaznaczenie" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Dodaj do zaznaczenia" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Odejmij od zaznaczenia" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Przetnij z zaznaczeniem" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Usu kana" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Modyfikuj atrybuty kanau..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nowa cieka" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Zduplikuj ciek" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Zaznaczenie ze cieki" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/cieka z zaznaczenia" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Rysuj ciek" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Usu ciek" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopiuj ciek" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Wklej ciek" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importuj ciek..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Eksportuj ciek..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Modyfikuj atrybuty cieki..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Bd przy otwieraniu pliku: %s\n" diff --git a/po/pt_BR.po b/po/pt_BR.po index 533b9d174d..3258e1ba44 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-10-23 16:28-03:00\n" "Last-Translator: Marcia Norie Nakaza \n" "Language-Team: Brazilian Portuguese \n" @@ -40,66 +40,66 @@ msgid "Pressure:" msgstr "Presso:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "Gimp" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "executado para voc por" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "Inicializao do Gimp" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "analisando \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Procurando por arquivos de dados" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Informaes anexas" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Pincis" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Texturas" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletas" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Gradientes" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Sair realmente?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" "Finalizar o Gimp?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Finalizar" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -170,7 +170,7 @@ msgstr "Gradiente personalizado" msgid "Blend:" msgstr "Mistura:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linear" @@ -322,7 +322,7 @@ msgstr "Editor de pinc #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -353,7 +353,7 @@ msgstr " msgid "Brush Selection" msgstr "Seleo de pincel" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Atualizar" @@ -376,7 +376,7 @@ msgid "New" msgstr "Novo" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Editar" @@ -480,7 +480,7 @@ msgid "copy" msgstr "copiar" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s cpia" @@ -789,43 +789,43 @@ msgstr "Imagem:" msgid "none" msgstr "nenhum" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Seleo de difuso" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Seleo de difuso por:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Seleo de encolhimento" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Seleo de encolhimento por:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Encolher a imagem a partir da borda" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Seleo de crescimento" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "Seleo de crescimento por:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Seleo de bordas" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Seleo de bordas por:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Erro de redimensionamento: largura e altura devem ser maiores que zero." @@ -1445,27 +1445,27 @@ msgstr "" "seleo flutuante porque esta pertence a uma\n" "mscara de camada ou canal." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-vazio" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "escala de cinza vazia" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "escala de cinza" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "ndice vazio" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexado" @@ -1865,112 +1865,112 @@ msgstr "Informar um nome para este buffer" msgid "Copy Named" msgstr "Cpia com denominao" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Curvado" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusoidal" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Esfrico (crescente)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Esfrico (decrescente)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB plano" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (matiz no sentido anti-horrio)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (matiz no sentido horrio)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor de gradientes" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Gradiente" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Nome" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Operaes de gradiente" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Novo gradiente" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Copiar gradiente" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Remover gradiente" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Renomear gradiente" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Salvar como POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Ampliao geral" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Atualizao instantnea" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Padro" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Novo gradiente" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Informe um nome para o novo gradiente" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "sem ttulo" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Copiar gradiente" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Informe um nome para o gradiente copiado" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Renomear gradiente" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Informe um novo nome para o gradiente" @@ -1983,12 +1983,12 @@ msgstr "" "Tem certeza que quer remover\n" "\"%s\" da lista e do disco rgido?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Fator de ampliao: %d:1 Mostrando [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1997,29 +1997,29 @@ msgstr "" "Posio: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacidade: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Frente configurada para RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Fundo configurado para RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Arrastar: mover Shift+arrastar: mover & comprimir" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Clique: seleo Shift+clique: seleo estendida" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Clique: seleo Shift+clique: seleo estendida Arrastar: mover" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2027,181 +2027,181 @@ msgstr "" "Clique: seleo Shift+clique: seleo estendida Arrastar: mover " "Shif+arrastar: mover & comprimir" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Posio de manuseio: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distncia: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Cor do ponto final esquerda" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Carregar a partir de" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Ponto final direito do vizinho esquerda" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Ponto final direita" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Salvar em" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Cor do ponto final direita" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Ponto final esquerdo do vizinho direita" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Ponto final esquera" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Seleo de operaes" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Misturando funes para o segmento " -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Tipo de colorao para o segmento" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Dividir o segmento no ponto mdio" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Dividir o segmento uniformemente" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Remover segmento" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Centralizar novamente o ponto mdio do segmento" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Redistribuir pontos de manuseio no segmento" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Inverter segmento" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replicar segmento" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Misturar funes para a seleo" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Tipo de colorao para a seleo" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Dividir segmentos nos pontos mdios" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Dividir segmentos uniformemente" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Remover seleo" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Centralizar novamente pontos mdios da seleo" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Redistribuir pontos de manuseio na seleo" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Inverter seleo" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replicar seleo" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Cor de frente" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varia)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Dividir" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Por favor, selecione o nmero de partes uniformes" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "nas quais se deseja dividir o segmento selecionado" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "nas quais se deseja dividir os segmentos da seleo" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Misturar cores dos pontos extremos" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Misturar opacidade dos pontos extremos" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replicar" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Por favor selecionar o nmero de vezes" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "que se deseja replicar o segmento selecionado" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "que se deseja replicar a seleo" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Seleo de gradiente" @@ -3019,11 +3019,11 @@ msgid "/_File" msgstr "/_Arquivo" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Arquivo/Novo..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Arquivo/Abrir..." @@ -3079,685 +3079,685 @@ msgstr "/Arquivo/Di msgid "/File/Dialogs/Error Console..." msgstr "/Arquivo/Dilogos/Console de erros..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Arquivo/Dilogos/Mostrar filtros..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Arquivo/Finalizar" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Extenses/Navegador de mdulo..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Help" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Ajuda/Ajuda..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Ajuda/Ajuda ao contexto..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Ajuda/Dica do dia..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Ajuda/Sobre..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Ajuda/Itens do depsito (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Arquivo/Salvar" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Arquivo/Salvar como..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Arquivo/Reverter" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Arquivo/Fechar" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Editar/Desfazer" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Editar/Refazer" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Editar/Cortar" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Editar/Copiar" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Editar/Colar" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Editar/Colar em" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Editar/Colar como novo" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Editar/Buffer/Corte chamado..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Editar/Buffer/Cpia chamada..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Editar/Buffer/Colagem chamada..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Editar/Limpar" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Editar/Preencher com cor de frente" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Edit/Preencher com cor de fundo" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Editar/Borda" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Selecionar/Inverter" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Selecionar/Tudo" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Selecionar/Nenhum" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Selecionar/Flutuar" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Selecionar/Difuso..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Selecionar/Tornar ntido" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Selecionar/Encolher..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Selecionar/Aumentar..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Selecionar/Borda..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Selecionar/Salvar em canal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Visualizar/Aumentar visualizao" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Visualizar/Diminuir visualizao" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Visualizar/Zoom/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Visualizar/Zoom/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Visualizar/Zoom/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Visualizar/Zoom/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Visualizar/Zoom/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Visualizar/Zoom/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Visualizar/Zoom/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Visualizar/Zoom/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Visualizar/Zoom/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Visualizar/Ponto por ponto" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Visualizar/Janela de informaes..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Visualizar/Janela de navegao" -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Visualizar/Acionar Seleo" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Visualizar/Alternar Rguas" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Visualizar/Acionar Barra de status" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Visualizar/Acionar Guias" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Visualizar/Fixar aos guias" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Visualizar/Nova visualizao" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Visualizar/Envlucro" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Imagem/Modo/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Imagem/Modo/Escala de cinza" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Imagem/Modo/Indexado..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Imagem/Cores/Diminuir Saturao" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Imagem/Cores/Inverter" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Imagem/Cores/Auto/Igualar" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Imagem/Alfa/Adic. Canal Alfa" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Imagem/Transformao/Deslocamento..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Imagem/Transformao/Rotao" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Imagem/Tamanho da tela..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Imagem/Dimensionar imagem..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Imagem/Duplicar" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Camadas/Camadas, Canais & Caminhos..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Camadas/Camadas para tamanho de imagem" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Camadas/Pilha/Camada Anterior" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Camadas/Pilha/Prxima Camada" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Camadas/Pilha/Elevar Camada" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Camadas/Pilha/Baixar Camada" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Camadas/Pilha/Camada no topo" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Camadas/Pilha/Camada para o fundo" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Camadas/Rotao" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Camadas/Ancorar Camada" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Camadas/Combinar Camadas Visveis..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Camadas/Unifiicar camadas" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Camadas/Mscara para seleo" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Camadas/Adicionar canal alfa" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Camadas/Alfa para seleo" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Ferramentas/Caixa de Ferramentas" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Ferramentas/Cores padro" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Ferramentas/Trocar cores" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Dilogos/Camadas, Canais & Caminhos..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Dilogos/Opes de ferramentas..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Dilogos/Pincis..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Dilogos/Texturas..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Dilogos/Gradientes..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Dilogos/Paleta..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Dilogos/Paleta indexada..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Dilogos/Dispositivos de entrada..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Dilogos/Estado do dispositivo..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Dilogos/ndice de documentos..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Dilogos/Console de erros..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Dilogos/Filtros de apresentao..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Dilogos/Hist. desfazer..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtros/Repetir ltimo" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtros/Mostrar novamente o ltimo" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtros/Desfocar" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtros/Cores" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtros/Rudo" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtros/Deteco de borda" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtros/Realar" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtros/Genrico" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtros/Efeitos de vidro" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtros/Efeitos de luz" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Arquivo/Distores" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtros/Artstico" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtros/Mapa" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Arquivo/Renderizar" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtros/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtros/Animao" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Arquivo/Combinar" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtros/Brinquedos" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automtico" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Por extenso" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nova camada..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Pilha/Elevar camada" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Pilha/Baixar camada" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Pilha/Camada no topo" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Pilha/Camada no fundo" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplicar camada" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Fixar camada" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Remover camada" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Tamanho de limite de camada..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Camada para tamanho de imagem" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Dimensionar camada..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Mesclar camadas visveis..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Mesclar abaixo" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Unificar camadas" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Adicionar mscara de camada..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Aplicar mscara de camada" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Remover mscara de camada" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Mscara para seleo" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Adicionar canal alfa" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa para seleo" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Editar atributos de camada..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Novo canal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Aumentar canal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Diminuir canal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplicar canal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Selecionar canal" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Adicionar seleo " -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Remover da seleo" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Interceptar com seleo" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Remover canal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Editar atributos do canal..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Novo caminho" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplicar caminho" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Caminho para seleo" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Seleo para o caminho" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Caminho para acionar" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Apagar caminho" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Copiar caminho" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Colar caminho" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importar caminho..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exportar caminho..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Editar atributos de caminho..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Erro na abertura do arquivo: %s\n" diff --git a/po/ru.po b/po/ru.po index 15a7845a25..3e10596cee 100644 --- a/po/ru.po +++ b/po/ru.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: Gimp-1.1.32\n" -"POT-Creation-Date: 2000-12-21 12:48+0300\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-21 12:53+03:00\n" "Last-Translator: Valek Filippov \n" "Language-Team: Russian \n" @@ -39,66 +39,66 @@ msgid "Pressure:" msgstr ":" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr " " -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr " GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr " \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr " " -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr " (FIX?)" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr " ?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -108,18 +108,18 @@ msgstr "" "\n" " GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -169,7 +169,7 @@ msgstr " msgid "Blend:" msgstr ":" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "" @@ -321,7 +321,7 @@ msgstr " #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -352,7 +352,7 @@ msgstr " msgid "Brush Selection" msgstr " " -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "" @@ -375,7 +375,7 @@ msgid "New" msgstr "" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "" @@ -479,7 +479,7 @@ msgid "copy" msgstr "" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s " @@ -788,43 +788,43 @@ msgstr " msgid "none" msgstr "" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr " " -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr " :" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr " " -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr " :" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr " " -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr " " -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr " :" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr " " -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr " :" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr " : ." @@ -1447,27 +1447,27 @@ msgstr "" ", \n" " ." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr " - " -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr " " -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "-" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "" @@ -1870,112 +1870,112 @@ msgstr " msgid "Copy Named" msgstr " " -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr " ()" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr " ()" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr " RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV ( [FixMe])" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV ( )" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr " " -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr " " -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr " " -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr " " -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr " " -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr " POV-Ray " #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr " " -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr " " -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr " " -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr " " -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr " " -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr " " -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr " " -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr " " -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr " " @@ -1988,12 +1988,12 @@ msgstr "" " \n" "\"%s\" ?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr ": %d:1 [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2002,31 +2002,31 @@ msgstr "" ": %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " ": %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" " RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr " RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Drag: Shift+drag: " -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr ": Shift+: " -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" ": Shift+: Drag: " -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2034,181 +2034,181 @@ msgstr "" ": Shift+: Drag: " " Shift+drag: " -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr " : %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr ": %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr " " -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr " " -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr " " -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr " " -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr " " -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr " " -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr " " -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr " " -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr " " -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr " " -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr " " -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr " " -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr " " -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr " " -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr " " -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr " " -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr " " -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr " " -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr " " -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr " " -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr " " -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr " " -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr " " -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr " " -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr " " -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr " " -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr " " -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr " " -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "()" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr " ," -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr " " -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr " " -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr " " -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr " " -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr " " -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr " " -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr " " #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr " " @@ -3029,11 +3029,11 @@ msgid "/_File" msgstr "/" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "//..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "//..." @@ -3089,684 +3089,684 @@ msgstr "/ msgid "/File/Dialogs/Error Console..." msgstr "/// ..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/// ..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "//" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/." -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/./ ..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "//..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "// ..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "// ..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "// ..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "//Dump Items ()" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "//" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "// ..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "//..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "//" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "//" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "//" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "//" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "//" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "//" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "// ..." -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "// " #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/// ..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/// ..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/// ..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "//" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "// " -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "// " -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "//" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "//" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "// " -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "//" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "//" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "//..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "//" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "//..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "//..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "//..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "// " #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "// " -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "// " #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "///16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "///8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "///4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "///2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "///1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "///1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "///1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "///1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "///1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "// " -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "// ..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "// ..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "// " -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "// " -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "// " -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "// " -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "// " -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "// " -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "// [FixMe]" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "///RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/// " -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "///..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "///" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "///" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "////" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "//-/ -" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "///..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "///" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "// ..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "//..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "// " #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "//, ..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "//. " #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/// " -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/// " -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/// " -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/// " -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/// " -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/// " #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "//" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "// " -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "// ..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "// " -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "// -> " -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "// -" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "//- -> " #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "// " -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "// " -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "// " #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "//, ..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "// ..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "//..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "//..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "//..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "//...." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "// ..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "// ..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "// ..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "// ..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "// ..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "// ..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "// ..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "// " -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "// " -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "//" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "//" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "//" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "// " -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "//Enhance" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "//" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "// " -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "// " -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "//" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "//" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "//" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "//" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "//" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "//" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "//" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "//" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/ " -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/ ..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "// " -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "// " -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "// " -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "// " -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/ " -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/ " -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/ " -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/ Boundary Size..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/. " -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/ ..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/ ..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/ " -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/ " -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/ ..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/ " -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/ " -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/ -> " -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/ -" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/- -> " -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/ ..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/ ..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/ " -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/ " -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/ " -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/ -> " -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/ " -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/ " -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/ " -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/ " -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/ ..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/ " -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/ " -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/ -> " -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/ -> " -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/ " -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/ " -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/ " -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/ " -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/ ..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/ ..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/ ..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr " : %s\n" diff --git a/po/sk.po b/po/sk.po index b3f5924aec..7cac52ae74 100644 --- a/po/sk.po +++ b/po/sk.po @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP 1.1.15\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-01-15 13:40+02:00\n" "Last-Translator: Peter Lacu \n" "Language-Team: Slovak \n" @@ -41,67 +41,67 @@ msgid "Pressure:" msgstr "Tlak:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 #, fuzzy msgid "brought to you by" msgstr "verziu %s Vm prinaj" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP: tart" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "analyzuje sa \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Hadaj sa datov sbory" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Paraziti" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "tetce" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Vzory" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Farebn palety" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Prechody" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Nazaj ukoni ?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -111,18 +111,18 @@ msgstr "" "\n" "Naozaj ukoni GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Koniec" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -173,7 +173,7 @@ msgstr "Kop msgid "Blend:" msgstr "Prechod:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linerny" @@ -327,7 +327,7 @@ msgstr "Editor #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -358,7 +358,7 @@ msgstr "Uhol:" msgid "Brush Selection" msgstr "Vber tetca" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Aktualizova" @@ -381,7 +381,7 @@ msgid "New" msgstr "Nov" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "pravy" @@ -487,7 +487,7 @@ msgid "copy" msgstr "(kpia)" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s (kpia)" @@ -796,47 +796,47 @@ msgstr "Obr msgid "none" msgstr "nie je" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Jemn prechod" -#: app/commands.c:340 +#: app/commands.c:343 #, fuzzy msgid "Feather Selection by:" msgstr "Zjemni prechod o:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Zmeni selekciu" -#: app/commands.c:376 +#: app/commands.c:379 #, fuzzy msgid "Shrink Selection by:" msgstr "Zmeni selekciu o:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Ubra z obrysov" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "Zvi selekciu" -#: app/commands.c:410 +#: app/commands.c:413 #, fuzzy msgid "Grow Selection by:" msgstr "Zvi selekciu o:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Obvod selekcie" -#: app/commands.c:433 +#: app/commands.c:436 #, fuzzy msgid "Border Selection by:" msgstr "Prida obvod selekcie:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "Chyba rozmerov pltna: rka aj vka mus by via ako nula." @@ -1455,27 +1455,27 @@ msgstr "" "Nov vrstva sa ned vytvori\n" "pretoe selekcia patr kanlu alebo maske vrstvy." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-przdny" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "odtiene edej-przdny" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "odtiene edej" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indexovan-przdny" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexovan" @@ -1863,112 +1863,112 @@ msgstr "Meno v msgid "Copy Named" msgstr "Koprova a pomenova" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Krivkov" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Snusoidn" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Kruhov (vzostupn)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Kruhov (zostupn)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "RGB farby" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (odtie proti smeru hodinovch ruiiek)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (odtie v smere hodinovch ruiiek)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Editor prechodov" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Prechod" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Meno" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Prechody" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Nov prechod" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Koprova prechod" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Zmaza prechod" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Premenova prechod" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Uloi ako POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Cel obrzok" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Okamit aktualizcia" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Implicitn" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Nov prechod" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Pomenujte nov prechod" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "nepomenovan" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Koprova prechod" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Pomenujte kpiu prechodu" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Premenova prechod" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Nov meno" @@ -1981,12 +1981,12 @@ msgstr "" "Urite chcete vymaza\n" "\"%s\" zo zoznamu a z disku?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Mierka: %d:1 Zobrazuje sa [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -1995,30 +1995,30 @@ msgstr "" "Poloha: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Krytie: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Farba popredia nastaven na RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Farba pozadia nastaven na RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "ahanie: posun Shift+ahanie: posun a kompresia" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klepnutie: vybra Shift+klepnutie: rozri selekciu" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" "Klepnutie: vybra Shift+klepnutie: rozri selekciu ahanie: posun" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2026,181 +2026,181 @@ msgstr "" "Klepnutie: selekcia Shift+klepnutie: rozri selekciu Shift+ahanie: " "posun a kompresia" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Poloha riadiaceho bodu: %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Vzdialenos: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Farba avho koncovho bodu" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Otvori z" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Prav koncov bod avho suseda" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Prav koncov bod" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Uloi do" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Farba pravho koncovho bodu" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "av koncov bod pravho suseda" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "av koncov bod" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Selekcia" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Tvar prechodu segmentu" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Typ vyfarbenia segmentu" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Rozdeli segment v strede" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Rozdeli segment na rovnak asti" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Zmaza segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Vycentrova stredov bod segmentu" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Prerozdeli riadiace body" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Zrkadli segment" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replikova segment" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Tvar prechodu selekcie" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Typ vyfarbenia selekcie" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Rozdeli segmenty v strede" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Rozdeli segmenty na rovnak asti" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Zmaza selekciu" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Vycentrova stredov body v selekcii" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Prerozdeli riadiace body v selekcii" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Zrkadli selekciu" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replikova selekciu" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "Farba popredia" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(men sa)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Rozdeli" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Zvote poet rovnakch ast" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "na ktor chcete rozdeli segment." -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "na ktor chcete rozdeli segmenty v selekcii." -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Farby koncovch bodov prechodu" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Krytie koncovch bodov prechodu" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replikova" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Kokokrt" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "chcete replikova zvolen segment" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "chcete replikova selekciu" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Vber prechodu" @@ -3034,11 +3034,11 @@ msgid "/_File" msgstr "/Sbor" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Sbor/Nov..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Sbor/Otvori..." @@ -3095,697 +3095,697 @@ msgstr "/S msgid "/File/Dialogs/Error Console..." msgstr "/Sbor/Palety/Chybov konzola..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Sbor/Palety/Displej filtre..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Sbor/Koniec" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Prehliada modulov..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 #, fuzzy msgid "/_Help" msgstr "/Pomoc" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Pomoc/Pomoc..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Pomoc/Kontextov pomoc..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Pomoc/Tip da..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Pomoc/O programe..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Pomoc/Dump Items (Debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Sbor/Uloi" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Sbor/Uloi ako..." -#: app/menus.c:217 +#: app/menus.c:219 #, fuzzy msgid "/File/Revert..." msgstr "/Sbor/Vrti" -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Sbor/Zatvori" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/pravy/Vrti" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/pravy/Znova" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/pravy/Vystrihn" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/pravy/Koprova" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/pravy/Vloi" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/pravy/Vloi do" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/pravy/Vloi ako nov obrzok" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/pravy/Schrnka/Vystrihn pomenovan..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/pravy/Schrnka/Koprova pomenovan..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/pravy/Schrnka/Vloi pomenovan..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/pravy/Vymaza" -#: app/menus.c:263 +#: app/menus.c:265 #, fuzzy msgid "/Edit/Fill with FG Color" msgstr "Vyplnenie farebnm prechodom" -#: app/menus.c:265 +#: app/menus.c:267 #, fuzzy msgid "/Edit/Fill with BG Color" msgstr "Vyplnenie farebnm prechodom" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/pravy/ahy" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Selekcia/Invertova" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Selekcia/Vetko" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Selekcia/Ni" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Selekcia/Plvajca" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Selekcia/Zjemni..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Selekcia/Zaostri" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Selekcia/Zmeni..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Selekcia/Zvi..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Selekcia/Obvod..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Selekcia/Uloi ako kanl" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Zobrazenie/Pribli" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Zobrazenie/Oddiali" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Zobrazenie/Mierka/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Zobrazenie/Mierka/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Zobrazenie/Mierka/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Zobrazenie/Mierka/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Zobrazenie/Mierka/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Zobrazenie/Mierka/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Zobrazenie/Mierka/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Zobrazenie/Mierka/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Zobrazenie/Mierka/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Zobrazenie/Jedna k jednej" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Zobrazenie/Informcie..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Zobrazenie/Navigtor..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Zobrazenie/Skry selekciu" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Zobrazenie/Pravtka" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Zobrazenie/Stavov lita" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Zobrazenie/Vodtka" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Zobrazenie/Magnetick vodtka" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Zobrazenie/Nov pohad" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Zobrazenie/Prispsobi vekos okna" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Obrzok/Farebn md/RGB farby" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Obrzok/Farebn md/Odtiene edej" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Obrzok/Farebn md/Indexovan..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Obrzok/Farby/Odfarbi" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Obrzok/Farby/Invertova" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Obrzok/Farby/Auto/Vyrovnanie" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Obrzok/Alfa/Prida alfa kanl" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Obrzok/Transformcie/Posun..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Obrzok/Transformcie/Otoenie" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Obrzok/Rozmery pltna..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Obrzok/Vekos..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Obrzok/Duplikova" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 #, fuzzy msgid "/Layers/Layers, Channels & Paths..." msgstr "/Vrstvy/Vrstvy a Kanly..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Vrstvy/Prispsobi vekos" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Vrstvy/Zsobnk/Predchdzajca vrstva" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Vrstvy/Zsobnk/Nasledujca vrstva" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Vrstvy/Zsobnk/Vrstvu vyie" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Vrstvy/Zsobnk/Vrstvu niie" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Vrstvy/Zsobnk/Vrstvu celkom hore" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Vrstvy/Zsobnk/Vrstvu celkom dole" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Vrstvy/Otoenie" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Vrstvy/Vloi vrstvu" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Vrstvy/Zli viditen vrstvy..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Vrstvy/Do jednej vrstvy" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Vrstvy/Maska do selekcie" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Vrstvy/Prida alfa kanl" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Vrstvy/Alfa do selekcie" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Nstroje/Nstroje" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Nstroje/Implicitn Farby" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Nstroje/Zameni Farby" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 #, fuzzy msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Palety/Vrstvy a Kanly..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Palety/Predvoby nstrojov..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Palety/tetce..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Palety/Vzory..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Palety/Prechody..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Palety/Farby..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Palety/Indexovan paleta..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Palety/Vstupn zariadenie..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Palety/Stav zariadenia..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Palety/Zoznam dokumentov..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Palety/Chybov konzola..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Palety/Filtre..." -#: app/menus.c:517 +#: app/menus.c:521 #, fuzzy msgid "/Dialogs/Undo History..." msgstr "/Zobrazenie/Histria..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filtre/Opakova posledn" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filtre/Opakova s nastavenm" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filtre/Rozostrenie" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filtre/Farby" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filtre/um" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filtre/Detekcia hrn" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filtre/Vylepenie" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filtre/Nepecifikovan" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filtre/Efekty so sklom" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filtre/Sveteln efekty" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filtre/Deformcie" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filtre/Umeleck" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filtre/Mapovanie" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filtre/Generovanie" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filtre/Web" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filtre/Animcia" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Sbor/Kombincia" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filtre/Hraky" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatick" -#: app/menus.c:597 +#: app/menus.c:601 #, fuzzy msgid "/By Extension" msgstr "/Poda prpony" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nov vrstva..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Zsobnk/Vrstvu vyie" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Zsobnk/Vrstvu niie" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Zsobnk/Vrstvu hore" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Zsobnk/Vrstvu dole" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplikova vrstvu" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Vloi vrstvu" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Zmaza vrstvu" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Vekos okrajov vrstvy..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Vrstvy/Prispsobi vekos" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Vekos vrstvy..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Zli viditen vrstvy..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Zli dole" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Do jednej vrstvy" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Prida masku vrstvy..." -#: app/menus.c:654 +#: app/menus.c:658 #, fuzzy msgid "/Apply Layer Mask" msgstr "/Aplikova masku vrstvy..." -#: app/menus.c:656 +#: app/menus.c:660 #, fuzzy msgid "/Delete Layer Mask" msgstr "/Zmaza vrstvu" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Maska do selekcie" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Prida alfa kanl" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfa do selekcie" -#: app/menus.c:670 +#: app/menus.c:674 #, fuzzy msgid "/Edit Layer Attributes..." msgstr "pravy vlastnost vrstvy" -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Nov kanl..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Kanl vyie" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Kanl niie" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplikova kanl" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanl do selekcie" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Prida k selekcii" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Ubra zo selekcie" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Prienik so selekciou" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Zmaza kanl" -#: app/menus.c:708 +#: app/menus.c:712 #, fuzzy msgid "/Edit Channel Attributes..." msgstr "pravy vlastnost kanlu" -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Nov cesta" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplikova cestu" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Cesta na selekciu" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Selekcia na cestu" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Obkresli cestu" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Zmaza cestu" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Koprova cestu" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Vloi cestu" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importova cestu..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exportova cestu..." -#: app/menus.c:745 +#: app/menus.c:749 #, fuzzy msgid "/Edit Path Attributes..." msgstr "pravy vlastnost vrstvy" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Chyba pri otvran sboru: %s\n" diff --git a/po/sv.po b/po/sv.po index fb170f3ee7..784ad7d324 100644 --- a/po/sv.po +++ b/po/sv.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GIMP\n" -"POT-Creation-Date: 2000-12-19 14:22-0800\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-12-19 01:35+0100\n" "Last-Translator: Christian Rose \n" "Language-Team: Swedish \n" @@ -43,66 +43,66 @@ msgid "Pressure:" msgstr "Tryck:" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr "presenteras av" -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr "GIMP Uppstart" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "tolkar \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr "Letar efter datafiler" -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "Parasiter" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "Penslar" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "Mnster" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "Paletter" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Frgskalor" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Verkligen avsluta?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -112,18 +112,18 @@ msgstr "" "\n" "Avsluta GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Avsluta" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -173,7 +173,7 @@ msgstr "Egen f msgid "Blend:" msgstr "Frgtoning:" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Linjr" @@ -325,7 +325,7 @@ msgstr "Penseleditor" #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -356,7 +356,7 @@ msgstr "Vinkel:" msgid "Brush Selection" msgstr "Penselmarkering" -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "Uppdatera" @@ -379,7 +379,7 @@ msgid "New" msgstr "Ny" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "Redigera" @@ -483,7 +483,7 @@ msgid "copy" msgstr "kopia" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "%s-kopia" @@ -792,43 +792,43 @@ msgstr "Bild:" msgid "none" msgstr "ingen" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "Fjdermarkering" -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "Fjdermarkering:" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr "Minska markering" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr "Minska markering med:" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr "Krymp frn bildkanten" -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "ka markering" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "ka markering med:" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "Kantmarkering" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr "Kantmarkering med:" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr "" "Fel vid ndring av storlek: Bde bredd och hjd mste vara strre n 0." @@ -1449,27 +1449,27 @@ msgstr "" "markeringen d den tillhr en lagermask\n" "eller kanal." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB-tom" -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "grskala-tom" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "grskala" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr "indexerad-tom" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "indexerad" @@ -1874,112 +1874,112 @@ msgstr "Ange namn f msgid "Copy Named" msgstr "Kopiera namngiven" -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "Kurvig" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "Sinusformad" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr "Sfrisk (kande)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr "Sfrisk (minskande)" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr "Ren RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (moturs nyans)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (medurs nyans)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr "Frgskaleeditor" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Frgskala" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "Namn" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Frgskaleop" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr "Ny frgskala" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Kopiera frgskala" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr "Ta bort frgskala" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr "Dp om frgskalor" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr "Spara som POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr "Visa hela" -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr "Direktuppdatering" -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "Standard" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr "Ny frgskala" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Ange namn fr den nya frgskalan" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "namnls" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Kopiera frgskala" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Ange namn fr den kopierade frgskalan" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr "Dp om frgskala" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Ange nytt namn fr frgskalan" @@ -1992,12 +1992,12 @@ msgstr "" "r du sker att du vill ta bort\n" "\"%s\" frn listan och frn disk?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr "Zoom faktor: %d:1 Visar [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2006,29 +2006,29 @@ msgstr "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Opacitet: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Frgrundsfrg satt till RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "Bakgrundsfrg satt till RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "Dra: flytta Shift+dra: flytta & komprimera" -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr "Klicka: markera Shift+klicka: utka markering" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "Klicka: markera Shift+klicka: utka markering Dra: flytta" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2036,181 +2036,181 @@ msgstr "" "Klicka: markera Shift+klicka: utka markering Dra: flytta " "Shift+dra: flytta & komprimera" -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "Handtagsposition: %06f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr "Distans: %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "Vnstra ndpunktens frg" -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr "Ls in frn" -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "Vnstra grannens hgra ndpunkt" -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr "Hger ndpunkt" -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr "Spara till" -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "Hgra ndpunktens frg" -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "Hgra grannens vnstra ndpunkt" -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr "Vnster ndpunkt" -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "Markeringsoperationer" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "Frgtoningsfunktion fr segment" -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr "Frgningstyp fr segment" -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Dela segment vid mittenpunkt" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Dela segment uniformt" -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr "Ta bort segment" -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr "Centrera segmentets mittenpunkt" -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "terfrdela handtagen i segmentet" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr "Vnd p segmentet" -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr "Replikera segmentet" -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "Frgtoningsfunktion fr markering" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr "Frgningstyp fr markering" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Dela segment vid mittenpunkter" -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Dela segmenten uniformt" -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr "Ta bort markering" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr "Centrera mittenpunkter i markering" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "terfrdela handtagen i markering" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr "Vnd markering" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr "Replikera markering" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "FG frg" -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Varierar)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Dela" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Var god vlj antalet uniforma delar" -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr "som du vill dela det markerade segmentet" -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr "som du vill dela segmenten i markeringen" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr "Tona ndpunkternas frg" -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Tona ndpunkternas opacitet" -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "Replikera" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Var god vlj antalet gnger" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr "du vill replikera det markerade segmentet" -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr "du vill replikera markeringen" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "Frgskalemarkering" @@ -3024,11 +3024,11 @@ msgid "/_File" msgstr "/_Arkiv" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "/Arkiv/Ny..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "/Arkiv/ppna..." @@ -3084,684 +3084,684 @@ msgstr "/Arkiv/F msgid "/File/Dialogs/Error Console..." msgstr "/Arkiv/Fnster/Felmeddelanden..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/Arkiv/Fnster/Visningsfilter..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "/Arkiv/Avsluta" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/_Xtns" -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/Xtns/Modulblddrare..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/_Hjlp" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/Hjlp/Hjlp..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/Hjlp/Kontexthjlp..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/Hjlp/Dagens tips..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/Hjlp/Om..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/Hjlp/Dumpa poster (debug)" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "/Arkiv/Spara" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "/Arkiv/Spara som..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "/Arkiv/terg..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "/Arkiv/Stng" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "/Redigera/ngra" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "/Redigera/Gr om" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "/Redigera/Klipp ut" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "/Redigera/Kopiera" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "/Redigera/Klistra in" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "/Redigera/Klistra in i" -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "/Redigera/Klistra in som ny" #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "/Redigera/Buffert/Klipp ut namngiven..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "/Redigera/Buffert/Kopiera namngiven..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/Redigera/Buffert/Klistra in namngiven..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "/Redigera/Rensa" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "/Redigera/Fyll med frgrundsfrg" -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "/Redigera/Fyll med bakgrundsfrg" -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "/Redigera/Stryk" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Markera/Invertera" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Markera/Allt" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Markera/Inget" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Markera/Flytande" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Markera/Fjder..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Markera/Skrpa" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Markera/Minska..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Markera/ka..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Markera/Kant..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Markera/Spara till kanal" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "/Visa/Zooma in" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "/Visa/Zooma ut" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "/Visa/Zooma/16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "/Visa/Zooma/8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "/Visa/Zooma/4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "/Visa/Zooma/2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "/Visa/Zooma/1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "/Visa/Zooma/1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "/Visa/Zooma/1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "/Visa/Zooma/1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "/Visa/Zooma/1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "/Visa/Punkt fr punkt" -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "/Visa/Informationsfnster..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "/Visa/Fnsternavigering..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "/Visa/Visa markering" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "/Visa/Visa linjaler" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "/Visa/Visa statusrad" -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "/Visa/Visa hjlplinjer" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "/Visa/Snpp mot hjlplinjer" -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "/Visa/Ny vy" -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "/Visa/Visa optimalt fnster" #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "/Bild/Format/RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "/Bild/Format/Grskala" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "/Bild/Format/Indexerad..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "/Bild/Frger/Avfrga" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "/Bild/Frger/Invertera" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "/Bild/Frger/Auto/Jmna ut" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/Bild/Alfa/Lgg till alfakanal" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "/Bild/Transformeringar/Offset..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "/Bild/Transformeringar/Rotera" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "/Bild/Kanvasstorlek..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "/Bild/Skala bild..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "/Bild/Duplicera" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "/Lager/Lager, kanaler & slingor..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "/Lager/Lagerstorlek som bilden" #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "/Lager/Stack/Fregende lager" -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/Lager/Stack/Nsta lager" -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/Lager/Stack/Hj lager" -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/Lager/Stack/Snk lager" -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/Lager/Stack/Lager till toppen" -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/Lager/Stack/Lager till botten" #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "/Lager/Rotera" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "/Lager/Ankra lager" -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "/Lager/Sammanfoga synliga lager..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "/Lager/Platta till bilden" -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "/Lager/Mask till markering" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "/Lager/Lgg till alfakanal" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "/Lager/Alfakanal till markering" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "/Verktyg/Verktygslda" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "/Verktyg/Standardfrger" -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "/Verktyg/Byt frgplats" #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "/Fnster/Lager, kanaler & slingor..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "/Fnster/Verktygsinstllningar..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "/Fnster/Penslar..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "/Fnster/Mnster..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "/Fnster/Frgskalor..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "/Fnster/Palett..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "/Fnster/Indexerad palett..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "/Fnster/Inmatningsenheter..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "/Fnster/Enhetsstatus..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "/Fnster/Dokumentindex..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "/Fnster/Felmeddelanden..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "/Fnster/Visningsfilter..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "/Fnster/ngringshistorik..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "/Filter/Upprepa senaste" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "/Filter/Visa senaste" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "/Filter/Suddigare" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "/Filter/Frger" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "/Filter/Brus" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "/Filter/Leta kanter" -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "/Filter/Frbttra" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "/Filter/Allmnna" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "/Filter/Glaseffekter" -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "/Filter/Ljuseffekter" -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "/Filter/Strningar" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "/Filter/Artistiskt" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "/Filter/Mappa" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "/Filter/Rendera" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "/Filter/Webb" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "/Filter/Animation" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "/Filter/Kombinera" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "/Filter/Leksaker" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/Automatiskt" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/Via ndelse" -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/Nytt lager..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "/Stack/Hj lager" -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "/Stack/Snk lager" -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "/Stack/Lager till toppen" -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "/Stack/Lager till botten" -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/Duplicera lager" -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/Ankra lager" -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/Ta bort lager" -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/Storlek p lager..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/Lagerstorlek som bilden" -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/Skala om lager..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/Sammanfoga synliga lager..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/Sammanfoga nedt" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/Platta till bilden" -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/Lgg till lagermask..." -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/Applicera lagermask" -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/Ta bort lagermask" -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/Mask till markering" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/Lgg till alfakanal" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/Alfakanal till markering" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/Redigera lagerattribut..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/Ny kanal..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/Hj kanal" -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/Snk kanal" -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/Duplicera kanal" -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/Kanal till markering" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/Lgg till markering" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/Ta bort frn markering" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/Snitt med markering" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/Ta bort kanal" -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/Redigera kanalattribut..." -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/Ny slinga" -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/Duplicera slinga" -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/Slinga till markering" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Markering till slinga" -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/Stryk slinga" -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/Ta bort slinga" -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Kopiera slinga" -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/Klistra in slinga" -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/Importera slinga..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/Exportera slinga..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/Redigera skvgsattribut" -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr "Kunde inte ppna fil: %s\n" diff --git a/po/uk.po b/po/uk.po index 347273f402..5d10de251e 100644 --- a/po/uk.po +++ b/po/uk.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gimp 1.1.19\n" -"POT-Creation-Date: 2000-12-22 10:36+0200\n" +"POT-Creation-Date: 2000-12-24 12:22-0800\n" "PO-Revision-Date: 2000-01-11 12:44+0200\n" "Last-Translator: Yuri Syrota \n" "Language-Team: Ukrainian \n" @@ -40,66 +40,66 @@ msgid "Pressure:" msgstr ":" #. this is a font, provide only one single font definition -#: app/app_procs.c:269 +#: app/app_procs.c:272 msgid "-*-helvetica-bold-r-normal--*-140-*-*-*-*-*-*" msgstr "-*-helvetica-bold-r-normal-*-*-140-*-*-*-*-*-*" -#: app/app_procs.c:280 app/app_procs.c:282 app/interface.c:564 +#: app/app_procs.c:283 app/app_procs.c:285 app/interface.c:564 msgid "The GIMP" msgstr "GIMP" #. this is a fontset, e.g. multiple comma-separated font definitions -#: app/app_procs.c:287 +#: app/app_procs.c:290 msgid "-*-helvetica-bold-r-normal--*-120-*-*-*-*-*-*,*" msgstr "-*-helvetica-bold-r-normal-*-*-120-*-*-*-*-*-*,*" -#: app/app_procs.c:304 app/app_procs.c:306 +#: app/app_procs.c:307 app/app_procs.c:309 msgid "brought to you by" msgstr " " -#: app/app_procs.c:375 +#: app/app_procs.c:378 msgid "GIMP Startup" msgstr " GIMP" -#: app/app_procs.c:492 app/app_procs.c:500 app/gimprc.c:455 +#: app/app_procs.c:495 app/app_procs.c:503 app/gimprc.c:455 #, c-format msgid "parsing \"%s\"\n" msgstr "̦ \"%s\"\n" #. initialize the xcf file format routines -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Looking for data files" msgstr " ̦ " -#: app/app_procs.c:564 +#: app/app_procs.c:569 msgid "Parasites" msgstr "" #. initialize the global parasite table -#: app/app_procs.c:566 app/internal_procs.c:71 app/preferences_dialog.c:2535 +#: app/app_procs.c:571 app/internal_procs.c:71 app/preferences_dialog.c:2535 msgid "Brushes" msgstr "̦" #. initialize the list of gimp brushes -#: app/app_procs.c:568 app/internal_procs.c:140 app/preferences_dialog.c:2543 +#: app/app_procs.c:573 app/internal_procs.c:140 app/preferences_dialog.c:2543 msgid "Patterns" msgstr "" #. initialize the list of gimp patterns -#: app/app_procs.c:570 app/preferences_dialog.c:2547 +#: app/app_procs.c:575 app/preferences_dialog.c:2547 msgid "Palettes" msgstr "̦" #. initialize the list of gimp palettes -#: app/app_procs.c:572 app/internal_procs.c:104 app/preferences_dialog.c:2551 +#: app/app_procs.c:577 app/internal_procs.c:104 app/preferences_dialog.c:2551 msgid "Gradients" msgstr "Ħ" -#: app/app_procs.c:762 +#: app/app_procs.c:767 msgid "Really Quit?" msgstr "Ħ ?" -#: app/app_procs.c:766 +#: app/app_procs.c:771 msgid "" "Some files unsaved.\n" "\n" @@ -109,18 +109,18 @@ msgstr "" "\n" " GIMP?" -#: app/app_procs.c:767 +#: app/app_procs.c:772 msgid "Quit" msgstr "Ȧ" #. the cancel button -#: app/app_procs.c:767 app/brightness_contrast.c:230 app/channel_ops.c:99 +#: app/app_procs.c:772 app/brightness_contrast.c:230 app/channel_ops.c:99 #: app/channels_dialog.c:2541 app/channels_dialog.c:2704 #: app/color_balance.c:286 app/color_notebook.c:128 app/convert.c:517 #: app/curves.c:571 app/file_new_dialog.c:212 app/file_new_dialog.c:362 #: app/gdisplay_color_ui.c:160 app/gdisplay_ops.c:310 app/gimphelp.c:196 #: app/gimpprogress.c:120 app/global_edit.c:779 app/gradient.c:1881 -#: app/gradient.c:4976 app/gradient.c:5537 app/hue_saturation.c:383 +#: app/gradient.c:4941 app/gradient.c:5502 app/hue_saturation.c:383 #: app/interface.c:1047 app/layers_dialog.c:3555 app/layers_dialog.c:3739 #: app/layers_dialog.c:3834 app/layers_dialog.c:4095 app/levels.c:350 #: app/palette.c:1824 app/posterize.c:212 app/preferences_dialog.c:1485 @@ -170,7 +170,7 @@ msgstr " msgid "Blend:" msgstr ":" -#: app/blend.c:325 app/gradient.c:641 app/preferences_dialog.c:2253 +#: app/blend.c:325 app/gradient.c:643 app/preferences_dialog.c:2253 msgid "Linear" msgstr "Φ" @@ -322,7 +322,7 @@ msgstr " #: app/brush_edit.c:233 app/brush_select.c:287 app/by_color_select.c:727 #: app/color_notebook.c:125 app/color_picker.c:303 app/colormap_dialog.i.c:173 #: app/crop.c:1074 app/devices.c:760 app/docindex.c:776 app/errorconsole.c:284 -#: app/gdisplay_ops.c:310 app/gradient.c:913 app/gradient_select.c:160 +#: app/gdisplay_ops.c:310 app/gradient.c:915 app/gradient_select.c:161 #: app/histogram_tool.c:281 app/info_window.c:261 app/lc_dialog.c:217 #: app/measure.c:326 app/nav_window.c:1426 app/palette.c:2057 #: app/palette.c:2073 app/palette.c:3104 app/palette_select.c:70 @@ -353,7 +353,7 @@ msgstr " msgid "Brush Selection" msgstr "¦ " -#: app/brush_select.c:285 app/gradient.c:911 app/module_db.c:359 +#: app/brush_select.c:285 app/gradient.c:913 app/module_db.c:359 #: app/palette.c:2055 app/pattern_select.c:176 msgid "Refresh" msgstr "" @@ -376,7 +376,7 @@ msgid "New" msgstr "" #: app/brush_select.c:479 app/colormap_dialog.i.c:139 -#: app/gradient_select.c:158 app/palette.c:1177 app/palette.c:2071 +#: app/gradient_select.c:159 app/palette.c:1177 app/palette.c:2071 #: app/palette_select.c:68 msgid "Edit" msgstr "" @@ -480,7 +480,7 @@ msgid "copy" msgstr "Ц" #. formulate the new layer_mask name -#: app/channel.c:205 app/gradient.c:1712 app/layer.c:345 app/layer.c:1802 +#: app/channel.c:205 app/gradient.c:1720 app/layer.c:345 app/layer.c:1802 #, c-format msgid "%s copy" msgstr "Ц %s" @@ -789,43 +789,43 @@ msgstr " msgid "none" msgstr "" -#: app/commands.c:337 +#: app/commands.c:340 msgid "Feather Selection" msgstr "¦ " -#: app/commands.c:340 +#: app/commands.c:343 msgid "Feather Selection by:" msgstr "¦ :" -#: app/commands.c:373 +#: app/commands.c:376 msgid "Shrink Selection" msgstr " Ħ" -#: app/commands.c:376 +#: app/commands.c:379 msgid "Shrink Selection by:" msgstr " Ħ :" -#: app/commands.c:385 +#: app/commands.c:388 msgid "Shrink from image border" msgstr " " -#: app/commands.c:407 +#: app/commands.c:410 msgid "Grow Selection" msgstr "¦ Ħ" -#: app/commands.c:410 +#: app/commands.c:413 msgid "Grow Selection by:" msgstr "¦ Ħ :" -#: app/commands.c:430 +#: app/commands.c:433 msgid "Border Selection" msgstr "¦ ͦ" -#: app/commands.c:433 +#: app/commands.c:436 msgid "Border Selection by:" msgstr " ͦ :" -#: app/commands.c:1330 +#: app/commands.c:1335 msgid "Resize Error: Both width and height must be greater than zero." msgstr " ͦ ͦ: ¦ ." @@ -1447,27 +1447,27 @@ msgstr "" "Ħ, \n" "æ ." -#: app/gdisplay.c:232 +#: app/gdisplay.c:237 msgid "RGB-empty" msgstr "RGB - " -#: app/gdisplay.c:232 app/image_new.c:64 app/preferences_dialog.c:1653 +#: app/gdisplay.c:237 app/image_new.c:64 app/preferences_dialog.c:1653 msgid "RGB" msgstr "RGB" -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale-empty" msgstr "æ Ӧ - " -#: app/gdisplay.c:235 +#: app/gdisplay.c:240 msgid "grayscale" msgstr "æ Ӧ" -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed-empty" msgstr " - " -#: app/gdisplay.c:238 +#: app/gdisplay.c:243 msgid "indexed" msgstr "" @@ -1600,9 +1600,7 @@ msgstr "" msgid "" "Failed to load one of the brushes in the brush pipe\n" "\"%s\"" -msgstr "" -" ̦ ̦ ̦." -"\"%s\"" +msgstr " ̦ ̦ ̦.\"%s\"" #: app/gimpdrawable.c:176 msgid "Can't fill unknown image type." @@ -1870,112 +1868,112 @@ msgstr " msgid "Copy Named" msgstr "Ц " -#: app/gradient.c:642 +#: app/gradient.c:644 msgid "Curved" msgstr "" -#: app/gradient.c:643 +#: app/gradient.c:645 msgid "Sinusoidal" msgstr "ϧ" -#: app/gradient.c:644 +#: app/gradient.c:646 msgid "Spherical (increasing)" msgstr " (¦)" -#: app/gradient.c:645 +#: app/gradient.c:647 msgid "Spherical (decreasing)" msgstr " ()" -#: app/gradient.c:650 +#: app/gradient.c:652 msgid "Plain RGB" msgstr " RGB" -#: app/gradient.c:651 +#: app/gradient.c:653 msgid "HSV (counter-clockwise hue)" msgstr "HSV (צԦ ϧ Ҧ)" -#: app/gradient.c:652 +#: app/gradient.c:654 msgid "HSV (clockwise hue)" msgstr "HSV (צԦ Ҧ)" -#: app/gradient.c:905 +#: app/gradient.c:907 msgid "Gradient Editor" msgstr " ĦԦ" -#: app/gradient.c:936 app/gradient_select.c:214 app/paintbrush.c:270 +#: app/gradient.c:938 app/gradient_select.c:215 app/paintbrush.c:270 #: app/palette.c:3160 msgid "Gradient" msgstr "Ħ" -#: app/gradient.c:937 app/gradient_select.c:215 app/palette.c:2197 +#: app/gradient.c:939 app/gradient_select.c:216 app/palette.c:2197 #: app/palette_select.c:93 msgid "Name" msgstr "" #. Frame & vbox for gradient functions -#: app/gradient.c:982 +#: app/gradient.c:984 msgid "Gradient Ops" msgstr "Ħ" #. Buttons for gradient functions -#: app/gradient.c:990 +#: app/gradient.c:992 msgid "New Gradient" msgstr " Ħ" -#: app/gradient.c:998 +#: app/gradient.c:1000 msgid "Copy Gradient" msgstr "Ц Ħ" -#: app/gradient.c:1006 app/gradient.c:1876 +#: app/gradient.c:1008 app/gradient.c:1876 msgid "Delete Gradient" msgstr " Ħ" -#: app/gradient.c:1014 +#: app/gradient.c:1016 msgid "Rename Gradient" msgstr " Ħ" -#: app/gradient.c:1022 app/gradient.c:1962 +#: app/gradient.c:1024 app/gradient.c:1937 msgid "Save as POV-Ray" msgstr " POV-Ray" #. Zoom all button -#: app/gradient.c:1040 +#: app/gradient.c:1042 msgid "Zoom all" msgstr " " -#: app/gradient.c:1091 +#: app/gradient.c:1093 msgid "Instant update" msgstr " " -#: app/gradient.c:1226 app/gradient.c:2084 +#: app/gradient.c:1228 app/gradient.c:2062 msgid "Default" msgstr "" -#: app/gradient.c:1654 +#: app/gradient.c:1661 msgid "New gradient" msgstr " Ħ" -#: app/gradient.c:1657 +#: app/gradient.c:1664 msgid "Enter a name for the new gradient" msgstr "Ħ Ħ" -#: app/gradient.c:1658 +#: app/gradient.c:1665 msgid "untitled" msgstr "" -#: app/gradient.c:1714 +#: app/gradient.c:1722 msgid "Copy gradient" msgstr "Ц Ħ" -#: app/gradient.c:1717 +#: app/gradient.c:1725 msgid "Enter a name for the copied gradient" msgstr "Ħ Ц Ħ" -#: app/gradient.c:1797 +#: app/gradient.c:1808 msgid "Rename gradient" msgstr " Ħ" -#: app/gradient.c:1800 +#: app/gradient.c:1811 msgid "Enter a new name for the gradient" msgstr "Ħ Ħ" @@ -1988,12 +1986,12 @@ msgstr "" " Ħ \n" "\"%s\" ?" -#: app/gradient.c:2121 +#: app/gradient.c:2099 #, c-format msgid "Zoom factor: %d:1 Displaying [%0.6f, %0.6f]" msgstr ": %d:1 [%0.6f, %0.6f]" -#: app/gradient.c:2377 +#: app/gradient.c:2355 #, c-format msgid "" "Position: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " @@ -2002,34 +2000,34 @@ msgstr "" "æ: %0.6f RGB (%0.3f, %0.3f, %0.3f) HSV (%0.3f, %0.3f, %0.3f) " "Ҧ: %0.3f" -#: app/gradient.c:2402 +#: app/gradient.c:2380 #, c-format msgid "Foreground color set to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "" "̦ RGB (%d, %d, %d) <-> (%0.3f, %0.3f, " "%0.3f)" -#: app/gradient.c:2426 +#: app/gradient.c:2404 #, c-format msgid "Background color to RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" msgstr "̦ RGB (%d, %d, %d) <-> (%0.3f, %0.3f, %0.3f)" -#: app/gradient.c:2735 +#: app/gradient.c:2695 msgid "Drag: move Shift+drag: move & compress" msgstr "" ": ͦ Shift+: ͦ " -#: app/gradient.c:2737 app/gradient.c:2741 +#: app/gradient.c:2697 app/gradient.c:2701 msgid "Click: select Shift+click: extend selection" msgstr ": Ħ Shift+: Ħ" -#: app/gradient.c:2747 +#: app/gradient.c:2707 msgid "Click: select Shift+click: extend selection Drag: move" msgstr "" ": Ħ Shift+: Ħ : " "ͦ" -#: app/gradient.c:2759 +#: app/gradient.c:2719 msgid "" "Click: select Shift+click: extend selection Drag: move Shift+drag: " "move & compress" @@ -2037,181 +2035,181 @@ msgstr "" ": Ħ Shift+: Ħ : " "ͦ Shift+drag: ͦ " -#: app/gradient.c:3003 app/gradient.c:3012 +#: app/gradient.c:2968 app/gradient.c:2977 #, c-format msgid "Handle position: %0.6f" msgstr "æ : %0.6f" -#: app/gradient.c:3030 +#: app/gradient.c:2995 #, c-format msgid "Distance: %0.6f" msgstr ": %0.6f" -#: app/gradient.c:3522 app/gradient.c:4585 +#: app/gradient.c:3487 app/gradient.c:4550 msgid "Left endpoint's color" msgstr "̦ ̦ϧ ϧ " -#: app/gradient.c:3533 app/gradient.c:3575 +#: app/gradient.c:3498 app/gradient.c:3540 msgid "Load from" msgstr " " -#: app/gradient.c:3537 +#: app/gradient.c:3502 msgid "Left neighbor's right endpoint" msgstr "ӦΦ ̦ ϧ ϧ " -#: app/gradient.c:3538 +#: app/gradient.c:3503 msgid "Right endpoint" msgstr " " -#: app/gradient.c:3548 app/gradient.c:3590 +#: app/gradient.c:3513 app/gradient.c:3555 msgid "Save to" msgstr " " -#: app/gradient.c:3564 app/gradient.c:4663 +#: app/gradient.c:3529 app/gradient.c:4628 msgid "Right endpoint's color" msgstr "̦ ϧ ϧ " -#: app/gradient.c:3579 +#: app/gradient.c:3544 msgid "Right neighbor's left endpoint" msgstr "ӦΦ ϧ ̦ϧ " -#: app/gradient.c:3580 +#: app/gradient.c:3545 msgid "Left endpoint" msgstr " ̦ " -#: app/gradient.c:3691 +#: app/gradient.c:3656 msgid "Selection operations" msgstr "æ Ħ" -#: app/gradient.c:3863 +#: app/gradient.c:3828 msgid "Blending function for segment" msgstr "æ " -#: app/gradient.c:3865 +#: app/gradient.c:3830 msgid "Coloring type for segment" msgstr " " -#: app/gradient.c:3867 +#: app/gradient.c:3832 msgid "Split segment at midpoint" msgstr "Ħ Φ æ" -#: app/gradient.c:3869 app/gradient.c:4966 +#: app/gradient.c:3834 app/gradient.c:4931 msgid "Split segment uniformly" msgstr "Ħ ҦΦ " -#: app/gradient.c:3871 +#: app/gradient.c:3836 msgid "Delete segment" msgstr " " -#: app/gradient.c:3873 +#: app/gradient.c:3838 msgid "Re-center segment's midpoint" msgstr " " -#: app/gradient.c:3875 +#: app/gradient.c:3840 msgid "Re-distribute handles in segment" msgstr "Ħ Ԧ" -#: app/gradient.c:3877 +#: app/gradient.c:3842 msgid "Flip segment" msgstr " " -#: app/gradient.c:3879 app/gradient.c:5527 +#: app/gradient.c:3844 app/gradient.c:5492 msgid "Replicate segment" msgstr " " -#: app/gradient.c:3884 +#: app/gradient.c:3849 msgid "Blending function for selection" msgstr "æ Ħϧ Ħ" -#: app/gradient.c:3886 +#: app/gradient.c:3851 msgid "Coloring type for selection" msgstr " Ħϧ Ħ" -#: app/gradient.c:3888 +#: app/gradient.c:3853 msgid "Split segments at midpoints" msgstr "Ħ Φ " -#: app/gradient.c:3890 app/gradient.c:4967 +#: app/gradient.c:3855 app/gradient.c:4932 msgid "Split segments uniformly" msgstr "Ħ ҦΦ " -#: app/gradient.c:3892 +#: app/gradient.c:3857 msgid "Delete selection" msgstr " Ħ" -#: app/gradient.c:3894 +#: app/gradient.c:3859 msgid "Re-center midpoints in selection" msgstr " Φ ĦΦ" -#: app/gradient.c:3896 +#: app/gradient.c:3861 msgid "Re-distribute handles in selection" msgstr "Ħ ĦΦ" -#: app/gradient.c:3898 +#: app/gradient.c:3863 msgid "Flip selection" msgstr " Ħ" -#: app/gradient.c:3900 app/gradient.c:5528 +#: app/gradient.c:3865 app/gradient.c:5493 msgid "Replicate selection" msgstr " Ħ" -#: app/gradient.c:4184 +#: app/gradient.c:4149 msgid "FG color" msgstr "̦ " -#: app/gradient.c:4232 +#: app/gradient.c:4197 #, c-format msgid "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" msgstr "RGBA (%0.3f, %0.3f, %0.3f, %0.3f)" -#: app/gradient.c:4752 app/gradient.c:4822 +#: app/gradient.c:4717 app/gradient.c:4787 msgid "(Varies)" msgstr "(Ҧæ)" -#: app/gradient.c:4974 +#: app/gradient.c:4939 msgid "Split" msgstr "Ħ" #. Instructions -#: app/gradient.c:4988 +#: app/gradient.c:4953 msgid "Please select the number of uniform parts" msgstr "Ҧ ˦˦ " -#: app/gradient.c:4994 +#: app/gradient.c:4959 msgid "in which you want to split the selected segment" msgstr " Ħ Ħ " -#: app/gradient.c:4995 +#: app/gradient.c:4960 msgid "in which you want to split the segments in the selection" msgstr " Ħ ĦΦ" -#: app/gradient.c:5355 +#: app/gradient.c:5320 msgid "Blend endpoints' colors" msgstr " Φ " -#: app/gradient.c:5367 +#: app/gradient.c:5332 msgid "Blend endpoints' opacity" msgstr "Ҧ Φ " -#: app/gradient.c:5535 +#: app/gradient.c:5500 msgid "Replicate" msgstr "" #. Instructions -#: app/gradient.c:5548 +#: app/gradient.c:5513 msgid "Please select the number of times" msgstr "Ҧ ˦ ڦ" -#: app/gradient.c:5553 +#: app/gradient.c:5518 msgid "you want to replicate the selected segment" msgstr " צ Ħ " -#: app/gradient.c:5554 +#: app/gradient.c:5519 msgid "you want to replicate the selection" msgstr " צ Ħ" #. The shell -#: app/gradient_select.c:151 +#: app/gradient_select.c:152 msgid "Gradient Selection" msgstr "¦ Ħ" @@ -3029,11 +3027,11 @@ msgid "/_File" msgstr "/" #. /File -#: app/menus.c:101 app/menus.c:209 +#: app/menus.c:101 app/menus.c:211 msgid "/File/New..." msgstr "//..." -#: app/menus.c:103 app/menus.c:211 +#: app/menus.c:103 app/menus.c:213 msgid "/File/Open..." msgstr "//..." @@ -3089,684 +3087,684 @@ msgstr "/ msgid "/File/Dialogs/Error Console..." msgstr "/// ..." -#: app/menus.c:153 +#: app/menus.c:154 msgid "/File/Dialogs/Display Filters..." msgstr "/// צ..." -#: app/menus.c:163 app/menus.c:224 +#: app/menus.c:165 app/menus.c:226 msgid "/File/Quit" msgstr "//" #. /Xtns #. the underscore installs an accelerator using the character that follows -#: app/menus.c:169 +#: app/menus.c:171 msgid "/_Xtns" msgstr "/." -#: app/menus.c:171 +#: app/menus.c:173 msgid "/Xtns/Module Browser..." msgstr "/./ ̦..." #. /Help #. the underscore installs an accelerator using the character that follows -#: app/menus.c:180 +#: app/menus.c:182 msgid "/_Help" msgstr "/צ" -#: app/menus.c:182 +#: app/menus.c:184 msgid "/Help/Help..." msgstr "/צ/..." -#: app/menus.c:184 +#: app/menus.c:186 msgid "/Help/Context Help..." msgstr "/צ/ ..." -#: app/menus.c:186 +#: app/menus.c:188 msgid "/Help/Tip of the Day..." msgstr "/צ/ ..." -#: app/menus.c:188 +#: app/menus.c:190 msgid "/Help/About..." msgstr "/צ/..." -#: app/menus.c:191 +#: app/menus.c:193 msgid "/Help/Dump Items (Debug)" msgstr "/צ/Dump Items ()" -#: app/menus.c:213 +#: app/menus.c:215 msgid "/File/Save" msgstr "//" -#: app/menus.c:215 +#: app/menus.c:217 msgid "/File/Save As..." msgstr "// ..." -#: app/menus.c:217 +#: app/menus.c:219 msgid "/File/Revert..." msgstr "//..." -#: app/menus.c:222 +#: app/menus.c:224 msgid "/File/Close" msgstr "//" #. /Edit -#: app/menus.c:232 +#: app/menus.c:234 msgid "/Edit/Undo" msgstr "//ͦ" -#: app/menus.c:234 +#: app/menus.c:236 msgid "/Edit/Redo" msgstr "//" -#: app/menus.c:239 +#: app/menus.c:241 msgid "/Edit/Cut" msgstr "//Ҧ" -#: app/menus.c:241 +#: app/menus.c:243 msgid "/Edit/Copy" msgstr "//Ц" -#: app/menus.c:243 +#: app/menus.c:245 msgid "/Edit/Paste" msgstr "//" -#: app/menus.c:245 +#: app/menus.c:247 msgid "/Edit/Paste Into" msgstr "// " -#: app/menus.c:247 +#: app/menus.c:249 msgid "/Edit/Paste as New" msgstr "// " #. /Edit/Buffer -#: app/menus.c:252 +#: app/menus.c:254 msgid "/Edit/Buffer/Cut Named..." msgstr "///Ҧ ..." -#: app/menus.c:254 +#: app/menus.c:256 msgid "/Edit/Buffer/Copy Named..." msgstr "///Ц ..." -#: app/menus.c:256 +#: app/menus.c:258 msgid "/Edit/Buffer/Paste Named..." msgstr "/// ..." -#: app/menus.c:261 +#: app/menus.c:263 msgid "/Edit/Clear" msgstr "//" -#: app/menus.c:263 +#: app/menus.c:265 msgid "/Edit/Fill with FG Color" msgstr "// " -#: app/menus.c:265 +#: app/menus.c:267 msgid "/Edit/Fill with BG Color" msgstr "// " -#: app/menus.c:267 +#: app/menus.c:269 msgid "/Edit/Stroke" msgstr "//" #. /Select -#: app/menus.c:275 +#: app/menus.c:277 msgid "/Select/Invert" msgstr "/Ħ/" -#: app/menus.c:277 +#: app/menus.c:279 msgid "/Select/All" msgstr "/Ħ/" -#: app/menus.c:279 +#: app/menus.c:281 msgid "/Select/None" msgstr "/Ħ/" -#: app/menus.c:281 +#: app/menus.c:283 msgid "/Select/Float" msgstr "/Ħ/" -#: app/menus.c:286 +#: app/menus.c:288 msgid "/Select/Feather..." msgstr "/Ħ/..." -#: app/menus.c:288 +#: app/menus.c:290 msgid "/Select/Sharpen" msgstr "/Ħ/˦" -#: app/menus.c:290 +#: app/menus.c:292 msgid "/Select/Shrink..." msgstr "/Ħ/..." -#: app/menus.c:292 +#: app/menus.c:294 msgid "/Select/Grow..." msgstr "/Ħ/¦..." -#: app/menus.c:294 +#: app/menus.c:296 msgid "/Select/Border..." msgstr "/Ħ/..." -#: app/menus.c:299 +#: app/menus.c:301 msgid "/Select/Save to Channel" msgstr "/Ħ/ ̦" #. /View -#: app/menus.c:304 +#: app/menus.c:306 msgid "/View/Zoom In" msgstr "//¦" -#: app/menus.c:306 +#: app/menus.c:308 msgid "/View/Zoom Out" msgstr "//" #. /View/Zoom -#: app/menus.c:311 +#: app/menus.c:313 msgid "/View/Zoom/16:1" msgstr "///16:1" -#: app/menus.c:313 +#: app/menus.c:315 msgid "/View/Zoom/8:1" msgstr "///8:1" -#: app/menus.c:315 +#: app/menus.c:317 msgid "/View/Zoom/4:1" msgstr "///4:1" -#: app/menus.c:317 +#: app/menus.c:319 msgid "/View/Zoom/2:1" msgstr "///2:1" -#: app/menus.c:319 +#: app/menus.c:321 msgid "/View/Zoom/1:1" msgstr "///1:1" -#: app/menus.c:321 +#: app/menus.c:323 msgid "/View/Zoom/1:2" msgstr "///1:2" -#: app/menus.c:323 +#: app/menus.c:325 msgid "/View/Zoom/1:4" msgstr "///1:4" -#: app/menus.c:325 +#: app/menus.c:327 msgid "/View/Zoom/1:8" msgstr "///1:8" -#: app/menus.c:327 +#: app/menus.c:329 msgid "/View/Zoom/1:16" msgstr "///1:16" -#: app/menus.c:330 +#: app/menus.c:332 msgid "/View/Dot for Dot" msgstr "// " -#: app/menus.c:335 +#: app/menus.c:337 msgid "/View/Info Window..." msgstr "//æ צ..." -#: app/menus.c:337 +#: app/menus.c:339 msgid "/View/Nav. Window..." msgstr "//צæ צ..." -#: app/menus.c:342 +#: app/menus.c:344 msgid "/View/Toggle Selection" msgstr "//Ħ" -#: app/menus.c:344 +#: app/menus.c:346 msgid "/View/Toggle Rulers" msgstr "//Φ" -#: app/menus.c:346 +#: app/menus.c:348 msgid "/View/Toggle Statusbar" msgstr "// " -#: app/menus.c:348 +#: app/menus.c:350 msgid "/View/Toggle Guides" msgstr "//Φ" -#: app/menus.c:350 +#: app/menus.c:352 msgid "/View/Snap to Guides" msgstr "//ɤ " -#: app/menus.c:355 +#: app/menus.c:357 msgid "/View/New View" msgstr "// " -#: app/menus.c:357 +#: app/menus.c:359 msgid "/View/Shrink Wrap" msgstr "//̦ ͦ " #. /Image/Mode -#: app/menus.c:362 +#: app/menus.c:364 msgid "/Image/Mode/RGB" msgstr "///RGB" -#: app/menus.c:364 +#: app/menus.c:366 msgid "/Image/Mode/Grayscale" msgstr "///æ Ӧ" -#: app/menus.c:366 +#: app/menus.c:368 msgid "/Image/Mode/Indexed..." msgstr "///..." #. /Image/Colors -#: app/menus.c:374 +#: app/menus.c:376 msgid "/Image/Colors/Desaturate" msgstr "///" -#: app/menus.c:376 +#: app/menus.c:378 msgid "/Image/Colors/Invert" msgstr "///" #. /Image/Colors/Auto -#: app/menus.c:384 +#: app/menus.c:386 msgid "/Image/Colors/Auto/Equalize" msgstr "////Ҧ" #. /Image/Alpha -#: app/menus.c:392 +#: app/menus.c:394 msgid "/Image/Alpha/Add Alpha Channel" msgstr "/// -" #. /Image/Transforms -#: app/menus.c:397 +#: app/menus.c:399 msgid "/Image/Transforms/Offset..." msgstr "///..." -#: app/menus.c:399 +#: app/menus.c:401 msgid "/Image/Transforms/Rotate" msgstr "///" -#: app/menus.c:406 +#: app/menus.c:408 msgid "/Image/Canvas Size..." msgstr "//ͦ ..." -#: app/menus.c:408 +#: app/menus.c:410 msgid "/Image/Scale Image..." msgstr "// ..." -#: app/menus.c:410 +#: app/menus.c:412 msgid "/Image/Duplicate" msgstr "//" #. /Layers -#: app/menus.c:418 +#: app/menus.c:420 msgid "/Layers/Layers, Channels & Paths..." msgstr "//, ..." -#: app/menus.c:422 +#: app/menus.c:424 msgid "/Layers/Layer to Imagesize" msgstr "//ͦ " #. /Layers/Stack -#: app/menus.c:427 +#: app/menus.c:429 msgid "/Layers/Stack/Previous Layer" msgstr "///Φ " -#: app/menus.c:429 +#: app/menus.c:431 msgid "/Layers/Stack/Next Layer" msgstr "/// " -#: app/menus.c:431 +#: app/menus.c:433 msgid "/Layers/Stack/Raise Layer" msgstr "/// " -#: app/menus.c:433 +#: app/menus.c:435 msgid "/Layers/Stack/Lower Layer" msgstr "/// " -#: app/menus.c:435 +#: app/menus.c:437 msgid "/Layers/Stack/Layer to Top" msgstr "/// " -#: app/menus.c:437 +#: app/menus.c:439 msgid "/Layers/Stack/Layer to Bottom" msgstr "/// " #. /Layers/Rotate -#: app/menus.c:444 +#: app/menus.c:446 msgid "/Layers/Rotate" msgstr "//" -#: app/menus.c:449 +#: app/menus.c:451 msgid "/Layers/Anchor Layer" msgstr "// " -#: app/menus.c:451 +#: app/menus.c:453 msgid "/Layers/Merge Visible Layers..." msgstr "//' ͦ ..." -#: app/menus.c:453 +#: app/menus.c:455 msgid "/Layers/Flatten Image" msgstr "// " -#: app/menus.c:458 +#: app/menus.c:460 msgid "/Layers/Mask to Selection" msgstr "// Ħ" -#: app/menus.c:463 +#: app/menus.c:465 msgid "/Layers/Add Alpha Channel" msgstr "// -" -#: app/menus.c:465 +#: app/menus.c:467 msgid "/Layers/Alpha to Selection" msgstr "// Ħ" #. /Tools -#: app/menus.c:473 +#: app/menus.c:475 msgid "/Tools/Toolbox" msgstr "// Ԧ" -#: app/menus.c:475 +#: app/menus.c:477 msgid "/Tools/Default Colors" msgstr "//צ " -#: app/menus.c:477 +#: app/menus.c:479 msgid "/Tools/Swap Colors" msgstr "//ͦ " #. /Dialogs -#: app/menus.c:484 +#: app/menus.c:486 msgid "/Dialogs/Layers, Channels & Paths..." msgstr "//, ..." -#: app/menus.c:486 +#: app/menus.c:488 msgid "/Dialogs/Tool Options..." msgstr "// ..." -#: app/menus.c:491 +#: app/menus.c:493 msgid "/Dialogs/Brushes..." msgstr "//̦..." -#: app/menus.c:493 +#: app/menus.c:495 msgid "/Dialogs/Patterns..." msgstr "//..." -#: app/menus.c:495 +#: app/menus.c:497 msgid "/Dialogs/Gradients..." msgstr "//Ħ..." -#: app/menus.c:497 +#: app/menus.c:499 msgid "/Dialogs/Palette..." msgstr "//̦..." -#: app/menus.c:499 +#: app/menus.c:501 msgid "/Dialogs/Indexed Palette..." msgstr "// ̦..." -#: app/menus.c:504 +#: app/menus.c:506 msgid "/Dialogs/Input Devices..." msgstr "// ..." -#: app/menus.c:506 +#: app/menus.c:508 msgid "/Dialogs/Device Status..." msgstr "// ..." -#: app/menus.c:511 +#: app/menus.c:513 msgid "/Dialogs/Document Index..." msgstr "// Ԧ..." -#: app/menus.c:513 +#: app/menus.c:515 msgid "/Dialogs/Error Console..." msgstr "// ..." -#: app/menus.c:515 +#: app/menus.c:518 msgid "/Dialogs/Display Filters..." msgstr "// צ..." -#: app/menus.c:517 +#: app/menus.c:521 msgid "/Dialogs/Undo History..." msgstr "// צͦ..." #. /Filters -#: app/menus.c:526 +#: app/menus.c:530 msgid "/Filters/Repeat Last" msgstr "// Φ" -#: app/menus.c:528 +#: app/menus.c:532 msgid "/Filters/Re-Show Last" msgstr "// Φ" -#: app/menus.c:533 +#: app/menus.c:537 msgid "/Filters/Blur" msgstr "//" -#: app/menus.c:535 +#: app/menus.c:539 msgid "/Filters/Colors" msgstr "//" -#: app/menus.c:537 +#: app/menus.c:541 msgid "/Filters/Noise" msgstr "//" -#: app/menus.c:539 +#: app/menus.c:543 msgid "/Filters/Edge-Detect" msgstr "//ĦΦ " -#: app/menus.c:541 +#: app/menus.c:545 msgid "/Filters/Enhance" msgstr "//" -#: app/menus.c:543 +#: app/menus.c:547 msgid "/Filters/Generic" msgstr "//Φ" -#: app/menus.c:548 +#: app/menus.c:552 msgid "/Filters/Glass Effects" msgstr "// " -#: app/menus.c:550 +#: app/menus.c:554 msgid "/Filters/Light Effects" msgstr "//צצ " -#: app/menus.c:552 +#: app/menus.c:556 msgid "/Filters/Distorts" msgstr "//" -#: app/menus.c:554 +#: app/menus.c:558 msgid "/Filters/Artistic" msgstr "//ͦæ" -#: app/menus.c:556 +#: app/menus.c:560 msgid "/Filters/Map" msgstr "//" -#: app/menus.c:558 +#: app/menus.c:562 msgid "/Filters/Render" msgstr "//̦æ" -#: app/menus.c:560 +#: app/menus.c:564 msgid "/Filters/Web" msgstr "//WWW" -#: app/menus.c:565 +#: app/menus.c:569 msgid "/Filters/Animation" msgstr "//Φæ" -#: app/menus.c:567 +#: app/menus.c:571 msgid "/Filters/Combine" msgstr "//'" -#: app/menus.c:572 +#: app/menus.c:576 msgid "/Filters/Toys" msgstr "//" -#: app/menus.c:583 +#: app/menus.c:587 msgid "/Automatic" msgstr "/" -#: app/menus.c:597 +#: app/menus.c:601 msgid "/By Extension" msgstr "/ " -#: app/menus.c:611 +#: app/menus.c:615 msgid "/New Layer..." msgstr "/ ..." #. /Stack -#: app/menus.c:616 +#: app/menus.c:620 msgid "/Stack/Raise Layer" msgstr "// " -#: app/menus.c:618 +#: app/menus.c:622 msgid "/Stack/Lower Layer" msgstr "// " -#: app/menus.c:620 +#: app/menus.c:624 msgid "/Stack/Layer to Top" msgstr "// " -#: app/menus.c:622 +#: app/menus.c:626 msgid "/Stack/Layer to Bottom" msgstr "// " -#: app/menus.c:625 +#: app/menus.c:629 msgid "/Duplicate Layer" msgstr "/ " -#: app/menus.c:627 +#: app/menus.c:631 msgid "/Anchor Layer" msgstr "/ " -#: app/menus.c:629 +#: app/menus.c:633 msgid "/Delete Layer" msgstr "/ " -#: app/menus.c:634 +#: app/menus.c:638 msgid "/Layer Boundary Size..." msgstr "/ͦ ..." -#: app/menus.c:636 +#: app/menus.c:640 msgid "/Layer to Imagesize" msgstr "/ ͦ " -#: app/menus.c:638 +#: app/menus.c:642 msgid "/Scale Layer..." msgstr "/ ..." -#: app/menus.c:643 +#: app/menus.c:647 msgid "/Merge Visible Layers..." msgstr "/' ͦ ..." -#: app/menus.c:645 +#: app/menus.c:649 msgid "/Merge Down" msgstr "/' Φ" -#: app/menus.c:647 +#: app/menus.c:651 msgid "/Flatten Image" msgstr "/ " -#: app/menus.c:652 +#: app/menus.c:656 msgid "/Add Layer Mask..." msgstr "/ " -#: app/menus.c:654 +#: app/menus.c:658 msgid "/Apply Layer Mask" msgstr "/ ..." -#: app/menus.c:656 +#: app/menus.c:660 msgid "/Delete Layer Mask" msgstr "/ " -#: app/menus.c:658 +#: app/menus.c:662 msgid "/Mask to Selection" msgstr "/ Ħ" -#: app/menus.c:663 +#: app/menus.c:667 msgid "/Add Alpha Channel" msgstr "/ -" -#: app/menus.c:665 +#: app/menus.c:669 msgid "/Alpha to Selection" msgstr "/ Ħ" -#: app/menus.c:670 +#: app/menus.c:674 msgid "/Edit Layer Attributes..." msgstr "/ͦ Ԧ ..." -#: app/menus.c:681 +#: app/menus.c:685 msgid "/New Channel..." msgstr "/ ..." -#: app/menus.c:683 +#: app/menus.c:687 msgid "/Raise Channel" msgstr "/ " -#: app/menus.c:685 +#: app/menus.c:689 msgid "/Lower Channel" msgstr "/ " -#: app/menus.c:687 +#: app/menus.c:691 msgid "/Duplicate Channel" msgstr "/ " -#: app/menus.c:692 +#: app/menus.c:696 msgid "/Channel to Selection" msgstr "/ Ħ" -#: app/menus.c:694 +#: app/menus.c:698 msgid "/Add to Selection" msgstr "/ Ħ" -#: app/menus.c:696 +#: app/menus.c:700 msgid "/Subtract from Selection" msgstr "/ צ Ħ" -#: app/menus.c:698 +#: app/menus.c:702 msgid "/Intersect with Selection" msgstr "/ Ħ" -#: app/menus.c:703 +#: app/menus.c:707 msgid "/Delete Channel" msgstr "/ " -#: app/menus.c:708 +#: app/menus.c:712 msgid "/Edit Channel Attributes..." msgstr "/ Ԧ " -#: app/menus.c:719 +#: app/menus.c:723 msgid "/New Path" msgstr "/ " -#: app/menus.c:721 +#: app/menus.c:725 msgid "/Duplicate Path" msgstr "/ " -#: app/menus.c:723 +#: app/menus.c:727 msgid "/Path to Selection" msgstr "/ Ħ" -#: app/menus.c:725 +#: app/menus.c:729 msgid "/Selection to Path" msgstr "/Ħ " -#: app/menus.c:727 +#: app/menus.c:731 msgid "/Stroke Path" msgstr "/ " -#: app/menus.c:729 +#: app/menus.c:733 msgid "/Delete Path" msgstr "/ " -#: app/menus.c:734 +#: app/menus.c:738 msgid "/Copy Path" msgstr "/Ц " -#: app/menus.c:736 +#: app/menus.c:740 msgid "/Paste Path" msgstr "/ " -#: app/menus.c:738 +#: app/menus.c:742 msgid "/Import Path..." msgstr "/ ..." -#: app/menus.c:740 +#: app/menus.c:744 msgid "/Export Path..." msgstr "/ ..." -#: app/menus.c:745 +#: app/menus.c:749 msgid "/Edit Path Attributes..." msgstr "/ͦ Ԧ ..." -#: app/menus.c:1298 +#: app/menus.c:1302 #, c-format msgid "Error opening file: %s\n" msgstr " צ : %s\n"