forked from OpenPLi/enigma2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathid.po
More file actions
8007 lines (5695 loc) · 177 KB
/
Copy pathid.po
File metadata and controls
8007 lines (5695 loc) · 177 KB
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
msgid ""
msgstr ""
"Project-Id-Version: enigma2\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2015-08-21 09:29+0200\n"
"PO-Revision-Date: \n"
"Last-Translator: Budiarno\n"
"Language-Team: \n"
"Language: id\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 1.5.7\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
msgid ""
"\n"
"Advanced options and settings."
msgstr ""
"\n"
"Pilihan dan Pengaturan Tingkat Lanjut"
msgid ""
"\n"
"After pressing OK, please wait!"
msgstr ""
"\n"
"Setelah tekan OK, silakan tunggu!"
msgid ""
"\n"
"Backup your receiver settings."
msgstr ""
"\n"
"Buat file cadangan pengaturan rx anda"
msgid ""
"\n"
"Edit the upgrade source address."
msgstr ""
"\n"
"Ubah alamat sumber pembaruan."
msgid ""
"\n"
"Manage extensions or plugins for your receiver"
msgstr ""
"\n"
"Kelola ekstensi atau plugin pada rx anda"
msgid ""
"\n"
"Online update of your receiver software."
msgstr ""
"\n"
"Pembaruan daring perangkat lunak rx anda."
msgid ""
"\n"
"Press OK on your remote control to continue."
msgstr ""
"\n"
"Tekan OK pada remote kontrol anda untuk melanjutkan."
msgid ""
"\n"
"Restore your backups by date."
msgstr ""
"\n"
"Kembalikan data cadangan anda berdasarkan tanggal."
msgid ""
"\n"
"Restore your receiver settings."
msgstr ""
"\n"
"Kembalikan pengaturan rx anda."
msgid ""
"\n"
"Restore your receiver with a new firmware."
msgstr ""
"\n"
"Kembalikan rx anda dengan firmware yang baru."
msgid ""
"\n"
"Scan for local extensions and install them."
msgstr ""
"\n"
"Pindai file ekstensi lokal kemudian pasang."
msgid ""
"\n"
"Select your backup device.\n"
"Current device: "
msgstr ""
"\n"
"Pilih perangkat untuk backup file anda.\n"
"Perangkat dipakai: "
msgid ""
"\n"
"View, install and remove available or installed packages."
msgstr ""
"\n"
"Lihat, install dan buang paket yang tersedia atau terinstall."
msgid " (PiP)"
msgstr " (PiP)"
msgid " (Radio)"
msgstr " (Radio)"
msgid " (TV)"
msgstr " (TV)"
msgid " extensions."
msgstr " ekstensi."
msgid " ms"
msgstr " ms"
msgid " packages selected."
msgstr " paket yang dipilih."
msgid " updates available."
msgstr " pembaruan tersedia."
msgid "%2d:%02d"
msgstr "%2d:%02d"
msgid "%2d:%02d:%02d"
msgstr "%2d:%02d:%02d"
msgid "%A %d %B"
msgstr "%A %d %B"
msgid "%A %e %B"
msgstr "%A %e %B"
msgid "%A %e %B %Y"
msgstr "%A %e %B %Y"
msgid "%H:%M"
msgstr "%H:%M"
msgid "%a %e/%m"
msgstr "%a %e/%m"
msgid "%a %e/%m %-H:%M"
msgstr "%a %e/%m %-H:%M"
msgid "%d file"
msgid_plural "%d files"
msgstr[0] "%d file"
msgstr[1] "%d files"
msgid "%d hour"
msgid_plural "%d hours"
msgstr[0] "%d jam"
msgstr[1] "%d jam"
msgid "%d min"
msgstr "%d mnt"
msgid "%d minute"
msgid_plural "%d minutes"
msgstr[0] "%d menit"
msgstr[1] "%d menit"
msgid "%d minutes"
msgstr "%d menit"
msgid "%d second"
msgid_plural "%d seconds"
msgstr[0] "%d detik"
msgstr[1] "%d detik"
msgid "%d wireless network found!"
msgid_plural "%d wireless networks found!"
msgstr[0] "%d jaringan nirkabel ditemukan!"
msgstr[1] "%d beberapa jaringan nirkabel ditemukan!"
msgid "%d-%b-%Y %-H:%M"
msgstr "%d-%b-%Y %-H:%M"
msgid "%d-%m"
msgstr "%d-%m"
msgid "%d.%B %Y"
msgstr "%d.%B %Y"
msgid "%k:%M %e/%m"
msgstr "%k:%M %e/%m"
msgid "%s %s free disk space"
msgstr "%s %s sisa penyimpanan disk"
msgid "%s (%s)\n"
msgstr "%s (%s)\n"
msgid "%s is no longer used. Should it be deleted?"
msgstr "%s sudah tidak digunakan. Perlu dihapus?"
msgid "%s updated package available"
msgid_plural "%s updated packages available"
msgstr[0] "%s pembaruan paket tersedia"
msgstr[1] "%s pembaruan paket-paket tersedia"
msgid "%s/%s: %s"
msgstr "%s/%s: %s"
msgid "(ZAP)"
msgstr "(ZAP)"
msgid "(empty)"
msgstr "(kosong)"
msgid "(show optional DVD audio menu)"
msgstr "(perlihatkan menu audio DVD yang bisa dipilih)"
msgid "* Only available if more than one interface is active."
msgstr "* Hanya tersedia jika lebih dari satu antarmuka yang aktif."
msgid "1"
msgstr "1"
msgid "1.1"
msgstr "1.1"
msgid "1.2"
msgstr "1.2"
msgid "12V output"
msgstr "12V output"
msgid "13 V"
msgstr "13 V"
msgid "16:10"
msgstr "16:10"
msgid "16:10 Letterbox"
msgstr "16:10 Letterbox"
msgid "16:10 PanScan"
msgstr "16:10 PanScan"
msgid "16:9"
msgstr "16:9"
msgid "16:9 Letterbox"
msgstr "16:9 Letterbox"
msgid "16:9 always"
msgstr "16:9 selalu"
msgid "18 V"
msgstr "18 V"
msgid "2"
msgstr "2"
msgid "3"
msgstr "3"
msgid "3d mode"
msgstr "Mode 3d"
msgid "4"
msgstr "4"
msgid "4:3"
msgstr "4:3"
msgid "4:3 Letterbox"
msgstr "4:3 Letterbox"
msgid "4:3 PanScan"
msgstr "4:3 PanScan"
msgid "5"
msgstr "5"
msgid "6"
msgstr "6"
msgid "7"
msgstr "7"
msgid "8"
msgstr "8"
msgid "9"
msgstr "9"
msgid "<Current movielist location>"
msgstr "<Lokasi daftar film saat ini>"
msgid "<Default movie location>"
msgstr "<Lokasi film awal>"
msgid "<Last timer location>"
msgstr "<Lokasi pewaktu terakhir>"
msgid "<unknown>"
msgstr "<tak dikenal>"
msgid "??"
msgstr "??"
msgid "A"
msgstr "A"
msgid ""
"A configuration file (%s) has been modified since it was installed.\n"
"Do you want to keep your modifications?"
msgstr ""
"File pengaturan (%s) telah diubah sejak ia diinstall.\n"
"Anda ingin lanjut dgn perubahan anda?"
msgid ""
"A configuration file (%s) was modified since Installation.\n"
"Do you want to keep your version?"
msgstr ""
"File pengaturan (%s) telah diubah sejak proses install.\n"
"Anda ingin mempertahankan versi anda?"
msgid ""
"A finished record timer wants to set your\n"
"receiver to standby. Do that now?"
msgstr ""
"Pewaktu rekam yang telah selesai ingin memproses\n"
"receiver pada mode standby. Lakukan sekarang?"
msgid ""
"A finished record timer wants to shut down\n"
"your receiver. Shutdown now?"
msgstr ""
"Pewaktu rekam yang telah selesai ingin mematikan\n"
"receiver anda. Matikan sekarang?"
msgid "A graphical EPG for all services of an specific bouquet"
msgstr "A graphical EPG for all services of an specific bouquet"
msgid ""
"A record has been started:\n"
"%s"
msgstr ""
"A record has been started:\n"
"%s"
msgid ""
"A recording is currently running.\n"
"What do you want to do?"
msgstr ""
"A recording is currently running.\n"
"What do you want to do?"
msgid ""
"A recording is currently running. Please stop the recording before trying to "
"configure the positioner."
msgstr ""
"A recording is currently running. Please stop the recording before trying to "
"configure the positioner."
msgid ""
"A recording is currently running. Please stop the recording before trying to "
"scan."
msgstr ""
"A recording is currently running. Please stop the recording before trying to "
"scan."
msgid "A required tool (%s) was not found."
msgstr "A required tool (%s) was not found."
msgid "A search for available updates is currently in progress."
msgstr "A search for available updates is currently in progress."
msgid ""
"A second configured interface has been found.\n"
"\n"
"Do you want to disable the second network interface?"
msgstr ""
"Antarmuka terkonfigurasi kedua telah ditemukan.\n"
"\n"
"Anda ingin mematikan antarmuka jaringan kedua?"
msgid ""
"A sleep timer wants to set your\n"
"receiver to standby. Do that now?"
msgstr ""
"A sleep timer wants to set your\n"
"receiver to standby. Do that now?"
msgid ""
"A sleep timer wants to shut down\n"
"your receiver. Shutdown now?"
msgstr ""
"A sleep timer wants to shut down\n"
"your receiver. Shutdown now?"
msgid "A small overview of the available icon states and actions."
msgstr "A small overview of the available icon states and actions."
msgid ""
"A timer failed to record!\n"
"Disable TV and try again?\n"
msgstr ""
"A timer failed to record!\n"
"Disable TV and try again?\n"
msgid "A/V settings"
msgstr "Pengaturan A/V"
msgid "Abort"
msgstr "Abort"
msgid "About"
msgstr "About"
msgid "About..."
msgstr "About..."
msgid "Accesspoint:"
msgstr "Accesspoint:"
msgid "Action on long powerbutton press"
msgstr "Tindakan pada tekan lama tombol power"
msgid "Action on short powerbutton press"
msgstr "Tindakan pada tekan singkat tombol power"
msgid "Activate Picture in Picture"
msgstr "Aktifkan PiP"
msgid "Activate current configuration"
msgstr "Aktifkan konfigurasi saat ini"
msgid "Activate network settings"
msgstr "Aktifkan pengaturan jaringan"
msgid "Activate the configured network settings."
msgstr "Aktifkan jaringan yang telah dikonfigurasi."
msgid "Adapter settings"
msgstr "Pengaturan adapter"
msgid "Add"
msgstr "Tambah"
msgid "Add a mark"
msgstr "Tambah penanda"
msgid "Add a nameserver entry"
msgstr "Add a nameserver entry"
msgid "Add a new title"
msgstr "Add a new title"
msgid "Add bookmark"
msgstr "Add bookmark"
msgid "Add directory to playlist"
msgstr "Add directory to playlist"
msgid "Add file to playlist"
msgstr "Add file to playlist"
msgid "Add files to playlist"
msgstr "Add files to playlist"
msgid "Add provider"
msgstr "Add provider"
msgid "Add recording (enter recording duration)"
msgstr "Tambah rekaman (masukkan durasi rekam)"
msgid "Add recording (enter recording endtime)"
msgstr "Tambah rekaman (masukkan batas akhir waktu rekam)"
msgid "Add recording (indefinitely)"
msgstr "Tambah rekaman (tidak terbatas waktu)"
msgid "Add recording (stop after current event)"
msgstr "Tambah rekaman (berhenti setelah acara saat ini)"
msgid "Add service"
msgstr "Tambah layanan"
msgid "Add timer"
msgstr "Add timer"
msgid "Add title"
msgstr "Add title"
msgid "Add to bouquet"
msgstr "Tambahkan ke buket"
msgid "Add to favourites"
msgstr "Tambahkan ke favorit"
msgid "Adjust 3D settings"
msgstr "Adjust 3D settings"
msgid ""
"Adjust the color settings so that all the color shades are distinguishable, "
"but appear as saturated as possible. If you are happy with the result, press "
"OK to close the video fine-tuning, or use the number keys to select other "
"test screens."
msgstr ""
"Adjust the color settings so that all the color shades are distinguishable, "
"but appear as saturated as possible. If you are happy with the result, press "
"OK to close the video fine-tuning, or use the number keys to select other "
"test screens."
msgid "Advanced options"
msgstr "Advanced options"
msgid "Advanced restore"
msgstr "Advanced restore"
msgid "Advanced software"
msgstr "Advanced software"
msgid "Advanced software plugin"
msgstr "Advanced software plugin"
msgid "Advanced video enhancement setup"
msgstr "Advanced video enhancement setup"
msgid "Advanced video setup"
msgstr "Advanced video setup"
msgid "After event"
msgstr "After event"
msgid "Album"
msgstr "Album"
msgid "All"
msgstr "Semua"
msgid "All ages"
msgstr "All ages"
msgid "Allocate"
msgstr "Allocate"
msgid "Allocate unused memory index"
msgstr "Allocate unused memory index"
msgid "Allow quit movieplayer with exit"
msgstr "Izinkan keluar pemutar film dgn tombol exit"
msgid "Allow subtitle language to equal audio language"
msgstr "Biarkan bahasa teks film sama dengan bahasa audio"
msgid "Allow subtitles for hearing impaired"
msgstr "Biarkan teks film untuk tuna rungu"
msgid "Alpha"
msgstr "Alpha"
msgid "Alternative"
msgstr "Alternatif"
msgid "Alternative numbering mode"
msgstr "Mode penomoran alternatif"
msgid "Alternative services tuner priority"
msgstr "Prioritas penala layanan alternatif"
msgid "Always ask"
msgstr "Selalu tanya"
msgid "An empty filename is illegal."
msgstr "Nama file kosong tidak diperbolehkan."
msgid "An error occurred while downloading the packetlist. Please try again."
msgstr "Kesalahan terjadi saat unduh daftar paket. Silakan coba lagi"
msgid "An unknown error occurred!"
msgstr "Kesalahan takdikenal terjadi!"
msgid "Any activity"
msgstr "Any activity"
msgid "Arabic"
msgstr "Arab"
msgid ""
"Are you sure you want to activate this network configuration?\n"
"\n"
msgstr ""
"Anda yakin akan mengaktifkan konfigurasi jaringan ini?\n"
"\n"
msgid ""
"Are you sure you want to delete\n"
"the following backup:\n"
msgstr ""
"Anda yakin ingin menghapus\n"
"file backup berikut:\n"
msgid "Are you sure you want to exit this wizard?"
msgstr "Anda yakin ingin keluar dari wizard ini?"
msgid ""
"Are you sure you want to restart your network interfaces?\n"
"\n"
msgstr ""
"Anda yakin ingin merestart antarmuka jaringan ini?\n"
"\n"
msgid ""
"Are you sure you want to restore\n"
"the following backup:\n"
"%s\n"
"Your receiver will restart after the backup has been restored!"
msgstr ""
"Are you sure you want to restore\n"
"the following backup:\n"
"%s\n"
"Your receiver will restart after the backup has been restored!"
msgid ""
"Are you sure you want to restore the backup?\n"
"Your receiver will restart after the backup has been restored!"
msgstr ""
"Are you sure you want to restore the backup?\n"
"Your receiver will restart after the backup has been restored!"
msgid "Artist"
msgstr "Artis"
msgid "Arts/Culture"
msgstr "Seni/Budaya"
msgid "Ask user"
msgstr "Tanya pengguna"
msgid "Aspect ratio"
msgstr "Aspek rasio"
msgid "Assigned CAIds:"
msgstr "Assigned CAIds:"
msgid "Assigned services/provider:"
msgstr "Assigned services/provider:"
msgid "At beginning"
msgstr "Di awal"
msgid "At end"
msgstr "Di akhir"
msgid "Audio"
msgstr "Audio"
msgid "Audio PID"
msgstr "PID Audio"
msgid "Audio language selection 1"
msgstr "Pemilihan bahasa audio 1"
msgid "Audio language selection 2"
msgstr "Pemilihan bahasa audio 2"
msgid "Audio language selection 3"
msgstr "Pemilihan bahasa audio 3"
msgid "Audio language selection 4"
msgstr "Pemilihan bahasa audio 4"
msgid "Audio options..."
msgstr "Pilihan Audio..."
msgid "Audio source"
msgstr "Sumber audio"
msgid "AC3 downmix"
msgstr "Turunkan Kualitas AC3"
msgid "Multi channel downmix"
msgstr "Turunkan kualitas multi kanal"
msgid "Audio track (%s) format"
msgstr "Format jalur Audio (%s)"
msgid "Audio track (%s) language"
msgstr "Bahasa jalur Audio (%s)"
msgid "Author: "
msgstr "Penulis: "
msgid "Authoring mode"
msgstr "Mode penulisan"
msgid "Auto"
msgstr "Auto"
msgid "Auto chapter split every ? minutes (0=never)"
msgstr "Auto chapter split every ? minutes (0=never)"
msgid "Auto flesh"
msgstr "Auto flesh"
msgid "Auto focus"
msgstr "Auto focus"
msgid "Auto focus commencing ..."
msgstr "Auto focus commencing ..."
msgid "Auto language selection"
msgstr "Pemilihan Bahasa Otomatis"
msgid "Auto scart switching"
msgstr "Pertukaran scart otomatis"
msgid "Automatic"
msgstr "Otomatis"
msgid "Automatic scan"
msgstr "Pelacakan Otomatis"
msgid "Automatically start timeshift after"
msgstr "Mulai timeshift otomatis setelah"
msgid "Automatically turn on external subtitles"
msgstr "Hidupkan otomatis teks film dari luar"
msgid "Available format variables"
msgstr "Available format variables"
msgid "B"
msgstr "B"
msgid "BER"
msgstr "BER"
msgid "BER:"
msgstr "BER:"
msgid "Back"
msgstr "Kembali"
msgid "Background"
msgstr "Latar"
msgid "Background color"
msgstr "Warna latar"
msgid "Background delete option"
msgstr "Pilihan hapus latar"
msgid "Background delete speed"
msgstr "Kecepatan hapus latar"
msgid "Backup completed."
msgstr "Backup selesai."
msgid "Backup failed."
msgstr "Backup gagal."
msgid "Backup is running..."
msgstr "Backup sedang berlangsung..."
msgid "Backup system settings"
msgstr "Backup pengaturan sistem"
msgid "Band"
msgstr "Band"
msgid "Bandwidth"
msgstr "Bandwidth"
msgid "Basque"
msgstr "Basque"
msgid "Begin time"
msgstr "Begin time"
msgid "Behavior of 0 key in PiP-mode"
msgstr "Fungsi tombol 0 pada mode PiP"
msgid "Behavior when a movie is started"
msgstr "Ketika film dimulai lakukan"
msgid "Behavior when a movie is stopped"
msgstr "Ketika film berhenti lakukan"
msgid "Behavior when a movie reaches the end"
msgstr "Ketika film sudah selesai"
msgid "Behavior of 'pause and ok' when paused"
msgstr "Fungsi tombol 'pause dan ok' saat posisi jeda"
msgid ""
"Configure the behavior of the 'pause and ok' key "
"when movie playback is already paused."
msgstr ""
"Atur fungsi tombol 'pause dan ok' ketika "
"pemutaran film sedang di posisi jeda."
msgid "Bitrate:"
msgstr "Bitrate:"
msgid "Black screen"
msgstr "Black screen"
msgid "Black screen till locked"
msgstr "Black screen till locked"
msgid "Block noise reduction"
msgstr "Block noise reduction"
msgid "Blue boost"
msgstr "Blue boost"
msgid "Bookmarks"
msgstr "Bookmarks"
msgid "Brightness"
msgstr "Brightness"
msgid "Bulgarian"
msgstr "Bulgaria"
msgid "Burn DVD"
msgstr "Burn DVD"
msgid "Burn audio track (%s)"
msgstr "Burn audio track (%s)"
msgid "Burn existing image to DVD"
msgstr "Burn existing image to DVD"
msgid "Burn to DVD"
msgstr "Burn to DVD"
msgid "Bus: "
msgstr "Bus: "
msgid ""
"By default, SNR will be shown in dB (when supported by the tuner). This "
"setting forces SNR to be shown as a percentage instead."
msgstr ""
"Secara bawaan, SNR akan ditampilkan dalam dB (jika didudukung oleh penala). "
"Sebaliknya pengaturan ini membuat SNR ditampilkan dalam persentase."
msgid "C"
msgstr "C"
msgid "C-Band"
msgstr "C-Band"
msgid "CI assignment"
msgstr "CI assignment"
msgid "CVBS"
msgstr "CVBS"
msgid "Cable"
msgstr "Cable"
msgid "Cable Scan"
msgstr "Cable Scan"
msgid "Cache thumbnails"
msgstr "Cache thumbnails"
msgid "Calculate"
msgstr "Calculate"
msgid "Calculate all positions"
msgstr "Calculate all positions"
msgid "Calculation complete"
msgstr "Calculation complete"
msgid "Calibrate"
msgstr "Calibrate"
msgid "Can be used for different fps between external subtitles and video."
msgstr "Bisa digunakan untuk fps yg berbeda antara teks film dari luar dan video."
msgid "Cancel"
msgstr "Batal"
msgid "Cannot determine"
msgstr "Cannot determine"
msgid "Cannot find any signal ..., aborting !"
msgstr "Cannot find any signal ..., aborting !"
msgid "Cannot move files on a different disk or system to the trash can"
msgstr "Cannot move files on a different disk or system to the trash can"
msgid "Cannot move to trash can"
msgstr "Cannot move to trash can"
msgid "Capacity: "
msgstr "Capacity: "
msgid "Card"
msgstr "Card"
msgid "Center DVB subtitles"
msgstr "Tengahkan teks film DVB"
msgid "Change bouquets in quickzap"
msgstr "Ganti buket saat zap cepat"
msgid "Change recording (duration)"
msgstr "Change recording (duration)"
msgid "Change recording (endtime)"
msgstr "Change recording (endtime)"
msgid "Change repeat and delay settings?"
msgstr "Change repeat and delay settings?"
msgid "Change step size"
msgstr "Change step size"
msgid "Changelog"
msgstr "Changelog"
msgid "Channel"
msgstr "Kanal"
msgid "Channel list type"
msgstr "Tipe daftar kanal"
msgid "Channel not in services list"
msgstr "Kanal tidak ada di daftar layanan"
msgid "Channel selection"
msgstr "Pilihan Kanal"
msgid "Channel:"
msgstr "Kanal:"
msgid "Channellist menu"
msgstr "Menu daftar kanal"
msgid "Chap."
msgstr "Chap."
msgid "Chapter"
msgstr "Chapter"
msgid "Chapter:"
msgstr "Chapter:"
msgid "Check"
msgstr "Check"
msgid "Check the internet connection"
msgstr "Check the internet connection"
msgid "Check the internet connection again"
msgstr "Check the internet connection again"
msgid "Checking filesystem..."
msgstr "Checking filesystem..."
msgid "Checking the internet connection"
msgstr "Checking the internet connection"
msgid ""
"Checking tuner %d\n"
"DiSEqC port %s for %s"
msgstr ""
"Checking tuner %d\n"
"DiSEqC port %s for %s"
msgid "Children/Youth"
msgstr "Children/Youth"
msgid "Choose which tuner to configure."
msgstr "Choose which tuner to configure."
msgid "Circular left"
msgstr "Circular left"
msgid "Circular right"
msgstr "Circular right"
msgid "Cleanup"
msgstr "Cleanup"
msgid "Clear"
msgstr "Clear"
msgid "Clear before scan"
msgstr "Bersihkan sebelum pelacakan"