This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid.po
8028 lines (6362 loc) · 182 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
# Indonesia translation of gtk+.
# Copyright (C) 2003 THE gtk+'S COPYRIGHT HOLDER
# This file is distributed under the same license as the gtk+ package.
#
# Mohammad DAMT <[email protected]>, 2003, 2004, 2005.
# Ahmad Riza H Nst <[email protected]>, 2006.
# Muhammad Hilman <[email protected]>, 2008.
# Andika Triwidada <[email protected]>, 2010-2014, 2021.
# Dirgita <[email protected]>, 2010.
# Dirgita Devina <[email protected]>, 2010, 2012.
# Kukuh Syafaat <[email protected]>, 2017-2022.
#
msgid ""
msgstr ""
"Project-Id-Version: gtk+ gtk-4-4\n"
"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/gtk/-/issues/\n"
"POT-Creation-Date: 2022-08-08 20:49+0000\n"
"PO-Revision-Date: 2022-08-09 09:11+0700\n"
"Last-Translator: Kukuh Syafaat <[email protected]>\n"
"Language-Team: Indonesian <[email protected]>\n"
"Language: id\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-Generator: Poedit 3.1.1\n"
#: gdk/broadway/gdkbroadway-server.c:135
#, c-format
msgid "Broadway display type not supported: %s"
msgstr "Tipe tampilan broadway tak didukung: %s"
#: gdk/gdkclipboard.c:231
msgid "This clipboard cannot store data."
msgstr "Papan klip ini tidak dapat menyimpan data."
#: gdk/gdkclipboard.c:286 gdk/gdkclipboard.c:784 gdk/gdkclipboard.c:1084
msgid "Cannot read from empty clipboard."
msgstr "Tidak dapat membaca dari papan klip kosong."
#: gdk/gdkclipboard.c:317 gdk/gdkclipboard.c:1134 gdk/gdkdrag.c:618
msgid "No compatible formats to transfer clipboard contents."
msgstr "Tidak ada format yang kompatibel untuk mentransfer konten papan klip."
#: gdk/gdkcontentprovider.c:105 gdk/gdkcontentproviderimpl.c:313
#: gdk/gdkcontentproviderimpl.c:532
#, c-format
msgid "Cannot provide contents as “%s”"
msgstr "Tidak dapat memberikan konten sebagai %s"
#: gdk/gdkcontentprovider.c:126
#, c-format
msgid "Cannot provide contents as %s"
msgstr "Tidak dapat memberikan konten sebagai \"%s\""
#: gdk/gdkdisplay.c:154 gdk/gdkglcontext.c:435
msgid "The current backend does not support OpenGL"
msgstr "Backend saat ini tak mendukung OpenGL"
#: gdk/gdkdisplay.c:1240
msgid "GL support disabled via GDK_DEBUG"
msgstr "Dukungan GL dinonaktifkan melalui GDK_DEBUG"
#: gdk/gdkdisplay.c:1538
msgid "No EGL configuration available"
msgstr "Tak ada konfigurasi EGL yang tersedia"
#: gdk/gdkdisplay.c:1546
msgid "Failed to get EGL configurations"
msgstr "Gagal mendapatkan konfigurasi EGL"
#: gdk/gdkdisplay.c:1576
msgid "No EGL configuration with required features found"
msgstr "Tidak ditemukan konfigurasi EGL dengan fitur yang diperlukan"
#: gdk/gdkdisplay.c:1583
msgid "No perfect EGL configuration found"
msgstr "Tak ditemukan konfigurasi EGL yang sempurna"
#: gdk/gdkdisplay.c:1625
#, c-format
msgid "EGL implementation is missing extension %s"
msgid_plural "EGL implementation is missing %2$d extensions: %1$s"
msgstr[0] "Implementasi EGL tidak memiliki %2$d ekstensi: %1$s"
#: gdk/gdkdisplay.c:1658
msgid "libEGL not available in this sandbox"
msgstr "libEGL tidak tersedia di sandbox ini"
#: gdk/gdkdisplay.c:1659
msgid "libEGL not available"
msgstr "libEGL tidak tersedia"
#: gdk/gdkdisplay.c:1669
msgid "Failed to create EGL display"
msgstr "Gagal membuat tampilan EGL"
#: gdk/gdkdisplay.c:1679
msgid "Could not initialize EGL display"
msgstr "Tidak bisa menginisialisasi tampilan EGL"
#: gdk/gdkdisplay.c:1690
#, c-format
msgid "EGL version %d.%d is too old. GTK requires %d.%d"
msgstr "EGL versi %d.%d terlalu tua. GTK memerlukan %d.%d"
#: gdk/gdkdrop.c:130
msgid "Drag’n’drop from other applications is not supported."
msgstr "Seret dan jatuhkan dari aplikasi lain tidak didukung."
#: gdk/gdkdrop.c:163
msgid "No compatible formats to transfer contents."
msgstr "Tidak ada format yang kompatibel untuk mentransfer konten."
#: gdk/gdkglcontext.c:394 gdk/x11/gdkglcontext-glx.c:605
msgid "No GL API allowed."
msgstr "Tidak ada API GL yang diizinkan."
#: gdk/gdkglcontext.c:418 gdk/win32/gdkglcontext-win32-wgl.c:611
#: gdk/x11/gdkglcontext-glx.c:639
msgid "Unable to create a GL context"
msgstr "Tak dapat membuat sebuah konteks GL"
#: gdk/gdkglcontext.c:1273
msgid "Anything but OpenGL ES disabled via GDK_DEBUG"
msgstr "Apa pun kecuali OpenGL ES dinonaktifkan melalui GDK_DEBUG"
#: gdk/gdkglcontext.c:1282
#, c-format
msgid "Application does not support %s API"
msgstr "Aplikasi tidak mendukung API %s"
#. translators: This is about OpenGL backend names, like
#. * "Trying to use X11 GLX, but EGL is already in use"
#: gdk/gdkglcontext.c:1822
#, c-format
msgid "Trying to use %s, but %s is already in use"
msgstr "Mencoba menggunakan %s, tetapi %s sudah digunakan"
#: gdk/gdksurface.c:1226
msgid "Vulkan support disabled via GDK_DEBUG"
msgstr "Dukungan Vulkan dinonaktifkan melalui GDK_DEBUG"
#: gdk/gdktexture.c:525
msgid "Unknown image format."
msgstr "Format gambar tidak dikenal."
#.
#. * Translators, the strings in the “keyboard label” context are
#. * display names for keyboard keys. Some of them have prefixes like
#. * XF86 or ISO_ — these should be removed in the translation. Similarly,
#. * underscores should be replaced by spaces. The prefix “KP_” stands
#. * for “key pad” and you may want to include that in your translation.
#. * Here are some examples of English translations:
#. * XF86AudioMute - Audio mute
#. * Scroll_lock - Scroll lock
#. * KP_Space - Space (keypad)
#.
#: gdk/keyname-table.h:6843
msgctxt "keyboard label"
msgid "BackSpace"
msgstr "BackSpace"
#: gdk/keyname-table.h:6844
msgctxt "keyboard label"
msgid "Tab"
msgstr "Tab"
#: gdk/keyname-table.h:6845
msgctxt "keyboard label"
msgid "Return"
msgstr "Return"
#: gdk/keyname-table.h:6846
msgctxt "keyboard label"
msgid "Pause"
msgstr "Pause"
#: gdk/keyname-table.h:6847
msgctxt "keyboard label"
msgid "Scroll_Lock"
msgstr "Scroll_Lock"
#: gdk/keyname-table.h:6848
msgctxt "keyboard label"
msgid "Sys_Req"
msgstr "Sys_Req"
#: gdk/keyname-table.h:6849
msgctxt "keyboard label"
msgid "Escape"
msgstr "Esc (Escape)"
#: gdk/keyname-table.h:6850
msgctxt "keyboard label"
msgid "Multi_key"
msgstr "_Kunci multi"
#: gdk/keyname-table.h:6851
msgctxt "keyboard label"
msgid "Home"
msgstr "Home"
#: gdk/keyname-table.h:6852
msgctxt "keyboard label"
msgid "Left"
msgstr "Kiri"
#: gdk/keyname-table.h:6853
msgctxt "keyboard label"
msgid "Up"
msgstr "Atas"
#: gdk/keyname-table.h:6854
msgctxt "keyboard label"
msgid "Right"
msgstr "Kanan"
#: gdk/keyname-table.h:6855
msgctxt "keyboard label"
msgid "Down"
msgstr "Bawah"
#: gdk/keyname-table.h:6856 gtk/gtkshortcutlabel.c:212
msgctxt "keyboard label"
msgid "Page_Up"
msgstr "Page_Up"
#: gdk/keyname-table.h:6857 gtk/gtkshortcutlabel.c:215
msgctxt "keyboard label"
msgid "Page_Down"
msgstr "Page_Down"
#: gdk/keyname-table.h:6858
msgctxt "keyboard label"
msgid "End"
msgstr "End"
#: gdk/keyname-table.h:6859
msgctxt "keyboard label"
msgid "Begin"
msgstr "Begin"
#: gdk/keyname-table.h:6860
msgctxt "keyboard label"
msgid "Print"
msgstr "Print"
#: gdk/keyname-table.h:6861
msgctxt "keyboard label"
msgid "Insert"
msgstr "Insert"
#: gdk/keyname-table.h:6862
msgctxt "keyboard label"
msgid "Num_Lock"
msgstr "Num_Lock"
#. Translators: KP_ means “key pad” here
#: gdk/keyname-table.h:6864
msgctxt "keyboard label"
msgid "KP_Space"
msgstr "KP_Space"
#: gdk/keyname-table.h:6865
msgctxt "keyboard label"
msgid "KP_Tab"
msgstr "KP_Tab"
#: gdk/keyname-table.h:6866
msgctxt "keyboard label"
msgid "KP_Enter"
msgstr "KP_Enter"
#: gdk/keyname-table.h:6867
msgctxt "keyboard label"
msgid "KP_Home"
msgstr "KP_Home"
#: gdk/keyname-table.h:6868
msgctxt "keyboard label"
msgid "KP_Left"
msgstr "KP_Left"
#: gdk/keyname-table.h:6869
msgctxt "keyboard label"
msgid "KP_Up"
msgstr "KP_Up"
#: gdk/keyname-table.h:6870
msgctxt "keyboard label"
msgid "KP_Right"
msgstr "KP_Right"
#: gdk/keyname-table.h:6871
msgctxt "keyboard label"
msgid "KP_Down"
msgstr "KP_Down"
#: gdk/keyname-table.h:6872
msgctxt "keyboard label"
msgid "KP_Page_Up"
msgstr "KP_Page_Up"
#: gdk/keyname-table.h:6873
msgctxt "keyboard label"
msgid "KP_Prior"
msgstr "KP_Prior"
#: gdk/keyname-table.h:6874
msgctxt "keyboard label"
msgid "KP_Page_Down"
msgstr "KP_Page_Down"
#: gdk/keyname-table.h:6875
msgctxt "keyboard label"
msgid "KP_Next"
msgstr "KP_Next"
#: gdk/keyname-table.h:6876
msgctxt "keyboard label"
msgid "KP_End"
msgstr "KP_End"
#: gdk/keyname-table.h:6877
msgctxt "keyboard label"
msgid "KP_Begin"
msgstr "KP_Begin"
#: gdk/keyname-table.h:6878
msgctxt "keyboard label"
msgid "KP_Insert"
msgstr "KP_Insert"
#: gdk/keyname-table.h:6879
msgctxt "keyboard label"
msgid "KP_Delete"
msgstr "KP_Delete"
#: gdk/keyname-table.h:6880
msgctxt "keyboard label"
msgid "Delete"
msgstr "Delete"
#: gdk/keyname-table.h:6881
msgctxt "keyboard label"
msgid "MonBrightnessUp"
msgstr "MonBrightnessUp"
#: gdk/keyname-table.h:6882
msgctxt "keyboard label"
msgid "MonBrightnessDown"
msgstr "MonBrightnessDown"
#: gdk/keyname-table.h:6883
msgctxt "keyboard label"
msgid "KbdBrightnessUp"
msgstr "KbdBrightnessUp"
#: gdk/keyname-table.h:6884
msgctxt "keyboard label"
msgid "KbdBrightnessDown"
msgstr "KbdBrightnessDown"
#: gdk/keyname-table.h:6885
msgctxt "keyboard label"
msgid "AudioMute"
msgstr "AudioMute"
#: gdk/keyname-table.h:6886
msgctxt "keyboard label"
msgid "AudioMicMute"
msgstr "AudioMicMute"
#: gdk/keyname-table.h:6887
msgctxt "keyboard label"
msgid "AudioLowerVolume"
msgstr "AudioLowerVolume"
#: gdk/keyname-table.h:6888
msgctxt "keyboard label"
msgid "AudioRaiseVolume"
msgstr "AudioRaiseVolume"
#: gdk/keyname-table.h:6889
msgctxt "keyboard label"
msgid "AudioPlay"
msgstr "AudioPlay"
#: gdk/keyname-table.h:6890
msgctxt "keyboard label"
msgid "AudioStop"
msgstr "AudioStop"
#: gdk/keyname-table.h:6891
msgctxt "keyboard label"
msgid "AudioNext"
msgstr "AudioNext"
#: gdk/keyname-table.h:6892
msgctxt "keyboard label"
msgid "AudioPrev"
msgstr "AudioPrev"
#: gdk/keyname-table.h:6893
msgctxt "keyboard label"
msgid "AudioRecord"
msgstr "AudioRecord"
#: gdk/keyname-table.h:6894
msgctxt "keyboard label"
msgid "AudioPause"
msgstr "AudioPause"
#: gdk/keyname-table.h:6895
msgctxt "keyboard label"
msgid "AudioRewind"
msgstr "AudioRewind"
#: gdk/keyname-table.h:6896
msgctxt "keyboard label"
msgid "AudioMedia"
msgstr "AudioMedia"
#: gdk/keyname-table.h:6897
msgctxt "keyboard label"
msgid "Eject"
msgstr "Keluarkan"
#: gdk/keyname-table.h:6898
msgctxt "keyboard label"
msgid "Explorer"
msgstr "Penelusur"
#: gdk/keyname-table.h:6899
msgctxt "keyboard label"
msgid "Calculator"
msgstr "Kalkulator"
#: gdk/keyname-table.h:6900
msgctxt "keyboard label"
msgid "Mail"
msgstr "Surel"
#: gdk/keyname-table.h:6901
msgctxt "keyboard label"
msgid "WWW"
msgstr "WWW"
#: gdk/keyname-table.h:6902
msgctxt "keyboard label"
msgid "Search"
msgstr "Cari"
#: gdk/keyname-table.h:6903
msgctxt "keyboard label"
msgid "Tools"
msgstr "Perkakas"
#: gdk/keyname-table.h:6904
msgctxt "keyboard label"
msgid "ScreenSaver"
msgstr "ScreenSaver"
#: gdk/keyname-table.h:6905
msgctxt "keyboard label"
msgid "Battery"
msgstr "Battery"
#: gdk/keyname-table.h:6906
msgctxt "keyboard label"
msgid "Launch1"
msgstr "Launch1"
#: gdk/keyname-table.h:6907
msgctxt "keyboard label"
msgid "Forward"
msgstr "Forward"
#: gdk/keyname-table.h:6908
msgctxt "keyboard label"
msgid "Back"
msgstr "Back"
#: gdk/keyname-table.h:6909
msgctxt "keyboard label"
msgid "Sleep"
msgstr "Sleep"
#: gdk/keyname-table.h:6910
msgctxt "keyboard label"
msgid "Hibernate"
msgstr "Hibernate"
#: gdk/keyname-table.h:6911
msgctxt "keyboard label"
msgid "WLAN"
msgstr "WLAN"
#: gdk/keyname-table.h:6912
msgctxt "keyboard label"
msgid "WebCam"
msgstr "WebCam"
#: gdk/keyname-table.h:6913
msgctxt "keyboard label"
msgid "Display"
msgstr "Display"
#: gdk/keyname-table.h:6914
msgctxt "keyboard label"
msgid "TouchpadToggle"
msgstr "TouchpadToggle"
#: gdk/keyname-table.h:6915
msgctxt "keyboard label"
msgid "WakeUp"
msgstr "WakeUp"
#: gdk/keyname-table.h:6916
msgctxt "keyboard label"
msgid "Suspend"
msgstr "Suspend"
#: gdk/loaders/gdkjpeg.c:63
#, c-format
msgid "Error interpreting JPEG image file (%s)"
msgstr "Galat menginterpretasi berkas citra JPEG (%s)"
#: gdk/loaders/gdkjpeg.c:190
#, c-format
msgid "Unsupported JPEG colorspace (%d)"
msgstr "Ruang warna JPEG yang tidak didukung (%d)"
#: gdk/loaders/gdkjpeg.c:199 gdk/loaders/gdkpng.c:266 gdk/loaders/gdktiff.c:453
#, c-format
msgid "Not enough memory for image size %ux%u"
msgstr "Tidak cukup memori untuk ukuran gambar %ux%u"
#: gdk/loaders/gdkpng.c:119
#, c-format
msgid "Error reading png (%s)"
msgstr "Galat membaca png (%s)"
#: gdk/loaders/gdkpng.c:217
#, c-format
msgid "Unsupported depth %u in png image"
msgstr "Kedalaman %u yang tidak didukung dalam gambar png"
#: gdk/loaders/gdkpng.c:247
#, c-format
msgid "Unsupported color type %u in png image"
msgstr "Jenis warna %u yang tidak didukung dalam gambar png"
#: gdk/loaders/gdktiff.c:340
msgid "Failed to load RGB data from TIFF file"
msgstr "Gagal memuat data RGB dari berkas TIFF"
#: gdk/loaders/gdktiff.c:383
msgid "Could not load TIFF data"
msgstr "Tidak dapat memuat data TIFF"
#: gdk/loaders/gdktiff.c:465
#, c-format
msgid "Reading data failed at row %d"
msgstr "Gagal membaca data pada baris %d"
#: gdk/macos/gdkmacosclipboard.c:557 gdk/wayland/gdkclipboard-wayland.c:231
#: gdk/wayland/gdkdrop-wayland.c:203 gdk/wayland/gdkprimary-wayland.c:317
#: gdk/win32/gdkdrop-win32.c:1018 gdk/win32/gdkdrop-win32.c:1063
#: gdk/x11/gdkclipboard-x11.c:791 gdk/x11/gdkdrop-x11.c:233
msgid "No compatible transfer format found"
msgstr "Tidak ditemukan format transfer yang kompatibel"
#: gdk/macos/gdkmacosclipboard.c:643
#, c-format
msgid "Failed to decode contents with mime-type of '%s'"
msgstr "Gagal mendekode isi dengan tipe mime '%s'"
#: gdk/win32/gdkclipdrop-win32.c:721
#, c-format
msgid "Cannot claim clipboard ownership. OpenClipboard() timed out."
msgstr ""
"Tidak dapat mengklaim kepemilikan papan klip. OpenClipboard() kehabisan "
"waktu."
#: gdk/win32/gdkclipdrop-win32.c:731
#, c-format
msgid "Cannot claim clipboard ownership. Another process claimed it before us."
msgstr ""
"Tidak dapat mengklaim kepemilikan papan klip. Proses lain mengklaimnya "
"sebelum kita."
#: gdk/win32/gdkclipdrop-win32.c:745
#, c-format
msgid "Cannot claim clipboard ownership. OpenClipboard() failed: 0x%lx."
msgstr ""
"Tidak dapat mengklaim kepemilikan papan klip. OpenClipboard() gagal: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:757
#, c-format
msgid "Cannot claim clipboard ownership. EmptyClipboard() failed: 0x%lx."
msgstr ""
"Tidak dapat mengklaim kepemilikan papan klip. EmptyClipboard() gagal: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:800
#, c-format
msgid "Cannot set clipboard data. OpenClipboard() timed out."
msgstr "Tidak dapat mengatur data papan klip. OpenClipboard() kehabisan waktu."
#: gdk/win32/gdkclipdrop-win32.c:810 gdk/win32/gdkclipdrop-win32.c:841
#, c-format
msgid "Cannot set clipboard data. Another process claimed clipboard ownership."
msgstr ""
"Tidak dapat mengatur data papan klip. Proses lain mengklaim kepemilikan "
"papan klip."
#: gdk/win32/gdkclipdrop-win32.c:824
#, c-format
msgid "Cannot set clipboard data. OpenClipboard() failed: 0x%lx."
msgstr "Tidak dapat mengatur data papan klip. OpenClipboard() gagal: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:876
#, c-format
msgid "Cannot get clipboard data. GlobalLock(0x%p) failed: 0x%lx."
msgstr ""
"Tidak dapat mendapatkan data papan klip. GlobalLock(0x%p) gagal: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:887
#, c-format
msgid "Cannot get clipboard data. GlobalSize(0x%p) failed: 0x%lx."
msgstr ""
"Tidak dapat mendapatkan data papan klip. GlobalSize(0x%p) gagal: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:900
#, c-format
msgid ""
"Cannot get clipboard data. Failed to allocate %s bytes to store the data."
msgstr ""
"Tidak bisa memperoleh data papan klip. Gagal mengalokasikan %s byte untuk "
"menyimpan data."
#: gdk/win32/gdkclipdrop-win32.c:932
#, c-format
msgid "Cannot get clipboard data. OpenClipboard() timed out."
msgstr ""
"Tidak dapat mendapatkan data papan klip. OpenClipboard() kehabisan waktu."
#: gdk/win32/gdkclipdrop-win32.c:942
#, c-format
msgid "Cannot get clipboard data. Clipboard ownership changed."
msgstr ""
"Tidak dapat mendapatkan data papan klip. Kepemilikan papan klip berubah."
#: gdk/win32/gdkclipdrop-win32.c:952
#, c-format
msgid ""
"Cannot get clipboard data. Clipboard data changed before we could get it."
msgstr ""
"Tidak dapat mendapatkan data papan klip. Data papan klip berubah sebelum "
"kami bisa mendapatkannya."
#: gdk/win32/gdkclipdrop-win32.c:969
#, c-format
msgid "Cannot get clipboard data. OpenClipboard() failed: 0x%lx."
msgstr "Tidak dapat mendapatkan data papan klip. OpenClipboard() gagal: 0x%lx."
#: gdk/win32/gdkclipdrop-win32.c:994
#, c-format
msgid "Cannot get clipboard data. No compatible transfer format found."
msgstr ""
"Tidak dapat mendapatkan data papan klip. Tidak ditemukan format transfer "
"yang kompatibel."
#: gdk/win32/gdkclipdrop-win32.c:1004
#, c-format
msgid "Cannot get clipboard data. GetClipboardData() failed: 0x%lx."
msgstr ""
"Tidak dapat mendapatkan data papan klip. GetClipboardData() gagal: 0x%lx."
#: gdk/win32/gdkdrop-win32.c:949
#, c-format
msgid "Cannot get DnD data. GlobalLock(0x%p) failed: 0x%lx."
msgstr "Tidak dapat mendapatkan data DnD. GlobalLock(0x%p) gagal: 0x%lx."
#: gdk/win32/gdkdrop-win32.c:958
#, c-format
msgid "Cannot get DnD data. GlobalSize(0x%p) failed: 0x%lx."
msgstr "Tidak dapat mendapatkan data DnD. GlobalSize(0x%p) gagal: 0x%lx."
#: gdk/win32/gdkdrop-win32.c:969
#, c-format
msgid "Cannot get DnD data. Failed to allocate %s bytes to store the data."
msgstr ""
"Tidak bisa memperoleh data DnD. Gagal mengalokasikan %s byte untuk menyimpan "
"data."
#: gdk/win32/gdkdrop-win32.c:1037
#, c-format
msgid "GDK surface 0x%p is not registered as a drop target"
msgstr "Permukaan GDK 0x%p tidak terdaftar sebagai target penurunan"
#: gdk/win32/gdkdrop-win32.c:1044
#, c-format
msgid "Target context record 0x%p has no data object"
msgstr "Catatan konteks target 0x%p tidak memiliki objek data"
#: gdk/win32/gdkdrop-win32.c:1082
#, c-format
msgid "IDataObject_GetData (0x%x) failed, returning 0x%lx"
msgstr "IDataObject_GetData (0x%x) gagal, menghasilkan 0x%lx"
#: gdk/win32/gdkdrop-win32.c:1114
#, c-format
msgid "Failed to transmute DnD data W32 format 0x%x to %p (%s)"
msgstr "Gagal mentransmisikan data DnD format W32 0x%x to %p (%s)"
#: gdk/win32/gdkglcontext-win32-wgl.c:276
#: gdk/win32/gdkglcontext-win32-wgl.c:293
msgid "No GL implementation is available"
msgstr "Tak ada implementasi GL yang tersedia"
#: gdk/win32/gdkglcontext-win32-wgl.c:577
msgid "No available configurations for the given pixel format"
msgstr "Tak ada konfigurasi yang tersedia bagi format piksel yang diberikan"
#: gdk/win32/gdkhdataoutputstream-win32.c:63
msgid "writing a closed stream"
msgstr "menulis stream tertutup"
#: gdk/win32/gdkhdataoutputstream-win32.c:85
msgid "g_try_realloc () failed"
msgstr "g_try_realloc () gagal"
#: gdk/win32/gdkhdataoutputstream-win32.c:93
#: gdk/win32/gdkhdataoutputstream-win32.c:231
msgid "GlobalReAlloc() failed: "
msgstr "GlobalReAlloc() gagal: "
#: gdk/win32/gdkhdataoutputstream-win32.c:105
msgid "Ran out of buffer space (buffer size is fixed)"
msgstr "Kehabisan ruang buffer (ukuran buffer diperbaiki)"
#: gdk/win32/gdkhdataoutputstream-win32.c:203
msgid "Can’t transmute a single handle"
msgstr "Tidak dapat mentransmutasikan satu penanganan"
#: gdk/win32/gdkhdataoutputstream-win32.c:215
#, c-format
msgid "Failed to transmute %zu bytes of data from %s to %u"
msgstr "Gagal mentransmutasikan %zu byte data dari %s ke %u"
#: gdk/win32/gdkhdataoutputstream-win32.c:250
msgid "GlobalLock() failed: "
msgstr "GlobalLock() gagal: "
#: gdk/win32/gdkhdataoutputstream-win32.c:364
msgid "GlobalAlloc() failed: "
msgstr "GlobalAlloc() gagal: "
#: gdk/x11/gdkapplaunchcontext-x11.c:296
#, c-format
msgid "Starting “%s”"
msgstr "Memulai “%s”"
#: gdk/x11/gdkapplaunchcontext-x11.c:309
#, c-format
msgid "Opening “%s”"
msgstr "Membuka \"%s\""
#: gdk/x11/gdkapplaunchcontext-x11.c:314
#, c-format
msgid "Opening %d Item"
msgid_plural "Opening %d Items"
msgstr[0] "Membuka %d Butir"
#: gdk/x11/gdkclipboard-x11.c:461
msgid "Clipboard manager could not store selection."
msgstr "Manajer papan klip tidak dapat menyimpan pilihan."
#: gdk/x11/gdkclipboard-x11.c:641
msgid "Cannot store clipboard. No clipboard manager is active."
msgstr ""
"Tidak dapat menyimpan papan klip. Tidak ada manajer papan klip yang aktif."
#: gdk/x11/gdkglcontext-glx.c:755
msgid "No GLX configurations available"
msgstr "Tak ada konfigurasi GLX yang tersedia"
#: gdk/x11/gdkglcontext-glx.c:828
msgid "No GLX configuration with required features found"
msgstr "Tidak ditemukan konfigurasi GLX dengan fitur yang diperlukan"
#: gdk/x11/gdkglcontext-glx.c:902
msgid "GLX is not supported"
msgstr "GLX tidak didukung"
#: gdk/x11/gdkselectioninputstream-x11.c:462
#, c-format
msgid "Format %s not supported"
msgstr "Format %s tidak didukung"
#: gdk/x11/gdktextlistconverter-x11.c:65 gdk/x11/gdktextlistconverter-x11.c:105
msgid "Not enough space in destination"
msgstr "Tak cukup ruang di tujuan"
#: gdk/x11/gdktextlistconverter-x11.c:91 gdk/x11/gdktextlistconverter-x11.c:195
msgid "Need complete input to do conversion"
msgstr "Perlu masukan lengkap untuk melakukan konversi"
#: gdk/x11/gdktextlistconverter-x11.c:216
#: gdk/x11/gdktextlistconverter-x11.c:250
msgid "Invalid byte sequence in conversion input"
msgstr "Urutan byte tidak valid dalam masukan konversi"
#: gdk/x11/gdktextlistconverter-x11.c:242
msgid "Invalid formats in compound text conversion."
msgstr "Format tidak valid dalam konversi teks majemuk."
#: gdk/x11/gdktextlistconverter-x11.c:259
#, c-format
msgid "Unsupported encoding “%s”"
msgstr "Pengkodean “%s” tidak didukung"
#: gsk/gl/gskglrenderer.c:132
#, c-format
msgid "This GLES %d.%d implementation does not support half-float vertex data"
msgstr ""
"Implementasi GLES %d.%d ini tidak mendukung data verteks setengah mengambang"
#: gtk/a11y/gtkatspiaction.c:239
msgctxt "accessibility"
msgid "Click"
msgstr "Klik"
#: gtk/a11y/gtkatspiaction.c:240
msgctxt "accessibility"
msgid "Clicks the button"
msgstr "Klik tombol"
#: gtk/a11y/gtkatspiaction.c:290
msgctxt "accessibility"
msgid "Toggle"
msgstr "Jungkit"
#: gtk/a11y/gtkatspiaction.c:291
msgctxt "accessibility"
msgid "Toggles the switch"
msgstr "Jungkitkan penukar"
#: gtk/a11y/gtkatspiaction.c:371
msgctxt "accessibility"
msgid "Select"
msgstr "Pilih"
#: gtk/a11y/gtkatspiaction.c:372
msgctxt "accessibility"
msgid "Selects the color"
msgstr "Pilih warna"
#: gtk/a11y/gtkatspiaction.c:379 gtk/a11y/gtkatspiaction.c:439
#: gtk/a11y/gtkatspiaction.c:495 gtk/a11y/gtkatspiaction.c:603
#: gtk/a11y/gtkatspiaction.c:690
msgctxt "accessibility"
msgid "Activate"
msgstr "Aktifkan"
#: gtk/a11y/gtkatspiaction.c:380
msgctxt "accessibility"
msgid "Activates the color"
msgstr "Mengaktifkan warna"
#: gtk/a11y/gtkatspiaction.c:387
msgctxt "accessibility"
msgid "Customize"
msgstr "Suai"
#: gtk/a11y/gtkatspiaction.c:388
msgctxt "accessibility"
msgid "Customizes the color"
msgstr "Gubah warna"
#: gtk/a11y/gtkatspiaction.c:440
msgctxt "accessibility"
msgid "Activates the expander"
msgstr "Mengaktifkan pengembang"
#: gtk/a11y/gtkatspiaction.c:496 gtk/a11y/gtkatspiaction.c:604
#: gtk/a11y/gtkatspiaction.c:691
msgctxt "accessibility"
msgid "Activates the entry"
msgstr "Mengaktifkan entri"
#: gtk/a11y/gtkatspiaction.c:503
msgctxt "accessibility"
msgid "Activate primary icon"
msgstr "Aktifkan ikon primer"
#: gtk/a11y/gtkatspiaction.c:504
msgctxt "accessibility"
msgid "Activates the primary icon of the entry"
msgstr "Mengaktifkan ikon primer entri"
#: gtk/a11y/gtkatspiaction.c:511
msgctxt "accessibility"
msgid "Activate secondary icon"
msgstr "Aktifkan ikon sekunder"
#: gtk/a11y/gtkatspiaction.c:512
msgctxt "accessibility"
msgid "Activates the secondary icon of the entry"
msgstr "Mengaktifkan ikon sekunder entri"
#: gtk/a11y/gtkatspiaction.c:611
msgctxt "accessibility"
msgid "Peek"
msgstr "Peek"
#: gtk/a11y/gtkatspiaction.c:612
msgctxt "accessibility"
msgid "Shows the contents of the password entry"
msgstr "Tampilkan isi entri kata sandi"
#: gtk/a11y/gtkatspiaction.c:698
msgctxt "accessibility"
msgid "Clear"
msgstr "Bersihkan"
#: gtk/a11y/gtkatspiaction.c:699
msgctxt "accessibility"
msgid "Clears the contents of the entry"
msgstr "Bersihkan isi entri"
#: gtk/a11y/gtkatspiroot.c:255
msgctxt "accessibility"
msgid "application"
msgstr "aplikasi"
#: gtk/css/gtkcssdataurl.c:69
#, c-format
msgid "Not a data: URL"
msgstr "Bukan sebuah data: URL"
#: gtk/css/gtkcssdataurl.c:82
#, c-format
msgid "Malformed data: URL"
msgstr "Data rusak: URL"
#: gtk/css/gtkcssdataurl.c:140
#, c-format
msgid "Could not unescape string"
msgstr "Tidak dapat menghapus string"
#: gtk/gtkaboutdialog.c:124 gtk/ui/gtkaboutdialog.ui:163
msgid "License"
msgstr "Lisensi"
#: gtk/gtkaboutdialog.c:125
msgid "Custom License"
msgstr "Lisensi Gubahan"
#: gtk/gtkaboutdialog.c:126
msgid "GNU General Public License, version 2 or later"
msgstr "GNU General Public License, versi 2 atau setelahnya"
#: gtk/gtkaboutdialog.c:127
msgid "GNU General Public License, version 3 or later"
msgstr "GNU General Public License, versi 3 atau setelahnya"
#: gtk/gtkaboutdialog.c:128
msgid "GNU Lesser General Public License, version 2.1 or later"
msgstr "GNU Lesser General Public License, versi 2.1 atau setelahnya"
#: gtk/gtkaboutdialog.c:129
msgid "GNU Lesser General Public License, version 3 or later"
msgstr "GNU Lesser General Public License, versi 3 atau setelahnya"
#: gtk/gtkaboutdialog.c:130
msgid "BSD 2-Clause License"
msgstr "BSD 2-Clause License"
#: gtk/gtkaboutdialog.c:131
msgid "The MIT License (MIT)"
msgstr "The MIT License (MIT)"
#: gtk/gtkaboutdialog.c:132
msgid "Artistic License 2.0"
msgstr "Artistic License 2.0"
#: gtk/gtkaboutdialog.c:133
msgid "GNU General Public License, version 2 only"
msgstr "GNU General Public License, hanya versi 2"
#: gtk/gtkaboutdialog.c:134
msgid "GNU General Public License, version 3 only"
msgstr "GNU General Public License, hanya versi 3"
#: gtk/gtkaboutdialog.c:135
msgid "GNU Lesser General Public License, version 2.1 only"
msgstr "GNU Lesser General Public License, hanya versi 2.1"