[2738] | 1 | /* |
---|
[3175] | 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. |
---|
[2962] | 3 | For licensing, see LICENSE.md or http://ckeditor.com/license |
---|
[2741] | 4 | */ |
---|
| 5 | CKEDITOR.lang['ms'] = { |
---|
| 6 | undo : |
---|
| 7 | { |
---|
| 8 | redo : 'Ulangkan', |
---|
| 9 | undo : 'Batalkan' |
---|
| 10 | }, |
---|
| 11 | toolbar : |
---|
| 12 | { |
---|
| 13 | toolbarCollapse : 'Collapse Toolbar', |
---|
| 14 | toolbarExpand : 'Expand Toolbar', |
---|
| 15 | toolbarGroups : |
---|
| 16 | { |
---|
| 17 | document : 'Document', |
---|
| 18 | clipboard : 'Clipboard/Undo', |
---|
| 19 | editing : 'Editing', |
---|
| 20 | forms : 'Forms', |
---|
| 21 | basicstyles : 'Basic Styles', |
---|
| 22 | paragraph : 'Paragraph', |
---|
| 23 | links : 'Links', |
---|
| 24 | insert : 'Insert', |
---|
| 25 | styles : 'Styles', |
---|
| 26 | colors : 'Colors', |
---|
| 27 | tools : 'Tools' |
---|
| 28 | }, |
---|
| 29 | toolbars : 'Editor toolbars' |
---|
| 30 | }, |
---|
| 31 | templates : |
---|
| 32 | { |
---|
| 33 | button : 'Templat', |
---|
| 34 | emptyListMsg : '(Tiada Templat Disimpan)', |
---|
| 35 | insertOption : 'Replace actual contents', |
---|
| 36 | options : 'Template Options', |
---|
| 37 | selectPromptMsg : 'Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):', |
---|
| 38 | title : 'Templat Kandungan' |
---|
| 39 | }, |
---|
| 40 | table : |
---|
| 41 | { |
---|
| 42 | border : 'Saiz Border', |
---|
| 43 | caption : 'Keterangan', |
---|
| 44 | cell : |
---|
| 45 | { |
---|
| 46 | menu : 'Cell', |
---|
| 47 | insertBefore : 'Insert Cell Before', |
---|
| 48 | insertAfter : 'Insert Cell After', |
---|
| 49 | deleteCell : 'Buangkan Sel-sel', |
---|
| 50 | merge : 'Cantumkan Sel-sel', |
---|
| 51 | mergeRight : 'Merge Right', |
---|
| 52 | mergeDown : 'Merge Down', |
---|
| 53 | splitHorizontal : 'Split Cell Horizontally', |
---|
| 54 | splitVertical : 'Split Cell Vertically', |
---|
| 55 | title : 'Cell Properties', |
---|
| 56 | cellType : 'Cell Type', |
---|
| 57 | rowSpan : 'Rows Span', |
---|
| 58 | colSpan : 'Columns Span', |
---|
| 59 | wordWrap : 'Word Wrap', |
---|
| 60 | hAlign : 'Horizontal Alignment', |
---|
| 61 | vAlign : 'Vertical Alignment', |
---|
| 62 | alignBaseline : 'Baseline', |
---|
| 63 | bgColor : 'Background Color', |
---|
| 64 | borderColor : 'Border Color', |
---|
| 65 | data : 'Data', |
---|
| 66 | header : 'Header', |
---|
| 67 | yes : 'Yes', |
---|
| 68 | no : 'No', |
---|
| 69 | invalidWidth : 'Cell width must be a number.', |
---|
| 70 | invalidHeight : 'Cell height must be a number.', |
---|
| 71 | invalidRowSpan : 'Rows span must be a whole number.', |
---|
| 72 | invalidColSpan : 'Columns span must be a whole number.', |
---|
| 73 | chooseColor : 'Choose' |
---|
| 74 | }, |
---|
| 75 | cellPad : 'Tambahan Ruang Sel', |
---|
| 76 | cellSpace : 'Ruangan Antara Sel', |
---|
| 77 | column : |
---|
| 78 | { |
---|
| 79 | menu : 'Column', |
---|
| 80 | insertBefore : 'Insert Column Before', |
---|
| 81 | insertAfter : 'Insert Column After', |
---|
| 82 | deleteColumn : 'Buangkan Lajur' |
---|
| 83 | }, |
---|
| 84 | columns : 'Jaluran', |
---|
| 85 | deleteTable : 'Delete Table', |
---|
| 86 | headers : 'Headers', |
---|
| 87 | headersBoth : 'Both', |
---|
| 88 | headersColumn : 'First column', |
---|
| 89 | headersNone : 'None', |
---|
| 90 | headersRow : 'First Row', |
---|
| 91 | invalidBorder : 'Border size must be a number.', |
---|
| 92 | invalidCellPadding : 'Cell padding must be a positive number.', |
---|
| 93 | invalidCellSpacing : 'Cell spacing must be a positive number.', |
---|
| 94 | invalidCols : 'Number of columns must be a number greater than 0.', |
---|
| 95 | invalidHeight : 'Table height must be a number.', |
---|
| 96 | invalidRows : 'Number of rows must be a number greater than 0.', |
---|
| 97 | invalidWidth : 'Table width must be a number.', |
---|
| 98 | menu : 'Ciri-ciri Jadual', |
---|
| 99 | row : |
---|
| 100 | { |
---|
| 101 | menu : 'Row', |
---|
| 102 | insertBefore : 'Insert Row Before', |
---|
| 103 | insertAfter : 'Insert Row After', |
---|
| 104 | deleteRow : 'Buangkan Baris' |
---|
| 105 | }, |
---|
| 106 | rows : 'Barisan', |
---|
| 107 | summary : 'Summary', |
---|
| 108 | title : 'Ciri-ciri Jadual', |
---|
| 109 | toolbar : 'Jadual', |
---|
| 110 | widthPc : 'peratus', |
---|
| 111 | widthPx : 'piksel-piksel', |
---|
| 112 | widthUnit : 'width unit' |
---|
| 113 | }, |
---|
| 114 | stylescombo : |
---|
| 115 | { |
---|
| 116 | label : 'Stail', |
---|
| 117 | panelTitle : 'Formatting Styles', |
---|
| 118 | panelTitle1 : 'Block Styles', |
---|
| 119 | panelTitle2 : 'Inline Styles', |
---|
| 120 | panelTitle3 : 'Object Styles' |
---|
| 121 | }, |
---|
| 122 | specialchar : |
---|
| 123 | { |
---|
| 124 | options : 'Special Character Options', |
---|
| 125 | title : 'Sila pilih huruf istimewa', |
---|
| 126 | toolbar : 'Masukkan Huruf Istimewa' |
---|
| 127 | }, |
---|
| 128 | sourcearea : |
---|
| 129 | { |
---|
| 130 | toolbar : 'Sumber' |
---|
| 131 | }, |
---|
| 132 | removeformat : |
---|
| 133 | { |
---|
| 134 | toolbar : 'Buang Format' |
---|
| 135 | }, |
---|
| 136 | print : |
---|
| 137 | { |
---|
| 138 | toolbar : 'Cetak' |
---|
| 139 | }, |
---|
| 140 | pastetext : |
---|
| 141 | { |
---|
| 142 | button : 'Tampal sebagai text biasa', |
---|
| 143 | title : 'Tampal sebagai text biasa' |
---|
| 144 | }, |
---|
| 145 | pastefromword : |
---|
| 146 | { |
---|
| 147 | confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', |
---|
| 148 | error : 'It was not possible to clean up the pasted data due to an internal error', |
---|
| 149 | title : 'Tampal dari Word', |
---|
| 150 | toolbar : 'Tampal dari Word' |
---|
| 151 | }, |
---|
| 152 | maximize : |
---|
| 153 | { |
---|
| 154 | maximize : 'Maximize', |
---|
| 155 | minimize : 'Minimize' |
---|
| 156 | }, |
---|
| 157 | magicline : |
---|
| 158 | { |
---|
| 159 | title : 'Insert paragraph here' |
---|
| 160 | }, |
---|
| 161 | liststyle : |
---|
| 162 | { |
---|
| 163 | armenian : 'Armenian numbering', |
---|
| 164 | bulletedTitle : 'Bulleted List Properties', |
---|
| 165 | circle : 'Circle', |
---|
| 166 | decimal : 'Decimal (1, 2, 3, etc.)', |
---|
| 167 | decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)', |
---|
| 168 | disc : 'Disc', |
---|
| 169 | georgian : 'Georgian numbering (an, ban, gan, etc.)', |
---|
| 170 | lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', |
---|
| 171 | lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', |
---|
| 172 | lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', |
---|
| 173 | none : 'None', |
---|
| 174 | notset : '<not set>', |
---|
| 175 | numberedTitle : 'Numbered List Properties', |
---|
| 176 | square : 'Square', |
---|
| 177 | start : 'Start', |
---|
| 178 | type : 'Type', |
---|
| 179 | upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', |
---|
| 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 : 'Senarai tidak bernombor', |
---|
| 186 | numberedlist : 'Senarai bernombor' |
---|
| 187 | }, |
---|
| 188 | link : |
---|
| 189 | { |
---|
| 190 | acccessKey : 'Kunci Akses', |
---|
| 191 | advanced : 'Advanced', |
---|
| 192 | advisoryContentType : 'Jenis Kandungan Makluman', |
---|
| 193 | advisoryTitle : 'Tajuk Makluman', |
---|
| 194 | anchor : |
---|
| 195 | { |
---|
| 196 | toolbar : 'Masukkan/Sunting Pautan', |
---|
| 197 | menu : 'Ciri-ciri Pautan', |
---|
| 198 | title : 'Ciri-ciri Pautan', |
---|
| 199 | name : 'Nama Pautan', |
---|
| 200 | errorName : 'Sila taip nama pautan', |
---|
| 201 | remove : 'Remove Anchor' |
---|
| 202 | }, |
---|
| 203 | anchorId : 'dengan menggunakan ID elemen', |
---|
| 204 | anchorName : 'dengan menggunakan nama pautan', |
---|
| 205 | charset : 'Linked Resource Charset', |
---|
| 206 | cssClasses : 'Kelas-kelas Stylesheet', |
---|
[3339] | 207 | displayText : 'Display Text', |
---|
[2741] | 208 | emailAddress : 'Alamat E-Mail', |
---|
| 209 | emailBody : 'Isi Kandungan Mesej', |
---|
| 210 | emailSubject : 'Subjek Mesej', |
---|
| 211 | id : 'Id', |
---|
| 212 | info : 'Butiran Sambungan', |
---|
| 213 | langCode : 'Arah Tulisan', |
---|
| 214 | langDir : 'Arah Tulisan', |
---|
| 215 | langDirLTR : 'Kiri ke Kanan (LTR)', |
---|
| 216 | langDirRTL : 'Kanan ke Kiri (RTL)', |
---|
| 217 | menu : 'Sunting Sambungan', |
---|
| 218 | name : 'Nama', |
---|
| 219 | noAnchors : '(Tiada pautan terdapat dalam dokumen ini)', |
---|
| 220 | noEmail : 'Sila taip alamat e-mail', |
---|
| 221 | noUrl : 'Sila taip sambungan URL', |
---|
| 222 | other : '<lain>', |
---|
| 223 | popupDependent : 'Bergantungan (Netscape)', |
---|
| 224 | popupFeatures : 'Ciri Tetingkap Popup', |
---|
| 225 | popupFullScreen : 'Skrin Penuh (IE)', |
---|
| 226 | popupLeft : 'Posisi Kiri', |
---|
| 227 | popupLocationBar : 'Bar Lokasi', |
---|
| 228 | popupMenuBar : 'Bar Menu', |
---|
| 229 | popupResizable : 'Resizable', |
---|
| 230 | popupScrollBars : 'Bar-bar skrol', |
---|
| 231 | popupStatusBar : 'Bar Status', |
---|
| 232 | popupToolbar : 'Toolbar', |
---|
| 233 | popupTop : 'Posisi Atas', |
---|
| 234 | rel : 'Relationship', |
---|
| 235 | selectAnchor : 'Sila pilih pautan', |
---|
| 236 | styles : 'Stail', |
---|
| 237 | tabIndex : 'Indeks Tab ', |
---|
| 238 | target : 'Sasaran', |
---|
| 239 | targetFrame : '<bingkai>', |
---|
| 240 | targetFrameName : 'Nama Bingkai Sasaran', |
---|
| 241 | targetPopup : '<tetingkap popup>', |
---|
| 242 | targetPopupName : 'Nama Tetingkap Popup', |
---|
| 243 | title : 'Sambungan', |
---|
| 244 | toAnchor : 'Pautan dalam muka surat ini', |
---|
| 245 | toEmail : 'E-Mail', |
---|
| 246 | toUrl : 'URL', |
---|
| 247 | toolbar : 'Masukkan/Sunting Sambungan', |
---|
| 248 | type : 'Jenis Sambungan', |
---|
| 249 | unlink : 'Buang Sambungan', |
---|
| 250 | upload : 'Muat Naik' |
---|
| 251 | }, |
---|
| 252 | justify : |
---|
| 253 | { |
---|
| 254 | block : 'Jajaran Blok', |
---|
| 255 | center : 'Jajaran Tengah', |
---|
| 256 | left : 'Jajaran Kiri', |
---|
| 257 | right : 'Jajaran Kanan' |
---|
| 258 | }, |
---|
| 259 | indent : |
---|
| 260 | { |
---|
| 261 | indent : 'Tambahkan Inden', |
---|
| 262 | outdent : 'Kurangkan Inden' |
---|
| 263 | }, |
---|
| 264 | image : |
---|
| 265 | { |
---|
| 266 | alt : 'Text Alternatif', |
---|
| 267 | border : 'Border', |
---|
| 268 | btnUpload : 'Hantar ke Server', |
---|
| 269 | button2Img : 'Do you want to transform the selected image button on a simple image?', |
---|
| 270 | hSpace : 'Ruang Melintang', |
---|
| 271 | img2Button : 'Do you want to transform the selected image on a image button?', |
---|
| 272 | infoTab : 'Info Imej', |
---|
| 273 | linkTab : 'Sambungan', |
---|
| 274 | lockRatio : 'Tetapkan Nisbah', |
---|
| 275 | menu : 'Ciri-ciri Imej', |
---|
| 276 | resetSize : 'Saiz Set Semula', |
---|
| 277 | title : 'Ciri-ciri Imej', |
---|
| 278 | titleButton : 'Ciri-ciri Butang Bergambar', |
---|
| 279 | upload : 'Muat Naik', |
---|
| 280 | urlMissing : 'Image source URL is missing.', |
---|
| 281 | vSpace : 'Ruang Menegak', |
---|
| 282 | validateBorder : 'Border must be a whole number.', |
---|
| 283 | validateHSpace : 'HSpace must be a whole number.', |
---|
| 284 | validateVSpace : 'VSpace must be a whole number.' |
---|
| 285 | }, |
---|
| 286 | horizontalrule : |
---|
| 287 | { |
---|
| 288 | toolbar : 'Masukkan Garisan Membujur' |
---|
| 289 | }, |
---|
| 290 | format : |
---|
| 291 | { |
---|
| 292 | label : 'Format', |
---|
| 293 | panelTitle : 'Format', |
---|
| 294 | tag_address : 'Alamat', |
---|
| 295 | tag_div : 'Perenggan (DIV)', |
---|
| 296 | tag_h1 : 'Heading 1', |
---|
| 297 | tag_h2 : 'Heading 2', |
---|
| 298 | tag_h3 : 'Heading 3', |
---|
| 299 | tag_h4 : 'Heading 4', |
---|
| 300 | tag_h5 : 'Heading 5', |
---|
| 301 | tag_h6 : 'Heading 6', |
---|
| 302 | tag_p : 'Normal', |
---|
| 303 | tag_pre : 'Telah Diformat' |
---|
| 304 | }, |
---|
| 305 | fakeobjects : |
---|
| 306 | { |
---|
| 307 | anchor : 'Anchor', |
---|
| 308 | flash : 'Flash Animation', |
---|
| 309 | hiddenfield : 'Hidden Field', |
---|
| 310 | iframe : 'IFrame', |
---|
| 311 | unknown : 'Unknown Object' |
---|
| 312 | }, |
---|
| 313 | elementspath : |
---|
| 314 | { |
---|
| 315 | eleLabel : 'Elements path', |
---|
| 316 | eleTitle : '%1 element' |
---|
| 317 | }, |
---|
| 318 | div : |
---|
| 319 | { |
---|
| 320 | IdInputLabel : 'Id', |
---|
| 321 | advisoryTitleInputLabel : 'Advisory Title', |
---|
| 322 | cssClassInputLabel : 'Stylesheet Classes', |
---|
| 323 | edit : 'Edit Div', |
---|
| 324 | inlineStyleInputLabel : 'Inline Style', |
---|
| 325 | langDirLTRLabel : 'Left to Right (LTR)', |
---|
| 326 | langDirLabel : 'Language Direction', |
---|
| 327 | langDirRTLLabel : 'Right to Left (RTL)', |
---|
| 328 | languageCodeInputLabel : ' Language Code', |
---|
| 329 | remove : 'Remove Div', |
---|
| 330 | styleSelectLabel : 'Style', |
---|
| 331 | title : 'Create Div Container', |
---|
| 332 | toolbar : 'Create Div Container' |
---|
| 333 | }, |
---|
| 334 | contextmenu : |
---|
| 335 | { |
---|
| 336 | options : 'Context Menu Options' |
---|
| 337 | }, |
---|
| 338 | colorbutton : |
---|
| 339 | { |
---|
| 340 | auto : 'Otomatik', |
---|
| 341 | bgColorTitle : 'Warna Latarbelakang', |
---|
| 342 | colors : |
---|
| 343 | { |
---|
| 344 | '000' : 'Black', |
---|
| 345 | '800000' : 'Maroon', |
---|
| 346 | '8B4513' : 'Saddle Brown', |
---|
| 347 | '2F4F4F' : 'Dark Slate Gray', |
---|
| 348 | '008080' : 'Teal', |
---|
| 349 | '000080' : 'Navy', |
---|
| 350 | '4B0082' : 'Indigo', |
---|
| 351 | '696969' : 'Dark Gray', |
---|
| 352 | B22222 : 'Fire Brick', |
---|
| 353 | A52A2A : 'Brown', |
---|
| 354 | DAA520 : 'Golden Rod', |
---|
| 355 | '006400' : 'Dark Green', |
---|
| 356 | '40E0D0' : 'Turquoise', |
---|
| 357 | '0000CD' : 'Medium Blue', |
---|
| 358 | '800080' : 'Purple', |
---|
| 359 | '808080' : 'Gray', |
---|
| 360 | F00 : 'Red', |
---|
| 361 | FF8C00 : 'Dark Orange', |
---|
| 362 | FFD700 : 'Gold', |
---|
| 363 | '008000' : 'Green', |
---|
| 364 | '0FF' : 'Cyan', |
---|
| 365 | '00F' : 'Blue', |
---|
| 366 | EE82EE : 'Violet', |
---|
| 367 | A9A9A9 : 'Dim Gray', |
---|
| 368 | FFA07A : 'Light Salmon', |
---|
| 369 | FFA500 : 'Orange', |
---|
| 370 | FFFF00 : 'Yellow', |
---|
| 371 | '00FF00' : 'Lime', |
---|
| 372 | AFEEEE : 'Pale Turquoise', |
---|
| 373 | ADD8E6 : 'Light Blue', |
---|
| 374 | DDA0DD : 'Plum', |
---|
| 375 | D3D3D3 : 'Light Grey', |
---|
| 376 | FFF0F5 : 'Lavender Blush', |
---|
| 377 | FAEBD7 : 'Antique White', |
---|
| 378 | FFFFE0 : 'Light Yellow', |
---|
| 379 | F0FFF0 : 'Honeydew', |
---|
| 380 | F0FFFF : 'Azure', |
---|
| 381 | F0F8FF : 'Alice Blue', |
---|
| 382 | E6E6FA : 'Lavender', |
---|
| 383 | FFF : 'White' |
---|
| 384 | }, |
---|
| 385 | more : 'Warna lain-lain...', |
---|
| 386 | panelTitle : 'Colors', |
---|
| 387 | textColorTitle : 'Warna Text' |
---|
| 388 | }, |
---|
| 389 | clipboard : |
---|
| 390 | { |
---|
| 391 | copy : 'Salin', |
---|
| 392 | copyError : 'Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+C).', |
---|
| 393 | cut : 'Potong', |
---|
| 394 | cutError : 'Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl/Cmd+X).', |
---|
| 395 | paste : 'Tampal', |
---|
| 396 | pasteArea : 'Paste Area', |
---|
| 397 | pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', |
---|
| 398 | 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.', |
---|
| 399 | title : 'Tampal' |
---|
| 400 | }, |
---|
[2962] | 401 | button : |
---|
| 402 | { |
---|
| 403 | selectedLabel : '%1 (Selected)' |
---|
| 404 | }, |
---|
[2741] | 405 | blockquote : |
---|
| 406 | { |
---|
| 407 | toolbar : 'Block Quote' |
---|
| 408 | }, |
---|
| 409 | basicstyles : |
---|
| 410 | { |
---|
| 411 | bold : 'Bold', |
---|
| 412 | italic : 'Italic', |
---|
| 413 | strike : 'Strike Through', |
---|
| 414 | subscript : 'Subscript', |
---|
| 415 | superscript : 'Superscript', |
---|
| 416 | underline : 'Underline' |
---|
| 417 | }, |
---|
| 418 | about : |
---|
| 419 | { |
---|
| 420 | copy : 'Copyright © $1. All rights reserved.', |
---|
| 421 | dlgTitle : 'About CKEditor', |
---|
| 422 | help : 'Check $1 for help.', |
---|
| 423 | moreInfo : 'For licensing information please visit our web site:', |
---|
| 424 | title : 'About CKEditor', |
---|
| 425 | userGuide : 'CKEditor User\'s Guide' |
---|
| 426 | }, |
---|
| 427 | editor : 'Rich Text Editor', |
---|
| 428 | editorPanel : 'Rich Text Editor panel', |
---|
| 429 | common : |
---|
| 430 | { |
---|
| 431 | editorHelp : 'Press ALT 0 for help', |
---|
| 432 | browseServer : 'Browse Server', |
---|
| 433 | url : 'URL', |
---|
| 434 | protocol : 'Protokol', |
---|
| 435 | upload : 'Muat Naik', |
---|
| 436 | uploadSubmit : 'Hantar ke Server', |
---|
| 437 | image : 'Gambar', |
---|
| 438 | flash : 'Flash', |
---|
| 439 | form : 'Borang', |
---|
| 440 | checkbox : 'Checkbox', |
---|
| 441 | radio : 'Butang Radio', |
---|
| 442 | textField : 'Text Field', |
---|
| 443 | textarea : 'Textarea', |
---|
| 444 | hiddenField : 'Field Tersembunyi', |
---|
| 445 | button : 'Butang', |
---|
| 446 | select : 'Field Pilihan', |
---|
| 447 | imageButton : 'Butang Bergambar', |
---|
| 448 | notSet : '<tidak di set>', |
---|
| 449 | id : 'Id', |
---|
| 450 | name : 'Nama', |
---|
| 451 | langDir : 'Arah Tulisan', |
---|
| 452 | langDirLtr : 'Kiri ke Kanan (LTR)', |
---|
| 453 | langDirRtl : 'Kanan ke Kiri (RTL)', |
---|
| 454 | langCode : 'Kod Bahasa', |
---|
| 455 | longDescr : 'Butiran Panjang URL', |
---|
| 456 | cssClass : 'Kelas-kelas Stylesheet', |
---|
| 457 | advisoryTitle : 'Tajuk Makluman', |
---|
| 458 | cssStyle : 'Stail', |
---|
| 459 | ok : 'OK', |
---|
| 460 | cancel : 'Batal', |
---|
[2962] | 461 | close : 'Tutup', |
---|
[2741] | 462 | preview : 'Prebiu', |
---|
| 463 | resize : 'Resize', |
---|
[2962] | 464 | generalTab : 'Umum', |
---|
[2741] | 465 | advancedTab : 'Advanced', |
---|
| 466 | validateNumberFailed : 'This value is not a number.', |
---|
| 467 | confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', |
---|
| 468 | confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?', |
---|
| 469 | options : 'Options', |
---|
| 470 | target : 'Sasaran', |
---|
| 471 | targetNew : 'New Window (_blank)', |
---|
| 472 | targetTop : 'Topmost Window (_top)', |
---|
| 473 | targetSelf : 'Same Window (_self)', |
---|
| 474 | targetParent : 'Parent Window (_parent)', |
---|
| 475 | langDirLTR : 'Kiri ke Kanan (LTR)', |
---|
| 476 | langDirRTL : 'Kanan ke Kiri (RTL)', |
---|
| 477 | styles : 'Stail', |
---|
| 478 | cssClasses : 'Kelas-kelas Stylesheet', |
---|
| 479 | width : 'Lebar', |
---|
| 480 | height : 'Tinggi', |
---|
| 481 | align : 'Jajaran', |
---|
| 482 | alignLeft : 'Kiri', |
---|
| 483 | alignRight : 'Kanan', |
---|
| 484 | alignCenter : 'Tengah', |
---|
[2962] | 485 | alignJustify : 'Jajaran Blok', |
---|
[2741] | 486 | alignTop : 'Atas', |
---|
| 487 | alignMiddle : 'Pertengahan', |
---|
| 488 | alignBottom : 'Bawah', |
---|
[2962] | 489 | alignNone : 'None', |
---|
| 490 | invalidValue : 'Nilai tidak sah.', |
---|
[2741] | 491 | invalidHeight : 'Height must be a number.', |
---|
| 492 | invalidWidth : 'Width must be a number.', |
---|
| 493 | invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', |
---|
| 494 | invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', |
---|
| 495 | invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', |
---|
| 496 | cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', |
---|
| 497 | unavailable : '%1<span class="cke_accessibility">, unavailable</span>' |
---|
[2962] | 498 | } }; |
---|