Dotclear

source: plugins/dcCKEditor/js/ckeditor/lang/id.js @ 2741:014e6f1fedce

Revision 2741:014e6f1fedce, 19.8 KB checked in by Nicolas <nikrou77@…>, 11 years ago (diff)

Use non minified javascript files for ckeditor
Use release 4.3.0.
Todo: upgrade to last release available

Line 
1/*
2Copyright (c) 2003-2014, CKSource - Frederico Knabben. All rights reserved.
3For licensing, see LICENSE.html 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 : 'Editor toolbars'
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    smiley : 
133    {
134     options : 'Opsi Smiley',
135     title : 'Sisip sebuah Smiley',
136     toolbar : 'Smiley'
137    },
138    showblocks : 
139    {
140     toolbar : 'Perlihatkan Blok'
141    },
142    selectall : 
143    {
144     toolbar : 'Pilih Semua'
145    },
146    save : 
147    {
148     toolbar : 'Simpan'
149    },
150    removeformat : 
151    {
152     toolbar : 'Hapus Format'
153    },
154    print : 
155    {
156     toolbar : 'Cetak'
157    },
158    preview : 
159    {
160     preview : 'Pratinjau'
161    },
162    pastetext : 
163    {
164     button : 'Tempel sebagai teks polos',
165     title : 'Tempel sebagai Teks Polos'
166    },
167    pastefromword : 
168    {
169     confirmCleanup : 'Teks yang ingin anda tempel sepertinya di salin dari Word. Apakah anda mau membersihkannya sebelum menempel?',
170     error : 'Tidak mungkin membersihkan data yang ditempel dikerenakan kesalahan internal',
171     title : 'Tempel dari Word',
172     toolbar : 'Tempel dari Word'
173    },
174    pagebreak : 
175    {
176     alt : 'Halaman Istirahat',
177     toolbar : 'Sisip Halaman Istirahat untuk Pencetakan '
178    },
179    newpage : 
180    {
181     toolbar : 'Halaman Baru'
182    },
183    maximize : 
184    {
185     maximize : 'Memperbesar',
186     minimize : 'Memperkecil'
187    },
188    magicline : 
189    {
190     title : 'Masukkan paragraf disini'
191    },
192    liststyle : 
193    {
194     armenian : 'Armenian numbering',
195     bulletedTitle : 'Bulleted List Properties',
196     circle : 'Lingkaran',
197     decimal : 'Desimal (1, 2, 3, dst.)',
198     decimalLeadingZero : 'Desimal diawali angka nol (01, 02, 03, dst.)',
199     disc : 'Cakram',
200     georgian : 'Georgian numbering (an, ban, gan, etc.)',
201     lowerAlpha : 'Huruf Kecil (a, b, c, d, e, dst.)',
202     lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)',
203     lowerRoman : 'Angka Romawi (i, ii, iii, iv, v, dst.)',
204     none : 'Tidak ada',
205     notset : '<tidak diatur>',
206     numberedTitle : 'Numbered List Properties',
207     square : 'Persegi',
208     start : 'Mulai',
209     type : 'Tipe',
210     upperAlpha : 'Huruf Besar (A, B, C, D, E, dst.)',
211     upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)',
212     validateStartNumber : 'List start number must be a whole number.'
213    },
214    list : 
215    {
216     bulletedlist : 'Sisip/Hapus Daftar Bullet',
217     numberedlist : 'Sisip/Hapus Daftar Bernomor'
218    },
219    link : 
220    {
221     acccessKey : 'Access Key',
222     advanced : 'Advanced',
223     advisoryContentType : 'Advisory Content Type',
224     advisoryTitle : 'Penasehat Judul',
225     anchor : 
226     {
227          toolbar : 'Anchor',
228          menu : 'Edit Anchor',
229          title : 'Anchor Properties',
230          name : 'Anchor Name',
231          errorName : 'Please type the anchor name',
232          remove : 'Remove Anchor'
233     },
234     anchorId : 'By Element Id',
235     anchorName : 'By Anchor Name',
236     charset : 'Linked Resource Charset',
237     cssClasses : 'Kelas Stylesheet',
238     emailAddress : 'E-Mail Address',
239     emailBody : 'Message Body',
240     emailSubject : 'Message Subject',
241     id : 'Id',
242     info : 'Link Info',
243     langCode : 'Kode Bahasa',
244     langDir : 'Arah Bahasa',
245     langDirLTR : 'Kiri ke Kanan (LTR)',
246     langDirRTL : 'Kanan ke Kiri (RTL)',
247     menu : 'Edit Link',
248     name : 'Nama',
249     noAnchors : '(No anchors available in the document)',
250     noEmail : 'Please type the e-mail address',
251     noUrl : 'Please type the link URL',
252     other : '<other>',
253     popupDependent : 'Dependent (Netscape)',
254     popupFeatures : 'Popup Window Features',
255     popupFullScreen : 'Full Screen (IE)',
256     popupLeft : 'Left Position',
257     popupLocationBar : 'Location Bar',
258     popupMenuBar : 'Menu Bar',
259     popupResizable : 'Resizable',
260     popupScrollBars : 'Scroll Bars',
261     popupStatusBar : 'Status Bar',
262     popupToolbar : 'Toolbar',
263     popupTop : 'Top Position',
264     rel : 'Relationship',
265     selectAnchor : 'Select an Anchor',
266     styles : 'Gaya',
267     tabIndex : 'Tab Index',
268     target : 'Sasaran',
269     targetFrame : '<frame>',
270     targetFrameName : 'Target Frame Name',
271     targetPopup : '<popup window>',
272     targetPopupName : 'Popup Window Name',
273     title : 'Tautan',
274     toAnchor : 'Link to anchor in the text',
275     toEmail : 'E-mail',
276     toUrl : 'URL',
277     toolbar : 'Tautan',
278     type : 'Link Type',
279     unlink : 'Unlink',
280     upload : 'Unggah'
281    },
282    justify : 
283    {
284     block : 'Rata kiri-kanan',
285     center : 'Pusat',
286     left : 'Align Left',
287     right : 'Align Right'
288    },
289    indent : 
290    {
291     indent : 'Tingkatkan Lekuk',
292     outdent : 'Kurangi Lekuk'
293    },
294    image : 
295    {
296     alertUrl : 'Mohon tulis URL gambar',
297     alt : 'Teks alternatif',
298     border : 'Batas',
299     btnUpload : 'Kirim ke Server',
300     button2Img : 'Do you want to transform the selected image button on a simple image?',
301     hSpace : 'HSpace',
302     img2Button : 'Do you want to transform the selected image on a image button?',
303     infoTab : 'Info Gambar',
304     linkTab : 'Tautan',
305     lockRatio : 'Lock Ratio',
306     menu : 'Image Properties',
307     resetSize : 'Reset Size',
308     title : 'Image Properties',
309     titleButton : 'Image Button Properties',
310     upload : 'Unggah',
311     urlMissing : 'Image source URL is missing.',
312     vSpace : 'VSpace',
313     validateBorder : 'Border must be a whole number.',
314     validateHSpace : 'HSpace must be a whole number.',
315     validateVSpace : 'VSpace must be a whole number.'
316    },
317    iframe : 
318    {
319     border : 'Show frame border',
320     noUrl : 'Please type the iframe URL',
321     scrolling : 'Enable scrollbars',
322     title : 'IFrame Properties',
323     toolbar : 'IFrame'
324    },
325    horizontalrule : 
326    {
327     toolbar : 'Sisip Garis Horisontal'
328    },
329    forms : 
330    {
331     button : 
332     {
333          title : 'Button Properties',
334          text : 'Teks (Nilai)',
335          type : 'Tipe',
336          typeBtn : 'Tombol',
337          typeSbm : 'Menyerahkan',
338          typeRst : 'Reset'
339     },
340     checkboxAndRadio : 
341     {
342          checkboxTitle : 'Checkbox Properties',
343          radioTitle : 'Radio Button Properties',
344          value : 'Nilai',
345          selected : 'Terpilih'
346     },
347     form : 
348     {
349          title : 'Form Properties',
350          menu : 'Form Properties',
351          action : 'Aksi',
352          method : 'Metode',
353          encoding : 'Encoding'
354     },
355     hidden : 
356     {
357          title : 'Hidden Field Properties',
358          name : 'Nama',
359          value : 'Nilai'
360     },
361     select : 
362     {
363          title : 'Selection Field Properties',
364          selectInfo : 'Select Info',
365          opAvail : 'Available Options',
366          value : 'Nilai',
367          size : 'Ukuran',
368          lines : 'garis',
369          chkMulti : 'Izinkan pemilihan ganda',
370          opText : 'Teks',
371          opValue : 'Nilai',
372          btnAdd : 'Tambah',
373          btnModify : 'Modifikasi',
374          btnUp : 'Atas',
375          btnDown : 'Bawah',
376          btnSetValue : 'Set as selected value',
377          btnDelete : 'Hapus'
378     },
379     textarea : 
380     {
381          title : 'Textarea Properties',
382          cols : 'Kolom',
383          rows : 'Baris'
384     },
385     textfield : 
386     {
387          title : 'Text Field Properties',
388          name : 'Name',
389          value : 'Nilai',
390          charWidth : 'Character Width',
391          maxChars : 'Maximum Characters',
392          type : 'Tipe',
393          typeText : 'Teks',
394          typePass : 'Kata kunci',
395          typeEmail : 'Surel',
396          typeSearch : 'Cari',
397          typeTel : 'Nomor Telepon',
398          typeUrl : 'URL'
399     }
400    },
401    format : 
402    {
403     label : 'Bentuk',
404     panelTitle : 'Bentuk Paragraf',
405     tag_address : 'Alamat',
406     tag_div : 'Normal (DIV)',
407     tag_h1 : 'Heading 1',
408     tag_h2 : 'Heading 2',
409     tag_h3 : 'Heading 3',
410     tag_h4 : 'Heading 4',
411     tag_h5 : 'Heading 5',
412     tag_h6 : 'Heading 6',
413     tag_p : 'Normal',
414     tag_pre : 'Membentuk'
415    },
416    font : 
417    {
418     fontSize : 
419     {
420          label : 'Ukuran',
421          voiceLabel : 'Font Size',
422          panelTitle : 'Font Size'
423     },
424     label : 'Font',
425     panelTitle : 'Font Name',
426     voiceLabel : 'Font'
427    },
428    flash : 
429    {
430     access : 'Script Access',
431     accessAlways : 'Selalu',
432     accessNever : 'Tidak Pernah',
433     accessSameDomain : 'Domain yang sama',
434     alignAbsBottom : 'Abs Bottom',
435     alignAbsMiddle : 'Abs Middle',
436     alignBaseline : 'Dasar',
437     alignTextTop : 'Text Top',
438     bgcolor : 'Warna Latar Belakang',
439     chkFull : 'Izinkan Layar Penuh',
440     chkLoop : 'Loop',
441     chkMenu : 'Enable Flash Menu',
442     chkPlay : 'Mainkan Otomatis',
443     flashvars : 'Variables for Flash',
444     hSpace : 'HSpace',
445     properties : 'Flash Properties',
446     propertiesTab : 'Properti',
447     quality : 'Kualitas',
448     qualityAutoHigh : 'Tinggi Otomatis',
449     qualityAutoLow : 'Rendah Otomatis',
450     qualityBest : 'Terbaik',
451     qualityHigh : 'Tinggi',
452     qualityLow : 'Rendah',
453     qualityMedium : 'Sedang',
454     scale : 'Scale',
455     scaleAll : 'Perlihatkan semua',
456     scaleFit : 'Exact Fit',
457     scaleNoBorder : 'Tanpa Batas',
458     title : 'Flash Properties',
459     vSpace : 'VSpace',
460     validateHSpace : 'HSpace harus sebuah angka',
461     validateSrc : 'URL tidak boleh kosong',
462     validateVSpace : 'VSpace harus sebuah angka',
463     windowMode : 'Window mode',
464     windowModeOpaque : 'Opaque',
465     windowModeTransparent : 'Transparan',
466     windowModeWindow : 'Jendela'
467    },
468    find : 
469    {
470     find : 'Temukan',
471     findOptions : 'Opsi menemukan',
472     findWhat : 'Temukan apa:',
473     matchCase : 'Match case',
474     matchCyclic : 'Match cyclic',
475     matchWord : 'Match whole word',
476     notFoundMsg : 'The specified text was not found.',
477     replace : 'Ganti',
478     replaceAll : 'Ganti Semua',
479     replaceSuccessMsg : '%1 occurrence(s) replaced.',
480     replaceWith : 'Ganti dengan:',
481     title : 'Temukan dan Ganti'
482    },
483    fakeobjects : 
484    {
485     anchor : 'Anchor',
486     flash : 'Animasi Flash',
487     hiddenfield : 'Kolom Tersembunyi',
488     iframe : 'IFrame',
489     unknown : 'Obyek Tak Dikenal'
490    },
491    elementspath : 
492    {
493     eleLabel : 'Elements path',
494     eleTitle : '%1 element'
495    },
496    div : 
497    {
498     IdInputLabel : 'Id',
499     advisoryTitleInputLabel : 'Penasehat Judul',
500     cssClassInputLabel : 'Kelas Stylesheet',
501     edit : 'Sunting Div',
502     inlineStyleInputLabel : 'Inline Style',
503     langDirLTRLabel : 'Kiri ke Kanan (LTR)',
504     langDirLabel : 'Arah Bahasa',
505     langDirRTLLabel : 'Kanan ke Kiri (RTL)',
506     languageCodeInputLabel : 'Kode Bahasa',
507     remove : 'Hapus Div',
508     styleSelectLabel : 'Gaya',
509     title : 'Ciptakan Wadah Div',
510     toolbar : 'Cipatakan Wadah Div'
511    },
512    contextmenu : 
513    {
514     options : 'Opsi Konteks Pilihan'
515    },
516    colordialog : 
517    {
518     clear : 'Clear',
519     highlight : 'Highlight',
520     options : 'Color Options',
521     selected : 'Selected Color',
522     title : 'Select color'
523    },
524    colorbutton : 
525    {
526     auto : 'Automatic',
527     bgColorTitle : 'Warna Latar Belakang',
528     colors : 
529     {
530          '000' : 'Black',
531          '800000' : 'Maroon',
532          '8B4513' : 'Saddle Brown',
533          '2F4F4F' : 'Dark Slate Gray',
534          '008080' : 'Teal',
535          '000080' : 'Navy',
536          '4B0082' : 'Indigo',
537          '696969' : 'Dark Gray',
538          B22222 : 'Fire Brick',
539          A52A2A : 'Brown',
540          DAA520 : 'Golden Rod',
541          '006400' : 'Dark Green',
542          '40E0D0' : 'Turquoise',
543          '0000CD' : 'Medium Blue',
544          '800080' : 'Purple',
545          '808080' : 'Gray',
546          F00 : 'Red',
547          FF8C00 : 'Dark Orange',
548          FFD700 : 'Gold',
549          '008000' : 'Green',
550          '0FF' : 'Cyan',
551          '00F' : 'Blue',
552          EE82EE : 'Violet',
553          A9A9A9 : 'Dim Gray',
554          FFA07A : 'Light Salmon',
555          FFA500 : 'Orange',
556          FFFF00 : 'Yellow',
557          '00FF00' : 'Lime',
558          AFEEEE : 'Pale Turquoise',
559          ADD8E6 : 'Light Blue',
560          DDA0DD : 'Plum',
561          D3D3D3 : 'Light Grey',
562          FFF0F5 : 'Lavender Blush',
563          FAEBD7 : 'Antique White',
564          FFFFE0 : 'Light Yellow',
565          F0FFF0 : 'Honeydew',
566          F0FFFF : 'Azure',
567          F0F8FF : 'Alice Blue',
568          E6E6FA : 'Lavender',
569          FFF : 'White'
570     },
571     more : 'More Colors...',
572     panelTitle : 'Warna',
573     textColorTitle : 'Text Color'
574    },
575    clipboard : 
576    {
577     copy : 'Salin',
578     copyError : 'Pengaturan keamanan peramban anda tidak mengizinkan editor untuk mengeksekusi operasi menyalin secara otomatis. Mohon gunakan papan tuts (Ctrl/Cmd+C)',
579     cut : 'Potong',
580     cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).',
581     paste : 'Tempel',
582     pasteArea : 'Area Tempel',
583     pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK',
584     securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.',
585     title : 'Tempel'
586    },
587    blockquote : 
588    {
589     toolbar : 'Kutipan Blok'
590    },
591    bidi : 
592    {
593     ltr : 'Arah penulisan dari kiri ke kanan.',
594     rtl : 'Arah penulisan dari kanan ke kiri.'
595    },
596    basicstyles : 
597    {
598     bold : 'Huruf Tebal',
599     italic : 'Huruf Miring',
600     strike : 'Strike Through',
601     subscript : 'Subscript',
602     superscript : 'Superscript',
603     underline : 'Garis Bawah'
604    },
605    about : 
606    {
607     copy : 'Hak cipta &copy; $1. All rights reserved.',
608     dlgTitle : 'Tentang CKEditor',
609     help : 'Cel $1 untuk bantuan.',
610     moreInfo : 'Untuk informasi lisensi silahkan kunjungi web site kami:',
611     title : 'Tentang CKEditor',
612     userGuide : 'Petunjuk Pengguna CKEditor'
613    },
614    editor : 'Rich Text Editor',
615    editorPanel : 'Rich Text Editor panel',
616    common : 
617    {
618     editorHelp : 'Tekan ALT 0 untuk bantuan.',
619     browseServer : 'Jelajah Server',
620     url : 'URL',
621     protocol : 'Protokol',
622     upload : 'Unggah',
623     uploadSubmit : 'Kirim ke Server',
624     image : 'Gambar',
625     flash : 'Flash',
626     form : 'Formulir',
627     checkbox : 'Kotak Cek',
628     radio : 'Tombol Radio',
629     textField : 'Kolom Teks',
630     textarea : 'Area Teks',
631     hiddenField : 'Kolom Tersembunyi',
632     button : 'Tombol',
633     select : 'Kolom Seleksi',
634     imageButton : 'Tombol Gambar',
635     notSet : '<tidak diatur>',
636     id : 'Id',
637     name : 'Nama',
638     langDir : 'Arah Bahasa',
639     langDirLtr : 'Kiri ke Kanan (LTR)',
640     langDirRtl : 'Kanan ke Kiri',
641     langCode : 'Kode Bahasa',
642     longDescr : 'Deskripsi URL Panjang',
643     cssClass : 'Kelas Stylesheet',
644     advisoryTitle : 'Penasehat Judul',
645     cssStyle : 'Gaya',
646     ok : 'OK',
647     cancel : 'Batal',
648     close : 'Tutup',
649     preview : 'Pratinjau',
650     resize : 'Ubah ukuran',
651     generalTab : 'Umum',
652     advancedTab : 'Advanced',
653     validateNumberFailed : 'Nilai ini tidak sebuah angka',
654     confirmNewPage : 'Semua perubahan yang tidak disimpan di konten ini akan hilang. Apakah anda yakin ingin memuat halaman baru?',
655     confirmCancel : 'Beberapa opsi telah berubah. Apakah anda yakin ingin menutup dialog?',
656     options : 'Opsi',
657     target : 'Sasaran',
658     targetNew : 'Jendela Baru (_blank)',
659     targetTop : 'Topmost Window (_top)',
660     targetSelf : 'Jendela yang Sama (_self)',
661     targetParent : 'Parent Window (_parent)',
662     langDirLTR : 'Kiri ke Kanan (LTR)',
663     langDirRTL : 'Kanan ke Kiri (RTL)',
664     styles : 'Gaya',
665     cssClasses : 'Kelas Stylesheet',
666     width : 'Lebar',
667     height : 'Tinggi',
668     align : 'Penjajaran',
669     alignLeft : 'Kiri',
670     alignRight : 'Kanan',
671     alignCenter : 'Tengah',
672     alignTop : 'Atas',
673     alignMiddle : 'Tengah',
674     alignBottom : 'Bawah',
675     invalidValue : 'Nilai tidak sah.',
676     invalidHeight : 'Tinggi harus sebuah angka.',
677     invalidWidth : 'Lebar harus sebuah angka.',
678     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).',
679     invalidHtmlLength : 'Nilai yang dispesifikasian untuk kolom "%1" harus sebuah angka positif dengan atau tanpa sebuah unit pengukuran HTML (px atau %) yang valid.',
680     invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.',
681     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).',
682     unavailable : '%1<span class="cke_accessibility">, tidak tersedia</span>'
683    } } 
Note: See TracBrowser for help on using the repository browser.

Sites map