forked from PintaProject/Pinta
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid.po
2427 lines (1895 loc) · 61.4 KB
/
id.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
# Indonesian 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: 2020-07-27 21:13-0400\n"
"PO-Revision-Date: 2012-04-02 01:07+0000\n"
"Last-Translator: Cameron White <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
"X-Launchpad-Export-Date: 2020-08-04 20:56+0000\n"
"X-Generator: Launchpad (build a24057fea7e4c6a98c0220d5f878da0f3c783699)\n"
"X-Poedit-Country: INDONESIA\n"
"X-Poedit-Language: Indonesian\n"
#: ../xdg/pinta.desktop.in.h:1
msgid "Pinta"
msgstr ""
#: ../xdg/pinta.desktop.in.h:2
msgid "Easily create and edit images"
msgstr ""
#: ../xdg/pinta.desktop.in.h:3
msgid "Image Editor"
msgstr ""
#: ../xdg/pinta.desktop.in.h:4
msgid "Pinta Image Editor"
msgstr ""
#: ../xdg/pinta.desktop.in.h:5
msgid "draw;drawing;paint;painting;graphics;raster;2d;"
msgstr ""
#: ../xdg/pinta.appdata.xml.in.h:1
msgid ""
"Pinta is a image editing, drawing and painting application with a simple yet "
"powerful interface. Pinta has a wide range of drawing tools, including: "
"freehand, rectangles, circles and lines. It also has over 35 effects to "
"apply to your images, and also has the ability to create unlimited layers to "
"help organize your creativity."
msgstr ""
#: ../Pinta.Core/Actions/AddinActions.cs:40
msgid "Add-in Manager"
msgstr ""
#: ../Pinta.Core/Actions/EditActions.cs:69
msgid "Undo"
msgstr "Urungkan"
#: ../Pinta.Core/Actions/EditActions.cs:70
msgid "Redo"
msgstr "Ulangi"
#: ../Pinta.Core/Actions/EditActions.cs:71
#: ../Pinta.Core/Actions/EditActions.cs:229
msgid "Cut"
msgstr "Potong"
#: ../Pinta.Core/Actions/EditActions.cs:72
msgid "Copy"
msgstr "Salin"
#: ../Pinta.Core/Actions/EditActions.cs:73
msgid "Copy Merged"
msgstr ""
#: ../Pinta.Core/Actions/EditActions.cs:74
#: ../Pinta.Core/Classes/Document.cs:780
#: ../Pinta.Core/HistoryItems/PasteHistoryItem.cs:43
msgid "Paste"
msgstr "Tempel"
#: ../Pinta.Core/Actions/EditActions.cs:75
#: ../Pinta.Core/Classes/Document.cs:776
msgid "Paste Into New Layer"
msgstr "Tempel Ke Lapisan Baru"
#: ../Pinta.Core/Actions/EditActions.cs:76
msgid "Paste Into New Image"
msgstr "Tempel Ke Citra Baru"
#: ../Pinta.Core/Actions/EditActions.cs:77
#: ../Pinta.Core/Actions/EditActions.cs:231
msgid "Erase Selection"
msgstr "Hapus Pilihan"
#: ../Pinta.Core/Actions/EditActions.cs:78
#: ../Pinta.Core/Actions/EditActions.cs:191
msgid "Fill Selection"
msgstr "Arsir Pilihan"
#: ../Pinta.Core/Actions/EditActions.cs:79
#: ../Pinta.Core/Actions/EditActions.cs:421
msgid "Invert Selection"
msgstr "Inversikan Pilihan"
#: ../Pinta.Core/Actions/EditActions.cs:80
#: ../Pinta.Core/Actions/EditActions.cs:200
msgid "Select All"
msgstr "Pilih Semua"
#: ../Pinta.Core/Actions/EditActions.cs:81
msgid "Deselect All"
msgstr ""
#: ../Pinta.Core/Actions/EditActions.cs:83
#: ../Pinta.Core/Actions/FileActions.cs:56
msgid "Open..."
msgstr "Buka..."
#: ../Pinta.Core/Actions/EditActions.cs:84
#: ../Pinta.Core/Actions/FileActions.cs:66
msgid "Save As..."
msgstr "Simpan Sebagai..."
#: ../Pinta.Core/Actions/EditActions.cs:85
msgid "Reset to Default"
msgstr ""
#: ../Pinta.Core/Actions/EditActions.cs:86
msgid "Set Number of Colors"
msgstr "Tentukan Jumlah Warna"
#: ../Pinta.Core/Actions/EditActions.cs:127 ../Pinta/Pads/ColorPalettePad.cs:42
#: ../Pinta/Pads/ColorPalettePad.cs:49
msgid "Palette"
msgstr "Palet"
#: ../Pinta.Core/Actions/EditActions.cs:240
msgid "Deselect"
msgstr "Awapilih"
#: ../Pinta.Core/Actions/EditActions.cs:336
msgid "Open Palette File"
msgstr ""
#: ../Pinta.Core/Actions/EditActions.cs:348
msgid "Palette files"
msgstr ""
#: ../Pinta.Core/Actions/EditActions.cs:352
#: ../Pinta/Actions/File/OpenDocumentAction.cs:67
msgid "All files"
msgstr "Semua berkas"
#: ../Pinta.Core/Actions/EditActions.cs:373
msgid "Save Palette File"
msgstr ""
#: ../Pinta.Core/Actions/FileActions.cs:54
msgid "New..."
msgstr "Baru..."
#: ../Pinta.Core/Actions/FileActions.cs:55
msgid "New Screenshot..."
msgstr ""
#: ../Pinta.Core/Actions/FileActions.cs:57
msgid "Open Recent"
msgstr "Buka Terkini"
#: ../Pinta.Core/Actions/FileActions.cs:64
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:175
msgid "Close"
msgstr "Tutup"
#: ../Pinta.Core/Actions/FileActions.cs:65
msgid "Save"
msgstr "Simpan"
#: ../Pinta.Core/Actions/FileActions.cs:67
msgid "Print"
msgstr "Cetak"
#: ../Pinta.Core/Actions/FileActions.cs:68
msgid "Quit"
msgstr "Keluar"
#: ../Pinta.Core/Actions/FileActions.cs:70
msgid "New"
msgstr "Baru"
#: ../Pinta.Core/Actions/FileActions.cs:71
msgid "Open"
msgstr "Buka"
#: ../Pinta.Core/Actions/HelpActions.cs:52
msgid "Contents"
msgstr ""
#: ../Pinta.Core/Actions/HelpActions.cs:53
msgid "Pinta Website"
msgstr "Laman Web Pinta"
#: ../Pinta.Core/Actions/HelpActions.cs:54
msgid "File a Bug"
msgstr "Laporkan Masalah"
#: ../Pinta.Core/Actions/HelpActions.cs:55
msgid "Translate This Application"
msgstr "Terjemahkan Aplikasi Ini"
#: ../Pinta.Core/Actions/HelpActions.cs:56 ../Pinta/MainWindow.cs:347
msgid "About"
msgstr "Tentang"
#: ../Pinta.Core/Actions/ImageActions.cs:60
#: ../Pinta.Core/Actions/ImageActions.cs:291
msgid "Crop to Selection"
msgstr "Pangkas Pilihan"
#: ../Pinta.Core/Actions/ImageActions.cs:61
msgid "Auto Crop"
msgstr ""
#: ../Pinta.Core/Actions/ImageActions.cs:62
msgid "Resize Image..."
msgstr ""
#: ../Pinta.Core/Actions/ImageActions.cs:63
msgid "Resize Canvas..."
msgstr ""
#: ../Pinta.Core/Actions/ImageActions.cs:64
#: ../Pinta.Core/Actions/LayerActions.cs:70
msgid "Flip Horizontal"
msgstr "Balikkan Horizontal"
#: ../Pinta.Core/Actions/ImageActions.cs:65
#: ../Pinta.Core/Actions/LayerActions.cs:71
msgid "Flip Vertical"
msgstr "Balikkan Vertikal"
#: ../Pinta.Core/Actions/ImageActions.cs:66
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:62
msgid "Rotate 90° Clockwise"
msgstr "Putar 90° Perijam"
#: ../Pinta.Core/Actions/ImageActions.cs:67
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:66
msgid "Rotate 90° Counter-Clockwise"
msgstr "Putar 90° Lawan-Perijam"
#: ../Pinta.Core/Actions/ImageActions.cs:68
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:50
msgid "Rotate 180°"
msgstr "Putar 180°"
#: ../Pinta.Core/Actions/ImageActions.cs:69
#: ../Pinta.Core/Actions/ImageActions.cs:146
msgid "Flatten"
msgstr "Sedatarkan"
#: ../Pinta.Core/Actions/LayerActions.cs:65
#: ../Pinta.Core/Actions/LayerActions.cs:292
#: ../Pinta.Core/Classes/Document.cs:839
msgid "Add New Layer"
msgstr "Tambah Lapisan Baru"
#: ../Pinta.Core/Actions/LayerActions.cs:66
#: ../Pinta.Core/Actions/LayerActions.cs:275
msgid "Delete Layer"
msgstr "Hapus Lapisan"
#: ../Pinta.Core/Actions/LayerActions.cs:67
#: ../Pinta.Core/Actions/LayerActions.cs:266
msgid "Duplicate Layer"
msgstr "Gandakan Lapisan"
#: ../Pinta.Core/Actions/LayerActions.cs:68
#: ../Pinta.Core/Actions/LayerActions.cs:244
msgid "Merge Layer Down"
msgstr "Gabungkan Ke Bawahnya"
#: ../Pinta.Core/Actions/LayerActions.cs:69
msgid "Import from File..."
msgstr "Impor dari Berkas..."
#: ../Pinta.Core/Actions/LayerActions.cs:72
msgid "Rotate / Zoom Layer..."
msgstr ""
#: ../Pinta.Core/Actions/LayerActions.cs:73
#: ../Pinta.Core/Actions/LayerActions.cs:219
msgid "Move Layer Up"
msgstr "Naikkan Lapisan"
#: ../Pinta.Core/Actions/LayerActions.cs:74
#: ../Pinta.Core/Actions/LayerActions.cs:230
msgid "Move Layer Down"
msgstr "Turunkan Lapisan"
#: ../Pinta.Core/Actions/LayerActions.cs:75
msgid "Layer Properties..."
msgstr ""
#: ../Pinta.Core/Actions/LayerActions.cs:157
#: ../Pinta/Actions/File/OpenDocumentAction.cs:50
msgid "Open Image File"
msgstr "Buka Berkas Citra"
#: ../Pinta.Core/Actions/LayerActions.cs:185
msgid "Import From File"
msgstr "Impor Dari Berkas"
#: ../Pinta.Core/Actions/ViewActions.cs:77
msgid "Zoom In"
msgstr "Zum Masuk"
#: ../Pinta.Core/Actions/ViewActions.cs:78
msgid "Zoom Out"
msgstr "Zum Keluar"
#: ../Pinta.Core/Actions/ViewActions.cs:79
msgid "Best Fit"
msgstr ""
#: ../Pinta.Core/Actions/ViewActions.cs:80
msgid "Zoom to Selection"
msgstr "Zum ke Pilihan"
#: ../Pinta.Core/Actions/ViewActions.cs:81
msgid "Normal Size"
msgstr "Ukuran Normal"
#: ../Pinta.Core/Actions/ViewActions.cs:82
msgid "Toolbar"
msgstr "Toolbar"
#: ../Pinta.Core/Actions/ViewActions.cs:83
msgid "Image Tabs"
msgstr ""
#: ../Pinta.Core/Actions/ViewActions.cs:84
msgid "Pixel Grid"
msgstr "Kisi Piksel"
#: ../Pinta.Core/Actions/ViewActions.cs:85
msgid "Rulers"
msgstr "Mistar"
#: ../Pinta.Core/Actions/ViewActions.cs:86
msgid "Pixels"
msgstr "Piksel"
#: ../Pinta.Core/Actions/ViewActions.cs:87
msgid "Inches"
msgstr "Inci"
#: ../Pinta.Core/Actions/ViewActions.cs:88
msgid "Centimeters"
msgstr "Sentimeter"
#: ../Pinta.Core/Actions/ViewActions.cs:89
msgid "Fullscreen"
msgstr "Layar Penuh"
#: ../Pinta.Core/Actions/ViewActions.cs:115
#: ../Pinta.Core/Actions/ViewActions.cs:277
#: ../Pinta.Core/Classes/DocumentWorkspace.cs:320
#: ../Pinta.Core/Classes/DocumentWorkspace.cs:328
msgid "Window"
msgstr "Jendela"
#: ../Pinta.Core/Actions/ViewActions.cs:159
msgid "Ruler Units"
msgstr ""
#. Translators: This specifies the format of the zoom percentage choices
#. in the toolbar.
#: ../Pinta.Core/Actions/ViewActions.cs:258
#, csharp-format
msgid "{0}%"
msgstr ""
#: ../Pinta.Core/Actions/WindowActions.cs:45
msgid "Save All"
msgstr "Simpan Semua"
#: ../Pinta.Core/Actions/WindowActions.cs:46
msgid "Close All"
msgstr "Tutup Semua"
#: ../Pinta.Core/Classes/BaseTool.cs:261
msgid "Tool"
msgstr "Alat"
#: ../Pinta.Core/Classes/BaseTool.cs:333
msgid "Shortcut key"
msgstr "Kunci pintasan"
#: ../Pinta.Core/Classes/BaseTool.cs:445
msgid "Normal Blending"
msgstr ""
#: ../Pinta.Core/Classes/BaseTool.cs:446
msgid "Overwrite"
msgstr "Timpa"
#: ../Pinta.Core/Classes/BaseTool.cs:460
msgid "Antialiasing On"
msgstr ""
#: ../Pinta.Core/Classes/BaseTool.cs:461
msgid "Antialiasing Off"
msgstr ""
#: ../Pinta.Core/Classes/Document.cs:291 ../Pinta.Core/Classes/Document.cs:296
#: ../Pinta.Tools/Tools/ColorPickerTool.cs:135
msgid "Layer"
msgstr "Lapisan"
#: ../Pinta.Core/Classes/Document.cs:378
msgid "copy"
msgstr "salin"
#: ../Pinta.Core/Classes/Document.cs:654
#: ../Pinta/Dialogs/ResizeCanvasDialog.cs:56
msgid "Resize Canvas"
msgstr "Ubah Ukuran Kanvas"
#: ../Pinta.Core/Classes/Document.cs:855
#: ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:65
#: ../Pinta.Core/HistoryItems/PasteHistoryItem.cs:65
#: ../Pinta.Tools/Tools/MoveSelectedTool.cs:43
msgid "Move Selected Pixels"
msgstr "Pindahkan Piksel Terpilih"
#: ../Pinta.Core/Classes/Document.cs:871
msgid "Image larger than canvas"
msgstr ""
#: ../Pinta.Core/Classes/Document.cs:872
msgid ""
"The image being pasted is larger than the canvas size. What would you like "
"to do?"
msgstr ""
#: ../Pinta.Core/Classes/Document.cs:876
msgid "Expand canvas"
msgstr ""
#: ../Pinta.Core/Classes/Document.cs:877
msgid "Don't change canvas size"
msgstr ""
#: ../Pinta.Core/Classes/Document.cs:890
msgid "Image cannot be pasted"
msgstr ""
#: ../Pinta.Core/Classes/Document.cs:891
msgid "The clipboard does not contain an image."
msgstr ""
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:46
msgid "Replace"
msgstr ""
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:47
msgid "Union (+) (Ctrl + Left Click)"
msgstr ""
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:48
msgid "Exclude (-) (Right Click)"
msgstr ""
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:49
msgid "Xor (Ctrl + Right Click)"
msgstr ""
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:50
msgid "Intersect (Alt + Left Click)"
msgstr ""
#: ../Pinta.Core/Classes/SelectionModeHandler.cs:57
msgid " Selection Mode: "
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:34
#: ../Pinta.Tools/Brushes/PlainBrush.cs:37
#: ../Pinta.Tools/Tools/EraserTool.cs:189 ../Pinta.Tools/Tools/TextTool.cs:248
msgid "Normal"
msgstr "Normal"
#: ../Pinta.Core/Effects/UserBlendOps.cs:35
msgid "Multiply"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:36
msgid "Color Burn"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:37
msgid "Color Dodge"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:38
msgid "Overlay"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:39
msgid "Difference"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:40
msgid "Lighten"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:41
msgid "Darken"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:42
msgid "Screen"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:43
msgid "Xor"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:44
msgid "Hard Light"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:45
msgid "Soft Light"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:46
msgid "Color"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:47
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:437
msgid "Luminosity"
msgstr "Kecemerlangan"
#: ../Pinta.Core/Effects/UserBlendOps.cs:48
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:67
msgid "Hue"
msgstr ""
#: ../Pinta.Core/Effects/UserBlendOps.cs:49
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:70
msgid "Saturation"
msgstr ""
#: ../Pinta.Core/HistoryItems/FinishPixelsHistoryItem.cs:43
msgid "Finish Pixels"
msgstr "Selesaikan Piksel"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:54
msgid "Flip Image Horizontal"
msgstr "Balikkan Citra Horizontal"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:58
msgid "Flip Image Vertical"
msgstr "Balikkan Citra Vertikal"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:79
msgid "Flip Layer Horizontal"
msgstr "Balikkan Lapisan Horizontal"
#: ../Pinta.Core/HistoryItems/InvertHistoryItem.cs:83
msgid "Flip Layer Vertical"
msgstr "Balikkan Lapisan Vertikal"
#: ../Pinta.Core/HistoryItems/ResizeHistoryItem.cs:43
#: ../Pinta/Dialogs/ResizeImageDialog.cs:45
msgid "Resize Image"
msgstr "Ubah Ukuran Citra"
#: ../Pinta.Core/ImageFormats/FormatDescriptor.cs:93
#, csharp-format
msgid "{0} image ({1})"
msgstr "{0} citra ({1})"
#: ../Pinta.Core/Managers/EffectsManager.cs:63
#: ../Pinta.Core/Managers/EffectsManager.cs:98
msgid "..."
msgstr "..."
#: ../Pinta.Core/Managers/LivePreviewManager.cs:222
msgid "Rendering Effect"
msgstr "Efek Lukis"
#: ../Pinta.Core/Managers/ToolManager.cs:234
#: ../Pinta.Core/Managers/ToolManager.cs:236
msgid "No tool selected."
msgstr ""
#: ../Pinta.Core/Managers/WorkspaceManager.cs:100
#, csharp-format
msgid "Unsaved Image {0}"
msgstr ""
#: ../Pinta.Core/Managers/WorkspaceManager.cs:157
msgid "Background"
msgstr "Latar Belakang"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:166
#: ../Pinta/Dialogs/NewImageDialog.cs:68
msgid "New Image"
msgstr "Citra Baru"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:186
msgid "Unsupported file format"
msgstr ""
#: ../Pinta.Core/Managers/WorkspaceManager.cs:191
msgid "Open Image"
msgstr "Buka Citra"
#: ../Pinta.Core/Managers/WorkspaceManager.cs:204
msgid "Permission denied"
msgstr ""
#: ../Pinta.Core/Managers/WorkspaceManager.cs:345
#, csharp-format
msgid "Could not open file: {0}"
msgstr "Gagal membuka berkas: {0}"
#. Translators: {0} is the palette format (e.g. "GIMP") and {1} is a list of file extensions.
#: ../Pinta.Core/PaletteFormats/PaletteDescriptor.cs:67
#, csharp-format
msgid "{0} palette ({1})"
msgstr ""
#: ../Pinta.Docking/DockLibrary/DockItem.cs:541
msgid "Hide"
msgstr "Sembunyikan"
#: ../Pinta.Docking/DockLibrary/DockItem.cs:550
msgid "Minimize"
msgstr ""
#: ../Pinta.Docking/DockLibrary/DockItem.cs:557
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:250
msgid "Dock"
msgstr "Berlabuh"
#: ../Pinta.Docking/DockLibrary/DockItem.cs:564
msgid "Undock"
msgstr ""
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:165
#: ../Pinta.Docking/DockLibrary/DockItemTitleTab.cs:254
msgid "Auto Hide"
msgstr "Auto-Sembunyikan"
#: ../Pinta.Effects/Adjustments/AutoLevelEffect.cs:25
msgid "Auto Level"
msgstr "Auto-Level"
#: ../Pinta.Effects/Adjustments/BlackAndWhiteEffect.cs:25
msgid "Black and White"
msgstr "Hitam dan Putih"
#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:29
msgid "Brightness / Contrast"
msgstr "Kecerahan / Kontras"
#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:152
#: ../Pinta.Effects/Effects/GlowEffect.cs:82
msgid "Brightness"
msgstr "Kecerahan"
#: ../Pinta.Effects/Adjustments/BrightnessContrastEffect.cs:163
#: ../Pinta.Effects/Effects/GlowEffect.cs:84
msgid "Contrast"
msgstr "Kontras"
#: ../Pinta.Effects/Adjustments/CurvesEffect.cs:27
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:91
msgid "Curves"
msgstr "Kurva"
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:26
msgid "Hue / Saturation"
msgstr "Warna / Kepekatan"
#: ../Pinta.Effects/Adjustments/HueSaturationEffect.cs:73
msgid "Lightness"
msgstr ""
#: ../Pinta.Effects/Adjustments/InvertColorsEffect.cs:25
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:167
msgid "Invert Colors"
msgstr "Inversikan Warna"
#: ../Pinta.Effects/Adjustments/LevelsEffect.cs:23
msgid "Levels"
msgstr "Tingkat"
#: ../Pinta.Effects/Adjustments/PosterizeEffect.cs:25
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:56
msgid "Posterize"
msgstr "Posterkan"
#: ../Pinta.Effects/Adjustments/SepiaEffect.cs:26
msgid "Sepia"
msgstr "Sepia"
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:430
msgid "Transfer Map"
msgstr "Peta Transfer"
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:436
msgid "RGB"
msgstr "RGB"
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:456
msgid "Red "
msgstr "Merah "
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:457
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:113
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:445
msgid "Green"
msgstr "Hijau"
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:458
msgid "Blue "
msgstr "Biru "
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:466
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:424
msgid "Reset"
msgstr "Atur Ulang"
#: ../Pinta.Effects/Dialogs/Effects.CurvesDialog.cs:471
msgid "Tip: Right-click to remove control points."
msgstr "Tip: Klik-kanan untuk menghapus titik kendali."
#: ../Pinta.Effects/Dialogs/Effects.LevelsDialog.cs:53
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:59
msgid "Levels Adjustment"
msgstr "Penyesuaian Level"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:109
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:434
msgid "Red"
msgstr "Merah"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:117
#: ../Pinta.Effects/gtk-gui/Pinta.Effects.LevelsDialog.cs:484
msgid "Blue"
msgstr "Biru"
#: ../Pinta.Effects/Dialogs/Effects.PosterizeDialog.cs:120
msgid "Linked"
msgstr "Terkait"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:29
msgid "Add Noise"
msgstr "Tambah derau"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:37
#: ../Pinta.Effects/Effects/MedianEffect.cs:36
#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:36
msgid "Noise"
msgstr "Derau"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:169
#: ../Pinta.Effects/Effects/OutlineEffect.cs:145
#: ../Pinta.Effects/Effects/TileEffect.cs:142
msgid "Intensity"
msgstr "Intensitas"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:172
msgid "Color Saturation"
msgstr "Kepekatan Warna"
#: ../Pinta.Effects/Effects/AddNoiseEffect.cs:175
msgid "Coverage"
msgstr "Cakupan"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:25
msgid "Bulge"
msgstr "Tonjolkan"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:33
#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:33
#: ../Pinta.Effects/Effects/PixelateEffect.cs:37
#: ../Pinta.Effects/Effects/PolarInversionEffect.cs:38
#: ../Pinta.Effects/Effects/TileEffect.cs:33
#: ../Pinta.Effects/Effects/TwistEffect.cs:33
msgid "Distort"
msgstr "Distorsi"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:101
#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:161
#: ../Pinta.Effects/Effects/SharpenEffect.cs:63
#: ../Pinta.Effects/Effects/TwistEffect.cs:131
#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:131
msgid "Amount"
msgstr "Sebanyak"
#: ../Pinta.Effects/Effects/BulgeEffect.cs:104
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:161
#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:134
msgid "Offset"
msgstr "Ofset"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:30
msgid "Clouds"
msgstr "Awan"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:38
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:33
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:33
msgid "Render"
msgstr "Pencitraan"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:205
msgid "Scale"
msgstr "Skala"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:208
msgid "Power"
msgstr "Daya"
#: ../Pinta.Effects/Effects/CloudsEffect.cs:231
msgid "Seed"
msgstr "Umpan"
#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:28
msgid "Edge Detect"
msgstr "Deteksi Tepian"
#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:36
#: ../Pinta.Effects/Effects/EmbossEffect.cs:33
#: ../Pinta.Effects/Effects/OutlineEffect.cs:36
#: ../Pinta.Effects/Effects/ReliefEffect.cs:32
msgid "Stylize"
msgstr "Gayakan"
#: ../Pinta.Effects/Effects/EdgeDetectEffect.cs:88
#: ../Pinta.Effects/Effects/EmbossEffect.cs:143
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:140
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:164
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:111
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:158
#: ../Pinta.Effects/Effects/ReliefEffect.cs:88
#: ../Pinta.Tools/Editable/EditEngines/ArrowedEditEngine.cs:435
#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:112
msgid "Angle"
msgstr "Sudut"
#: ../Pinta.Effects/Effects/EmbossEffect.cs:25
msgid "Emboss"
msgstr "Timbul"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:25
msgid "Fragment"
msgstr "Fragmen"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:33
#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:33
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:33
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:33
#: ../Pinta.Effects/Effects/UnfocusEffect.cs:35
#: ../Pinta.Effects/Effects/ZoomBlurEffect.cs:33
msgid "Blurs"
msgstr "Buram"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:111
msgid "Fragments"
msgstr "Fragmen"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:114
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:114
msgid "Distance"
msgstr "Jarak"
#: ../Pinta.Effects/Effects/FragmentEffect.cs:117
#: ../Pinta.Effects/Effects/TileEffect.cs:138
msgid "Rotation"
msgstr "Putaran"
#: ../Pinta.Effects/Effects/FrostedGlassEffect.cs:25
msgid "Frosted Glass"
msgstr "Kaca Buram"
#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:25
msgid "Gaussian Blur"
msgstr "Pengaburan Gaussian"
#: ../Pinta.Effects/Effects/GaussianBlurEffect.cs:264
#: ../Pinta.Effects/Effects/GlowEffect.cs:80
#: ../Pinta.Effects/Effects/MedianEffect.cs:70
#: ../Pinta.Effects/Effects/ReduceNoiseEffect.cs:94
#: ../Pinta.Effects/Effects/UnfocusEffect.cs:98
#: ../Pinta.Tools/Editable/EditEngines/RoundedLineEditEngine.cs:125
msgid "Radius"
msgstr "Jari-jari"
#: ../Pinta.Effects/Effects/GlowEffect.cs:30
msgid "Glow"
msgstr "Berpendar"
#: ../Pinta.Effects/Effects/GlowEffect.cs:38
#: ../Pinta.Effects/Effects/RedEyeRemoveEffect.cs:36
#: ../Pinta.Effects/Effects/SharpenEffect.cs:33
#: ../Pinta.Effects/Effects/SoftenPortraitEffect.cs:66
msgid "Photo"
msgstr "Foto"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:33
msgid "Ink Sketch"
msgstr "Sketsa Tinta"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:41
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:33
#: ../Pinta.Effects/Effects/PencilSketchEffect.cs:40
msgid "Artistic"
msgstr "Artistik"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:165
msgid "Ink Outline"
msgstr "Garis Tepi Tinta"
#: ../Pinta.Effects/Effects/InkSketchEffect.cs:168
msgid "Coloring"
msgstr "Pewarnaan"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:25
msgid "Julia Fractal"
msgstr "Fraktal Julia"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:131
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:154
msgid "Factor"
msgstr "Faktor"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:134
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:157
#: ../Pinta.Effects/Effects/RadialBlurEffect.cs:164
#: ../Pinta.Effects/Effects/WarpEffect.cs:188
msgid "Quality"
msgstr "Mutu"
#: ../Pinta.Effects/Effects/JuliaFractalEffect.cs:137
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:161
#: ../Pinta.Tools/Tools/ZoomTool.cs:48
#: ../Pinta/Actions/Layers/RotateZoomLayerAction.cs:118
msgid "Zoom"
msgstr "Zum"
#: ../Pinta.Effects/Effects/MandelbrotFractalEffect.cs:25
msgid "Mandelbrot Fractal"
msgstr "Fraktal Mandelbrot"
#: ../Pinta.Effects/Effects/MedianEffect.cs:28
msgid "Median"
msgstr "Median"
#: ../Pinta.Effects/Effects/MedianEffect.cs:73
msgid "Percentile"
msgstr "Persentil"
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:25
msgid "Motion Blur"
msgstr "Pengaburan Gerak"
#: ../Pinta.Effects/Effects/MotionBlurEffect.cs:117
msgid "Centered"
msgstr "Ditengahkan"
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:25
msgid "Oil Painting"
msgstr "Cat Minyak"
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:176
msgid "Brush Size"
msgstr "Ukuran Kuas"
#: ../Pinta.Effects/Effects/OilPaintingEffect.cs:179
msgid "Coarseness"
msgstr "Kekasaran"
#: ../Pinta.Effects/Effects/OutlineEffect.cs:28
#: ../Pinta.Tools/Tools/TextTool.cs:250
msgid "Outline"
msgstr "Kerangka"
#: ../Pinta.Effects/Effects/OutlineEffect.cs:142
msgid "Thickness"
msgstr "Ketebalan"