forked from PintaProject/Pinta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnl.po
1655 lines (1286 loc) · 40 KB
/
nl.po
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# Dutch translation for pinta
# Copyright (c) 2010 Rosetta Contributors and Canonical Ltd 2010
# This file is distributed under the same license as the pinta package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2010.
#
msgid ""
msgstr ""
"Project-Id-Version: pinta\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2011-02-28 17:08-0600\n"
"PO-Revision-Date: 2011-09-22 09:34+0000\n"
"Last-Translator: Yordi de Graaf <Unknown>\n"
"Language-Team: Dutch <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2011-10-08 19:08+0000\n"
"X-Generator: Launchpad (build 14110)\n"
#: Pinta.Effects/Adjustments/AutoLevelEffect.cs:26
msgid "Auto Level"
msgstr "Automatisch niveaus bepalen"
#: Pinta.Effects/Adjustments/InvertColorsEffect.cs:26
msgid "Invert Colors"
msgstr "Kleuren omkeren"
#: Pinta.Effects/Adjustments/LevelsEffect.cs:24
msgid "Levels"
msgstr "Niveaus"
#: Pinta.Effects/Adjustments/SepiaEffect.cs:27
msgid "Sepia"
msgstr "Sepia"
#: Pinta.Effects/Adjustments/PosterizeEffect.cs:26
#: Pinta.Effects/gtk-gui/Pinta.Effects.PosterizeDialog.cs:26
msgid "Posterize"
msgstr "Posterize"
#: Pinta.Effects/Adjustments/BlackAndWhiteEffect.cs:26
msgid "Black and White"
msgstr "Zwart / Wit"
#: Pinta.Effects/Adjustments/CurvesEffect.cs:28
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:46
msgid "Curves"
msgstr "Curven"
#: Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:30
msgid "Brightness / Contrast"
msgstr "Helderheid / Contrast"
#: Pinta.Effects/Adjustments/HueSaturationEffect.cs:27
msgid "Hue / Saturation"
msgstr "Tint / Verzadiging"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:103
msgid "Levels Adjustment"
msgstr "Niveaus aanpassen"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:130
msgid "Input Histogram"
msgstr "Invoerhistogram"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:172
msgid "Input"
msgstr "Invoer"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:285
msgid "Output"
msgstr "Uitvoer"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:413
msgid "Output Histogram"
msgstr "Uitvoerhistogram"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:456
msgid "Auto"
msgstr "Automatisch"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:468
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:173
msgid "Reset"
msgstr "Herstellen"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:478
msgid "Red"
msgstr "Rood"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:489
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:142
msgid "Green"
msgstr "Groen"
#: Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:528
msgid "Blue"
msgstr "Blauw"
#: Pinta.Effects/gtk-gui/Pinta.Effects.PosterizeDialog.cs:93
msgid "Linked"
msgstr "Gekoppeld"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:62
msgid "Transfer Map"
msgstr "Transferkaart"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:85
msgid "RGB"
msgstr "RGB"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:86
msgid "Luminosity"
msgstr "Luminantie"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:100
msgid "(256, 256)"
msgstr "(256, 256)"
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:131
msgid "Red "
msgstr "Rood "
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:153
msgid "Blue "
msgstr "Blauw "
#: Pinta.Effects/gtk-gui/Pinta.Effects.CurvesDialog.cs:187
msgid "Tip: Right-click to remove control points."
msgstr "Tip: Rechtermuisklik om controlepunten te verwijderen."
#: Pinta.Effects/Effects/ReduceNoiseEffect.cs:29
msgid "Reduce Noise"
msgstr "Ruis verminderen"
#: Pinta.Effects/Effects/ReduceNoiseEffect.cs:37
#: Pinta.Effects/Effects/MedianEffect.cs:37
#: Pinta.Effects/Effects/AddNoiseEffect.cs:38
msgid "Noise"
msgstr "Ruis"
#: Pinta.Effects/Effects/FragmentEffect.cs:26
msgid "Fragment"
msgstr "Fragmenteren"
#: Pinta.Effects/Effects/FragmentEffect.cs:34
#: Pinta.Effects/Effects/UnfocusEffect.cs:36
#: Pinta.Effects/Effects/RadialBlurEffect.cs:34
#: Pinta.Effects/Effects/GaussianBlurEffect.cs:34
#: Pinta.Effects/Effects/MotionBlurEffect.cs:34
#: Pinta.Effects/Effects/ZoomBlurEffect.cs:34
msgid "Blurs"
msgstr "Vervagen"
#: Pinta.Effects/Effects/CloudsEffect.cs:30
msgid "Clouds"
msgstr "Wolken"
#: Pinta.Effects/Effects/CloudsEffect.cs:38
#: Pinta.Effects/Effects/MandelbrotFractalEffect.cs:34
#: Pinta.Effects/Effects/JuliaFractalEffect.cs:34
msgid "Render"
msgstr "Renderen"
#: Pinta.Effects/Effects/UnfocusEffect.cs:28
msgid "Unfocus"
msgstr "Ontfocussen"
#: Pinta.Effects/Effects/RedEyeRemoveEffect.cs:29
msgid "Red Eye Removal"
msgstr "Rode ogen verwijderen"
#: Pinta.Effects/Effects/RedEyeRemoveEffect.cs:37
#: Pinta.Effects/Effects/GlowEffect.cs:39
#: Pinta.Effects/Effects/SoftenPortraitEffect.cs:67
#: Pinta.Effects/Effects/SharpenEffect.cs:34
msgid "Photo"
msgstr "Foto"
#: Pinta.Effects/Effects/MandelbrotFractalEffect.cs:26
msgid "Mandelbrot Fractal"
msgstr "Mandelbrot fractal"
#: Pinta.Effects/Effects/GlowEffect.cs:31
msgid "Glow"
msgstr "Gloed"
#: Pinta.Effects/Effects/EdgeDetectEffect.cs:29
msgid "Edge Detect"
msgstr "Randen detecteren"
#: Pinta.Effects/Effects/EdgeDetectEffect.cs:37
#: Pinta.Effects/Effects/ReliefEffect.cs:33
#: Pinta.Effects/Effects/EmbossEffect.cs:34
#: Pinta.Effects/Effects/OutlineEffect.cs:37
msgid "Stylize"
msgstr "Stileren"
#: Pinta.Effects/Effects/RadialBlurEffect.cs:26
msgid "Radial Blur"
msgstr "Radiale vervaging"
#: Pinta.Effects/Effects/FrostedGlassEffect.cs:26
msgid "Frosted Glass"
msgstr "Matglas"
#: Pinta.Effects/Effects/FrostedGlassEffect.cs:34
#: Pinta.Effects/Effects/TileEffect.cs:34
#: Pinta.Effects/Effects/PixelateEffect.cs:38
#: Pinta.Effects/Effects/PolarInversionEffect.cs:39
#: Pinta.Effects/Effects/BulgeEffect.cs:34
#: Pinta.Effects/Effects/TwistEffect.cs:34
msgid "Distort"
msgstr "Vervormen"
#: Pinta.Effects/Effects/OilPaintingEffect.cs:26
msgid "Oil Painting"
msgstr "Olieverf"
#: Pinta.Effects/Effects/OilPaintingEffect.cs:34
#: Pinta.Effects/Effects/InkSketchEffect.cs:42
#: Pinta.Effects/Effects/PencilSketchEffect.cs:41
msgid "Artistic"
msgstr "Artistiek"
#: Pinta.Effects/Effects/JuliaFractalEffect.cs:26
msgid "Julia Fractal"
msgstr "Julia-fractal"
#: Pinta.Effects/Effects/SoftenPortraitEffect.cs:59
msgid "Soften Portrait"
msgstr "\"Portret verzachten"
#: Pinta.Effects/Effects/ReliefEffect.cs:45
msgid "Relief"
msgstr "Reliëf"
#: Pinta.Effects/Effects/InkSketchEffect.cs:34
msgid "Ink Sketch"
msgstr "Inkttekening"
#: Pinta.Effects/Effects/MedianEffect.cs:29
msgid "Median"
msgstr "Mediaan"
#: Pinta.Effects/Effects/EmbossEffect.cs:26
msgid "Emboss"
msgstr "Emboss"
#: Pinta.Effects/Effects/GaussianBlurEffect.cs:26
msgid "Gaussian Blur"
msgstr "Gaussiaans vervagen"
#: Pinta.Effects/Effects/SharpenEffect.cs:26
msgid "Sharpen"
msgstr "Verscherpen"
#: Pinta.Effects/Effects/AddNoiseEffect.cs:30
msgid "Add Noise"
msgstr "Ruis toevoegen"
#: Pinta.Effects/Effects/TileEffect.cs:26
msgid "Tile Reflection"
msgstr "Tegelreflectie"
#: Pinta.Effects/Effects/PixelateEffect.cs:26
msgid "Pixelate"
msgstr "Pixelvorming"
#: Pinta.Effects/Effects/MotionBlurEffect.cs:26
msgid "Motion Blur"
msgstr "Bewegingsvervaging"
#: Pinta.Effects/Effects/PolarInversionEffect.cs:26
msgid "Polar Inversion"
msgstr "Polaire inversie"
#: Pinta.Effects/Effects/BulgeEffect.cs:26
msgid "Bulge"
msgstr "Bolvorm"
#: Pinta.Effects/Effects/ZoomBlurEffect.cs:26
msgid "Zoom Blur"
msgstr "Zoomvervaging"
#: Pinta.Effects/Effects/PencilSketchEffect.cs:33
msgid "Pencil Sketch"
msgstr "Potloodtekening"
#: Pinta.Effects/Effects/OutlineEffect.cs:29
#: Pinta.Tools/TextTool/TextTool.cs:171
msgid "Outline"
msgstr "Omlijnen"
#: Pinta.Effects/Effects/TwistEffect.cs:26
msgid "Twist"
msgstr "Spiraal"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.AnglePickerWidget.cs:52
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.HScaleSpinButtonWidget.cs:48
msgid "label1"
msgstr "label1"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.ComboBoxWidget.cs:42
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.PointPickerWidget.cs:58
msgid "label"
msgstr "label"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.ReseedButtonWidget.cs:38
msgid "Random Noise"
msgstr "Willekeurige ruis"
#: Pinta.Gui.Widgets/gtk-gui/Pinta.Gui.Widgets.ReseedButtonWidget.cs:65
msgid "Reseed"
msgstr "Hergenereren"
#: Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:75
msgid "Choose Primary Color"
msgstr "Primaire kleur kiezen"
#: Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:89
msgid "Choose Secondary Color"
msgstr "Secundaire kleur kiezen"
#: Pinta.Gui.Widgets/Widgets/ColorPaletteWidget.cs:112
msgid "Choose Palette Color"
msgstr "Paletkleur kiezen"
#: Pinta.Tools/RectangleSelectTool.cs:38
msgid "Rectangle Select"
msgstr "Rechthoekselectie"
#: Pinta.Tools/RectangleSelectTool.cs:44
msgid ""
"Click and drag to draw a rectangular selection. Hold shift to constrain to a "
"square."
msgstr ""
"Klik en sleep om rechthoek te tekenen. Houd shift ingedrukt voor een "
"vierkant."
#: Pinta.Tools/CloneStampTool.cs:43
msgid "Clone Stamp"
msgstr "Kloonstempel"
#: Pinta.Tools/CloneStampTool.cs:48
msgid "Ctrl-left click to set origin, left click to paint."
msgstr "Ctrl-klik voor bronselectie, klik om te tekenen."
#: Pinta.Tools/MagicWandTool.cs:46
msgid "Magic Wand Select"
msgstr "Toverstafselectie"
#: Pinta.Tools/MagicWandTool.cs:54
msgid "Click to select region of similar color."
msgstr "Klik om regio met gelijkwaardige kleur te selecteren."
#: Pinta.Tools/RectangleTool.cs:38
msgid "Rectangle"
msgstr "Rechthoek"
#: Pinta.Tools/RectangleTool.cs:44
msgid ""
"Click and drag to draw a rectangle (right click for secondary color). Hold "
"shift to constrain to a square."
msgstr ""
"Klik en sleep om rechthoek te tekenen (rechtermuis voor secundaire kleur). "
"Houd shift ingedrukt voor een vierkant."
#: Pinta.Tools/MoveSelectionTool.cs:42
msgid "Move Selection"
msgstr "Selectie verplaatsen"
#: Pinta.Tools/MoveSelectionTool.cs:48
msgid "Drag the selection to move selection outline."
msgstr "Sleep de selectie om selectieomlijning te verplaatsen."
#: Pinta.Tools/GradientTool.cs:56 Pinta.Tools/GradientTool.cs:167
msgid "Gradient"
msgstr "Gradiënt"
#: Pinta.Tools/GradientTool.cs:64
msgid ""
"Click and drag to draw gradient from primary to secondary color. Right "
"click to reverse."
msgstr ""
"Klik en sleep om gradiënt van primaire naar secunaire kleur te tekenen. "
"Rechtermuisklik om kleuren om te draaien."
#: Pinta.Tools/GradientTool.cs:174
msgid "Linear Gradient"
msgstr "Lineaire gradiënt"
#: Pinta.Tools/GradientTool.cs:175
msgid "Linear Reflected Gradient"
msgstr "Lineair gereflecteerde gradiënt"
#: Pinta.Tools/GradientTool.cs:176
msgid "Linear Diamond Gradient"
msgstr "Lineaire diamantgradiënt"
#: Pinta.Tools/GradientTool.cs:177
msgid "Radial Gradient"
msgstr "Radiale gradiënt"
#: Pinta.Tools/GradientTool.cs:178
msgid "Conical Gradient"
msgstr "Conische gradiënt"
#: Pinta.Tools/FloodTool.cs:73
msgid "Flood Mode"
msgstr "Vulmodus"
#: Pinta.Tools/FloodTool.cs:80
msgid "Contiguous"
msgstr "Aangrenzend"
#: Pinta.Tools/FloodTool.cs:81
msgid "Global"
msgstr "Globaal"
#: Pinta.Tools/FloodTool.cs:92 Pinta.Tools/RecolorTool.cs:73
msgid "Tolerance"
msgstr "Tolerantie"
#: Pinta.Tools/PaintBrushTool.cs:41 Pinta/MainWindow.cs:401
msgid "Paintbrush"
msgstr "Penceel"
#: Pinta.Tools/PaintBrushTool.cs:43 Pinta.Tools/FreeformShapeTool.cs:55
msgid ""
"Left click to draw with primary color, right click to draw with secondary "
"color."
msgstr ""
"Linkermuisklik voor primaire kleur, rechtermuisklik voor secundaire kleur."
#: Pinta.Tools/PaintBrushTool.cs:64
msgid "Type"
msgstr "Soort"
#: Pinta.Tools/PencilTool.cs:48 Pinta.Tools/ColorPickerTool.cs:120
msgid "Pencil"
msgstr "Potlood"
#: Pinta.Tools/PencilTool.cs:50
msgid ""
"Left click to draw freeform, one-pixel wide lines with the primary color, "
"right click to use the secondary color."
msgstr ""
"Klik om vrije vorm, één pixel brede lijnen in primaire kleur te tekenen. "
"Rechtermuisklik voor secundaire kleur."
#: Pinta.Tools/EllipseSelectTool.cs:38
msgid "Ellipse Select"
msgstr "Ellips-selectie"
#: Pinta.Tools/EllipseSelectTool.cs:44
msgid ""
"Click and drag to draw an elliptical selection. Hold shift to constrain to a "
"circle."
msgstr ""
"Klik en sleep voor een elliptische selectie. Houd shift ingedrukt voor een "
"cirkel."
#: Pinta.Tools/LineCurveTool.cs:38
msgid "Line"
msgstr "Lijn"
#: Pinta.Tools/LineCurveTool.cs:43
msgid ""
"Left click to draw with primary color, right click for secondary color. Hold "
"Shift key to snap to angles."
msgstr ""
#: Pinta.Tools/EraserTool.cs:45
msgid "Eraser"
msgstr "Gum"
#: Pinta.Tools/EraserTool.cs:47
msgid ""
"Left click to erase to transparent, right click to erase to secondary color. "
msgstr ""
"Linkermuisklik om te verwijderen en transparant te maken, rechtermuisklik om "
"te verwijderen en secundaire kleur te gebruiken. "
#: Pinta.Tools/PanTool.cs:38
msgid "Pan"
msgstr "Verschuiven"
#: Pinta.Tools/PanTool.cs:44
msgid "Click and drag to navigate image."
msgstr "Klik en sleep om door afbeelding te navigeren."
#: Pinta.Tools/ColorPickerTool.cs:44
msgid "Color Picker"
msgstr "Pipet"
#: Pinta.Tools/ColorPickerTool.cs:50
msgid "Left click to set primary color. Right click to set secondary color."
msgstr ""
"Linkermuisklik voor kiezen primaire kleur. Rechtermuisklik voor kiezen "
"secundaire kleur"
#: Pinta.Tools/ColorPickerTool.cs:62
msgid "After select"
msgstr "Na selecteren"
#: Pinta.Tools/ColorPickerTool.cs:68
msgid "Do not switch tool"
msgstr "Gereedschap behouden"
#: Pinta.Tools/ColorPickerTool.cs:68
msgid "Switch to previous tool"
msgstr "Ga naar vorig gereedschap"
#: Pinta.Tools/ColorPickerTool.cs:68
msgid "Switch to Pencil tool"
msgstr "Potloodgereedschap"
#: Pinta.Tools/RoundedRectangleTool.cs:44
msgid "Rounded Rectangle"
msgstr "Afgerond rechthoek"
#: Pinta.Tools/RoundedRectangleTool.cs:50
msgid ""
"Click and drag to draw a rounded rectangle (right click for secondary "
"color). Hold shift to constrain."
msgstr ""
"Klik en sleep om afgerond rechthoek te tekenen (rechtermuis voor secundaire "
"kleur). Houd shift ingedrukt voor een vierkant."
#: Pinta.Tools/RoundedRectangleTool.cs:83
msgid "Radius"
msgstr "Radius"
#: Pinta.Tools/RoundedRectangleTool.cs:88
msgid "Decrease rectangle's corner radius"
msgstr "Hoekradius van rechthoek verkleinen"
#: Pinta.Tools/RoundedRectangleTool.cs:102
msgid "Increase rectangle's corner radius"
msgstr "Hoekradius van rechthoek vergroten"
#: Pinta.Tools/MoveSelectedTool.cs:42
#: Pinta.Core/HistoryItems/PasteHistoryItem.cs:70
#: Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:64
#: Pinta.Core/Actions/EditActions.cs:255
msgid "Move Selected Pixels"
msgstr "Geselecteerde pixels verplaatsen"
#: Pinta.Tools/MoveSelectedTool.cs:48
msgid "Drag the selection to move selected content."
msgstr "Sleep de selectie om de inhoud te verplaatsen."
#: Pinta.Tools/RecolorTool.cs:59
msgid "Recolor"
msgstr "Verkleuren"
#: Pinta.Tools/RecolorTool.cs:61
msgid "Left click to replace the secondary color with the primary color."
msgstr "Linkermuisklik om secundaire kleur door primaire kleur te vervangen"
#: Pinta.Tools/PaintBucketTool.cs:40
msgid "Paint Bucket"
msgstr "Vullen"
#: Pinta.Tools/PaintBucketTool.cs:46
msgid ""
"Left click to fill a region with the primary color, right click to fill with "
"the secondary color."
msgstr ""
"Linkermuisklik om te vullen met primaire kleur, rechtermuisklik om te vullen "
"met secundaire kleur."
#: Pinta.Tools/EllipseTool.cs:38
msgid "Ellipse"
msgstr "Ellips"
#: Pinta.Tools/EllipseTool.cs:44
msgid ""
"Click and drag to draw an ellipse (right click for secondary color). Hold "
"shift to constrain to a circle."
msgstr ""
"Klik en sleep om ellips te tekenen. Houd shift ingedrukt voor een cirkel."
#: Pinta.Tools/TextTool/TextTool.cs:36
msgid "Text"
msgstr "Tekst"
#: Pinta.Tools/TextTool/TextTool.cs:42
msgid ""
"Left click to place cursor, then type desired text. Text color is primary "
"color."
msgstr ""
"Klik om cursor te plaatsen en tekst te typen. Tekstkleur is primaire kleur."
#: Pinta.Tools/TextTool/TextTool.cs:77
msgid "Font"
msgstr "Lettertype"
#: Pinta.Tools/TextTool/TextTool.cs:112
msgid "Bold"
msgstr "Vetgedrukt"
#: Pinta.Tools/TextTool/TextTool.cs:119
msgid "Italic"
msgstr "Cursief"
#: Pinta.Tools/TextTool/TextTool.cs:126
msgid "Underline"
msgstr "Onderstreept"
#: Pinta.Tools/TextTool/TextTool.cs:135
msgid "Left Align"
msgstr "Links uitlijnen"
#: Pinta.Tools/TextTool/TextTool.cs:143
msgid "Center Align"
msgstr "Centreren"
#: Pinta.Tools/TextTool/TextTool.cs:150
msgid "Right Align"
msgstr "Rechts uitlijnen"
#: Pinta.Tools/TextTool/TextTool.cs:162
msgid "Text Style"
msgstr "Tekststijl"
#: Pinta.Tools/TextTool/TextTool.cs:169 Pinta.Tools/Brushes/PlainBrush.cs:38
msgid "Normal"
msgstr "Normaal"
#: Pinta.Tools/TextTool/TextTool.cs:170
msgid "Normal and Outline"
msgstr "Standaard en omlijnd"
#: Pinta.Tools/TextTool/TextTool.cs:179
msgid "Outline width"
msgstr "Lijndikte"
#: Pinta.Tools/TextTool/TextTool.cs:184
msgid "Decrease outline size"
msgstr "Verklein lijndikte"
#: Pinta.Tools/TextTool/TextTool.cs:201
msgid "Increase outline size"
msgstr "Vergroot lijndikte"
#: Pinta.Tools/ShapeTool.cs:99 Pinta.Tools/BaseBrushTool.cs:70
msgid "Brush width"
msgstr "Penceeldikte"
#: Pinta.Tools/ShapeTool.cs:104 Pinta.Tools/BaseBrushTool.cs:75
msgid "Decrease brush size"
msgstr "Penceeldikte verkleinen"
#: Pinta.Tools/ShapeTool.cs:118 Pinta.Tools/BaseBrushTool.cs:89
msgid "Increase brush size"
msgstr "Penceeldikte vergroten"
#: Pinta.Tools/ShapeTool.cs:131 Pinta.Tools/FreeformShapeTool.cs:71
msgid "Fill Style"
msgstr "Vullingstijl"
#: Pinta.Tools/ShapeTool.cs:138 Pinta.Tools/FreeformShapeTool.cs:78
msgid "Outline Shape"
msgstr "Omlijnen"
#: Pinta.Tools/ShapeTool.cs:139 Pinta.Tools/FreeformShapeTool.cs:79
msgid "Fill Shape"
msgstr "Opvullen"
#: Pinta.Tools/ShapeTool.cs:140 Pinta.Tools/FreeformShapeTool.cs:80
msgid "Fill and Outline Shape"
msgstr "Opvullen en omlijnen"
#: Pinta.Tools/Brushes/CircleBrush.cs:38
msgid "Circles"
msgstr "Cirkels"
#: Pinta.Tools/Brushes/GridBrush.cs:38
msgid "Grid"
msgstr "Raster"
#: Pinta.Tools/Brushes/SquaresBrush.cs:40
msgid "Squares"
msgstr "Vierkanten"
#: Pinta.Tools/Brushes/SplatterBrush.cs:38
msgid "Splatter"
msgstr "Spatten"
#: Pinta.Tools/ZoomTool.cs:49
msgid "Zoom"
msgstr "Zoomen"
#: Pinta.Tools/ZoomTool.cs:55
msgid ""
"Left click to zoom in. Right click to zoom out. Click and drag to zoom in "
"selection."
msgstr ""
"Linkermuisklik voor inzoomen. Rechtermuisklik voor uitzoomen. Klik en sleep "
"om in te zoomen op selectie."
#: Pinta.Tools/LassoSelectTool.cs:45
msgid "Lasso Select"
msgstr "Lassoselectie"
#: Pinta.Tools/LassoSelectTool.cs:47
msgid "Click and drag to draw the outline for a selection area."
msgstr "Klik en sleep om een selectie te tekenen."
#: Pinta.Tools/FreeformShapeTool.cs:53
msgid "Freeform Shape"
msgstr "Vrije vorm"
#: Pinta/MainWindow.cs:146 Pinta.Core/Actions/HelpActions.cs:53
msgid "About"
msgstr "Over"
#: Pinta/MainWindow.cs:371 Pinta/MainWindow.cs:387
msgid "..."
msgstr "…"
#: Pinta/MainWindow.cs:456
msgid "_File"
msgstr "_Bestand"
#: Pinta/MainWindow.cs:457
msgid "_Edit"
msgstr "B_ewerken"
#: Pinta/MainWindow.cs:459
msgid "_View"
msgstr "Weerga_ve"
#: Pinta/MainWindow.cs:462
msgid "_Image"
msgstr "Afbeeld_ing"
#: Pinta/MainWindow.cs:463
msgid "_Layers"
msgstr "_Laag"
#: Pinta/MainWindow.cs:464
msgid "_Adjustments"
msgstr "_Aanpassingen"
#: Pinta/MainWindow.cs:465
msgid "Effe_cts"
msgstr "Effe_cten"
#: Pinta/MainWindow.cs:467
msgid "_Window"
msgstr "_Venster"
#: Pinta/MainWindow.cs:471
msgid "Tool Windows"
msgstr "Gereedschapvensters"
#: Pinta/MainWindow.cs:475
msgid "_Help"
msgstr "_Help"
#: Pinta/MainWindow.cs:557 Pinta/MainWindow.cs:563
msgid "Tools"
msgstr "Gereedschappen"
#: Pinta/MainWindow.cs:571 Pinta/MainWindow.cs:578
#: Pinta.Core/Actions/EditActions.cs:121
msgid "Palette"
msgstr "Palet"
#: Pinta/MainWindow.cs:588
msgid "Documents"
msgstr "Documenten"
#: Pinta/MainWindow.cs:638 Pinta/MainWindow.cs:649
msgid "Layers"
msgstr "Lagen"
#: Pinta/MainWindow.cs:658 Pinta/MainWindow.cs:665
msgid "History"
msgstr "Geschiedenis"
#: Pinta/DockLibrary/DockItemContainer.cs:90 Pinta/DockLibrary/DockItem.cs:477
msgid "Hide"
msgstr "Verbergen"
#: Pinta/DockLibrary/DockItemContainer.cs:190
msgid "Dock"
msgstr "Dock"
#: Pinta/DockLibrary/DockItemContainer.cs:194
#: Pinta/DockLibrary/DockItem.cs:502
msgid "Auto Hide"
msgstr "Automatisch verbergen"
#: Pinta/DockLibrary/DockItem.cs:485
msgid "Dockable"
msgstr "Dockable"
#: Pinta/DockLibrary/DockItem.cs:493
msgid "Floating"
msgstr "Zwevend"
#: Pinta/DialogHandlers.cs:109
msgid "Take Screenshot"
msgstr "Schermafdruk maken"
#: Pinta/DialogHandlers.cs:110
msgid "Delay before taking a screenshot (seconds):"
msgstr "Vertraging voor maken schermafbeelding (seconden):"
#: Pinta/DialogHandlers.cs:158
#, csharp-format
msgid "Save the changes to image \"{0}\" before closing?"
msgstr "Aanpassingen aan afbeelding \"{0}\" opslaan voor sluiten?"
#: Pinta/DialogHandlers.cs:159
msgid "If you don't save, all changes will be permanently lost."
msgstr "Als U niet opslaat, zullen alle veranderingen verloren gaan."
#: Pinta/DialogHandlers.cs:166
msgid "Close without saving"
msgstr "Sluiten zonder opslaan"
#: Pinta/DialogHandlers.cs:193
msgid "Resize Palette"
msgstr "Paletgrootte aanpassen"
#: Pinta/DialogHandlers.cs:194
msgid "New palette size:"
msgstr "Nieuw paletgrootte"
#: Pinta/DialogHandlers.cs:223 Pinta.Core/Actions/EditActions.cs:70
msgid "Paste Into New Layer"
msgstr "In nieuwe laag plakken"
#: Pinta/DialogHandlers.cs:320
msgid "Layer Opacity"
msgstr "Laagdekking"
#: Pinta/DialogHandlers.cs:325
msgid "Rename Layer"
msgstr "Laag hernoemen"
#: Pinta/DialogHandlers.cs:330
msgid "Hide Layer"
msgstr "Laag verbergen"
#: Pinta/DialogHandlers.cs:330
msgid "Show Layer"
msgstr "Laag tonen"
#: Pinta/DialogHandlers.cs:335 Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:44
msgid "Layer Properties"
msgstr "Laageigenschappen"
#: Pinta/DialogHandlers.cs:415 Pinta.Core/Actions/LayerActions.cs:156
msgid "Open Image File"
msgstr "Afbeeldingsbestand openen"
#: Pinta/DialogHandlers.cs:423
msgid "Image files"
msgstr "Afbeeldingsbestanden"
#: Pinta/DialogHandlers.cs:427 Pinta.Core/Actions/EditActions.cs:330
msgid "All files"
msgstr "Alle bestanden"
#: Pinta/DialogHandlers.cs:480
msgid "Paste cancelled"
msgstr "Plakken geannuleerd"
#: Pinta/DialogHandlers.cs:481
msgid "The clipboard does not contain an image"
msgstr "Het klembord bevat geen afbeelding"
#: Pinta/DialogHandlers.cs:514
msgid "Save Image File"
msgstr "Afbeelding opslaan"
#: Pinta/DialogHandlers.cs:612
msgid "Pinta does not support saving images in this file format."
msgstr "Pinta ondersteunt het opslaan in dit bestandsformaat niet."
#: Pinta/DialogHandlers.cs:613 Pinta.Core/Managers/WorkspaceManager.cs:185
#: Pinta.Core/Actions/EditActions.cs:347
msgid "Error"
msgstr "Fout"
#: Pinta/DialogHandlers.cs:633
#, csharp-format
msgid "A file named \"{0}\" already exists. Do you want to replace it?"
msgstr "Bestand genaamd \"{0}\" bestaat reeds. Wilt u deze vervangen?"
#: Pinta/DialogHandlers.cs:634
#, csharp-format
msgid ""
"The file already exists in \"{1}\". Replacing it will overwrite its contents."
msgstr ""
"Bestand bestaat reeds in \"{1}\". Vervangen zal de inhoud overschrijven."
#: Pinta/Dialogs/JpegCompressionDialog.cs:38
msgid "JPEG Quality"
msgstr "JPEG-kwaliteit"
#: Pinta/Dialogs/JpegCompressionDialog.cs:46
msgid "Quality: "
msgstr "Kwaliteit: "
#: Pinta/Dialogs/VersionInformationTabPage.cs:44
msgid "Title"
msgstr "Titel"
#: Pinta/Dialogs/VersionInformationTabPage.cs:50
#: Pinta/Dialogs/AboutPintaTabPage.cs:41
msgid "Version"
msgstr "Versie"
#: Pinta/Dialogs/VersionInformationTabPage.cs:53
msgid "Path"
msgstr "Pad"
#: Pinta/Dialogs/AboutDialog.cs:101
msgid "Contributors to this Release"
msgstr "Bijdragen aan deze release"
#: Pinta/Dialogs/AboutDialog.cs:111
msgid "Previous Contributors"
msgstr "Voorgaande bijdragen"
#: Pinta/Dialogs/AboutDialog.cs:120
msgid "translator-credits"
msgstr ""
"Launchpad Contributions:\n"
" Harry Slieker https://launchpad.net/~harryslieker\n"
" Jonathan Pobst https://launchpad.net/~jpobst\n"
" Richard Prins https://launchpad.net/~pewpewaliens\n"
" Tijmen Rekmans https://launchpad.net/~tijmenr\n"
" Yordi de Graaf https://launchpad.net/~yddegraaf"
#: Pinta/Dialogs/AboutDialog.cs:123
msgid "Translated by:"
msgstr "Vertaald door:"
#: Pinta/Dialogs/AboutDialog.cs:130
msgid "Based on the work of Paint.NET:"
msgstr "Gebaseerd op het werk aan Paint.NET"
#: Pinta/Dialogs/AboutDialog.cs:137
msgid "Using some icons from:"
msgstr "Met gebruikmaking van iconen van:"
#: Pinta/Dialogs/AboutDialog.cs:249
msgid "About Pinta"
msgstr "Over Pinta"
#: Pinta/Dialogs/AboutDialog.cs:267
msgid "Version Info"
msgstr "Versie Info"
#: Pinta/Dialogs/AboutPintaTabPage.cs:50
msgid "License"
msgstr "Licentie"
#: Pinta/Dialogs/AboutPintaTabPage.cs:50
msgid "Released under the MIT X11 License."
msgstr "Uitgebracht onder de MIT X11 Licentie."
#: Pinta/Dialogs/AboutPintaTabPage.cs:57
msgid "Copyright"
msgstr "Auteursrecht"
#: Pinta/Dialogs/AboutPintaTabPage.cs:57
msgid "by Pinta contributors"
msgstr "door Pinta bijdragers"
#: Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:62
msgid "Name:"
msgstr "Naam:"
#: Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:86
msgid "Visible"
msgstr "Zichtbaar"
#: Pinta/gtk-gui/Pinta.LayerPropertiesDialog.cs:109
msgid "Opacity:"
msgstr "Dekking:"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:86
#: Pinta.Core/Classes/Document.cs:612
msgid "Resize Canvas"
msgstr "Canvasgrootte aanpassen"
#: Pinta/gtk-gui/Pinta.ResizeCanvasDialog.cs:105
#: Pinta/gtk-gui/Pinta.ResizeImageDialog.cs:75
msgid "By percentage:"
msgstr "Met percentage:"