1# Tux Paint South African English translations
2# Copyright (C) 2006
3# This file is distributed under the same license as the PACKAGE package.
4# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5#
6msgid ""
7msgstr ""
8"Project-Id-Version: 0.9.16\n"
9"Report-Msgid-Bugs-To: \n"
10"POT-Creation-Date: 2021-06-13 21:06-0700\n"
11"PO-Revision-Date: 2009-09-06 15:46+0100\n"
12"Last-Translator: Caroline Ford <caroline.ford.work@googlemail.com>\n"
13"Language-Team: English (South African) <en_za@li.org>\n"
14"Language: \n"
15"MIME-Version: 1.0\n"
16"Content-Type: text/plain; charset=UTF-8\n"
17"Content-Transfer-Encoding: 8bit\n"
18
19#. Response to Black (0, 0, 0) color selected
20#: ../colors.h:86
21msgid "Black!"
22msgstr "Black!"
23
24#. Response to Dark grey (128, 128, 128) color selected
25#: ../colors.h:89
26msgid "Dark grey! Some people spell it “dark gray”."
27msgstr "Dark grey!"
28
29#. Response to Light grey (192, 192, 192) color selected
30#: ../colors.h:92
31msgid "Light grey! Some people spell it “light gray”."
32msgstr "Light grey!"
33
34#. Response to White (255, 255, 255) color selected
35#: ../colors.h:95
36msgid "White!"
37msgstr "White!"
38
39#. Response to Red (255, 0, 0) color selected
40#: ../colors.h:98
41msgid "Red!"
42msgstr "Red!"
43
44#. Response to Orange (255, 128, 0) color selected
45#: ../colors.h:101
46msgid "Orange!"
47msgstr "Orange!"
48
49#. Response to Yellow (255, 255, 0) color selected
50#: ../colors.h:104
51msgid "Yellow!"
52msgstr "Yellow!"
53
54#. Response to Light green (160, 228, 128) color selected
55#: ../colors.h:107
56msgid "Light green!"
57msgstr "Light green!"
58
59#. Response to Dark green (33, 148, 70) color selected
60#: ../colors.h:110
61msgid "Dark green!"
62msgstr "Dark green!"
63
64#. Response to "Sky" blue (138, 168, 205) color selected
65#: ../colors.h:113
66msgid "Sky blue!"
67msgstr "Sky blue!"
68
69#. Response to Blue (50, 100, 255) color selected
70#: ../colors.h:116
71msgid "Blue!"
72msgstr "Blue!"
73
74#. Response to Lavender (186, 157, 255) color selected
75#: ../colors.h:119
76msgid "Lavender!"
77msgstr "Lavender!"
78
79#. Response to Purple (128, 0, 128) color selected
80#: ../colors.h:122
81msgid "Purple!"
82msgstr "Purple!"
83
84#. Response to Pink (255, 165, 211) color selected
85#: ../colors.h:125
86msgid "Pink!"
87msgstr "Pink!"
88
89#. Response to Brown (128, 80, 0) color selected
90#: ../colors.h:128
91msgid "Brown!"
92msgstr "Brown!"
93
94#. Response to Tan (226, 189, 166) color selected
95#: ../colors.h:131
96msgid "Tan!"
97msgstr "Tan!"
98
99#. Response to Beige (247, 228, 219) color selected
100#: ../colors.h:134
101msgid "Beige!"
102msgstr "Beige!"
103
104#. First, the blacklist. We list font families that can crash Tux Paint
105#. via bugs in the SDL_ttf library. We also test fonts to be sure that
106#. they have both uppercase and lowercase letters. Note that we do not
107#. test for "Aa", because it is OK if uppercase and lowercase are the
108#. same (but not nice -- such fonts get a low score later).
109#.
110#. Most locales leave the blacklist strings alone: "QX" and "qx"
111#. (it is less destructive to use the scoring strings instead)
112#.
113#. Locales that absolutely require all fonts to have some
114#. extra characters should use "QX..." and "qx...", where "..."
115#. are some characters you absolutely require in all fonts.
116#.
117#. Locales with absolutely NO use for ASCII may use "..." and "...",
118#. where "..." are some characters you absolutely require in
119#. all fonts. This would be the case for a locale in which it is
120#. impossible for a user to type ASCII letters.
121#.
122#. Most translators should use scoring instead.
123#: ../dirwalk.c:177
124msgid "qx"
125msgstr "qx"
126
127#: ../dirwalk.c:177
128msgid "QX"
129msgstr "QX"
130
131#. TODO: weight specification
132#. Now we score fonts to ensure that the best ones will be placed at
133#. the top of the list. The user will see them first. This sorting is
134#. especially important for users who have scroll buttons disabled.
135#. Translators should do whatever is needed to put crummy fonts last.
136#. distinct uppercase and lowercase (e.g., 'o' vs. 'O')
137#: ../dirwalk.c:202
138msgid "oO"
139msgstr "oO"
140
141#. common punctuation (e.g., '?', '!', '.', ',', etc.)
142#: ../dirwalk.c:205
143msgid ",.?!"
144msgstr ",.?!"
145
146#. uncommon punctuation (e.g., '@', '#', '*', etc.)
147#: ../dirwalk.c:208
148#, fuzzy
149#| msgid "`\\%_@$~#{}<>^&*"
150msgid "`%_@$~#{<(^&*"
151msgstr "`\\%_@$~#{}<>^&*"
152
153#. digits (e.g., '0', '1' and '7')
154#: ../dirwalk.c:211
155msgid "017"
156msgstr "017"
157
158#. distinct circle-like characters (e.g., 'O' (capital oh) vs. '0' (zero))
159#: ../dirwalk.c:214
160msgid "O0"
161msgstr "O0"
162
163#. distinct line-like characters (e.g., 'l' (lowercase elle) vs. '1' (one) vs. 'I' (capital aye))
164#: ../dirwalk.c:217
165msgid "1Il|"
166msgstr "1Il|"
167
168#: ../dirwalk.c:221
169msgid "<1>spare-1a"
170msgstr ""
171
172#: ../dirwalk.c:222
173msgid "<1>spare-1b"
174msgstr ""
175
176#: ../dirwalk.c:223
177msgid "<9>spare-9a"
178msgstr ""
179
180#: ../dirwalk.c:224
181msgid "<9>spare-9b"
182msgstr ""
183
184#: ../fill_tools.h:49
185msgid "Solid"
186msgstr ""
187
188#: ../fill_tools.h:50
189#, fuzzy
190#| msgid "Lines"
191msgid "Linear"
192msgstr "Lines"
193
194#: ../fill_tools.h:51
195msgid "Radial"
196msgstr ""
197
198#: ../fill_tools.h:55
199#, fuzzy
200#| msgid "Click in the picture to fill that area with color."
201msgid "Click to fill an area with a solid color."
202msgstr "Click in the picture to fill that area with colour."
203
204#: ../fill_tools.h:56
205msgid ""
206"Click and drag to fill an area with a linear gradient (from the chosen color "
207"to transparent)."
208msgstr ""
209
210#: ../fill_tools.h:57
211msgid ""
212"Click to fill an area with a radial gradient (from the chosen color to "
213"transparent)."
214msgstr ""
215
216#. Congratulations #1
217#: ../great.h:37
218msgid "Great!"
219msgstr "Great!"
220
221#. Congratulations #2
222#: ../great.h:40
223msgid "Cool!"
224msgstr "Cool!"
225
226#. Congratulations #3
227#: ../great.h:43
228msgid "Keep it up!"
229msgstr "Keep it up!"
230
231#. Congratulations #4
232#: ../great.h:46
233msgid "Good job!"
234msgstr "Good job!"
235
236#. Input Method: English mode
237#: ../im.c:74
238msgid "English"
239msgstr "English"
240
241#. Input Method: Japanese Romanized Hiragana mode
242#: ../im.c:77
243msgid "Hiragana"
244msgstr "Hiragana"
245
246#. Input Method: Japanese Romanized Katakana mode
247#: ../im.c:80
248msgid "Katakana"
249msgstr "Katakana"
250
251#. Input Method: Korean Hangul 2-Bul mode
252#: ../im.c:83
253msgid "Hangul"
254msgstr "Hangul"
255
256#. Input Method: Thai mode
257#: ../im.c:86
258msgid "Thai"
259msgstr "Thai"
260
261#. Input Method: Traditional Chinese mode
262#: ../im.c:89
263msgid "ZH_TW"
264msgstr ""
265
266#. Square shape tool (4 equally-lengthed sides at right angles)
267#: ../shapes.h:234 ../shapes.h:235
268msgid "Square"
269msgstr "Square"
270
271#. Rectangle shape tool (4 sides at right angles)
272#: ../shapes.h:238 ../shapes.h:239
273msgid "Rectangle"
274msgstr "Rectangle"
275
276#. Circle shape tool (X radius and Y radius are the same)
277#: ../shapes.h:242 ../shapes.h:243
278msgid "Circle"
279msgstr "Circle"
280
281#. Ellipse shape tool (X radius and Y radius may differ)
282#: ../shapes.h:246 ../shapes.h:247
283msgid "Ellipse"
284msgstr "Ellipse"
285
286#. Triangle shape tool (3 sides)
287#: ../shapes.h:250 ../shapes.h:251
288msgid "Triangle"
289msgstr "Triangle"
290
291#. Pentagone shape tool (5 sides)
292#: ../shapes.h:254 ../shapes.h:255
293msgid "Pentagon"
294msgstr "Pentagon"
295
296#. Rhombus shape tool (4 sides, not at right angles)
297#: ../shapes.h:258 ../shapes.h:259
298msgid "Rhombus"
299msgstr "Rhombus"
300
301#. Octagon shape tool (8 sides)
302#: ../shapes.h:262 ../shapes.h:263
303#, fuzzy
304msgid "Octagon"
305msgstr "Pentagon"
306
307#. Triangle star (3 points star)
308#. Rhombus star (4 points star)
309#. Pentagone star (5 points star)
310#: ../shapes.h:266 ../shapes.h:269 ../shapes.h:272 ../shapes.h:275
311#: ../shapes.h:278 ../shapes.h:281
312msgid "Star"
313msgstr ""
314
315#. Description of a square
316#: ../shapes.h:289 ../shapes.h:290
317msgid "A square is a rectangle with four equal sides."
318msgstr "A square is a rectangle with four equal sides."
319
320#. Description of a rectangle
321#: ../shapes.h:293 ../shapes.h:294
322msgid "A rectangle has four sides and four right angles."
323msgstr "A rectangle has four sides and four right angles."
324
325#. Description of a circle
326#: ../shapes.h:297 ../shapes.h:298
327#, fuzzy
328msgid ""
329"A circle is a curve where all points have the same distance from the center."
330msgstr ""
331"A circle is a curve where all points have the same distance from the centre."
332
333#. Description of an ellipse
334#: ../shapes.h:301 ../shapes.h:302
335msgid "An ellipse is a stretched circle."
336msgstr "An ellipse is a stretched circle."
337
338#. Description of a triangle
339#: ../shapes.h:305 ../shapes.h:306
340msgid "A triangle has three sides."
341msgstr "A triangle has three sides."
342
343#. Description of a pentagon
344#: ../shapes.h:309 ../shapes.h:310
345msgid "A pentagon has five sides."
346msgstr "A pentagon has five sides."
347
348#. Description of a rhombus
349#: ../shapes.h:313 ../shapes.h:314
350msgid "A rhombus has four equal sides, and opposite sides are parallel."
351msgstr "A rhombus has four equal sides, and opposite sides are parallel."
352
353#. Description of an octagon
354#: ../shapes.h:317 ../shapes.h:318
355#, fuzzy
356msgid "An octagon has eight equal sides."
357msgstr "A pentagon has five sides."
358
359#: ../shapes.h:320 ../shapes.h:321
360msgid "A star with 3 points."
361msgstr ""
362
363#: ../shapes.h:322 ../shapes.h:323
364msgid "A star with 4 points."
365msgstr ""
366
367#: ../shapes.h:324 ../shapes.h:325
368msgid "A star with 5 points."
369msgstr ""
370
371#: ../shapes.h:372
372msgid "Draw shapes from the center."
373msgstr ""
374
375#: ../shapes.h:373
376msgid "Draw shapes from a corner."
377msgstr ""
378
379#. Title of tool selector (buttons down the left)
380#: ../titles.h:57
381msgid "Tools"
382msgstr "Tools"
383
384#. Title of color palette (buttons across the bottom)
385#: ../titles.h:60
386msgid "Colors"
387msgstr "Colours"
388
389#. Title of brush selector (buttons down the right for paint and line tools)
390#: ../titles.h:63
391msgid "Brushes"
392msgstr "Brushes"
393
394#. Title of eraser selector (buttons down the right for eraser tool)
395#: ../titles.h:66
396msgid "Erasers"
397msgstr "Erasers"
398
399#. Title of stamp selector (buttons down the right for stamps tool)
400#: ../titles.h:69
401msgid "Stamps"
402msgstr "Stamps"
403
404#. Title of shape selector (buttons down the right for shapes tool)
405#. Shape creation tool (square, circle, etc.)
406#: ../titles.h:72 ../tools.h:71
407msgid "Shapes"
408msgstr "Shapes"
409
410#. Title of font selector (buttons down the right for text and label tools)
411#: ../titles.h:75
412msgid "Letters"
413msgstr "Letters"
414
415#. Title of magic tool selector (buttons down the right for magic (effect plugin) tool)
416#. "Magic" effects tools (blur, flip image, etc.)
417#: ../titles.h:78 ../tools.h:83
418msgid "Magic"
419msgstr "Magic"
420
421#. Title of fill selector (buttons down the right for fill tool)
422#: ../titles.h:81
423#, fuzzy
424#| msgid "Fill"
425msgid "Fills"
426msgstr "Fill"
427
428#. Freehand painting tool
429#: ../tools.h:62
430msgid "Paint"
431msgstr "Paint"
432
433#. Stamp tool (aka Rubber Stamps)
434#: ../tools.h:65
435msgid "Stamp"
436msgstr "Stamp"
437
438#. Line drawing tool
439#: ../tools.h:68
440msgid "Lines"
441msgstr "Lines"
442
443#. Text tool
444#: ../tools.h:74
445msgid "Text"
446msgstr "Text"
447
448#. Label tool
449#: ../tools.h:77
450msgid "Label"
451msgstr ""
452
453#. Fill tool
454#: ../tools.h:80
455msgid "Fill"
456msgstr "Fill"
457
458#. Undo last action
459#: ../tools.h:86
460msgid "Undo"
461msgstr "Undo"
462
463#. Redo undone action
464#: ../tools.h:89
465msgid "Redo"
466msgstr "Redo"
467
468#. Eraser tool
469#: ../tools.h:92
470msgid "Eraser"
471msgstr "Eraser"
472
473#. Start a new picture
474#: ../tools.h:95
475msgid "New"
476msgstr "New"
477
478#. Open a saved picture
479#. Buttons for the file open dialog
480#. Open dialog: 'Open' button, to load the selected picture
481#: ../tools.h:98 ../tuxpaint.c:8179
482msgid "Open"
483msgstr "Open"
484
485#. Save the current picture
486#: ../tools.h:101
487msgid "Save"
488msgstr "Save"
489
490#. Print the current picture
491#: ../tools.h:104
492msgid "Print"
493msgstr "Print"
494
495#. Quit/exit Tux Paint application
496#: ../tools.h:107
497msgid "Quit"
498msgstr "Quit"
499
500#. Paint tool instructions
501#: ../tools.h:115
502msgid "Pick a color and a brush shape to draw with."
503msgstr "Pick a colour and a brush shape to draw with."
504
505#. Stamp tool instructions
506#: ../tools.h:118
507msgid "Pick a picture to stamp around your drawing."
508msgstr "Pick a picture to stamp around your drawing."
509
510#. Line tool instructions
511#: ../tools.h:121
512msgid "Click to start drawing a line. Let go to complete it."
513msgstr "Click to start drawing a line. Let go to complete it."
514
515#: ../tools.h:125
516#, fuzzy
517#| msgid ""
518#| "Pick a shape. Click to pick the center, drag, then let go when it is the "
519#| "size you want. Move around to rotate it, and click to draw it."
520msgid ""
521"Pick a shape. Click to start drawing, drag, and let go when it is the size "
522"you want. Move around to rotate it, and click to draw it."
523msgstr ""
524"Pick a shape. Click to pick the centre, drag, then let go when it is the "
525"size you want. Move around to rotate it, and click to draw it."
526
527#: ../tools.h:129
528#, fuzzy
529#| msgid ""
530#| "Choose a style of text. Click on your drawing and you can start typing."
531msgid ""
532"Choose a style of text. Click on your drawing and you can start typing. "
533"Press [Enter] or [Tab] to complete the text."
534msgstr ""
535"Choose a style of text. Click on your drawing and you can start typing."
536
537#: ../tools.h:133
538#, fuzzy
539#| msgid ""
540#| "Choose a style of text. Click on your drawing and you can start typing."
541msgid ""
542"Choose a style of text. Click on your drawing and you can start typing. "
543"Press [Enter] or [Tab] to complete the text. By using the selector button "
544"and clicking an existing label, you can move it, edit it and change its text "
545"style."
546msgstr ""
547"Choose a style of text. Click on your drawing and you can start typing."
548
549#. Fill tool instructions
550#: ../tools.h:136
551msgid "Click in the picture to fill that area with color."
552msgstr "Click in the picture to fill that area with colour."
553
554#. Magic tool instruction
555#: ../tools.h:139
556msgid "Pick a magical effect to use on your drawing!"
557msgstr "Pick a magical effect to use on your drawing!"
558
559#. Response to 'undo' action
560#: ../tools.h:142
561msgid "Undo!"
562msgstr "Undo!"
563
564#. Response to 'redo' action
565#: ../tools.h:145
566msgid "Redo!"
567msgstr "Redo!"
568
569#. Eraser tool
570#: ../tools.h:148
571msgid "Eraser!"
572msgstr "Eraser!"
573
574#. Response to 'start a new image' action
575#: ../tools.h:151
576#, fuzzy
577msgid "Pick a color or picture with which to start a new drawing."
578msgstr "Pick a picture to stamp around your drawing."
579
580#. Response to 'open' action (while file dialog is being constructed)
581#: ../tools.h:154
582msgid "Open…"
583msgstr "Open..."
584
585#. Response to 'save' action
586#: ../tools.h:157
587msgid "Your image has been saved!"
588msgstr "Your image has been saved!"
589
590#. Response to 'print' action (while printing, or print dialog is being used)
591#: ../tools.h:160
592msgid "Printing…"
593msgstr "Printing..."
594
595#. Response to 'quit' (exit) action
596#: ../tools.h:163
597msgid "Bye bye!"
598msgstr "Bye bye!"
599
600#. Instruction while using Line tool (after click, before release)
601#: ../tools.h:167
602msgid "Let go of the button to complete the line."
603msgstr "Let go of the button to complete the line."
604
605#. Instruction while using Shape tool (after first click, before release)
606#: ../tools.h:170
607msgid "Hold the button to stretch the shape."
608msgstr "Hold the button to stretch the shape."
609
610#. Instruction while finishing Shape tool (after release, during rotation step before second click)
611#: ../tools.h:173
612msgid "Move the mouse to rotate the shape. Click to draw it."
613msgstr "Move the mouse to rotate the shape. Click to draw it."
614
615#. Notification that 'New' action was aborted (current image would have been lost)
616#: ../tools.h:176
617msgid "OK then… Let’s keep drawing this one!"
618msgstr "OK then... Let’s keep drawing this one!"
619
620#. Prompt to confirm user wishes to quit
621#: ../tuxpaint.c:2190
622msgid "Do you really want to quit?"
623msgstr "Do you really want to quit?"
624
625#. Quit prompt positive response (quit)
626#: ../tuxpaint.c:2193
627#, fuzzy
628#| msgid "Yes, I'm done!"
629msgid "Yes, I’m done!"
630msgstr "Yes, I'm done!"
631
632#. Quit prompt negative response (don't quit)
633#: ../tuxpaint.c:2196 ../tuxpaint.c:2223
634msgid "No, take me back!"
635msgstr "No, take me back!"
636
637#. Current picture is not saved; user is quitting
638#: ../tuxpaint.c:2200
639msgid "If you quit, you’ll lose your picture! Save it?"
640msgstr "If you quit, you’ll lose your picture! Save it?"
641
642#: ../tuxpaint.c:2201 ../tuxpaint.c:2206
643msgid "Yes, save it!"
644msgstr "Yes, save it!"
645
646#: ../tuxpaint.c:2202 ../tuxpaint.c:2207
647#, fuzzy
648#| msgid "No, don't bother saving!"
649msgid "No, don’t bother saving!"
650msgstr "No, don't bother saving!"
651
652#. Current picture is not saved; user is opening another picture
653#: ../tuxpaint.c:2205
654msgid "Save your picture first?"
655msgstr "Save your picture first?"
656
657#. Error opening picture
658#: ../tuxpaint.c:2210
659msgid "Can’t open that picture!"
660msgstr "Can’t open that picture!"
661
662#. Generic dialog dismissal
663#: ../tuxpaint.c:2213 ../tuxpaint.c:2218 ../tuxpaint.c:2227 ../tuxpaint.c:2234
664#: ../tuxpaint.c:2243 ../tuxpaint.c:2248
665msgid "OK"
666msgstr "OK"
667
668#. Notification that 'Open' dialog has nothing to show
669#: ../tuxpaint.c:2217
670msgid "There are no saved files!"
671msgstr "There are no saved files!"
672
673#. Verification of print action
674#: ../tuxpaint.c:2221
675msgid "Print your picture now?"
676msgstr "Print your picture now?"
677
678#: ../tuxpaint.c:2222
679msgid "Yes, print it!"
680msgstr "Yes, print it!"
681
682#. Confirmation of successful (we hope) printing
683#: ../tuxpaint.c:2226
684msgid "Your picture has been printed!"
685msgstr "Your picture has been printed!"
686
687#. We got an error printing
688#: ../tuxpaint.c:2230
689#, fuzzy
690#| msgid "Your picture has been printed!"
691msgid "Sorry! Your picture could not be printed!"
692msgstr "Your picture has been printed!"
693
694#. Notification that it's too soon to print again (--printdelay option is in effect)
695#: ../tuxpaint.c:2233
696msgid "You can’t print yet!"
697msgstr "You can’t print yet!"
698
699#. Prompt to confirm erasing a picture in the Open dialog
700#: ../tuxpaint.c:2237
701msgid "Erase this picture?"
702msgstr "Erase this picture?"
703
704#: ../tuxpaint.c:2238
705msgid "Yes, erase it!"
706msgstr "Yes, erase it!"
707
708#: ../tuxpaint.c:2239
709#, fuzzy
710#| msgid "No, don't erase it!"
711msgid "No, don’t erase it!"
712msgstr "No, don't erase it!"
713
714#. Reminder that Mouse Button 1 is the button to use in Tux Paint
715#: ../tuxpaint.c:2242
716msgid "Remember to use the left mouse button!"
717msgstr "Remember to use the left mouse button!"
718
719#. Confirmation of successful (we hope) image export
720#: ../tuxpaint.c:2246
721#, fuzzy
722#| msgid "Your picture has been printed!"
723msgid "Your picture has been exported!"
724msgstr "Your picture has been printed!"
725
726#: ../tuxpaint.c:2247
727#, fuzzy
728#| msgid "Your picture has been printed!"
729msgid "Your slideshow GIF has been exported!"
730msgstr "Your picture has been printed!"
731
732#. We got an error exporting
733#: ../tuxpaint.c:2251
734#, fuzzy
735#| msgid "Your picture has been printed!"
736msgid "Sorry! Your picture could not be exported!"
737msgstr "Your picture has been printed!"
738
739#: ../tuxpaint.c:2252
740#, fuzzy
741#| msgid "Your picture has been printed!"
742msgid "Sorry! Your slideshow GIF could not be exported!"
743msgstr "Your picture has been printed!"
744
745#. Slideshow instructions
746#: ../tuxpaint.c:2256
747msgid "Choose the pictures you want, then click “Play”."
748msgstr "Choose the pictures you want, then click “Play”."
749
750#. Sound has been muted (silenced) via keyboard shortcut
751#: ../tuxpaint.c:2465
752msgid "Sound muted."
753msgstr "Sound muted."
754
755#. Sound has been unmuted (unsilenced) via keyboard shortcut
756#: ../tuxpaint.c:2470
757msgid "Sound unmuted."
758msgstr "Sound unmuted."
759
760#. Wait while Text tool finishes loading fonts
761#: ../tuxpaint.c:3247
762msgid "Please wait…"
763msgstr "Please wait…"
764
765#. Open dialog: 'Erase' button, to erase/deleted the selected picture
766#: ../tuxpaint.c:8182
767msgid "Erase"
768msgstr "Erase"
769
770#. Open dialog: 'Slides' button, to switch to slide show mode
771#: ../tuxpaint.c:8185
772msgid "Slides"
773msgstr "Slides"
774
775#. Open dialog: 'Export' button, to copy an image to an easily-accessible location
776#: ../tuxpaint.c:8188
777msgid "Export"
778msgstr ""
779
780#. Open dialog: 'Back' button, to dismiss Open dialog without opening a picture
781#: ../tuxpaint.c:8191
782msgid "Back"
783msgstr "Back"
784
785#. Slideshow: 'Play' button, to begin a slideshow sequence
786#: ../tuxpaint.c:8194
787msgid "Play"
788msgstr "Play"
789
790#. Slideshow: 'GIF Export' button, to create an animated GIF
791#: ../tuxpaint.c:8197
792msgid "GIF Export"
793msgstr ""
794
795#. Slideshow: 'Next' button, to load next slide (image)
796#: ../tuxpaint.c:8200
797msgid "Next"
798msgstr "Next"
799
800#. Label for 'Letters' buttons (font selector, down the right when the Text tool is being used); used to show the difference between font faces
801#: ../tuxpaint.c:8948
802msgid "Aa"
803msgstr "Aa"
804
805#. Admittedly stupid way of determining which keys can be used for
806#. positive and negative responses in dialogs (e.g., [Y] (for 'yes') in English)
807#: ../tuxpaint.c:12589
808msgid "Yes"
809msgstr "Yes"
810
811#: ../tuxpaint.c:12593
812msgid "No"
813msgstr "No"
814
815#. Prompt to ask whether user wishes to save over old version of their file
816#: ../tuxpaint.c:13732
817msgid "Replace the picture with your changes?"
818msgstr "Replace the picture with your changes?"
819
820#. Positive response to saving over old version
821#. (like a 'File:Save' action in other applications)
822#: ../tuxpaint.c:13736
823msgid "Yes, replace the old one!"
824msgstr "Yes, replace the old one!"
825
826#. Negative response to saving over old version (saves a new image)
827#. (like a 'File:Save As...' action in other applications)
828#: ../tuxpaint.c:13740
829msgid "No, save a new file!"
830msgstr "No, save a new file!"
831
832#. Let user choose an image:
833#. Instructions for 'Open' file dialog
834#: ../tuxpaint.c:15003
835msgid "Choose the picture you want, then click “Open”."
836msgstr "Choose the picture you want, then click “Open”."
837
838#. None selected? Too dangerous to automatically select all (like we do for slideshow playback).
839#. Only 1 selected?  No point in saving as GIF.
840#.
841#: ../tuxpaint.c:16429
842msgid "Select 2 or more drawings to turn into an animated GIF."
843msgstr ""
844
845#: ../tuxpaint.c:24135
846msgid "Select a color from your drawing."
847msgstr ""
848
849#: ../tuxpaint.c:24147
850msgid "Pick a color."
851msgstr "Pick a colour."
852
853#: ../tuxpaint.desktop.in.h:1
854msgid "Tux Paint"
855msgstr "Tux Paint"
856
857#: ../tuxpaint.desktop.in.h:2
858msgid "Drawing program"
859msgstr "Drawing program"
860
861#: ../tuxpaint.desktop.in.h:3
862msgid "A drawing program for children."
863msgstr "A drawing program for children."
864
865#: ../../magic/src/alien.c:68
866msgid "Color Shift"
867msgstr "Colour Shift"
868
869#: ../../magic/src/alien.c:72
870#, fuzzy
871msgid "Click and drag the mouse to change the colors in parts of your picture."
872msgstr "Click and move the mouse around to blur the picture."
873
874#: ../../magic/src/alien.c:73
875#, fuzzy
876msgid "Click to change the colors in your entire picture."
877msgstr "Click and move the mouse around to blur the picture."
878
879#: ../../magic/src/blind.c:115
880msgid "Blind"
881msgstr "Blind"
882
883#: ../../magic/src/blind.c:122
884msgid ""
885"Click towards the edge of your picture to pull window blinds over it. Move "
886"perpendicularly to open or close the blinds."
887msgstr ""
888"Click towards the edge of your picture to pull window blinds over it. Move "
889"perpendicularly to open or close the blinds."
890
891#: ../../magic/src/blocks_chalk_drip.c:129
892msgid "Blocks"
893msgstr "Blocks"
894
895#: ../../magic/src/blocks_chalk_drip.c:131
896msgid "Chalk"
897msgstr "Chalk"
898
899#: ../../magic/src/blocks_chalk_drip.c:133
900msgid "Drip"
901msgstr "Drip"
902
903#: ../../magic/src/blocks_chalk_drip.c:142
904#, fuzzy
905#| msgid "Click and move the mouse around to make the picture blocky."
906msgid "Click and drag the mouse around to make the picture blocky."
907msgstr "Click and move the mouse around to make the picture blocky."
908
909#: ../../magic/src/blocks_chalk_drip.c:144
910#, fuzzy
911#| msgid ""
912#| "Click and move the mouse around to turn the picture into a chalk drawing."
913msgid ""
914"Click and drag the mouse around to turn the picture into a chalk drawing."
915msgstr ""
916"Click and move the mouse around to turn the picture into a chalk drawing."
917
918#: ../../magic/src/blocks_chalk_drip.c:146
919#, fuzzy
920#| msgid "Click and move the mouse around to make the picture drip."
921msgid "Click and drag the mouse around to make the picture drip."
922msgstr "Click and move the mouse around to make the picture drip."
923
924#: ../../magic/src/blur.c:80
925msgid "Blur"
926msgstr "Blur"
927
928#: ../../magic/src/blur.c:84
929#, fuzzy
930msgid "Click and drag the mouse around to blur the image."
931msgstr "Click and move the mouse around to blur the picture."
932
933#: ../../magic/src/blur.c:85
934#, fuzzy
935msgid "Click to blur the entire image."
936msgstr "Click to make a mirror image."
937
938#. Both are named "Bricks", at the moment:
939#: ../../magic/src/bricks.c:120
940#, fuzzy
941msgid "Bricks"
942msgstr "Bricks"
943
944#: ../../magic/src/bricks.c:127
945#, fuzzy
946#| msgid "Click and move to draw large bricks."
947msgid "Click and drag to draw large bricks."
948msgstr "Click and move to draw large bricks."
949
950#: ../../magic/src/bricks.c:129
951#, fuzzy
952#| msgid "Click and move to draw small bricks."
953msgid "Click and drag to draw small bricks."
954msgstr "Click and move to draw small bricks."
955
956#: ../../magic/src/calligraphy.c:124
957msgid "Calligraphy"
958msgstr "Calligraphy"
959
960#: ../../magic/src/calligraphy.c:131
961#, fuzzy
962msgid "Click and drag the mouse around to draw in calligraphy."
963msgstr "Click and move the mouse around to draw a negative."
964
965#: ../../magic/src/cartoon.c:103
966msgid "Cartoon"
967msgstr "Cartoon"
968
969#: ../../magic/src/cartoon.c:109
970#, fuzzy
971#| msgid "Click and move the mouse around to turn the picture into a cartoon."
972msgid "Click and drag the mouse around to turn the picture into a cartoon."
973msgstr "Click and move the mouse around to turn the picture into a cartoon."
974
975#: ../../magic/src/checkerboard.c:99
976msgid "Checkerboard"
977msgstr ""
978
979#: ../../magic/src/checkerboard.c:106
980#, fuzzy
981msgid "Click and drag to fill the canvas with a checkerboard pattern."
982msgstr "Click and move the mouse around to blur the picture."
983
984#: ../../magic/src/clone.c:132
985msgid "Clone"
986msgstr ""
987
988#: ../../magic/src/clone.c:138
989msgid ""
990"Click once to pick a spot to begin cloning. Click again and drag to clone "
991"that part of the picture."
992msgstr ""
993
994#: ../../magic/src/confetti.c:83
995msgid "Confetti"
996msgstr "Confetti"
997
998#: ../../magic/src/confetti.c:88
999msgid "Click to throw confetti!"
1000msgstr "Click to throw confetti!"
1001
1002#: ../../magic/src/distortion.c:134
1003msgid "Distortion"
1004msgstr "Distortion"
1005
1006#: ../../magic/src/distortion.c:143
1007#, fuzzy
1008msgid "Click and drag the mouse to cause distortion in your picture."
1009msgstr "Click and move the mouse around to blur the picture."
1010
1011#: ../../magic/src/emboss.c:101
1012msgid "Emboss"
1013msgstr "Emboss"
1014
1015#: ../../magic/src/emboss.c:107
1016#, fuzzy
1017msgid "Click and drag the mouse to emboss the picture."
1018msgstr "Click and move the mouse around to blur the picture."
1019
1020#: ../../magic/src/fade_darken.c:114
1021msgid "Lighten"
1022msgstr "Lighten"
1023
1024#: ../../magic/src/fade_darken.c:116
1025msgid "Darken"
1026msgstr "Darken"
1027
1028#: ../../magic/src/fade_darken.c:127
1029#, fuzzy
1030msgid "Click and drag the mouse to lighten parts of your picture."
1031msgstr "Click and move the mouse around to blur the picture."
1032
1033#: ../../magic/src/fade_darken.c:129
1034#, fuzzy
1035msgid "Click to lighten your entire picture."
1036msgstr "Click and move the mouse around to change the picture’s colour."
1037
1038#: ../../magic/src/fade_darken.c:134
1039#, fuzzy
1040msgid "Click and drag the mouse to darken parts of your picture."
1041msgstr "Click and move the mouse around to blur the picture."
1042
1043#: ../../magic/src/fade_darken.c:136
1044#, fuzzy
1045msgid "Click to darken your entire picture."
1046msgstr "Click and move the mouse around to change the picture’s colour."
1047
1048#: ../../magic/src/fisheye.c:101
1049msgid "Fisheye"
1050msgstr "Fisheye"
1051
1052#: ../../magic/src/fisheye.c:106
1053#, fuzzy
1054msgid "Click on part of your picture to create a fisheye effect."
1055msgstr "Click and move the mouse around to blur the picture."
1056
1057#: ../../magic/src/flower.c:144
1058msgid "Flower"
1059msgstr "Flower"
1060
1061#: ../../magic/src/flower.c:150
1062msgid "Click and drag to draw a flower stalk. Let go to finish the flower."
1063msgstr "Click and drag to draw a flower stalk. Let go to finish the flower."
1064
1065#: ../../magic/src/foam.c:114
1066msgid "Foam"
1067msgstr "Foam"
1068
1069#: ../../magic/src/foam.c:120
1070#, fuzzy
1071msgid "Click and drag the mouse to cover an area with foamy bubbles."
1072msgstr "Click in the picture to fill that area with colour."
1073
1074#: ../../magic/src/fold.c:103
1075msgid "Fold"
1076msgstr "Fold"
1077
1078#: ../../magic/src/fold.c:108
1079msgid ""
1080"Choose a background color and click to turn the corner of the page over."
1081msgstr ""
1082"Choose a background colour and click to turn the corner of the page over."
1083
1084#: ../../magic/src/fretwork.c:176
1085msgid "Fretwork"
1086msgstr ""
1087
1088#: ../../magic/src/fretwork.c:182
1089#, fuzzy
1090msgid "Click and drag to draw repetitive patterns. "
1091msgstr "Click and move the mouse around to blur the picture."
1092
1093#: ../../magic/src/fretwork.c:184
1094#, fuzzy
1095msgid "Click to surround your picture with repetitive patterns."
1096msgstr "Click to make a mirror image."
1097
1098#: ../../magic/src/glasstile.c:104
1099msgid "Glass Tile"
1100msgstr "Glass Tile"
1101
1102#: ../../magic/src/glasstile.c:111
1103#, fuzzy
1104msgid "Click and drag the mouse to put glass tile over your picture."
1105msgstr "Click and move the mouse around to blur the picture."
1106
1107#: ../../magic/src/glasstile.c:113
1108#, fuzzy
1109msgid "Click to cover your entire picture in glass tiles."
1110msgstr "Click and move the mouse around to change the picture’s colour."
1111
1112#: ../../magic/src/grass.c:107
1113msgid "Grass"
1114msgstr "Grass"
1115
1116#: ../../magic/src/grass.c:113
1117#, fuzzy
1118#| msgid "Click and move to draw grass. Don’t forget the dirt!"
1119msgid "Click and drag to draw grass. Don’t forget the dirt!"
1120msgstr "Click and move to draw grass. Don’t forget the dirt!"
1121
1122#: ../../magic/src/halftone.c:35
1123msgid "Halftone"
1124msgstr ""
1125
1126#: ../../magic/src/halftone.c:39
1127#, fuzzy
1128msgid "Click and drag to turn your drawing into a newspaper."
1129msgstr "Click to make a mirror image."
1130
1131#: ../../magic/src/kalidescope.c:119
1132msgid "Symmetric Left/Right"
1133msgstr ""
1134
1135#: ../../magic/src/kalidescope.c:123
1136msgid "Symmetric Up/Down"
1137msgstr ""
1138
1139#: ../../magic/src/kalidescope.c:127
1140msgid "Pattern"
1141msgstr ""
1142
1143#: ../../magic/src/kalidescope.c:131
1144msgid "Tiles"
1145msgstr ""
1146
1147#. KAL_BOTH
1148#: ../../magic/src/kalidescope.c:135
1149msgid "Kaleidoscope"
1150msgstr "Kaleidoscope"
1151
1152#: ../../magic/src/kalidescope.c:146
1153#, fuzzy
1154msgid ""
1155"Click and drag the mouse to draw with two brushes that are symmetric across "
1156"the left and right of your picture."
1157msgstr "Click and move to darken the colours."
1158
1159#: ../../magic/src/kalidescope.c:152
1160#, fuzzy
1161msgid ""
1162"Click and drag the mouse to draw with two brushes that are symmetric across "
1163"the top and bottom of your picture."
1164msgstr "Click and move to darken the colours."
1165
1166#: ../../magic/src/kalidescope.c:156
1167#, fuzzy
1168msgid "Click and drag the mouse to draw a pattern across the picture."
1169msgstr "Click and move the mouse around to blur the picture."
1170
1171#: ../../magic/src/kalidescope.c:160
1172#, fuzzy
1173msgid ""
1174"Click and drag the mouse to draw a pattern that is symmetric across the "
1175"picture."
1176msgstr "Click and move to darken the colours."
1177
1178#. KAL_BOTH
1179#: ../../magic/src/kalidescope.c:164
1180#, fuzzy
1181msgid ""
1182"Click and drag the mouse to draw with symmetric brushes (a kaleidoscope)."
1183msgstr "Click and move to darken the colours."
1184
1185#: ../../magic/src/light.c:103
1186#, fuzzy
1187msgid "Light"
1188msgstr "Lighten"
1189
1190#: ../../magic/src/light.c:109
1191#, fuzzy
1192msgid "Click and drag to draw a beam of light on your picture."
1193msgstr "Click and move the mouse around to blur the picture."
1194
1195#: ../../magic/src/metalpaint.c:98
1196#, fuzzy
1197msgid "Metal Paint"
1198msgstr "Paint"
1199
1200#: ../../magic/src/metalpaint.c:105
1201#, fuzzy
1202msgid "Click and drag the mouse to paint with a metallic color."
1203msgstr "Click and move to darken the colours."
1204
1205#: ../../magic/src/mirror_flip.c:110
1206msgid "Mirror"
1207msgstr "Mirror"
1208
1209#: ../../magic/src/mirror_flip.c:112
1210msgid "Flip"
1211msgstr "Flip"
1212
1213#: ../../magic/src/mirror_flip.c:121
1214msgid "Click to make a mirror image."
1215msgstr "Click to make a mirror image."
1216
1217#: ../../magic/src/mirror_flip.c:123
1218msgid "Click to flip the picture upside-down."
1219msgstr "Click to flip the picture upside-down."
1220
1221#: ../../magic/src/mosaic.c:96
1222#, fuzzy
1223msgid "Mosaic"
1224msgstr "Magic"
1225
1226#: ../../magic/src/mosaic.c:100
1227#, fuzzy
1228msgid ""
1229"Click and drag the mouse to add a mosaic effect to parts of your picture."
1230msgstr "Click to make a mirror image."
1231
1232#: ../../magic/src/mosaic.c:101
1233#, fuzzy
1234msgid "Click to add a mosaic effect to your entire picture."
1235msgstr "Click to make a mirror image."
1236
1237#: ../../magic/src/mosaic_shaped.c:132
1238#, fuzzy
1239#| msgid "Square"
1240msgid "Square Mosaic"
1241msgstr "Square"
1242
1243#: ../../magic/src/mosaic_shaped.c:133
1244#, fuzzy
1245msgid "Hexagon Mosaic"
1246msgstr "Magic"
1247
1248#: ../../magic/src/mosaic_shaped.c:134
1249msgid "Irregular Mosaic"
1250msgstr "Irregular Mosaic"
1251
1252#: ../../magic/src/mosaic_shaped.c:140
1253#, fuzzy
1254msgid ""
1255"Click and drag the mouse to add a square mosaic to parts of your picture."
1256msgstr "Click to make a mirror image."
1257
1258#: ../../magic/src/mosaic_shaped.c:141
1259#, fuzzy
1260msgid "Click to add a square mosaic to your entire picture."
1261msgstr "Click to make a mirror image."
1262
1263#: ../../magic/src/mosaic_shaped.c:145
1264#, fuzzy
1265msgid ""
1266"Click and drag the mouse to add a hexagonal mosaic to parts of your picture."
1267msgstr "Click to make a mirror image."
1268
1269#: ../../magic/src/mosaic_shaped.c:146
1270#, fuzzy
1271msgid "Click to add a hexagonal mosaic to your entire picture."
1272msgstr "Click to make a mirror image."
1273
1274#: ../../magic/src/mosaic_shaped.c:150
1275#, fuzzy
1276msgid ""
1277"Click and drag the mouse to add an irregular mosaic to parts of your picture."
1278msgstr "Click to make a mirror image."
1279
1280#: ../../magic/src/mosaic_shaped.c:151
1281#, fuzzy
1282msgid "Click to add an irregular mosaic to your entire picture."
1283msgstr "Click to make a mirror image."
1284
1285#: ../../magic/src/negative.c:94
1286msgid "Negative"
1287msgstr "Negative"
1288
1289#: ../../magic/src/negative.c:101
1290#, fuzzy
1291#| msgid "Click and move the mouse around to draw a negative."
1292msgid "Click and drag the mouse around to make your painting negative."
1293msgstr "Click and move the mouse around to draw a negative."
1294
1295#: ../../magic/src/negative.c:103
1296#, fuzzy
1297msgid "Click to turn your painting into its negative."
1298msgstr "Click to make a mirror image."
1299
1300#: ../../magic/src/noise.c:66
1301msgid "Noise"
1302msgstr "Noise"
1303
1304#: ../../magic/src/noise.c:70
1305#, fuzzy
1306msgid "Click and drag the mouse to add noise to parts of your picture."
1307msgstr "Click and move the mouse around to blur the picture."
1308
1309#: ../../magic/src/noise.c:71
1310#, fuzzy
1311msgid "Click to add noise to your entire picture."
1312msgstr "Click and move the mouse around to change the picture’s colour."
1313
1314#: ../../magic/src/perspective.c:147
1315msgid "Perspective"
1316msgstr "Perspective"
1317
1318#: ../../magic/src/perspective.c:148
1319msgid "Zoom"
1320msgstr "Zoom"
1321
1322#: ../../magic/src/perspective.c:153
1323#, fuzzy
1324msgid "Click on the corners and drag where you want to stretch the picture."
1325msgstr "Click and move the mouse around to blur the picture."
1326
1327#: ../../magic/src/perspective.c:156
1328#, fuzzy
1329msgid "Click and drag up to zoom in or drag down to zoom out the picture."
1330msgstr "Click and move the mouse around to blur the picture."
1331
1332#. Both are named "Pixels", at the moment:
1333#: ../../magic/src/pixels.c:108
1334msgid "Pixels"
1335msgstr ""
1336
1337#: ../../magic/src/pixels.c:114
1338#, fuzzy
1339#| msgid "Click and move to draw large bricks."
1340msgid "Click and drag to draw large pixels."
1341msgstr "Click and move to draw large bricks."
1342
1343#: ../../magic/src/puzzle.c:103
1344#, fuzzy
1345msgid "Puzzle"
1346msgstr "Purple!"
1347
1348#: ../../magic/src/puzzle.c:110
1349#, fuzzy
1350msgid "Click the part of your picture where would you like a puzzle."
1351msgstr "Click and move the mouse around to blur the picture."
1352
1353#: ../../magic/src/puzzle.c:111
1354#, fuzzy
1355msgid "Click to make a puzzle in fullscreen mode."
1356msgstr "Click to make a mirror image."
1357
1358#: ../../magic/src/rails.c:129
1359msgid "Rails"
1360msgstr "Rails"
1361
1362#: ../../magic/src/rails.c:134
1363#, fuzzy
1364msgid "Click and drag to draw train track rails on your picture."
1365msgstr "Click and move the mouse around to blur the picture."
1366
1367#: ../../magic/src/rainbow.c:133
1368msgid "Rainbow"
1369msgstr "Rainbow"
1370
1371#: ../../magic/src/rainbow.c:139
1372msgid "You can draw in rainbow colors!"
1373msgstr "You can draw in rainbow colours!"
1374
1375#: ../../magic/src/rain.c:68
1376#, fuzzy
1377msgid "Rain"
1378msgstr "Rainbow"
1379
1380#: ../../magic/src/rain.c:72
1381#, fuzzy
1382msgid "Click to place a rain drop onto your picture."
1383msgstr "Click to make a mirror image."
1384
1385#: ../../magic/src/rain.c:73
1386#, fuzzy
1387msgid "Click to cover your picture with rain drops."
1388msgstr "Click to make a mirror image."
1389
1390#: ../../magic/src/realrainbow.c:98
1391#, fuzzy
1392#| msgid "Rainbow"
1393msgid "Real Rainbow"
1394msgstr "Rainbow"
1395
1396#: ../../magic/src/realrainbow.c:100
1397#, fuzzy
1398#| msgid "Rainbow"
1399msgid "ROYGBIV Rainbow"
1400msgstr "Rainbow"
1401
1402#: ../../magic/src/realrainbow.c:108
1403msgid ""
1404"Click where you want your rainbow to start, drag to where you want it to "
1405"end, and then let go to draw a rainbow."
1406msgstr ""
1407"Click where you want your rainbow to start, drag to where you want it to "
1408"end, and then let go to draw a rainbow."
1409
1410#: ../../magic/src/ripples.c:102
1411msgid "Ripples"
1412msgstr "Ripples"
1413
1414#: ../../magic/src/ripples.c:108
1415#, fuzzy
1416msgid "Click to make ripples appear over your picture."
1417msgstr "Click and move the mouse around to blur the picture."
1418
1419#: ../../magic/src/rosette.c:115
1420msgid "Rosette"
1421msgstr "Rosette"
1422
1423#: ../../magic/src/rosette.c:117
1424msgid "Picasso"
1425msgstr "Picasso"
1426
1427#: ../../magic/src/rosette.c:123
1428#, fuzzy
1429msgid "Click and start drawing your rosette."
1430msgstr "Click to start drawing a line. Let go to complete it."
1431
1432#: ../../magic/src/rosette.c:125
1433#, fuzzy
1434msgid "You can draw just like Picasso!"
1435msgstr "You can draw in rainbow colours!"
1436
1437#: ../../magic/src/sharpen.c:76
1438msgid "Edges"
1439msgstr "Edges"
1440
1441#: ../../magic/src/sharpen.c:77
1442#, fuzzy
1443msgid "Sharpen"
1444msgstr "Shapes"
1445
1446#: ../../magic/src/sharpen.c:78
1447msgid "Silhouette"
1448msgstr "Silhouette"
1449
1450#: ../../magic/src/sharpen.c:82
1451#, fuzzy
1452msgid "Click and drag the mouse to trace edges in parts of your picture."
1453msgstr "Click and move the mouse around to blur the picture."
1454
1455#: ../../magic/src/sharpen.c:83
1456#, fuzzy
1457msgid "Click to trace edges in your entire picture."
1458msgstr "Click and move the mouse around to change the picture’s colour."
1459
1460#: ../../magic/src/sharpen.c:84
1461#, fuzzy
1462msgid "Click and drag the mouse to sharpen parts of your picture."
1463msgstr "Click and move the mouse around to blur the picture."
1464
1465#: ../../magic/src/sharpen.c:85
1466#, fuzzy
1467msgid "Click to sharpen the entire picture."
1468msgstr "Click to make a mirror image."
1469
1470#: ../../magic/src/sharpen.c:86
1471#, fuzzy
1472msgid "Click and drag the mouse to create a black and white silhouette."
1473msgstr "Click and move the mouse around to blur the picture."
1474
1475#: ../../magic/src/sharpen.c:87
1476#, fuzzy
1477msgid "Click to create a black and white silhouette of your entire picture."
1478msgstr "Click and move the mouse around to blur the picture."
1479
1480#: ../../magic/src/shift.c:106
1481msgid "Shift"
1482msgstr "Shift"
1483
1484#: ../../magic/src/shift.c:112
1485#, fuzzy
1486msgid "Click and drag to shift your picture around on the canvas."
1487msgstr "Click and move the mouse around to blur the picture."
1488
1489#: ../../magic/src/smudge.c:102
1490msgid "Smudge"
1491msgstr "Smudge"
1492
1493#. if (which == 1)
1494#: ../../magic/src/smudge.c:104
1495#, fuzzy
1496msgid "Wet Paint"
1497msgstr "Paint"
1498
1499#: ../../magic/src/smudge.c:111
1500#, fuzzy
1501#| msgid "Click and move the mouse around to smudge the picture."
1502msgid "Click and drag the mouse around to smudge the picture."
1503msgstr "Click and move the mouse around to smudge the picture."
1504
1505#. if (which == 1)
1506#: ../../magic/src/smudge.c:113
1507#, fuzzy
1508msgid "Click and drag the mouse around to draw with wet, smudgy paint."
1509msgstr "Click and move the mouse around to blur the picture."
1510
1511#: ../../magic/src/snow.c:71
1512msgid "Snow Ball"
1513msgstr "Snow Ball"
1514
1515#: ../../magic/src/snow.c:72
1516msgid "Snow Flake"
1517msgstr "Snow Flake"
1518
1519#: ../../magic/src/snow.c:76
1520#, fuzzy
1521msgid "Click to add snow balls to your picture."
1522msgstr "Click and move the mouse around to blur the picture."
1523
1524#: ../../magic/src/snow.c:77
1525#, fuzzy
1526msgid "Click to add snow flakes to your picture."
1527msgstr "Click and move the mouse around to blur the picture."
1528
1529#: ../../magic/src/string.c:129
1530msgid "String edges"
1531msgstr "String edges"
1532
1533#: ../../magic/src/string.c:132
1534msgid "String corner"
1535msgstr "String corner"
1536
1537#: ../../magic/src/string.c:135
1538msgid "String 'V'"
1539msgstr "String 'V'"
1540
1541#: ../../magic/src/string.c:147
1542msgid ""
1543"Click and drag to draw string art. Drag top-bottom to draw less or more "
1544"lines, left or right to make a bigger hole."
1545msgstr ""
1546"Click and drag to draw string art. Drag top-bottom to draw less or more "
1547"lines, left or right to make a bigger hole."
1548
1549#: ../../magic/src/string.c:150
1550#, fuzzy
1551msgid "Click and drag to draw arrows made of string art."
1552msgstr "Click and move the mouse around to blur the picture."
1553
1554#: ../../magic/src/string.c:153
1555msgid "Draw string art arrows with free angles."
1556msgstr "Draw string art arrows with free angles."
1557
1558#: ../../magic/src/tint.c:74
1559msgid "Tint"
1560msgstr "Tint"
1561
1562#: ../../magic/src/tint.c:75
1563msgid "Color & White"
1564msgstr "Colour & White"
1565
1566#: ../../magic/src/tint.c:79
1567#, fuzzy
1568msgid ""
1569"Click and drag the mouse around to change the color of parts of your picture."
1570msgstr "Click and move the mouse around to blur the picture."
1571
1572#: ../../magic/src/tint.c:80
1573#, fuzzy
1574msgid "Click to change the color of your entire picture."
1575msgstr "Click and move the mouse around to blur the picture."
1576
1577#: ../../magic/src/tint.c:81
1578#, fuzzy
1579msgid ""
1580"Click and drag the mouse around to turn parts of your picture into white and "
1581"a color you choose."
1582msgstr "Click and move the mouse around to turn the picture into a cartoon."
1583
1584#: ../../magic/src/tint.c:82
1585#, fuzzy
1586msgid "Click to turn your entire picture into white and a color you choose."
1587msgstr "Click and move the mouse around to turn the picture into a cartoon."
1588
1589#: ../../magic/src/toothpaste.c:68
1590msgid "Toothpaste"
1591msgstr "Toothpaste"
1592
1593#: ../../magic/src/toothpaste.c:72
1594#, fuzzy
1595msgid "Click and drag to squirt toothpaste onto your picture."
1596msgstr "Click and move the mouse around to blur the picture."
1597
1598#: ../../magic/src/tornado.c:153
1599msgid "Tornado"
1600msgstr "Tornado"
1601
1602#: ../../magic/src/tornado.c:159
1603#, fuzzy
1604msgid "Click and drag to draw a tornado funnel on your picture."
1605msgstr "Click and move the mouse around to blur the picture."
1606
1607#: ../../magic/src/tv.c:96
1608msgid "TV"
1609msgstr "TV"
1610
1611#: ../../magic/src/tv.c:102
1612#, fuzzy
1613msgid ""
1614"Click and drag to make parts of your picture look like they are on "
1615"television."
1616msgstr "Click and move the mouse around to change the picture’s colour."
1617
1618#: ../../magic/src/tv.c:105
1619#, fuzzy
1620msgid "Click to make your picture look like it's on television."
1621msgstr "Click and move the mouse around to change the picture’s colour."
1622
1623#: ../../magic/src/waves.c:104
1624#, fuzzy
1625msgid "Waves"
1626msgstr "Save"
1627
1628#: ../../magic/src/waves.c:106
1629#, fuzzy
1630msgid "Wavelets"
1631msgstr "Save"
1632
1633#: ../../magic/src/waves.c:115
1634msgid ""
1635"Click to make the picture horizontally wavy. Click toward the top for "
1636"shorter waves, the bottom for taller waves, the left for small waves, and "
1637"the right for long waves."
1638msgstr ""
1639"Click to make the picture horizontally wavy. Click toward the top for "
1640"shorter waves, the bottom for taller waves, the left for small waves, and "
1641"the right for long waves."
1642
1643#: ../../magic/src/waves.c:118
1644msgid ""
1645"Click to make the picture vertically wavy. Click toward the top for shorter "
1646"waves, the bottom for taller waves, the left for small waves, and the right "
1647"for long waves."
1648msgstr ""
1649"Click to make the picture vertically wavy. Click toward the top for shorter "
1650"waves, the bottom for taller waves, the left for small waves, and the right "
1651"for long waves."
1652
1653#: ../../magic/src/xor.c:93
1654#, fuzzy
1655#| msgid "Colors"
1656msgid "Xor Colors"
1657msgstr "Colours"
1658
1659#: ../../magic/src/xor.c:99
1660#, fuzzy
1661msgid "Click and drag to draw a XOR effect"
1662msgstr "Click and move the mouse around to blur the picture."
1663
1664#: ../../magic/src/xor.c:101
1665#, fuzzy
1666msgid "Click to draw a XOR effect on the whole picture"
1667msgstr "Click to make a mirror image."
1668
1669#, fuzzy
1670#~ msgid ""
1671#~ "Click and drag to draw the blind, move left or right to open or close."
1672#~ msgstr "Click and move the mouse around to blur the picture."
1673
1674#, fuzzy
1675#~ msgid "Mosaic square"
1676#~ msgstr "Magic"
1677
1678#, fuzzy
1679#~ msgid "Mosaic hexagon"
1680#~ msgstr "Magic"
1681
1682#, fuzzy
1683#~ msgid ""
1684#~ "Click and move the mouse to add a mosaic squared effect to parts of your "
1685#~ "picture."
1686#~ msgstr "Click to make a mirror image."
1687
1688#, fuzzy
1689#~ msgid "Click to add a mosaic squared effect to your entire picture."
1690#~ msgstr "Click to make a mirror image."
1691
1692#, fuzzy
1693#~ msgid ""
1694#~ "Click and move the mouse to add a mosaic hexagonal effect to parts of "
1695#~ "your picture."
1696#~ msgstr "Click to make a mirror image."
1697
1698#, fuzzy
1699#~ msgid "Click to add a mosaic hexagonal effect to your entire picture."
1700#~ msgstr "Click to make a mirror image."
1701
1702#~ msgid "qy"
1703#~ msgstr "qy"
1704
1705#~ msgid "QY"
1706#~ msgstr "QY"
1707
1708#, fuzzy
1709#~ msgid ""
1710#~ "Click and drag to draw a tornado stalk. Let go to finish the tornado."
1711#~ msgstr "Click and move the mouse around to blur the picture."
1712
1713#, fuzzy
1714#~ msgid ""
1715#~ "Click and move the mouse to give parts of your picture an \"alien\" "
1716#~ "appearance."
1717#~ msgstr "Click and move the mouse around to blur the picture."
1718
1719#, fuzzy
1720#~ msgid "Click to give your entire picture an \"alien\" appearance."
1721#~ msgstr "Click and move the mouse around to change the picture’s colour."
1722
1723#, fuzzy
1724#~ msgid "Click and move the mouse to add noise to the image."
1725#~ msgstr "Click and move the mouse around to blur the picture."
1726
1727#, fuzzy
1728#~ msgid "Click to add noise to the entire image."
1729#~ msgstr "Click to make a mirror image."
1730
1731#, fuzzy
1732#~ msgid "Click and move the mouse to trace the edges of objects in the image."
1733#~ msgstr "Click and move the mouse around to blur the picture."
1734
1735#, fuzzy
1736#~ msgid "Click and move the mouse to sharpen the image."
1737#~ msgstr "Click and move the mouse around to blur the picture."
1738
1739#, fuzzy
1740#~ msgid "Click to add snow to the entire image."
1741#~ msgstr "Click to make a mirror image."
1742
1743#, fuzzy
1744#~ msgid ""
1745#~ "Click and move the mouse around to turn the image into pure color and "
1746#~ "white regions."
1747#~ msgstr "Click and move the mouse around to turn the picture into a cartoon."
1748
1749#, fuzzy
1750#~ msgid "Click and move the mouse around convert the image to greyscale."
1751#~ msgstr "Click and move the mouse around to blur the picture."
1752
1753#, fuzzy
1754#~ msgid "Click to change the entire picture’s color."
1755#~ msgstr "Click and move the mouse around to change the picture’s colour."
1756
1757#, fuzzy
1758#~ msgid "Blur All"
1759#~ msgstr "Blur"
1760
1761#~ msgid "Click and move to fade the colors."
1762#~ msgstr "Click and move to fade the colours."
1763
1764#~ msgid "Click and move to darken the colors."
1765#~ msgstr "Click and move to darken the colours."
1766
1767#~ msgid "Sparkles"
1768#~ msgstr "Sparkles"
1769
1770#~ msgid "You now have a blank sheet to draw on!"
1771#~ msgstr "You now have a blank sheet to draw on!"
1772
1773#~ msgid "Start a new picture?"
1774#~ msgstr "Start a new picture?"
1775
1776#~ msgid "Yes, let's start fresh!"
1777#~ msgstr "Yes, let's start fresh!"
1778
1779#~ msgid "Click and move to draw sparkles."
1780#~ msgstr "Click and move to draw sparkles."
1781