X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fms.js;h=20c17e5042d1070b2f6ac2c7c403c83ef58d585e;hb=a272c66d841421f8bf933c16535bdcde1c4649fc;hp=d0b68f29dbc2527e8167046c37b61732971fa602;hpb=4e90e78dc97789709ee7404359a5517540c27553;p=ckeditor.git diff --git a/_source/lang/ms.js b/_source/lang/ms.js index d0b68f2..20c17e5 100644 --- a/_source/lang/ms.js +++ b/_source/lang/ms.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -14,7 +14,7 @@ For licensing, see LICENSE.html or http://ckeditor.com/license */ /** - * Constains the dictionary of language entries. + * Contains the dictionary of language entries. * @namespace */ CKEDITOR.lang['ms'] = @@ -31,11 +31,12 @@ CKEDITOR.lang['ms'] = * Screenreader titles. Please note that screenreaders are not always capable * of reading non-English words. So be careful while translating it. */ - editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // MISSING + editorTitle : 'Rich text editor, %1', // MISSING + editorHelp : 'Press ALT 0 for help', // MISSING // ARIA descriptions. - toolbar : 'Toolbar', // MISSING - editor : 'Rich Text Editor', // MISSING + toolbars : 'Editor toolbars', // MISSING + editor : 'Rich Text Editor', // MISSING // Toolbar buttons without dialogs. source : 'Sumber', @@ -119,8 +120,13 @@ CKEDITOR.lang['ms'] = alignTop : 'Atas', alignMiddle : 'Pertengahan', alignBottom : 'Bawah', + invalidValue : 'Invalid value.', // MISSING invalidHeight : 'Height must be a number.', // MISSING invalidWidth : 'Width must be a number.', // MISSING + 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).', // MISSING + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // MISSING + invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', // MISSING + 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).', // MISSING // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' // MISSING @@ -201,7 +207,8 @@ CKEDITOR.lang['ms'] = menu : 'Ciri-ciri Pautan', title : 'Ciri-ciri Pautan', name : 'Nama Pautan', - errorName : 'Sila taip nama pautan' + errorName : 'Sila taip nama pautan', + remove : 'Remove Anchor' // MISSING }, // List style dialog @@ -237,6 +244,7 @@ CKEDITOR.lang['ms'] = findWhat : 'Perkataan yang dicari:', replaceWith : 'Diganti dengan:', notFoundMsg : 'Text yang dicari tidak dijumpai.', + findOptions : 'Find Options', // MISSING matchCase : 'Padanan case huruf', matchWord : 'Padana Keseluruhan perkataan', matchCyclic : 'Match cyclic', // MISSING @@ -271,8 +279,8 @@ CKEDITOR.lang['ms'] = invalidBorder : 'Border size must be a number.', // MISSING invalidWidth : 'Table width must be a number.', // MISSING invalidHeight : 'Table height must be a number.', // MISSING - invalidCellSpacing : 'Cell spacing must be a number.', // MISSING - invalidCellPadding : 'Cell padding must be a number.', // MISSING + invalidCellSpacing : 'Cell spacing must be a positive number.', // MISSING + invalidCellPadding : 'Cell padding must be a positive number.', // MISSING cell : { @@ -413,7 +421,6 @@ CKEDITOR.lang['ms'] = upload : 'Muat Naik', alt : 'Text Alternatif', lockRatio : 'Tetapkan Nisbah', - unlockRatio : 'Unlock Ratio', // MISSING resetSize : 'Saiz Set Semula', border : 'Border', hSpace : 'Ruang Melintang', @@ -691,7 +698,7 @@ CKEDITOR.lang['ms'] = ignoreAll : 'Ignore All', // MISSING addWord : 'Add Word', // MISSING emptyDic : 'Dictionary name should not be empty.', // MISSING - + noSuggestions : 'Tiada cadangan', optionsTab : 'Options', // MISSING allCaps : 'Ignore All-Caps Words', // MISSING ignoreDomainNames : 'Ignore Domain Names', // MISSING @@ -715,6 +722,8 @@ CKEDITOR.lang['ms'] = { title : 'About CKEditor', // MISSING dlgTitle : 'About CKEditor', // MISSING + help : 'Check $1 for help.', // MISSING + userGuide : 'CKEditor User\'s Guide', // MISSING moreInfo : 'For licensing information please visit our web site:', // MISSING copy : 'Copyright © $1. All rights reserved.' // MISSING }, @@ -745,9 +754,64 @@ CKEDITOR.lang['ms'] = toolbarCollapse : 'Collapse Toolbar', // MISSING toolbarExpand : 'Expand Toolbar', // MISSING + toolbarGroups : + { + document : 'Document', // MISSING + clipboard : 'Clipboard/Undo', // MISSING + editing : 'Editing', // MISSING + forms : 'Forms', // MISSING + basicstyles : 'Basic Styles', // MISSING + paragraph : 'Paragraph', // MISSING + links : 'Links', // MISSING + insert : 'Insert', // MISSING + styles : 'Styles', // MISSING + colors : 'Colors', // MISSING + tools : 'Tools' // MISSING + }, + bidi : { ltr : 'Text direction from left to right', // MISSING rtl : 'Text direction from right to left' // MISSING + }, + + docprops : + { + label : 'Ciri-ciri dokumen', + title : 'Ciri-ciri dokumen', + design : 'Design', // MISSING + meta : 'Data Meta', + chooseColor : 'Choose', // MISSING + other : '', + docTitle : 'Tajuk Muka Surat', + charset : 'Enkod Set Huruf', + charsetOther : 'Enkod Set Huruf yang Lain', + charsetASCII : 'ASCII', // MISSING + charsetCE : 'Central European', // MISSING + charsetCT : 'Chinese Traditional (Big5)', // MISSING + charsetCR : 'Cyrillic', // MISSING + charsetGR : 'Greek', // MISSING + charsetJP : 'Japanese', // MISSING + charsetKR : 'Korean', // MISSING + charsetTR : 'Turkish', // MISSING + charsetUN : 'Unicode (UTF-8)', // MISSING + charsetWE : 'Western European', // MISSING + docType : 'Jenis Kepala Dokumen', + docTypeOther : 'Jenis Kepala Dokumen yang Lain', + xhtmlDec : 'Masukkan pemula kod XHTML', + bgColor : 'Warna Latarbelakang', + bgImage : 'URL Gambar Latarbelakang', + bgFixed : 'Imej Latarbelakang tanpa Skrol', + txtColor : 'Warna Text', + margin : 'Margin Muka Surat', + marginTop : 'Atas', + marginLeft : 'Kiri', + marginRight : 'Kanan', + marginBottom : 'Bawah', + metaKeywords : 'Kata Kunci Indeks Dokumen (dipisahkan oleh koma)', + metaDescription : 'Keterangan Dokumen', + metaAuthor : 'Penulis', + metaCopyright : 'Hakcipta', + previewHtml : '

This is some sample text. You are using CKEditor.

' // MISSING } };