Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/id.js @ 3175:afe5925b419c

Revision 3175:afe5925b419c, 15.4 KB checked in by franck <carnet.franck.paul@…>, 10 years ago (diff)

Update CKEditor from 4.5.1 to 4.5.8

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     emailAddress : 'Alamat E-mail',
208     emailBody : 'Message Body',
209     emailSubject : 'Judul Pesan',
210     id : 'Id',
211     info : 'Link Info',
212     langCode : 'Kode Bahasa',
213     langDir : 'Arah Bahasa',
214     langDirLTR : 'Kiri ke Kanan (LTR)',
215     langDirRTL : 'Kanan ke Kiri (RTL)',
216     menu : 'Sunting Tautan',
217     name : 'Nama',
218     noAnchors : '(No anchors available in the document)',
219     noEmail : 'Silahkan ketikkan alamat e-mail',
220     noUrl : 'Silahkan ketik URL tautan',
221     other : '<lainnya>',
222     popupDependent : 'Dependent (Netscape)',
223     popupFeatures : 'Popup Window Features',
224     popupFullScreen : 'Full Screen (IE)',
225     popupLeft : 'Left Position',
226     popupLocationBar : 'Location Bar',
227     popupMenuBar : 'Menu Bar',
228     popupResizable : 'Resizable',
229     popupScrollBars : 'Scroll Bars',
230     popupStatusBar : 'Status Bar',
231     popupToolbar : 'Toolbar',
232     popupTop : 'Top Position',
233     rel : 'Hubungan',
234     selectAnchor : 'Select an Anchor',
235     styles : 'Gaya',
236     tabIndex : 'Tab Index',
237     target : 'Sasaran',
238     targetFrame : '<frame>',
239     targetFrameName : 'Target Frame Name',
240     targetPopup : '<popup window>',
241     targetPopupName : 'Popup Window Name',
242     title : 'Tautan',
243     toAnchor : 'Link to anchor in the text',
244     toEmail : 'E-mail',
245     toUrl : 'URL',
246     toolbar : 'Tautan',
247     type : 'Link Type',
248     unlink : 'Unlink',
249     upload : 'Unggah'
250    },
251    justify : 
252    {
253     block : 'Rata kiri-kanan',
254     center : 'Pusat',
255     left : 'Align Left',
256     right : 'Align Right'
257    },
258    indent : 
259    {
260     indent : 'Tingkatkan Lekuk',
261     outdent : 'Kurangi Lekuk'
262    },
263    image : 
264    {
265     alt : 'Teks alternatif',
266     border : 'Batas',
267     btnUpload : 'Kirim ke Server',
268     button2Img : 'Do you want to transform the selected image button on a simple image?',
269     hSpace : 'HSpace',
270     img2Button : 'Apakah anda ingin mengubah gambar yang dipilih pada tombol gambar?',
271     infoTab : 'Info Gambar',
272     linkTab : 'Tautan',
273     lockRatio : 'Lock Ratio',
274     menu : 'Image Properties',
275     resetSize : 'Atur Ulang Ukuran',
276     title : 'Image Properties',
277     titleButton : 'Image Button Properties',
278     upload : 'Unggah',
279     urlMissing : 'Image source URL is missing.',
280     vSpace : 'VSpace',
281     validateBorder : 'Border harus berupa angka',
282     validateHSpace : 'HSpace harus berupa angka',
283     validateVSpace : 'VSpace must be a whole number.'
284    },
285    horizontalrule : 
286    {
287     toolbar : 'Sisip Garis Horisontal'
288    },
289    format : 
290    {
291     label : 'Bentuk',
292     panelTitle : 'Bentuk Paragraf',
293     tag_address : 'Alamat',
294     tag_div : 'Normal (DIV)',
295     tag_h1 : 'Heading 1',
296     tag_h2 : 'Heading 2',
297     tag_h3 : 'Heading 3',
298     tag_h4 : 'Heading 4',
299     tag_h5 : 'Heading 5',
300     tag_h6 : 'Heading 6',
301     tag_p : 'Normal',
302     tag_pre : 'Membentuk'
303    },
304    fakeobjects : 
305    {
306     anchor : 'Anchor',
307     flash : 'Animasi Flash',
308     hiddenfield : 'Kolom Tersembunyi',
309     iframe : 'IFrame',
310     unknown : 'Obyek Tak Dikenal'
311    },
312    elementspath : 
313    {
314     eleLabel : 'Elements path',
315     eleTitle : '%1 element'
316    },
317    div : 
318    {
319     IdInputLabel : 'Id',
320     advisoryTitleInputLabel : 'Penasehat Judul',
321     cssClassInputLabel : 'Kelas Stylesheet',
322     edit : 'Sunting Div',
323     inlineStyleInputLabel : 'Inline Style',
324     langDirLTRLabel : 'Kiri ke Kanan (LTR)',
325     langDirLabel : 'Arah Bahasa',
326     langDirRTLLabel : 'Kanan ke Kiri (RTL)',
327     languageCodeInputLabel : 'Kode Bahasa',
328     remove : 'Hapus Div',
329     styleSelectLabel : 'Gaya',
330     title : 'Ciptakan Wadah Div',
331     toolbar : 'Cipatakan Wadah Div'
332    },
333    contextmenu : 
334    {
335     options : 'Opsi Konteks Pilihan'
336    },
337    colorbutton : 
338    {
339     auto : 'Automatic',
340     bgColorTitle : 'Warna Latar Belakang',
341     colors : 
342     {
343          '000' : 'Hitam',
344          '800000' : 'Merah Tua',
345          '8B4513' : 'Saddle Brown',
346          '2F4F4F' : 'Dark Slate Gray',
347          '008080' : 'Teal',
348          '000080' : 'Navy',
349          '4B0082' : 'Indigo',
350          '696969' : 'Abu-abu Gelap',
351          B22222 : 'Merah Bata',
352          A52A2A : 'Coklat',
353          DAA520 : 'Golden Rod',
354          '006400' : 'Hijau Gelap',
355          '40E0D0' : 'Turquoise',
356          '0000CD' : 'Biru Sedang',
357          '800080' : 'Ungu',
358          '808080' : 'Abu-abu',
359          F00 : 'Merah',
360          FF8C00 : 'Jingga Gelap',
361          FFD700 : 'Emas',
362          '008000' : 'Hijau',
363          '0FF' : 'Cyan',
364          '00F' : 'Biru',
365          EE82EE : 'Violet',
366          A9A9A9 : 'Abu-abu Redup',
367          FFA07A : 'Salmon Cerah',
368          FFA500 : 'Jingga',
369          FFFF00 : 'Kuning',
370          '00FF00' : 'Jeruk Lemon',
371          AFEEEE : 'Biru Hijau Pucat',
372          ADD8E6 : 'Biru Cerah',
373          DDA0DD : 'Plum',
374          D3D3D3 : 'Abu-abu Cerah',
375          FFF0F5 : 'Lavender Blush',
376          FAEBD7 : 'Antique White',
377          FFFFE0 : 'Kuning Cerah',
378          F0FFF0 : 'Honeydew',
379          F0FFFF : 'Azure',
380          F0F8FF : 'Alice Blue',
381          E6E6FA : 'Lavender',
382          FFF : 'Putih'
383     },
384     more : 'Warna lainnya...',
385     panelTitle : 'Warna',
386     textColorTitle : 'Warna Teks'
387    },
388    clipboard : 
389    {
390     copy : 'Salin',
391     copyError : 'Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)',
392     cut : 'Potong',
393     cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
394     paste : 'Tempel',
395     pasteArea : 'Area Tempel',
396     pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
397     securityMsg : 'Karena pengaturan keamanan peramban anda, editor tida dapat mengakses data clipboard anda secara langsung. Anda harus mem-paste kembali pada halaman ini',
398     title : 'Tempel'
399    },
400    button : 
401    {
402     selectedLabel : '%1(Dipilih)'
403    },
404    blockquote : 
405    {
406     toolbar : 'Kutipan Blok'
407    },
408    basicstyles : 
409    {
410     bold : 'Huruf Tebal',
411     italic : 'Huruf Miring',
412     strike : 'Strikethrough',
413     subscript : 'Subscript',
414     superscript : 'Superscript',
415     underline : 'Garis Bawah'
416    },
417    about : 
418    {
419     copy : 'Hak cipta &copy; $1. All rights reserved.',
420     dlgTitle : 'Tentang CKEditor',
421     help : 'Cel $1 untuk bantuan.',
422     moreInfo : 'Untuk informasi lisensi silahkan kunjungi web site kami:',
423     title : 'Tentang CKEditor',
424     userGuide : 'Petunjuk Pengguna CKEditor'
425    },
426    editor : 'Rich Text Editor',
427    editorPanel : 'Rich Text Editor panel',
428    common : 
429    {
430     editorHelp : 'Tekan ALT 0 untuk bantuan.',
431     browseServer : 'Jelajah Server',
432     url : 'URL',
433     protocol : 'Protokol',
434     upload : 'Unggah',
435     uploadSubmit : 'Kirim ke Server',
436     image : 'Gambar',
437     flash : 'Flash',
438     form : 'Formulir',
439     checkbox : 'Kotak Cek',
440     radio : 'Tombol Radio',
441     textField : 'Kolom Teks',
442     textarea : 'Area Teks',
443     hiddenField : 'Kolom Tersembunyi',
444     button : 'Tombol',
445     select : 'Kolom Seleksi',
446     imageButton : 'Tombol Gambar',
447     notSet : '<tidak diatur>',
448     id : 'Id',
449     name : 'Nama',
450     langDir : 'Arah Bahasa',
451     langDirLtr : 'Kiri ke Kanan (LTR)',
452     langDirRtl : 'Kanan ke Kiri',
453     langCode : 'Kode Bahasa',
454     longDescr : 'Deskripsi URL Panjang',
455     cssClass : 'Kelas Stylesheet',
456     advisoryTitle : 'Penasehat Judul',
457     cssStyle : 'Gaya',
458     ok : 'OK',
459     cancel : 'Batal',
460     close : 'Tutup',
461     preview : 'Pratinjau',
462     resize : 'Ubah ukuran',
463     generalTab : 'Umum',
464     advancedTab : 'Advanced',
465     validateNumberFailed : 'Nilai ini tidak sebuah angka',
466     confirmNewPage : 'Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?',
467     confirmCancel : 'Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?',
468     options : 'Opsi',
469     target : 'Sasaran',
470     targetNew : 'Jendela Baru (_blank)',
471     targetTop : 'Topmost Window (_top)',
472     targetSelf : 'Jendela yang Sama (_self)',
473     targetParent : 'Parent Window (_parent)',
474     langDirLTR : 'Kiri ke Kanan (LTR)',
475     langDirRTL : 'Kanan ke Kiri (RTL)',
476     styles : 'Gaya',
477     cssClasses : 'Kelas Stylesheet',
478     width : 'Lebar',
479     height : 'Tinggi',
480     align : 'Penjajaran',
481     alignLeft : 'Kiri',
482     alignRight : 'Kanan',
483     alignCenter : 'Tengah',
484     alignJustify : 'Rata kiri-kanan',
485     alignTop : 'Atas',
486     alignMiddle : 'Tengah',
487     alignBottom : 'Bawah',
488     alignNone : 'None',
489     invalidValue : 'Nilai tidak sah.',
490     invalidHeight : 'Tinggi harus sebuah angka.',
491     invalidWidth : 'Lebar harus sebuah angka.',
492     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).',
493     invalidHtmlLength : 'Nilai yang dispesifikasian untuk kolom "%1" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.',
494     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
495     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).',
496     unavailable : '%1<span class="cke_accessibility">, tidak tersedia</span>'
497    } }; 
Note: See TracBrowser for help on using the repository browser.

Sites map