Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/id.js @ 3410:e2e04005053c

Revision 3410:e2e04005053c, 15.7 KB checked in by franck <carnet.franck.paul@…>, 9 years ago (diff)

Update CKEditor from 4.5.11 to 4.6.0, update dotclear skin (copy of new 4.6 default skin)

Line 
1/*
2Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.md or http://ckeditor.com/license
4*/
5CKEDITOR.lang['id'] = {
6    undo : 
7    {
8     redo : 'Kembali lakukan',
9     undo : 'Batalkan perlakuan'
10    },
11    toolbar : 
12    {
13     toolbarCollapse : 'Ciutkan Toolbar',
14     toolbarExpand : 'Bentangkan Toolbar',
15     toolbarGroups : 
16     {
17          document : 'Dokumen',
18          clipboard : 'Papan klip / Kembalikan perlakuan',
19          editing : 'Sunting',
20          forms : 'Formulir',
21          basicstyles : 'Gaya Dasar',
22          paragraph : 'Paragraf',
23          links : 'Tautan',
24          insert : 'Sisip',
25          styles : 'Gaya',
26          colors : 'Warna',
27          tools : 'Alat'
28     },
29     toolbars : 'Toolbar Penyunting'
30    },
31    templates : 
32    {
33     button : 'Contoh',
34     emptyListMsg : '(Tidak ada contoh didefinisikan)',
35     insertOption : 'Ganti konten sebenarnya',
36     options : 'Opsi Contoh',
37     selectPromptMsg : 'Mohon pilih contoh untuk dibuka di editor',
38     title : 'Contoh Konten'
39    },
40    table : 
41    {
42     border : 'Ukuran batas',
43     caption : 'Judul halaman',
44     cell : 
45     {
46          menu : 'Sel',
47          insertBefore : 'Sisip Sel Sebelum',
48          insertAfter : 'Sisip Sel Setelah',
49          deleteCell : 'Hapus Sel',
50          merge : 'Gabungkan Sel',
51          mergeRight : 'Gabungkan ke Kanan',
52          mergeDown : 'Gabungkan ke Bawah',
53          splitHorizontal : 'Pisahkan Sel Secara Horisontal',
54          splitVertical : 'Pisahkan Sel Secara Vertikal',
55          title : 'Properti Sel',
56          cellType : 'Tipe Sel',
57          rowSpan : 'Rentang antar baris',
58          colSpan : 'Rentang antar kolom',
59          wordWrap : 'Word Wrap',
60          hAlign : 'Jajaran Horisontal',
61          vAlign : 'Jajaran Vertikal',
62          alignBaseline : 'Dasar',
63          bgColor : 'Warna Latar Belakang',
64          borderColor : 'Warna Batasan',
65          data : 'Data',
66          header : 'Header',
67          yes : 'Ya',
68          no : 'Tidak',
69          invalidWidth : 'Lebar sel harus sebuah angka.',
70          invalidHeight : 'Tinggi sel harus sebuah angka',
71          invalidRowSpan : 'Rentang antar baris harus angka seluruhnya.',
72          invalidColSpan : 'Rentang antar kolom harus angka seluruhnya',
73          chooseColor : 'Pilih'
74     },
75     cellPad : 'Sel spasi dalam',
76     cellSpace : 'Spasi antar sel',
77     column : 
78     {
79          menu : 'Kolom',
80          insertBefore : 'Sisip Kolom Sebelum',
81          insertAfter : 'Sisip Kolom Sesudah',
82          deleteColumn : 'Hapus Kolom'
83     },
84     columns : 'Kolom',
85     deleteTable : 'Hapus Tabel',
86     headers : 'Headers',
87     headersBoth : 'Keduanya',
88     headersColumn : 'Kolom pertama',
89     headersNone : 'Tidak ada',
90     headersRow : 'Baris Pertama',
91     invalidBorder : 'Ukuran batasan harus sebuah angka',
92     invalidCellPadding : '\'Spasi dalam\' sel harus angka positif.',
93     invalidCellSpacing : 'Spasi antar sel harus angka positif.',
94     invalidCols : 'Jumlah kolom harus sebuah angka lebih besar dari 0',
95     invalidHeight : 'Tinggi tabel harus sebuah angka.',
96     invalidRows : 'Jumlah barus harus sebuah angka dan lebih besar dari 0.',
97     invalidWidth : 'Lebar tabel harus sebuah angka.',
98     menu : 'Properti Tabel',
99     row : 
100     {
101          menu : 'Baris',
102          insertBefore : 'Sisip Baris Sebelum',
103          insertAfter : 'Sisip Baris Sesudah',
104          deleteRow : 'Hapus Baris'
105     },
106     rows : 'Baris',
107     summary : 'Intisari',
108     title : 'Properti Tabel',
109     toolbar : 'Tabe',
110     widthPc : 'persen',
111     widthPx : 'piksel',
112     widthUnit : 'lebar satuan'
113    },
114    stylescombo : 
115    {
116     label : 'Gaya',
117     panelTitle : 'Formatting Styles',
118     panelTitle1 : 'Block Styles',
119     panelTitle2 : 'Inline Styles',
120     panelTitle3 : 'Object Styles'
121    },
122    specialchar : 
123    {
124     options : 'Opsi spesial karakter',
125     title : 'Pilih spesial karakter',
126     toolbar : 'Sisipkan spesial karakter'
127    },
128    sourcearea : 
129    {
130     toolbar : 'Sumber'
131    },
132    removeformat : 
133    {
134     toolbar : 'Hapus Format'
135    },
136    print : 
137    {
138     toolbar : 'Cetak'
139    },
140    pastetext : 
141    {
142     button : 'Tempel sebagai teks polos',
143     title : 'Tempel sebagai Teks Polos'
144    },
145    pastefromword : 
146    {
147     confirmCleanup : 'Teks yang ingin anda tempel sepertinya di salin dari Word. Apakah anda mau membersihkannya sebelum menempel?',
148     error : 'Tidak mungkin membersihkan data yang ditempel dikerenakan kesalahan internal',
149     title : 'Tempel dari Word',
150     toolbar : 'Tempel dari Word'
151    },
152    maximize : 
153    {
154     maximize : 'Memperbesar',
155     minimize : 'Memperkecil'
156    },
157    magicline : 
158    {
159     title : 'Masukkan paragraf disini'
160    },
161    liststyle : 
162    {
163     armenian : 'Armenian numbering',
164     bulletedTitle : 'Bulleted List Properties',
165     circle : 'Lingkaran',
166     decimal : 'Desimal (1, 2, 3, dst.)',
167     decimalLeadingZero : 'Desimal diawali angka nol (01, 02, 03, dst.)',
168     disc : 'Cakram',
169     georgian : 'Georgian numbering (an, ban, gan, etc.)',
170     lowerAlpha : 'Huruf Kecil (a, b, c, d, e, dst.)',
171     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
172     lowerRoman : 'Angka Romawi (i, ii, iii, iv, v, dst.)',
173     none : 'Tidak ada',
174     notset : '<tidak diatur>',
175     numberedTitle : 'Numbered List Properties',
176     square : 'Persegi',
177     start : 'Mulai',
178     type : 'Tipe',
179     upperAlpha : 'Huruf Besar (A, B, C, D, E, dst.)',
180     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
181     validateStartNumber : 'List start number must be a whole number.'
182    },
183    list : 
184    {
185     bulletedlist : 'Sisip/Hapus Daftar Bullet',
186     numberedlist : 'Sisip/Hapus Daftar Bernomor'
187    },
188    link : 
189    {
190     acccessKey : 'Access Key',
191     advanced : 'Advanced',
192     advisoryContentType : 'Advisory Content Type',
193     advisoryTitle : 'Penasehat Judul',
194     anchor : 
195     {
196          toolbar : 'Anchor',
197          menu : 'Edit Anchor',
198          title : 'Anchor Properties',
199          name : 'Anchor Name',
200          errorName : 'Please type the anchor name',
201          remove : 'Remove Anchor'
202     },
203     anchorId : 'By Element Id',
204     anchorName : 'By Anchor Name',
205     charset : 'Linked Resource Charset',
206     cssClasses : 'Kelas Stylesheet',
207     download : 'Force Download',
208     displayText : 'Display Text',
209     emailAddress : 'Alamat E-mail',
210     emailBody : 'Message Body',
211     emailSubject : 'Judul Pesan',
212     id : 'Id',
213     info : 'Link Info',
214     langCode : 'Kode Bahasa',
215     langDir : 'Arah Bahasa',
216     langDirLTR : 'Kiri ke Kanan (LTR)',
217     langDirRTL : 'Kanan ke Kiri (RTL)',
218     menu : 'Sunting Tautan',
219     name : 'Nama',
220     noAnchors : '(No anchors available in the document)',
221     noEmail : 'Silahkan ketikkan alamat e-mail',
222     noUrl : 'Silahkan ketik URL tautan',
223     other : '<lainnya>',
224     popupDependent : 'Dependent (Netscape)',
225     popupFeatures : 'Popup Window Features',
226     popupFullScreen : 'Full Screen (IE)',
227     popupLeft : 'Left Position',
228     popupLocationBar : 'Location Bar',
229     popupMenuBar : 'Menu Bar',
230     popupResizable : 'Resizable',
231     popupScrollBars : 'Scroll Bars',
232     popupStatusBar : 'Status Bar',
233     popupToolbar : 'Toolbar',
234     popupTop : 'Top Position',
235     rel : 'Hubungan',
236     selectAnchor : 'Select an Anchor',
237     styles : 'Gaya',
238     tabIndex : 'Tab Index',
239     target : 'Sasaran',
240     targetFrame : '<frame>',
241     targetFrameName : 'Target Frame Name',
242     targetPopup : '<popup window>',
243     targetPopupName : 'Popup Window Name',
244     title : 'Tautan',
245     toAnchor : 'Link to anchor in the text',
246     toEmail : 'E-mail',
247     toUrl : 'URL',
248     toolbar : 'Tautan',
249     type : 'Link Type',
250     unlink : 'Unlink',
251     upload : 'Unggah'
252    },
253    justify : 
254    {
255     block : 'Rata kiri-kanan',
256     center : 'Pusat',
257     left : 'Align Left',
258     right : 'Align Right'
259    },
260    indent : 
261    {
262     indent : 'Tingkatkan Lekuk',
263     outdent : 'Kurangi Lekuk'
264    },
265    image : 
266    {
267     alt : 'Teks alternatif',
268     border : 'Batas',
269     btnUpload : 'Kirim ke Server',
270     button2Img : 'Do you want to transform the selected image button on a simple image?',
271     hSpace : 'HSpace',
272     img2Button : 'Apakah anda ingin mengubah gambar yang dipilih pada tombol gambar?',
273     infoTab : 'Info Gambar',
274     linkTab : 'Tautan',
275     lockRatio : 'Lock Ratio',
276     menu : 'Image Properties',
277     resetSize : 'Atur Ulang Ukuran',
278     title : 'Image Properties',
279     titleButton : 'Image Button Properties',
280     upload : 'Unggah',
281     urlMissing : 'Image source URL is missing.',
282     vSpace : 'VSpace',
283     validateBorder : 'Border harus berupa angka',
284     validateHSpace : 'HSpace harus berupa angka',
285     validateVSpace : 'VSpace must be a whole number.'
286    },
287    horizontalrule : 
288    {
289     toolbar : 'Sisip Garis Horisontal'
290    },
291    format : 
292    {
293     label : 'Bentuk',
294     panelTitle : 'Bentuk Paragraf',
295     tag_address : 'Alamat',
296     tag_div : 'Normal (DIV)',
297     tag_h1 : 'Heading 1',
298     tag_h2 : 'Heading 2',
299     tag_h3 : 'Heading 3',
300     tag_h4 : 'Heading 4',
301     tag_h5 : 'Heading 5',
302     tag_h6 : 'Heading 6',
303     tag_p : 'Normal',
304     tag_pre : 'Membentuk'
305    },
306    fakeobjects : 
307    {
308     anchor : 'Anchor',
309     flash : 'Animasi Flash',
310     hiddenfield : 'Kolom Tersembunyi',
311     iframe : 'IFrame',
312     unknown : 'Obyek Tak Dikenal'
313    },
314    elementspath : 
315    {
316     eleLabel : 'Elements path',
317     eleTitle : '%1 element'
318    },
319    div : 
320    {
321     IdInputLabel : 'Id',
322     advisoryTitleInputLabel : 'Penasehat Judul',
323     cssClassInputLabel : 'Kelas Stylesheet',
324     edit : 'Sunting Div',
325     inlineStyleInputLabel : 'Inline Style',
326     langDirLTRLabel : 'Kiri ke Kanan (LTR)',
327     langDirLabel : 'Arah Bahasa',
328     langDirRTLLabel : 'Kanan ke Kiri (RTL)',
329     languageCodeInputLabel : 'Kode Bahasa',
330     remove : 'Hapus Div',
331     styleSelectLabel : 'Gaya',
332     title : 'Ciptakan Wadah Div',
333     toolbar : 'Cipatakan Wadah Div'
334    },
335    contextmenu : 
336    {
337     options : 'Opsi Konteks Pilihan'
338    },
339    colorbutton : 
340    {
341     auto : 'Automatic',
342     bgColorTitle : 'Warna Latar Belakang',
343     colors : 
344     {
345          '000' : 'Hitam',
346          '800000' : 'Merah Tua',
347          '8B4513' : 'Saddle Brown',
348          '2F4F4F' : 'Dark Slate Gray',
349          '008080' : 'Teal',
350          '000080' : 'Navy',
351          '4B0082' : 'Indigo',
352          '696969' : 'Abu-abu Gelap',
353          B22222 : 'Merah Bata',
354          A52A2A : 'Coklat',
355          DAA520 : 'Golden Rod',
356          '006400' : 'Hijau Gelap',
357          '40E0D0' : 'Turquoise',
358          '0000CD' : 'Biru Sedang',
359          '800080' : 'Ungu',
360          '808080' : 'Abu-abu',
361          F00 : 'Merah',
362          FF8C00 : 'Jingga Gelap',
363          FFD700 : 'Emas',
364          '008000' : 'Hijau',
365          '0FF' : 'Cyan',
366          '00F' : 'Biru',
367          EE82EE : 'Violet',
368          A9A9A9 : 'Abu-abu Redup',
369          FFA07A : 'Salmon Cerah',
370          FFA500 : 'Jingga',
371          FFFF00 : 'Kuning',
372          '00FF00' : 'Jeruk Lemon',
373          AFEEEE : 'Biru Hijau Pucat',
374          ADD8E6 : 'Biru Cerah',
375          DDA0DD : 'Plum',
376          D3D3D3 : 'Abu-abu Cerah',
377          FFF0F5 : 'Lavender Blush',
378          FAEBD7 : 'Antique White',
379          FFFFE0 : 'Kuning Cerah',
380          F0FFF0 : 'Honeydew',
381          F0FFFF : 'Azure',
382          F0F8FF : 'Alice Blue',
383          E6E6FA : 'Lavender',
384          FFF : 'Putih'
385     },
386     more : 'Warna lainnya...',
387     panelTitle : 'Warna',
388     textColorTitle : 'Warna Teks'
389    },
390    clipboard : 
391    {
392     copy : 'Salin',
393     copyError : 'Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)',
394     cut : 'Potong',
395     cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
396     paste : 'Tempel',
397     pasteArea : 'Area Tempel',
398     pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
399     securityMsg : 'Karena pengaturan keamanan peramban anda, editor tida dapat mengakses data clipboard anda secara langsung. Anda harus mem-paste kembali pada halaman ini',
400     title : 'Tempel'
401    },
402    button : 
403    {
404     selectedLabel : '%1(Dipilih)'
405    },
406    blockquote : 
407    {
408     toolbar : 'Kutipan Blok'
409    },
410    basicstyles : 
411    {
412     bold : 'Huruf Tebal',
413     italic : 'Huruf Miring',
414     strike : 'Strikethrough',
415     subscript : 'Subscript',
416     superscript : 'Superscript',
417     underline : 'Garis Bawah'
418    },
419    about : 
420    {
421     copy : 'Hak cipta &copy; $1. All rights reserved.',
422     dlgTitle : 'Tentang CKEditor',
423     help : 'Cel $1 untuk bantuan.',
424     moreInfo : 'Untuk informasi lisensi silahkan kunjungi web site kami:',
425     title : 'Tentang CKEditor',
426     userGuide : 'Petunjuk Pengguna CKEditor'
427    },
428    editor : 'Rich Text Editor',
429    editorPanel : 'Panel Rich Text Editor',
430    common : 
431    {
432     editorHelp : 'Tekan ALT 0 untuk bantuan.',
433     browseServer : 'Jelajah Server',
434     url : 'URL',
435     protocol : 'Protokol',
436     upload : 'Unggah',
437     uploadSubmit : 'Kirim ke Server',
438     image : 'Gambar',
439     flash : 'Flash',
440     form : 'Formulir',
441     checkbox : 'Kotak Cek',
442     radio : 'Tombol Radio',
443     textField : 'Kolom Teks',
444     textarea : 'Area Teks',
445     hiddenField : 'Kolom Tersembunyi',
446     button : 'Tombol',
447     select : 'Kolom Seleksi',
448     imageButton : 'Tombol Gambar',
449     notSet : '<tidak diatur>',
450     id : 'Id',
451     name : 'Nama',
452     langDir : 'Arah Bahasa',
453     langDirLtr : 'Kiri ke Kanan (LTR)',
454     langDirRtl : 'Kanan ke Kiri',
455     langCode : 'Kode Bahasa',
456     longDescr : 'Deskripsi URL Panjang',
457     cssClass : 'Kelas Stylesheet',
458     advisoryTitle : 'Penasehat Judul',
459     cssStyle : 'Gaya',
460     ok : 'OK',
461     cancel : 'Batal',
462     close : 'Tutup',
463     preview : 'Pratinjau',
464     resize : 'Ubah ukuran',
465     generalTab : 'Umum',
466     advancedTab : 'Lebih Lanjut',
467     validateNumberFailed : 'Nilai ini tidak sebuah angka',
468     confirmNewPage : 'Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?',
469     confirmCancel : 'Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?',
470     options : 'Opsi',
471     target : 'Sasaran',
472     targetNew : 'Jendela Baru (_blank)',
473     targetTop : 'Laman Atas (_top)',
474     targetSelf : 'Jendela yang Sama (_self)',
475     targetParent : 'Jendela Induk (_parent)',
476     langDirLTR : 'Kiri ke Kanan (LTR)',
477     langDirRTL : 'Kanan ke Kiri (RTL)',
478     styles : 'Gaya',
479     cssClasses : 'Kelas Stylesheet',
480     width : 'Lebar',
481     height : 'Tinggi',
482     align : 'Penjajaran',
483     alignLeft : 'Kiri',
484     alignRight : 'Kanan',
485     alignCenter : 'Tengah',
486     alignJustify : 'Rata kiri-kanan',
487     alignTop : 'Atas',
488     alignMiddle : 'Tengah',
489     alignBottom : 'Bawah',
490     alignNone : 'Tidak ada',
491     invalidValue : 'Nilai tidak sah.',
492     invalidHeight : 'Tinggi harus sebuah angka.',
493     invalidWidth : 'Lebar harus sebuah angka.',
494     invalidCssLength : 'Nilai untuk "%1" harus sebuah angkat positif dengan atau tanpa pengukuran unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).',
495     invalidHtmlLength : 'Nilai yang dispesifikasian untuk kolom "%1" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.',
496     invalidInlineStyle : 'Nilai pada inline style merupakan pasangan nama dan nilai dengan format "nama : nilai", yang dipisahkan dengan titik dua.',
497     cssLengthTooltip : 'Masukkan sebuah angka untuk sebuah nilai dalam pixel atau sebuah angka dengan unit CSS yang sah (px, %, in, cm, mm, em, ex, pt, or pc).',
498     unavailable : '%1<span class="cke_accessibility">, tidak tersedia</span>',
499     keyboard : 
500     {
501          '8' : 'Backspace',
502          '13' : 'Enter',
503          '16' : 'Shift',
504          '17' : 'Ctrl',
505          '18' : 'Alt',
506          '32' : 'Spasi',
507          '35' : 'End',
508          '36' : 'Home',
509          '46' : 'Hapus',
510          '224' : 'Command'
511     },
512     keyboardShortcut : 'Pintasan Keyboard'
513    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map