-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathid.po
11466 lines (8743 loc) · 290 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
# translation of gnupg-id.po to Indonesian
# gnupg 1.2.4 (Indonesian)
# Copyright (C) 1999, 2000, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
# Tedi Heriyanto <[email protected]>, 1999, 2000, 2001, 2002, 2003, 2004.
# !-- user is unknown (2011-01-11)
#
# Designated-Translator: none
#
msgid ""
msgstr ""
"Project-Id-Version: gnupg-id\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"PO-Revision-Date: 2004-06-17 16:32+0700\n"
"Last-Translator: Tedi Heriyanto <[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"
"X-Generator: KBabel 1.3\n"
#, fuzzy, c-format
msgid "failed to acquire the pinentry lock: %s\n"
msgstr "gagal inisialisasi TrustDB: %s\n"
#. TRANSLATORS: These are labels for buttons etc as used in
#. * Pinentries. In your translation copy the text before the
#. * second vertical bar verbatim; translate only the following
#. * text. An underscore indicates that the next letter should be
#. * used as an accelerator. Double the underscore to have
#. * pinentry display a literal underscore.
msgid "|pinentry-label|_OK"
msgstr ""
msgid "|pinentry-label|_Cancel"
msgstr ""
msgid "|pinentry-label|_Yes"
msgstr ""
msgid "|pinentry-label|_No"
msgstr ""
msgid "|pinentry-label|PIN:"
msgstr ""
msgid "|pinentry-label|_Save in password manager"
msgstr ""
#, fuzzy
msgid "Do you really want to make your passphrase visible on the screen?"
msgstr "Anda ingin menghapus kunci terpilih ini? "
msgid "|pinentry-tt|Make passphrase visible"
msgstr ""
#, fuzzy
#| msgid "invalid passphrase"
msgid "|pinentry-tt|Hide passphrase"
msgstr "passphrase tidak valid"
msgid "Caps Lock is on"
msgstr ""
#. TRANSLATORS: This string is displayed by Pinentry as the label
#. for generating a passphrase.
msgid "Suggest"
msgstr ""
#. TRANSLATORS: This string is a tooltip, shown by pinentry when
#. hovering over the generate button. Please use an appropriate
#. string to describe what this is about. The length of the
#. tooltip is limited to about 900 characters. If you do not
#. translate this entry, a default English text (see source)
#. will be used. The strcmp thingy is there to detect a
#. non-translated string.
msgid "pinentry.genpin.tooltip"
msgstr ""
#. TRANSLATORS: This is a text shown by pinentry if the option
#. for formatted passphrase is enabled. The length is
#. limited to about 900 characters.
msgid "Note: The blanks are not part of the passphrase."
msgstr ""
#. TRANSLATORS: This is a text shown by pinentry as title of a dialog
#. telling the user that the entered new passphrase does not satisfy
#. the passphrase constraints. Please keep it short.
#, fuzzy
msgid "Passphrase Not Allowed"
msgstr "passphrase terlalu panjang\n"
#. TRANSLATORS: This string is displayed by Pinentry as the label
#. for the quality bar.
msgid "Quality:"
msgstr ""
#. TRANSLATORS: This string is a tooltip, shown by pinentry when
#. hovering over the quality bar. Please use an appropriate
#. string to describe what this is about. The length of the
#. tooltip is limited to about 900 characters. If you do not
#. translate this entry, a default english text (see source)
#. will be used.
msgid "pinentry.qualitybar.tooltip"
msgstr ""
msgid ""
"Please enter your PIN, so that the secret key can be unlocked for this "
"session"
msgstr ""
#, fuzzy
msgid ""
"Please enter your passphrase, so that the secret key can be unlocked for "
"this session"
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
msgid "PIN:"
msgstr ""
#, fuzzy
msgid "Passphrase:"
msgstr "passphrase yang buruk"
msgid "does not match - try again"
msgstr ""
#, fuzzy
msgid "Passphrases match."
msgstr "passphrase yang buruk"
#. TRANSLATORS: The string is appended to an error message in
#. the pinentry. The %s is the actual error message, the
#. two %d give the current and maximum number of tries.
#, c-format
msgid "SETERROR %s (try %d of %d)"
msgstr ""
msgid "Repeat:"
msgstr ""
#, fuzzy
msgid "PIN too long"
msgstr "baris terlalu panjang\n"
#, fuzzy
msgid "Passphrase too long"
msgstr "passphrase terlalu panjang\n"
#, fuzzy
msgid "Invalid characters in PIN"
msgstr "Karakter tidak valid dalam nama\n"
msgid "PIN too short"
msgstr ""
#, fuzzy
msgid "Bad PIN"
msgstr "MPI yang buruk"
#, fuzzy
msgid "Bad Passphrase"
msgstr "passphrase yang buruk"
msgid "Note: Request from the web browser."
msgstr ""
msgid "Note: Request from a remote site."
msgstr ""
#, fuzzy, c-format
msgid "error getting serial number of card: %s\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
#, fuzzy
msgid "Please re-enter this passphrase"
msgstr "ubah passphrase"
#, fuzzy, c-format
msgid ""
"Please enter the passphrase to protect the imported object within the %s "
"system."
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
msgid ""
"This key (or subkey) is not protected with a passphrase. Please enter a new "
"passphrase to export it."
msgstr ""
#, fuzzy, c-format
msgid "ssh keys greater than %d bits are not supported\n"
msgstr "algoritma proteksi %d%s tidak didukung\n"
#, fuzzy, c-format
#| msgid "can't create `%s': %s\n"
msgid "can't create '%s': %s\n"
msgstr "tidak dapat membuat %s: %s\n"
#, fuzzy, c-format
#| msgid "can't open `%s': %s\n"
msgid "can't open '%s': %s\n"
msgstr "tidak dapat membuka `%s': %s\n"
#, fuzzy, c-format
msgid "no suitable card key found: %s\n"
msgstr "tidak ditemukan keyring rahasia yang dapat ditulisi: %s\n"
#, fuzzy, c-format
msgid "error getting list of cards: %s\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
#, c-format
msgid ""
"An ssh process requested the use of key%%0A %s%%0A (%s)%%0ADo you want to "
"allow this?"
msgstr ""
msgid "Allow"
msgstr ""
msgid "Deny"
msgstr ""
#, fuzzy, c-format
msgid "Please enter the passphrase for the ssh key%%0A %F%%0A (%c)"
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
#, fuzzy, c-format
msgid ""
"Please enter a passphrase to protect the received secret key%%0A %s%%0A "
"%s%%0Awithin gpg-agent's key storage"
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
#, fuzzy, c-format
msgid "failed to create stream from socket: %s\n"
msgstr "%s: gagal membuat hashtable: %s\n"
msgid "Admin PIN"
msgstr ""
#. TRANSLATORS: A PUK is the Personal Unblocking Code
#. used to unblock a PIN.
msgid "PUK"
msgstr ""
msgid "Reset Code"
msgstr ""
msgid "Push ACK button on card/token."
msgstr ""
msgid "Use the reader's pinpad for input."
msgstr ""
#, fuzzy
msgid "Repeat this Reset Code"
msgstr "Ulangi passphrase: "
#, fuzzy
msgid "Repeat this PUK"
msgstr "Ulangi passphrase: "
#, fuzzy
msgid "Repeat this PIN"
msgstr "Ulangi passphrase: "
#, fuzzy
msgid "Reset Code not correctly repeated; try again"
msgstr "passphrase tidak diulang dengan benar; coba lagi"
#, fuzzy
msgid "PUK not correctly repeated; try again"
msgstr "passphrase tidak diulang dengan benar; coba lagi"
#, fuzzy
msgid "PIN not correctly repeated; try again"
msgstr "passphrase tidak diulang dengan benar; coba lagi"
#, c-format
msgid "Please enter the PIN%s%s%s to unlock the card"
msgstr ""
#, fuzzy, c-format
msgid "error writing to pipe: %s\n"
msgstr "kesalahan menulis keyring `%s': %s\n"
#, fuzzy
msgid "Enter new passphrase"
msgstr "Masukkan passphrase\n"
#, c-format
msgid ""
"You have not entered a passphrase!%0AAn empty passphrase is not allowed."
msgstr ""
#, c-format
msgid ""
"You have not entered a passphrase - this is in general a bad idea!%0APlease "
"confirm that you do not want to have any protection on your key."
msgstr ""
msgid "Yes, protection is not needed"
msgstr ""
#, fuzzy, c-format
#| msgid "Name must be at least 5 characters long\n"
msgid "A passphrase should be at least %u character long."
msgid_plural "A passphrase should be at least %u characters long."
msgstr[0] "Nama harus berukuran minimum 5 karakter\n"
msgstr[1] "Nama harus berukuran minimum 5 karakter\n"
#, c-format
msgid "A passphrase should contain at least %u digit or%%0Aspecial character."
msgid_plural ""
"A passphrase should contain at least %u digits or%%0Aspecial characters."
msgstr[0] ""
msgstr[1] ""
#, c-format
msgid "A passphrase may not be a known term or match%%0Acertain pattern."
msgstr ""
msgid "Warning: You have entered an insecure passphrase."
msgstr ""
#, fuzzy
msgid "Take this one anyway"
msgstr "Tetap gunakan kunci ini? "
#, fuzzy, c-format
msgid "Please enter the passphrase to%0Aprotect your new key"
msgstr ""
"Anda perlu sebuah passphrase untuk melindungi kunci rahasia anda.\n"
"\n"
#, fuzzy
msgid "Please enter the new passphrase"
msgstr "ubah passphrase"
msgid "Options used for startup"
msgstr ""
msgid "run in daemon mode (background)"
msgstr ""
msgid "run in server mode (foreground)"
msgstr ""
msgid "do not detach from the console"
msgstr ""
msgid "sh-style command output"
msgstr ""
msgid "csh-style command output"
msgstr ""
#, fuzzy
msgid "|FILE|read options from FILE"
msgstr "|FILE|muat modul ekstensi FILE"
msgid "Options controlling the diagnostic output"
msgstr ""
msgid "verbose"
msgstr "detil"
msgid "be somewhat more quiet"
msgstr "lebih diam"
msgid "|FILE|write server mode logs to FILE"
msgstr ""
msgid "Options controlling the configuration"
msgstr ""
#, fuzzy
msgid "do not use the SCdaemon"
msgstr "perbarui database trust"
msgid "|PGM|use PGM as the SCdaemon program"
msgstr ""
msgid "|PGM|use PGM as the tpm2daemon program"
msgstr ""
#, fuzzy
#| msgid "|NAME|set terminal charset to NAME"
msgid "|NAME|accept some commands via NAME"
msgstr "|NAMA|set charset terminal ke NAMA"
msgid "ignore requests to change the TTY"
msgstr ""
msgid "ignore requests to change the X display"
msgstr ""
#, fuzzy
#| msgid "not supported"
msgid "enable ssh support"
msgstr "tidak didukung"
msgid "|ALGO|use ALGO to show ssh fingerprints"
msgstr ""
#, fuzzy
#| msgid "not supported"
msgid "enable putty support"
msgstr "tidak didukung"
#, fuzzy
#| msgid "not supported"
msgid "enable Win32-OpenSSH support"
msgstr "tidak didukung"
msgid "Options controlling the security"
msgstr ""
msgid "|N|expire cached PINs after N seconds"
msgstr ""
msgid "|N|expire SSH keys after N seconds"
msgstr ""
msgid "|N|set maximum PIN cache lifetime to N seconds"
msgstr ""
msgid "|N|set maximum SSH key lifetime to N seconds"
msgstr ""
msgid "do not use the PIN cache when signing"
msgstr ""
#, fuzzy
msgid "disallow the use of an external password cache"
msgstr "kesalahan penciptaan passphrase: %s\n"
msgid "disallow clients to mark keys as \"trusted\""
msgstr ""
#, fuzzy
msgid "allow presetting passphrase"
msgstr "kesalahan penciptaan passphrase: %s\n"
msgid "Options enforcing a passphrase policy"
msgstr ""
msgid "do not allow bypassing the passphrase policy"
msgstr ""
msgid "|N|set minimal required length for new passphrases to N"
msgstr ""
msgid "|N|require at least N non-alpha characters for a new passphrase"
msgstr ""
msgid "|FILE|check new passphrases against pattern in FILE"
msgstr ""
#, fuzzy
msgid "|N|expire the passphrase after N days"
msgstr "|N|gunakan passphrase mode N"
#, fuzzy
msgid "do not allow the reuse of old passphrases"
msgstr "kesalahan penciptaan passphrase: %s\n"
msgid "Options controlling the PIN-Entry"
msgstr ""
#, fuzzy
#| msgid "use the gpg-agent"
msgid "never use the PIN-entry"
msgstr "gunakan gpg-agent"
msgid "disallow caller to override the pinentry"
msgstr ""
msgid "let PIN-Entry grab keyboard and mouse"
msgstr ""
msgid "|PGM|use PGM as the PIN-Entry program"
msgstr ""
msgid "|N|set the Pinentry timeout to N seconds"
msgstr ""
msgid "allow passphrase to be prompted through Emacs"
msgstr ""
#. TRANSLATORS: @EMAIL@ will get replaced by the actual bug
#. reporting address. This is so that we can change the
#. reporting address without breaking the translations.
#, fuzzy
msgid "Please report bugs to <@EMAIL@>.\n"
msgstr "Laporkan bug ke <[email protected]>.\n"
#, fuzzy
msgid "Usage: @GPG_AGENT@ [options] (-h for help)"
msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)"
msgid ""
"Syntax: @GPG_AGENT@ [options] [command [args]]\n"
"Secret key management for @GNUPG@\n"
msgstr ""
#, c-format
msgid "invalid debug-level '%s' given\n"
msgstr ""
#, c-format
msgid "selected digest algorithm is invalid\n"
msgstr "algoritma digest yang dipilih tidak valid\n"
#, fuzzy, c-format
#| msgid "reading options from `%s'\n"
msgid "reading options from '%s'\n"
msgstr "membaca pilihan dari `%s'\n"
#, fuzzy, c-format
#| msgid "WARNING: \"%s\" is a deprecated option\n"
msgid "Note: '%s' is not considered an option\n"
msgstr "WARNING: \"%s\" adalah opsi terdepresiasi\n"
#, c-format
msgid "WARNING: \"%s\" is a deprecated option\n"
msgstr "WARNING: \"%s\" adalah opsi terdepresiasi\n"
#, fuzzy, c-format
msgid "can't create socket: %s\n"
msgstr "tidak dapat membuat %s: %s\n"
#, c-format
msgid "socket name '%s' is too long\n"
msgstr ""
#, c-format
msgid "trying to steal socket from running %s\n"
msgstr ""
#, fuzzy, c-format
msgid "a gpg-agent is already running - not starting a new one\n"
msgstr "gpg-agent tidak tersedia untuk sesi ini\n"
#, fuzzy, c-format
msgid "error getting nonce for the socket\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
#, fuzzy, c-format
msgid "error binding socket to '%s': %s\n"
msgstr "kesalahan mengirim ke `%s': %s\n"
#, fuzzy, c-format
msgid "can't set permissions of '%s': %s\n"
msgstr "Peringatan: permisi tidak aman pada %s \"%s\"\n"
#, fuzzy, c-format
msgid "listening on socket '%s'\n"
msgstr "menulis kunci rahasia ke `%s'\n"
#, fuzzy, c-format
#| msgid "can't create directory `%s': %s\n"
msgid "can't create directory '%s': %s\n"
msgstr "tidak dapat membuat direktori `%s': %s\n"
#, fuzzy, c-format
msgid "directory '%s' created\n"
msgstr "%s: direktori tercipta\n"
#, fuzzy, c-format
msgid "stat() failed for '%s': %s\n"
msgstr "trustdb: read failed (n=%d): %s\n"
#, fuzzy, c-format
msgid "can't use '%s' as home directory\n"
msgstr "%s: tidak dapat membuat direktori: %s\n"
#, fuzzy, c-format
msgid "error reading nonce on fd %d: %s\n"
msgstr "kesalahan membaca `%s': %s\n"
#, c-format
msgid "handler 0x%lx for fd %d started\n"
msgstr ""
#, c-format
msgid "handler 0x%lx for fd %d terminated\n"
msgstr ""
#, c-format
msgid "ssh handler 0x%lx for fd %d started\n"
msgstr ""
#, c-format
msgid "ssh handler 0x%lx for fd %d terminated\n"
msgstr ""
#, fuzzy, c-format
msgid "npth_pselect failed: %s - waiting 1s\n"
msgstr "gagal perbarui rahasia: %s\n"
#, fuzzy, c-format
msgid "%s %s stopped\n"
msgstr "%s: dilewati: %s\n"
#, fuzzy, c-format
msgid "no gpg-agent running in this session\n"
msgstr "gpg-agent tidak tersedia untuk sesi ini\n"
#, fuzzy
msgid ""
"@Options:\n"
" "
msgstr ""
"@\n"
"Pilihan:\n"
" "
#, fuzzy
msgid "Usage: gpg-preset-passphrase [options] KEYGRIP (-h for help)\n"
msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)"
msgid ""
"Syntax: gpg-preset-passphrase [options] KEYGRIP\n"
"Password cache maintenance\n"
msgstr ""
msgid ""
"@Commands:\n"
" "
msgstr ""
"@Perintah:\n"
" "
msgid ""
"@\n"
"Options:\n"
" "
msgstr ""
"@\n"
"Pilihan:\n"
" "
#, fuzzy
msgid "Usage: gpg-protect-tool [options] (-h for help)\n"
msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)"
msgid ""
"Syntax: gpg-protect-tool [options] [args]\n"
"Secret key maintenance tool\n"
msgstr ""
#, fuzzy
msgid "Please enter the passphrase to unprotect the PKCS#12 object."
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
#, fuzzy
msgid "Please enter the passphrase to protect the new PKCS#12 object."
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
msgid ""
"Please enter the passphrase to protect the imported object within the GnuPG "
"system."
msgstr ""
#, fuzzy
msgid ""
"Please enter the passphrase or the PIN\n"
"needed to complete this operation."
msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n"
#, fuzzy, c-format
msgid "cancelled\n"
msgstr "Batal"
#, fuzzy, c-format
msgid "error while asking for the passphrase: %s\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
#, fuzzy, c-format
msgid "error opening '%s': %s\n"
msgstr "kesalahan membaca `%s': %s\n"
#, fuzzy, c-format
msgid "file '%s', line %d: %s\n"
msgstr "kunci '%s' tidak ditemukan: %s\n"
#, fuzzy, c-format
msgid "statement \"%s\" ignored in '%s', line %d\n"
msgstr "kesalahan pembacaan: %s\n"
#, fuzzy, c-format
msgid "system trustlist '%s' not available\n"
msgstr "bagian kunci rahasia tidak tersedia\n"
#, fuzzy, c-format
msgid "bad fingerprint in '%s', line %d\n"
msgstr "kesalahan pembacaan: %s\n"
#, fuzzy, c-format
msgid "invalid keyflag in '%s', line %d\n"
msgstr "kesalahan: fingerprint tidak valid\n"
#, fuzzy, c-format
msgid "error reading '%s', line %d: %s\n"
msgstr "kesalahan membaca `%s': %s\n"
#, c-format
msgid "error reading list of trusted root certificates\n"
msgstr ""
#. TRANSLATORS: This prompt is shown by the Pinentry
#. and has one special property: A "%%0A" is used by
#. Pinentry to insert a line break. The double
#. percent sign is actually needed because it is also
#. a printf format string. If you need to insert a
#. plain % sign, you need to encode it as "%%25". The
#. "%s" gets replaced by the name as stored in the
#. certificate.
#, c-format
msgid ""
"Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user "
"certificates?"
msgstr ""
#, fuzzy
msgid "Yes"
msgstr "y|ya"
msgid "No"
msgstr ""
#. TRANSLATORS: This prompt is shown by the Pinentry and has
#. one special property: A "%%0A" is used by Pinentry to
#. insert a line break. The double percent sign is actually
#. needed because it is also a printf format string. If you
#. need to insert a plain % sign, you need to encode it as
#. "%%25". The second "%s" gets replaced by a hexdecimal
#. fingerprint string whereas the first one receives the name
#. as stored in the certificate.
#, c-format
msgid ""
"Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the "
"fingerprint:%%0A %s"
msgstr ""
#. TRANSLATORS: "Correct" is the label of a button and intended
#. to be hit if the fingerprint matches the one of the CA. The
#. other button is "the default "Cancel" of the Pinentry.
msgid "Correct"
msgstr ""
msgid "Wrong"
msgstr ""
#, c-format
msgid "Note: This passphrase has never been changed.%0APlease change it now."
msgstr ""
#, c-format
msgid ""
"This passphrase has not been changed%%0Asince %.4s-%.2s-%.2s. Please change "
"it now."
msgstr ""
#, fuzzy
msgid "Change passphrase"
msgstr "ubah passphrase"
msgid "I'll change it later"
msgstr ""
msgid "Please insert the card with serial number"
msgstr ""
#, c-format
msgid "Requested the use of key%%0A %s%%0A %s%%0ADo you want to allow this?"
msgstr ""
#, fuzzy, c-format
msgid ""
"Do you really want to delete the key identified by keygrip%%0A %s%%0A %%C"
"%%0A?"
msgstr "Anda ingin menghapus kunci terpilih ini? "
#, fuzzy
msgid "Delete key"
msgstr "aktifkan kunci"
msgid ""
"Warning: This key is also listed for use with SSH!\n"
"Deleting the key might remove your ability to access remote machines."
msgstr ""
#, c-format
msgid "DSA requires the hash length to be a multiple of 8 bits\n"
msgstr ""
#, c-format
msgid "%s key uses an unsafe (%u bit) hash\n"
msgstr ""
#, c-format
msgid "a %zu bit hash is not valid for a %u bit %s key\n"
msgstr ""
#, c-format
msgid "checking created signature failed: %s\n"
msgstr "Gagal memeriksa signature yang dibuat: %s\n"
#, c-format
msgid "secret key parts are not available\n"
msgstr "bagian kunci rahasia tidak tersedia\n"
#, fuzzy, c-format
#| msgid "protection algorithm %d%s is not supported\n"
msgid "public key algorithm %d (%s) is not supported\n"
msgstr "algoritma proteksi %d%s tidak didukung\n"
#, fuzzy, c-format
#| msgid "protection algorithm %d%s is not supported\n"
msgid "protection algorithm %d (%s) is not supported\n"
msgstr "algoritma proteksi %d%s tidak didukung\n"
#, fuzzy, c-format
#| msgid "protection algorithm %d%s is not supported\n"
msgid "protection hash algorithm %d (%s) is not supported\n"
msgstr "algoritma proteksi %d%s tidak didukung\n"
#, fuzzy, c-format
msgid "error creating a pipe: %s\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
#, fuzzy, c-format
msgid "error creating a stream for a pipe: %s\n"
msgstr "kesalahan penciptaan passphrase: %s\n"
#, fuzzy, c-format
msgid "error forking process: %s\n"
msgstr "kesalahan membaca `%s': %s\n"
#, c-format
msgid "waiting for process %d to terminate failed: %s\n"
msgstr ""
#, fuzzy, c-format
msgid "error running '%s': probably not installed\n"
msgstr "kesalahan membaca `%s': %s\n"
#, fuzzy, c-format
msgid "error running '%s': exit status %d\n"
msgstr "kesalahan membaca `%s': %s\n"
#, fuzzy, c-format
msgid "error running '%s': terminated\n"
msgstr "kesalahan membaca `%s': %s\n"
#, fuzzy, c-format
msgid "waiting for processes to terminate failed: %s\n"
msgstr "gagal memperbarui: %s\n"
#, fuzzy, c-format
msgid "error getting exit code of process %d: %s\n"
msgstr "kesalahan menulis keyring rahasia `%s': %s\n"
#, fuzzy, c-format
#| msgid "can't connect to `%s': %s\n"
msgid "can't connect to '%s': %s\n"
msgstr "tidak dapat terkoneksi ke `%s': %s\n"
#, fuzzy, c-format
msgid "problem setting the gpg-agent options\n"
msgstr "masalah dengan agen: agen mengembalikan 0x%lx\n"
#, c-format
msgid "can't disable core dumps: %s\n"
msgstr "tidak dapat meniadakan core dump: %s\n"
#, fuzzy, c-format
msgid "Warning: unsafe ownership on %s \"%s\"\n"
msgstr "Peringatan: kepemilikan tidak aman pada %s \"%s\"\n"
#, fuzzy, c-format
msgid "Warning: unsafe permissions on %s \"%s\"\n"
msgstr "Peringatan: permisi tidak aman pada %s \"%s\"\n"
#, fuzzy, c-format
msgid "waiting for file '%s' to become accessible ...\n"
msgstr "gagal memperbarui: %s\n"
#, fuzzy, c-format
msgid "renaming '%s' to '%s' failed: %s\n"
msgstr "gagal enarmoring: %s\n"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "yes"
msgstr "y|ya"
msgid "yY"
msgstr "yY"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "no"
msgstr "n|t|tidak"
msgid "nN"
msgstr "tT"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "quit"
msgstr "q|k|keluar"
msgid "qQ"
msgstr "kK"
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "okay|okay"
msgstr ""
#. TRANSLATORS: See doc/TRANSLATE about this string.
msgid "cancel|cancel"
msgstr ""
msgid "oO"
msgstr ""
#, fuzzy
msgid "cC"
msgstr "c"
#, c-format
msgid "out of core in secure memory while allocating %lu bytes"
msgstr ""
#, c-format
msgid "out of core while allocating %lu bytes"
msgstr ""
#, fuzzy, c-format
msgid "error allocating enough memory: %s\n"
msgstr "kesalahan menulis keyring `%s': %s\n"
#, c-format
msgid "%s:%u: obsolete option \"%s\" - it has no effect\n"
msgstr ""
#, fuzzy, c-format
msgid "WARNING: \"%s%s\" is an obsolete option - it has no effect\n"
msgstr "WARNING: \"%s\" adalah opsi terdepresiasi\n"
#, c-format
msgid "unknown debug flag '%s' ignored\n"
msgstr ""
#, fuzzy, c-format
msgid "waiting for the dirmngr to come up ... (%ds)\n"
msgstr "gagal memperbarui: %s\n"
#, fuzzy, c-format
msgid "waiting for the keyboxd to come up ... (%ds)\n"
msgstr "gagal memperbarui: %s\n"
#, fuzzy, c-format
msgid "waiting for the agent to come up ... (%ds)\n"
msgstr "gagal memperbarui: %s\n"
#, fuzzy, c-format
msgid "connection to the dirmngr established\n"
msgstr "tidak dapat melakukan hal itu dalam mode batch\n"
#, fuzzy, c-format
msgid "connection to the keyboxd established\n"
msgstr "tidak dapat melakukan hal itu dalam mode batch\n"
#, fuzzy, c-format
msgid "connection to the agent established\n"
msgstr "tidak dapat melakukan hal itu dalam mode batch\n"
#, fuzzy, c-format
msgid "no running %s - starting '%s'\n"
msgstr "kesalahan membaca `%s': %s\n"
#, fuzzy, c-format
msgid "connection to the agent is in restricted mode\n"
msgstr "tidak dapat melakukan hal itu dalam mode batch\n"
#, fuzzy, c-format
#| msgid "error creating keyring `%s': %s\n"
msgid "error getting version from '%s': %s\n"
msgstr "kesalahan menulis keyring `%s': %s\n"
#, c-format
msgid "server '%s' is older than us (%s < %s)"
msgstr ""
#, fuzzy, c-format
#| msgid "WARNING: %s overrides %s\n"
msgid "WARNING: %s\n"
msgstr "PERINGATAN: %s menimpa %s\n"