Changeset 2962:10af9b4f1ce0 for plugins/dcCKEditor/js/ckeditor/lang/ms.js
- Timestamp:
- 02/17/15 10:21:10 (10 years ago)
- Branch:
- default
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
plugins/dcCKEditor/js/ckeditor/lang/ms.js
r2741 r2962 1 1 /* 2 Copyright (c) 2003-201 4, CKSource - Frederico Knabben. All rights reserved.3 For licensing, see LICENSE. htmlor http://ckeditor.com/license2 Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved. 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 4 */ 5 5 CKEDITOR.lang['ms'] = { … … 130 130 toolbar : 'Sumber' 131 131 }, 132 smiley :133 {134 options : 'Smiley Options',135 title : 'Masukkan Smiley',136 toolbar : 'Smiley'137 },138 showblocks :139 {140 toolbar : 'Show Blocks'141 },142 selectall :143 {144 toolbar : 'Pilih Semua'145 },146 save :147 {148 toolbar : 'Simpan'149 },150 132 removeformat : 151 133 { … … 155 137 { 156 138 toolbar : 'Cetak' 157 },158 preview :159 {160 preview : 'Prebiu'161 139 }, 162 140 pastetext : … … 171 149 title : 'Tampal dari Word', 172 150 toolbar : 'Tampal dari Word' 173 },174 pagebreak :175 {176 alt : 'Page Break',177 toolbar : 'Insert Page Break for Printing'178 },179 newpage :180 {181 toolbar : 'Helaian Baru'182 151 }, 183 152 maximize : … … 315 284 validateVSpace : 'VSpace must be a whole number.' 316 285 }, 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 286 horizontalrule : 326 287 { 327 288 toolbar : 'Masukkan Garisan Membujur' 328 },329 forms :330 {331 button :332 {333 title : 'Ciri-ciri Butang',334 text : 'Teks (Nilai)',335 type : 'Jenis',336 typeBtn : 'Button',337 typeSbm : 'Submit',338 typeRst : 'Reset'339 },340 checkboxAndRadio :341 {342 checkboxTitle : 'Ciri-ciri Checkbox',343 radioTitle : 'Ciri-ciri Butang Radio',344 value : 'Nilai',345 selected : 'Dipilih'346 },347 form :348 {349 title : 'Ciri-ciri Borang',350 menu : 'Ciri-ciri Borang',351 action : 'Tindakan borang',352 method : 'Cara borang dihantar',353 encoding : 'Encoding'354 },355 hidden :356 {357 title : 'Ciri-ciri Field Tersembunyi',358 name : 'Nama',359 value : 'Nilai'360 },361 select :362 {363 title : 'Ciri-ciri Selection Field',364 selectInfo : 'Select Info',365 opAvail : 'Pilihan sediada',366 value : 'Nilai',367 size : 'Saiz',368 lines : 'garisan',369 chkMulti : 'Benarkan pilihan pelbagai',370 opText : 'Teks',371 opValue : 'Nilai',372 btnAdd : 'Tambah Pilihan',373 btnModify : 'Ubah Pilihan',374 btnUp : 'Naik ke atas',375 btnDown : 'Turun ke bawah',376 btnSetValue : 'Set sebagai nilai terpilih',377 btnDelete : 'Padam'378 },379 textarea :380 {381 title : 'Ciri-ciri Textarea',382 cols : 'Lajur',383 rows : 'Baris'384 },385 textfield :386 {387 title : 'Ciri-ciri Text Field',388 name : 'Nama',389 value : 'Nilai',390 charWidth : 'Lebar isian',391 maxChars : 'Isian Maksimum',392 type : 'Jenis',393 typeText : 'Teks',394 typePass : 'Kata Laluan',395 typeEmail : 'Email',396 typeSearch : 'Search',397 typeTel : 'Telephone Number',398 typeUrl : 'URL'399 }400 289 }, 401 290 format : … … 413 302 tag_p : 'Normal', 414 303 tag_pre : 'Telah Diformat' 415 },416 font :417 {418 fontSize :419 {420 label : 'Saiz',421 voiceLabel : 'Font Size',422 panelTitle : 'Saiz'423 },424 label : 'Font',425 panelTitle : 'Font',426 voiceLabel : 'Font'427 },428 flash :429 {430 access : 'Script Access',431 accessAlways : 'Always',432 accessNever : 'Never',433 accessSameDomain : 'Same domain',434 alignAbsBottom : 'Bawah Mutlak',435 alignAbsMiddle : 'Pertengahan Mutlak',436 alignBaseline : 'Garis Dasar',437 alignTextTop : 'Atas Text',438 bgcolor : 'Warna Latarbelakang',439 chkFull : 'Allow Fullscreen',440 chkLoop : 'Loop',441 chkMenu : 'Enable Flash Menu',442 chkPlay : 'Auto Play',443 flashvars : 'Variables for Flash',444 hSpace : 'Ruang Melintang',445 properties : 'Flash Properties',446 propertiesTab : 'Properties',447 quality : 'Quality',448 qualityAutoHigh : 'Auto High',449 qualityAutoLow : 'Auto Low',450 qualityBest : 'Best',451 qualityHigh : 'High',452 qualityLow : 'Low',453 qualityMedium : 'Medium',454 scale : 'Scale',455 scaleAll : 'Show all',456 scaleFit : 'Exact Fit',457 scaleNoBorder : 'No Border',458 title : 'Flash Properties',459 vSpace : 'Ruang Menegak',460 validateHSpace : 'HSpace must be a number.',461 validateSrc : 'Sila taip sambungan URL',462 validateVSpace : 'VSpace must be a number.',463 windowMode : 'Window mode',464 windowModeOpaque : 'Opaque',465 windowModeTransparent : 'Transparent',466 windowModeWindow : 'Window'467 },468 find :469 {470 find : 'Cari',471 findOptions : 'Find Options',472 findWhat : 'Perkataan yang dicari:',473 matchCase : 'Padanan case huruf',474 matchCyclic : 'Match cyclic',475 matchWord : 'Padana Keseluruhan perkataan',476 notFoundMsg : 'Text yang dicari tidak dijumpai.',477 replace : 'Ganti',478 replaceAll : 'Ganti semua',479 replaceSuccessMsg : '%1 occurrence(s) replaced.',480 replaceWith : 'Diganti dengan:',481 title : 'Find and Replace'482 304 }, 483 305 fakeobjects : … … 513 335 { 514 336 options : 'Context Menu Options' 515 },516 colordialog :517 {518 clear : 'Clear',519 highlight : 'Highlight',520 options : 'Color Options',521 selected : 'Selected Color',522 title : 'Select color'523 337 }, 524 338 colorbutton : … … 585 399 title : 'Tampal' 586 400 }, 401 button : 402 { 403 selectedLabel : '%1 (Selected)' 404 }, 587 405 blockquote : 588 406 { 589 407 toolbar : 'Block Quote' 590 },591 bidi :592 {593 ltr : 'Text direction from left to right',594 rtl : 'Text direction from right to left'595 408 }, 596 409 basicstyles : … … 646 459 ok : 'OK', 647 460 cancel : 'Batal', 648 close : ' Close',461 close : 'Tutup', 649 462 preview : 'Prebiu', 650 463 resize : 'Resize', 651 generalTab : ' General',464 generalTab : 'Umum', 652 465 advancedTab : 'Advanced', 653 466 validateNumberFailed : 'This value is not a number.', … … 670 483 alignRight : 'Kanan', 671 484 alignCenter : 'Tengah', 485 alignJustify : 'Jajaran Blok', 672 486 alignTop : 'Atas', 673 487 alignMiddle : 'Pertengahan', 674 488 alignBottom : 'Bawah', 675 invalidValue : 'Invalid value.', 489 alignNone : 'None', 490 invalidValue : 'Nilai tidak sah.', 676 491 invalidHeight : 'Height must be a number.', 677 492 invalidWidth : 'Width must be a number.', … … 681 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).', 682 497 unavailable : '%1<span class="cke_accessibility">, unavailable</span>' 683 } } 498 } };
Note: See TracChangeset
for help on using the changeset viewer.