Nation Notes module contributed by Z&H Healthcare.
[openemr.git] / library / custom_template / ckeditor / _source / lang / ms.js
blob77d7043d3910c2f9baff0c323c8251affd417626
1 /*
2 Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.
3 For licensing, see LICENSE.html or http://ckeditor.com/license
4 */
6 /**
7  * @fileOverview Defines the {@link CKEDITOR.lang} object, for the
8  * Malay language.
9  */
11 /**#@+
12    @type String
13    @example
16 /**
17  * Constains the dictionary of language entries.
18  * @namespace
19  */
20 CKEDITOR.lang['ms'] =
22         /**
23          * The language reading direction. Possible values are "rtl" for
24          * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right
25          * languages (like English).
26          * @default 'ltr'
27          */
28         dir : 'ltr',
30         /*
31          * Screenreader titles. Please note that screenreaders are not always capable
32          * of reading non-English words. So be careful while translating it.
33          */
34         editorTitle : 'Context', //JACOB
36         // ARIA descriptions.
37         toolbar : 'Toolbar', // MISSING
38         editor  : 'Rich Text Editor', // MISSING
40         // Toolbar buttons without dialogs.
41         source                  : 'Sumber',
42         newPage                 : 'Helaian Baru',
43         save                    : 'Simpan',
44         preview                 : 'Prebiu',
45         cut                             : 'Potong',
46         copy                    : 'Salin',
47         paste                   : 'Tampal',
48         print                   : 'Cetak',
49         underline               : 'Underline',
50         bold                    : 'Bold',
51         italic                  : 'Italic',
52         selectAll               : 'Pilih Semua',
53         removeFormat    : 'Buang Format',
54         strike                  : 'Strike Through',
55         subscript               : 'Subscript',
56         superscript             : 'Superscript',
57         horizontalrule  : 'Masukkan Garisan Membujur',
58         pagebreak               : 'Insert Page Break for Printing', // MISSING
59         pagebreakAlt            : 'Page Break', // MISSING
60         unlink                  : 'Buang Sambungan',
61         undo                    : 'Batalkan',
62         redo                    : 'Ulangkan',
64         // Common messages and labels.
65         common :
66         {
67                 browseServer    : 'Browse Server',
68                 url                             : 'URL',
69                 protocol                : 'Protokol',
70                 upload                  : 'Muat Naik',
71                 uploadSubmit    : 'Hantar ke Server',
72                 image                   : 'Gambar',
73                 flash                   : 'Flash', // MISSING
74                 form                    : 'Borang',
75                 checkbox                : 'Checkbox',
76                 radio                   : 'Butang Radio',
77                 textField               : 'Text Field',
78                 textarea                : 'Textarea',
79                 hiddenField             : 'Field Tersembunyi',
80                 button                  : 'Butang',
81                 select                  : 'Field Pilihan',
82                 imageButton             : 'Butang Bergambar',
83                 notSet                  : '<tidak di set>',
84                 id                              : 'Id',
85                 name                    : 'Nama',
86                 langDir                 : 'Arah Tulisan',
87                 langDirLtr              : 'Kiri ke Kanan (LTR)',
88                 langDirRtl              : 'Kanan ke Kiri (RTL)',
89                 langCode                : 'Kod Bahasa',
90                 longDescr               : 'Butiran Panjang URL',
91                 cssClass                : 'Kelas-kelas Stylesheet',
92                 advisoryTitle   : 'Tajuk Makluman',
93                 cssStyle                : 'Stail',
94                 ok                              : 'OK',
95                 cancel                  : 'Batal',
96                 close                   : 'Close', // MISSING
97                 preview                 : 'Preview', // MISSING
98                 generalTab              : 'General', // MISSING
99                 advancedTab             : 'Advanced',
100                 validateNumberFailed : 'This value is not a number.', // MISSING
101                 confirmNewPage  : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', // MISSING
102                 confirmCancel   : 'Some of the options have been changed. Are you sure to close the dialog?', // MISSING
103                 options                 : 'Options', // MISSING
104                 target                  : 'Target', // MISSING
105                 targetNew               : 'New Window (_blank)', // MISSING
106                 targetTop               : 'Topmost Window (_top)', // MISSING
107                 targetSelf              : 'Same Window (_self)', // MISSING
108                 targetParent    : 'Parent Window (_parent)', // MISSING
109                 langDirLTR              : 'Left to Right (LTR)', // MISSING
110                 langDirRTL              : 'Right to Left (RTL)', // MISSING
111                 styles                  : 'Style', // MISSING
112                 cssClasses              : 'Stylesheet Classes', // MISSING
113                 width                   : 'Lebar',
114                 height                  : 'Tinggi',
115                 align                   : 'Jajaran',
116                 alignLeft               : 'Kiri',
117                 alignRight              : 'Kanan',
118                 alignCenter             : 'Tengah',
119                 alignTop                : 'Atas',
120                 alignMiddle             : 'Pertengahan',
121                 alignBottom             : 'Bawah',
122                 invalidHeight   : 'Height must be a number.', // MISSING
123                 invalidWidth    : 'Width must be a number.', // MISSING
125                 // Put the voice-only part of the label in the span.
126                 unavailable             : '%1<span class="cke_accessibility">, unavailable</span>' // MISSING
127         },
129         contextmenu :
130         {
131                 options : 'Context Menu Options' // MISSING
132         },
134         // Special char dialog.
135         specialChar             :
136         {
137                 toolbar         : 'Masukkan Huruf Istimewa',
138                 title           : 'Sila pilih huruf istimewa',
139                 options : 'Special Character Options' // MISSING
140         },
142         // Link dialog.
143         link :
144         {
145                 toolbar         : 'Masukkan/Sunting Sambungan',
146                 other           : '<lain>',
147                 menu            : 'Sunting Sambungan',
148                 title           : 'Sambungan',
149                 info            : 'Butiran Sambungan',
150                 target          : 'Sasaran',
151                 upload          : 'Muat Naik',
152                 advanced        : 'Advanced',
153                 type            : 'Jenis Sambungan',
154                 toUrl           : 'URL', // MISSING
155                 toAnchor        : 'Pautan dalam muka surat ini',
156                 toEmail         : 'E-Mail',
157                 targetFrame             : '<bingkai>',
158                 targetPopup             : '<tetingkap popup>',
159                 targetFrameName : 'Nama Bingkai Sasaran',
160                 targetPopupName : 'Nama Tetingkap Popup',
161                 popupFeatures   : 'Ciri Tetingkap Popup',
162                 popupResizable  : 'Resizable', // MISSING
163                 popupStatusBar  : 'Bar Status',
164                 popupLocationBar: 'Bar Lokasi',
165                 popupToolbar    : 'Toolbar',
166                 popupMenuBar    : 'Bar Menu',
167                 popupFullScreen : 'Skrin Penuh (IE)',
168                 popupScrollBars : 'Bar-bar skrol',
169                 popupDependent  : 'Bergantungan (Netscape)',
170                 popupLeft               : 'Posisi Kiri',
171                 popupTop                : 'Posisi Atas',
172                 id                              : 'Id', // MISSING
173                 langDir                 : 'Arah Tulisan',
174                 langDirLTR              : 'Kiri ke Kanan (LTR)',
175                 langDirRTL              : 'Kanan ke Kiri (RTL)',
176                 acccessKey              : 'Kunci Akses',
177                 name                    : 'Nama',
178                 langCode                : 'Arah Tulisan',
179                 tabIndex                : 'Indeks Tab ',
180                 advisoryTitle   : 'Tajuk Makluman',
181                 advisoryContentType     : 'Jenis Kandungan Makluman',
182                 cssClasses              : 'Kelas-kelas Stylesheet',
183                 charset                 : 'Linked Resource Charset',
184                 styles                  : 'Stail',
185                 selectAnchor    : 'Sila pilih pautan',
186                 anchorName              : 'dengan menggunakan nama pautan',
187                 anchorId                : 'dengan menggunakan ID elemen',
188                 emailAddress    : 'Alamat E-Mail',
189                 emailSubject    : 'Subjek Mesej',
190                 emailBody               : 'Isi Kandungan Mesej',
191                 noAnchors               : '(Tiada pautan terdapat dalam dokumen ini)',
192                 noUrl                   : 'Sila taip sambungan URL',
193                 noEmail                 : 'Sila taip alamat e-mail'
194         },
196         // Anchor dialog
197         anchor :
198         {
199                 toolbar         : 'Masukkan/Sunting Pautan',
200                 menu            : 'Ciri-ciri Pautan',
201                 title           : 'Ciri-ciri Pautan',
202                 name            : 'Nama Pautan',
203                 errorName       : 'Sila taip nama pautan'
204         },
206         // List style dialog
207         list:
208         {
209                 numberedTitle           : 'Numbered List Properties', // MISSING
210                 bulletedTitle           : 'Bulleted List Properties', // MISSING
211                 type                            : 'Type', // MISSING
212                 start                           : 'Start', // MISSING
213                 validateStartNumber                             :'List start number must be a whole number.', // MISSING
214                 circle                          : 'Circle', // MISSING
215                 disc                            : 'Disc', // MISSING
216                 square                          : 'Square', // MISSING
217                 none                            : 'None', // MISSING
218                 notset                          : '<not set>', // MISSING
219                 armenian                        : 'Armenian numbering', // MISSING
220                 georgian                        : 'Georgian numbering (an, ban, gan, etc.)', // MISSING
221                 lowerRoman                      : 'Lower Roman (i, ii, iii, iv, v, etc.)', // MISSING
222                 upperRoman                      : 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
223                 lowerAlpha                      : 'Lower Alpha (a, b, c, d, e, etc.)', // MISSING
224                 upperAlpha                      : 'Upper Alpha (A, B, C, D, E, etc.)', // MISSING
225                 lowerGreek                      : 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
226                 decimal                         : 'Decimal (1, 2, 3, etc.)', // MISSING
227                 decimalLeadingZero      : 'Decimal leading zero (01, 02, 03, etc.)' // MISSING
228         },
230         // Find And Replace Dialog
231         findAndReplace :
232         {
233                 title                           : 'Find and Replace', // MISSING
234                 find                            : 'Cari',
235                 replace                         : 'Ganti',
236                 findWhat                        : 'Perkataan yang dicari:',
237                 replaceWith                     : 'Diganti dengan:',
238                 notFoundMsg                     : 'Text yang dicari tidak dijumpai.',
239                 matchCase                       : 'Padanan case huruf',
240                 matchWord                       : 'Padana Keseluruhan perkataan',
241                 matchCyclic                     : 'Match cyclic', // MISSING
242                 replaceAll                      : 'Ganti semua',
243                 replaceSuccessMsg       : '%1 occurrence(s) replaced.' // MISSING
244         },
246         // Table Dialog
247         table :
248         {
249                 toolbar         : 'Jadual',
250                 title           : 'Ciri-ciri Jadual',
251                 menu            : 'Ciri-ciri Jadual',
252                 deleteTable     : 'Delete Table', // MISSING
253                 rows            : 'Barisan',
254                 columns         : 'Jaluran',
255                 border          : 'Saiz Border',
256                 widthPx         : 'piksel-piksel',
257                 widthPc         : 'peratus',
258                 widthUnit       : 'width unit', // MISSING
259                 cellSpace       : 'Ruangan Antara Sel',
260                 cellPad         : 'Tambahan Ruang Sel',
261                 caption         : 'Keterangan',
262                 summary         : 'Summary', // MISSING
263                 headers         : 'Headers', // MISSING
264                 headersNone             : 'None', // MISSING
265                 headersColumn   : 'First column', // MISSING
266                 headersRow              : 'First Row', // MISSING
267                 headersBoth             : 'Both', // MISSING
268                 invalidRows             : 'Number of rows must be a number greater than 0.', // MISSING
269                 invalidCols             : 'Number of columns must be a number greater than 0.', // MISSING
270                 invalidBorder   : 'Border size must be a number.', // MISSING
271                 invalidWidth    : 'Table width must be a number.', // MISSING
272                 invalidHeight   : 'Table height must be a number.', // MISSING
273                 invalidCellSpacing      : 'Cell spacing must be a number.', // MISSING
274                 invalidCellPadding      : 'Cell padding must be a number.', // MISSING
276                 cell :
277                 {
278                         menu                    : 'Cell', // MISSING
279                         insertBefore    : 'Insert Cell Before', // MISSING
280                         insertAfter             : 'Insert Cell After', // MISSING
281                         deleteCell              : 'Buangkan Sel-sel',
282                         merge                   : 'Cantumkan Sel-sel',
283                         mergeRight              : 'Merge Right', // MISSING
284                         mergeDown               : 'Merge Down', // MISSING
285                         splitHorizontal : 'Split Cell Horizontally', // MISSING
286                         splitVertical   : 'Split Cell Vertically', // MISSING
287                         title                   : 'Cell Properties', // MISSING
288                         cellType                : 'Cell Type', // MISSING
289                         rowSpan                 : 'Rows Span', // MISSING
290                         colSpan                 : 'Columns Span', // MISSING
291                         wordWrap                : 'Word Wrap', // MISSING
292                         hAlign                  : 'Horizontal Alignment', // MISSING
293                         vAlign                  : 'Vertical Alignment', // MISSING
294                         alignBaseline   : 'Baseline', // MISSING
295                         bgColor                 : 'Background Color', // MISSING
296                         borderColor             : 'Border Color', // MISSING
297                         data                    : 'Data', // MISSING
298                         header                  : 'Header', // MISSING
299                         yes                             : 'Yes', // MISSING
300                         no                              : 'No', // MISSING
301                         invalidWidth    : 'Cell width must be a number.', // MISSING
302                         invalidHeight   : 'Cell height must be a number.', // MISSING
303                         invalidRowSpan  : 'Rows span must be a whole number.', // MISSING
304                         invalidColSpan  : 'Columns span must be a whole number.', // MISSING
305                         chooseColor             : 'Choose' // MISSING
306                 },
308                 row :
309                 {
310                         menu                    : 'Row', // MISSING
311                         insertBefore    : 'Insert Row Before', // MISSING
312                         insertAfter             : 'Insert Row After', // MISSING
313                         deleteRow               : 'Buangkan Baris'
314                 },
316                 column :
317                 {
318                         menu                    : 'Column', // MISSING
319                         insertBefore    : 'Insert Column Before', // MISSING
320                         insertAfter             : 'Insert Column After', // MISSING
321                         deleteColumn    : 'Buangkan Lajur'
322                 }
323         },
325         // Button Dialog.
326         button :
327         {
328                 title           : 'Ciri-ciri Butang',
329                 text            : 'Teks (Nilai)',
330                 type            : 'Jenis',
331                 typeBtn         : 'Button', // MISSING
332                 typeSbm         : 'Submit', // MISSING
333                 typeRst         : 'Reset' // MISSING
334         },
336         // Checkbox and Radio Button Dialogs.
337         checkboxAndRadio :
338         {
339                 checkboxTitle : 'Ciri-ciri Checkbox',
340                 radioTitle      : 'Ciri-ciri Butang Radio',
341                 value           : 'Nilai',
342                 selected        : 'Dipilih'
343         },
345         // Form Dialog.
346         form :
347         {
348                 title           : 'Ciri-ciri Borang',
349                 menu            : 'Ciri-ciri Borang',
350                 action          : 'Tindakan borang',
351                 method          : 'Cara borang dihantar',
352                 encoding        : 'Encoding' // MISSING
353         },
355         // Select Field Dialog.
356         select :
357         {
358                 title           : 'Ciri-ciri Selection Field',
359                 selectInfo      : 'Select Info', // MISSING
360                 opAvail         : 'Pilihan sediada',
361                 value           : 'Nilai',
362                 size            : 'Saiz',
363                 lines           : 'garisan',
364                 chkMulti        : 'Benarkan pilihan pelbagai',
365                 opText          : 'Teks',
366                 opValue         : 'Nilai',
367                 btnAdd          : 'Tambah Pilihan',
368                 btnModify       : 'Ubah Pilihan',
369                 btnUp           : 'Naik ke atas',
370                 btnDown         : 'Turun ke bawah',
371                 btnSetValue : 'Set sebagai nilai terpilih',
372                 btnDelete       : 'Padam'
373         },
375         // Textarea Dialog.
376         textarea :
377         {
378                 title           : 'Ciri-ciri Textarea',
379                 cols            : 'Lajur',
380                 rows            : 'Baris'
381         },
383         // Text Field Dialog.
384         textfield :
385         {
386                 title           : 'Ciri-ciri Text Field',
387                 name            : 'Nama',
388                 value           : 'Nilai',
389                 charWidth       : 'Lebar isian',
390                 maxChars        : 'Isian Maksimum',
391                 type            : 'Jenis',
392                 typeText        : 'Teks',
393                 typePass        : 'Kata Laluan'
394         },
396         // Hidden Field Dialog.
397         hidden :
398         {
399                 title   : 'Ciri-ciri Field Tersembunyi',
400                 name    : 'Nama',
401                 value   : 'Nilai'
402         },
404         // Image Dialog.
405         image :
406         {
407                 title           : 'Ciri-ciri Imej',
408                 titleButton     : 'Ciri-ciri Butang Bergambar',
409                 menu            : 'Ciri-ciri Imej',
410                 infoTab         : 'Info Imej',
411                 btnUpload       : 'Hantar ke Server',
412                 upload          : 'Muat Naik',
413                 alt                     : 'Text Alternatif',
414                 lockRatio       : 'Tetapkan Nisbah',
415                 unlockRatio     : 'Unlock Ratio', // MISSING
416                 resetSize       : 'Saiz Set Semula',
417                 border          : 'Border',
418                 hSpace          : 'Ruang Melintang',
419                 vSpace          : 'Ruang Menegak',
420                 alertUrl        : 'Sila taip URL untuk fail gambar',
421                 linkTab         : 'Sambungan',
422                 button2Img      : 'Do you want to transform the selected image button on a simple image?', // MISSING
423                 img2Button      : 'Do you want to transform the selected image on a image button?', // MISSING
424                 urlMissing      : 'Image source URL is missing.', // MISSING
425                 validateBorder  : 'Border must be a whole number.', // MISSING
426                 validateHSpace  : 'HSpace must be a whole number.', // MISSING
427                 validateVSpace  : 'VSpace must be a whole number.' // MISSING
428         },
430         // Flash Dialog
431         flash :
432         {
433                 properties              : 'Flash Properties', // MISSING
434                 propertiesTab   : 'Properties', // MISSING
435                 title                   : 'Flash Properties', // MISSING
436                 chkPlay                 : 'Auto Play', // MISSING
437                 chkLoop                 : 'Loop', // MISSING
438                 chkMenu                 : 'Enable Flash Menu', // MISSING
439                 chkFull                 : 'Allow Fullscreen', // MISSING
440                 scale                   : 'Scale', // MISSING
441                 scaleAll                : 'Show all', // MISSING
442                 scaleNoBorder   : 'No Border', // MISSING
443                 scaleFit                : 'Exact Fit', // MISSING
444                 access                  : 'Script Access', // MISSING
445                 accessAlways    : 'Always', // MISSING
446                 accessSameDomain: 'Same domain', // MISSING
447                 accessNever             : 'Never', // MISSING
448                 alignAbsBottom  : 'Bawah Mutlak',
449                 alignAbsMiddle  : 'Pertengahan Mutlak',
450                 alignBaseline   : 'Garis Dasar',
451                 alignTextTop    : 'Atas Text',
452                 quality                 : 'Quality', // MISSING
453                 qualityBest             : 'Best', // MISSING
454                 qualityHigh             : 'High', // MISSING
455                 qualityAutoHigh : 'Auto High', // MISSING
456                 qualityMedium   : 'Medium', // MISSING
457                 qualityAutoLow  : 'Auto Low', // MISSING
458                 qualityLow              : 'Low', // MISSING
459                 windowModeWindow: 'Window', // MISSING
460                 windowModeOpaque: 'Opaque', // MISSING
461                 windowModeTransparent : 'Transparent', // MISSING
462                 windowMode              : 'Window mode', // MISSING
463                 flashvars               : 'Variables for Flash', // MISSING
464                 bgcolor                 : 'Warna Latarbelakang',
465                 hSpace                  : 'Ruang Melintang',
466                 vSpace                  : 'Ruang Menegak',
467                 validateSrc             : 'Sila taip sambungan URL',
468                 validateHSpace  : 'HSpace must be a number.', // MISSING
469                 validateVSpace  : 'VSpace must be a number.' // MISSING
470         },
472         // Speller Pages Dialog
473         spellCheck :
474         {
475                 toolbar                 : 'Semak Ejaan',
476                 title                   : 'Spell Check', // MISSING
477                 notAvailable    : 'Sorry, but service is unavailable now.', // MISSING
478                 errorLoading    : 'Error loading application service host: %s.', // MISSING
479                 notInDic                : 'Tidak terdapat didalam kamus',
480                 changeTo                : 'Tukarkan kepada',
481                 btnIgnore               : 'Biar',
482                 btnIgnoreAll    : 'Biarkan semua',
483                 btnReplace              : 'Ganti',
484                 btnReplaceAll   : 'Gantikan Semua',
485                 btnUndo                 : 'Batalkan',
486                 noSuggestions   : '- Tiada cadangan -',
487                 progress                : 'Pemeriksaan ejaan sedang diproses...',
488                 noMispell               : 'Pemeriksaan ejaan siap: Tiada salah ejaan',
489                 noChanges               : 'Pemeriksaan ejaan siap: Tiada perkataan diubah',
490                 oneChange               : 'Pemeriksaan ejaan siap: Satu perkataan telah diubah',
491                 manyChanges             : 'Pemeriksaan ejaan siap: %1 perkataan diubah',
492                 ieSpellDownload : 'Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?'
493         },
495         smiley :
496         {
497                 toolbar : 'Smiley',
498                 title   : 'Masukkan Smiley',
499                 options : 'Smiley Options' // MISSING
500         },
502         elementsPath :
503         {
504                 eleLabel : 'Elements path', // MISSING
505                 eleTitle : '%1 element' // MISSING
506         },
508         numberedlist    : 'Senarai bernombor',
509         bulletedlist    : 'Senarai tidak bernombor',
510         indent                  : 'Tambahkan Inden',
511         outdent                 : 'Kurangkan Inden',
513         justify :
514         {
515                 left    : 'Jajaran Kiri',
516                 center  : 'Jajaran Tengah',
517                 right   : 'Jajaran Kanan',
518                 block   : 'Jajaran Blok'
519         },
521         blockquote : 'Block Quote', // MISSING
523         clipboard :
524         {
525                 title           : 'Tampal',
526                 cutError        : 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).',
527                 copyError       : 'Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).',
528                 pasteMsg        : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', // MISSING
529                 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.', // MISSING
530                 pasteArea       : 'Paste Area' // MISSING
531         },
533         pastefromword :
534         {
535                 confirmCleanup  : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', // MISSING
536                 toolbar                 : 'Tampal dari Word',
537                 title                   : 'Tampal dari Word',
538                 error                   : 'It was not possible to clean up the pasted data due to an internal error' // MISSING
539         },
541         pasteText :
542         {
543                 button  : 'Tampal sebagai text biasa',
544                 title   : 'Tampal sebagai text biasa'
545         },
547         templates :
548         {
549                 button                  : 'Templat',
550                 title                   : 'Templat Kandungan',
551                 options : 'Template Options', // MISSING
552                 insertOption    : 'Replace actual contents', // MISSING
553                 selectPromptMsg : 'Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):',
554                 emptyListMsg    : '(Tiada Templat Disimpan)'
555         },
557         showBlocks : 'Show Blocks', // MISSING
559         stylesCombo :
560         {
561                 label           : 'Stail',
562                 panelTitle      : 'Formatting Styles', // MISSING
563                 panelTitle1     : 'Block Styles', // MISSING
564                 panelTitle2     : 'Inline Styles', // MISSING
565                 panelTitle3     : 'Object Styles' // MISSING
566         },
568         format :
569         {
570                 label           : 'Format',
571                 panelTitle      : 'Format',
573                 tag_p           : 'Normal',
574                 tag_pre         : 'Telah Diformat',
575                 tag_address     : 'Alamat',
576                 tag_h1          : 'Heading 1',
577                 tag_h2          : 'Heading 2',
578                 tag_h3          : 'Heading 3',
579                 tag_h4          : 'Heading 4',
580                 tag_h5          : 'Heading 5',
581                 tag_h6          : 'Heading 6',
582                 tag_div         : 'Perenggan (DIV)'
583         },
585         div :
586         {
587                 title                           : 'Create Div Container', // MISSING
588                 toolbar                         : 'Create Div Container', // MISSING
589                 cssClassInputLabel      : 'Stylesheet Classes', // MISSING
590                 styleSelectLabel        : 'Style', // MISSING
591                 IdInputLabel            : 'Id', // MISSING
592                 languageCodeInputLabel  : ' Language Code', // MISSING
593                 inlineStyleInputLabel   : 'Inline Style', // MISSING
594                 advisoryTitleInputLabel : 'Advisory Title', // MISSING
595                 langDirLabel            : 'Language Direction', // MISSING
596                 langDirLTRLabel         : 'Left to Right (LTR)', // MISSING
597                 langDirRTLLabel         : 'Right to Left (RTL)', // MISSING
598                 edit                            : 'Edit Div', // MISSING
599                 remove                          : 'Remove Div' // MISSING
600         },
602         iframe :
603         {
604                 title           : 'IFrame Properties', // MISSING
605                 toolbar         : 'IFrame', // MISSING
606                 noUrl           : 'Please type the iframe URL', // MISSING
607                 scrolling       : 'Enable scrollbars', // MISSING
608                 border          : 'Show frame border' // MISSING
609         },
611         font :
612         {
613                 label           : 'Font',
614                 voiceLabel      : 'Font', // MISSING
615                 panelTitle      : 'Font'
616         },
618         fontSize :
619         {
620                 label           : 'Saiz',
621                 voiceLabel      : 'Font Size', // MISSING
622                 panelTitle      : 'Saiz'
623         },
625         colorButton :
626         {
627                 textColorTitle  : 'Warna Text',
628                 bgColorTitle    : 'Warna Latarbelakang',
629                 panelTitle              : 'Colors', // MISSING
630                 auto                    : 'Otomatik',
631                 more                    : 'Warna lain-lain...'
632         },
634         colors :
635         {
636                 '000' : 'Black', // MISSING
637                 '800000' : 'Maroon', // MISSING
638                 '8B4513' : 'Saddle Brown', // MISSING
639                 '2F4F4F' : 'Dark Slate Gray', // MISSING
640                 '008080' : 'Teal', // MISSING
641                 '000080' : 'Navy', // MISSING
642                 '4B0082' : 'Indigo', // MISSING
643                 '696969' : 'Dark Gray', // MISSING
644                 'B22222' : 'Fire Brick', // MISSING
645                 'A52A2A' : 'Brown', // MISSING
646                 'DAA520' : 'Golden Rod', // MISSING
647                 '006400' : 'Dark Green', // MISSING
648                 '40E0D0' : 'Turquoise', // MISSING
649                 '0000CD' : 'Medium Blue', // MISSING
650                 '800080' : 'Purple', // MISSING
651                 '808080' : 'Gray', // MISSING
652                 'F00' : 'Red', // MISSING
653                 'FF8C00' : 'Dark Orange', // MISSING
654                 'FFD700' : 'Gold', // MISSING
655                 '008000' : 'Green', // MISSING
656                 '0FF' : 'Cyan', // MISSING
657                 '00F' : 'Blue', // MISSING
658                 'EE82EE' : 'Violet', // MISSING
659                 'A9A9A9' : 'Dim Gray', // MISSING
660                 'FFA07A' : 'Light Salmon', // MISSING
661                 'FFA500' : 'Orange', // MISSING
662                 'FFFF00' : 'Yellow', // MISSING
663                 '00FF00' : 'Lime', // MISSING
664                 'AFEEEE' : 'Pale Turquoise', // MISSING
665                 'ADD8E6' : 'Light Blue', // MISSING
666                 'DDA0DD' : 'Plum', // MISSING
667                 'D3D3D3' : 'Light Grey', // MISSING
668                 'FFF0F5' : 'Lavender Blush', // MISSING
669                 'FAEBD7' : 'Antique White', // MISSING
670                 'FFFFE0' : 'Light Yellow', // MISSING
671                 'F0FFF0' : 'Honeydew', // MISSING
672                 'F0FFFF' : 'Azure', // MISSING
673                 'F0F8FF' : 'Alice Blue', // MISSING
674                 'E6E6FA' : 'Lavender', // MISSING
675                 'FFF' : 'White' // MISSING
676         },
678         scayt :
679         {
680                 title                   : 'Spell Check As You Type', // MISSING
681                 opera_title             : 'Not supported by Opera', // MISSING
682                 enable                  : 'Enable SCAYT', // MISSING
683                 disable                 : 'Disable SCAYT', // MISSING
684                 about                   : 'About SCAYT', // MISSING
685                 toggle                  : 'Toggle SCAYT', // MISSING
686                 options                 : 'Options', // MISSING
687                 langs                   : 'Languages', // MISSING
688                 moreSuggestions : 'More suggestions', // MISSING
689                 ignore                  : 'Ignore', // MISSING
690                 ignoreAll               : 'Ignore All', // MISSING
691                 addWord                 : 'Add Word', // MISSING
692                 emptyDic                : 'Dictionary name should not be empty.', // MISSING
694                 optionsTab              : 'Options', // MISSING
695                 allCaps                 : 'Ignore All-Caps Words', // MISSING
696                 ignoreDomainNames : 'Ignore Domain Names', // MISSING
697                 mixedCase               : 'Ignore Words with Mixed Case', // MISSING
698                 mixedWithDigits : 'Ignore Words with Numbers', // MISSING
700                 languagesTab    : 'Languages', // MISSING
702                 dictionariesTab : 'Dictionaries', // MISSING
703                 dic_field_name  : 'Dictionary name', // MISSING
704                 dic_create              : 'Create', // MISSING
705                 dic_restore             : 'Restore', // MISSING
706                 dic_delete              : 'Delete', // MISSING
707                 dic_rename              : 'Rename', // MISSING
708                 dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.', // MISSING
710                 aboutTab                : 'About' // MISSING
711         },
713         about :
714         {
715                 title           : 'About CKEditor', // MISSING
716                 dlgTitle        : 'About CKEditor', // MISSING
717                 moreInfo        : 'For licensing information please visit our web site:', // MISSING
718                 copy            : 'Copyright &copy; $1. All rights reserved.' // MISSING
719         },
721         maximize : 'Maximize', // MISSING
722         minimize : 'Minimize', // MISSING
724         fakeobjects :
725         {
726                 anchor          : 'Anchor', // MISSING
727                 flash           : 'Flash Animation', // MISSING
728                 iframe          : 'IFrame', // MISSING
729                 hiddenfield     : 'Hidden Field', // MISSING
730                 unknown         : 'Unknown Object' // MISSING
731         },
733         resize : 'Drag to resize', // MISSING
735         colordialog :
736         {
737                 title           : 'Select color', // MISSING
738                 options :       'Color Options', // MISSING
739                 highlight       : 'Highlight', // MISSING
740                 selected        : 'Selected Color', // MISSING
741                 clear           : 'Clear' // MISSING
742         },
744         toolbarCollapse : 'Collapse Toolbar', // MISSING
745         toolbarExpand   : 'Expand Toolbar', // MISSING
747         bidi :
748         {
749                 ltr : 'Text direction from left to right', // MISSING
750                 rtl : 'Text direction from right to left' // MISSING
751         }