ms.js
上传用户:dbstep
上传日期:2022-08-06
资源大小:2803k
文件大小:19k
源码类别:

WEB源码(ASP,PHP,...)

开发平台:

ASP/ASPX

  1. /*
  2.  * FCKeditor - The text editor for Internet - http://www.fckeditor.net
  3.  * Copyright (C) 2003-2009 Frederico Caldeira Knabben
  4.  *
  5.  * == BEGIN LICENSE ==
  6.  *
  7.  * Licensed under the terms of any of the following licenses at your
  8.  * choice:
  9.  *
  10.  *  - GNU General Public License Version 2 or later (the "GPL")
  11.  *    http://www.gnu.org/licenses/gpl.html
  12.  *
  13.  *  - GNU Lesser General Public License Version 2.1 or later (the "LGPL")
  14.  *    http://www.gnu.org/licenses/lgpl.html
  15.  *
  16.  *  - Mozilla Public License Version 1.1 or later (the "MPL")
  17.  *    http://www.mozilla.org/MPL/MPL-1.1.html
  18.  *
  19.  * == END LICENSE ==
  20.  *
  21.  * Malay language file.
  22.  */
  23. var FCKLang =
  24. {
  25. // Language direction : "ltr" (left to right) or "rtl" (right to left).
  26. Dir : "ltr",
  27. ToolbarCollapse : "Collapse Toolbar",
  28. ToolbarExpand : "Expand Toolbar",
  29. // Toolbar Items and Context Menu
  30. Save : "Simpan",
  31. NewPage : "Helaian Baru",
  32. Preview : "Prebiu",
  33. Cut : "Potong",
  34. Copy : "Salin",
  35. Paste : "Tampal",
  36. PasteText : "Tampal sebagai Text Biasa",
  37. PasteWord : "Tampal dari Word",
  38. Print : "Cetak",
  39. SelectAll : "Pilih Semua",
  40. RemoveFormat : "Buang Format",
  41. InsertLinkLbl : "Sambungan",
  42. InsertLink : "Masukkan/Sunting Sambungan",
  43. RemoveLink : "Buang Sambungan",
  44. VisitLink : "Open Link", //MISSING
  45. Anchor : "Masukkan/Sunting Pautan",
  46. AnchorDelete : "Remove Anchor", //MISSING
  47. InsertImageLbl : "Gambar",
  48. InsertImage : "Masukkan/Sunting Gambar",
  49. InsertFlashLbl : "Flash", //MISSING
  50. InsertFlash : "Insert/Edit Flash", //MISSING
  51. InsertTableLbl : "Jadual",
  52. InsertTable : "Masukkan/Sunting Jadual",
  53. InsertLineLbl : "Garisan",
  54. InsertLine : "Masukkan Garisan Membujur",
  55. InsertSpecialCharLbl: "Huruf Istimewa",
  56. InsertSpecialChar : "Masukkan Huruf Istimewa",
  57. InsertSmileyLbl : "Smiley",
  58. InsertSmiley : "Masukkan Smiley",
  59. About : "Tentang FCKeditor",
  60. Bold : "Bold",
  61. Italic : "Italic",
  62. Underline : "Underline",
  63. StrikeThrough : "Strike Through",
  64. Subscript : "Subscript",
  65. Superscript : "Superscript",
  66. LeftJustify : "Jajaran Kiri",
  67. CenterJustify : "Jajaran Tengah",
  68. RightJustify : "Jajaran Kanan",
  69. BlockJustify : "Jajaran Blok",
  70. DecreaseIndent : "Kurangkan Inden",
  71. IncreaseIndent : "Tambahkan Inden",
  72. Blockquote : "Blockquote", //MISSING
  73. CreateDiv : "Create Div Container", //MISSING
  74. EditDiv : "Edit Div Container", //MISSING
  75. DeleteDiv : "Remove Div Container", //MISSING
  76. Undo : "Batalkan",
  77. Redo : "Ulangkan",
  78. NumberedListLbl : "Senarai bernombor",
  79. NumberedList : "Masukkan/Sunting Senarai bernombor",
  80. BulletedListLbl : "Senarai tidak bernombor",
  81. BulletedList : "Masukkan/Sunting Senarai tidak bernombor",
  82. ShowTableBorders : "Tunjukkan Border Jadual",
  83. ShowDetails : "Tunjukkan Butiran",
  84. Style : "Stail",
  85. FontFormat : "Format",
  86. Font : "Font",
  87. FontSize : "Saiz",
  88. TextColor : "Warna Text",
  89. BGColor : "Warna Latarbelakang",
  90. Source : "Sumber",
  91. Find : "Cari",
  92. Replace : "Ganti",
  93. SpellCheck : "Semak Ejaan",
  94. UniversalKeyboard : "Papan Kekunci Universal",
  95. PageBreakLbl : "Page Break", //MISSING
  96. PageBreak : "Insert Page Break", //MISSING
  97. Form : "Borang",
  98. Checkbox : "Checkbox",
  99. RadioButton : "Butang Radio",
  100. TextField : "Text Field",
  101. Textarea : "Textarea",
  102. HiddenField : "Field Tersembunyi",
  103. Button : "Butang",
  104. SelectionField : "Field Pilihan",
  105. ImageButton : "Butang Bergambar",
  106. FitWindow : "Maximize the editor size", //MISSING
  107. ShowBlocks : "Show Blocks", //MISSING
  108. // Context Menu
  109. EditLink : "Sunting Sambungan",
  110. CellCM : "Cell", //MISSING
  111. RowCM : "Row", //MISSING
  112. ColumnCM : "Column", //MISSING
  113. InsertRowAfter : "Insert Row After", //MISSING
  114. InsertRowBefore : "Insert Row Before", //MISSING
  115. DeleteRows : "Buangkan Baris",
  116. InsertColumnAfter : "Insert Column After", //MISSING
  117. InsertColumnBefore : "Insert Column Before", //MISSING
  118. DeleteColumns : "Buangkan Lajur",
  119. InsertCellAfter : "Insert Cell After", //MISSING
  120. InsertCellBefore : "Insert Cell Before", //MISSING
  121. DeleteCells : "Buangkan Sel-sel",
  122. MergeCells : "Cantumkan Sel-sel",
  123. MergeRight : "Merge Right", //MISSING
  124. MergeDown : "Merge Down", //MISSING
  125. HorizontalSplitCell : "Split Cell Horizontally", //MISSING
  126. VerticalSplitCell : "Split Cell Vertically", //MISSING
  127. TableDelete : "Delete Table", //MISSING
  128. CellProperties : "Ciri-ciri Sel",
  129. TableProperties : "Ciri-ciri Jadual",
  130. ImageProperties : "Ciri-ciri Gambar",
  131. FlashProperties : "Flash Properties", //MISSING
  132. AnchorProp : "Ciri-ciri Pautan",
  133. ButtonProp : "Ciri-ciri Butang",
  134. CheckboxProp : "Ciri-ciri Checkbox",
  135. HiddenFieldProp : "Ciri-ciri Field Tersembunyi",
  136. RadioButtonProp : "Ciri-ciri Butang Radio",
  137. ImageButtonProp : "Ciri-ciri Butang Bergambar",
  138. TextFieldProp : "Ciri-ciri Text Field",
  139. SelectionFieldProp : "Ciri-ciri Selection Field",
  140. TextareaProp : "Ciri-ciri Textarea",
  141. FormProp : "Ciri-ciri Borang",
  142. FontFormats : "Normal;Telah Diformat;Alamat;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Perenggan (DIV)",
  143. // Alerts and Messages
  144. ProcessingXHTML : "Memproses XHTML. Sila tunggu...",
  145. Done : "Siap",
  146. PasteWordConfirm : "Text yang anda hendak tampal adalah berasal dari Word. Adakah anda mahu membuang semua format Word sebelum tampal ke dalam text?",
  147. NotCompatiblePaste : "Arahan ini bole dilakukan jika anda mempuunyai Internet Explorer version 5.5 atau yang lebih tinggi. Adakah anda hendak tampal text tanpa membuang format Word?",
  148. UnknownToolbarItem : "Toolbar item tidak diketahui"%1"",
  149. UnknownCommand : "Arahan tidak diketahui "%1"",
  150. NotImplemented : "Arahan tidak terdapat didalam sistem",
  151. UnknownToolbarSet : "Set toolbar "%1" tidak wujud",
  152. NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option "Run ActiveX controls and plug-ins". You may experience errors and notice missing features.", //MISSING
  153. BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", //MISSING
  154. DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", //MISSING
  155. VisitLinkBlocked : "It was not possible to open a new window. Make sure all popup blockers are disabled.", //MISSING
  156. // Dialogs
  157. DlgBtnOK : "OK",
  158. DlgBtnCancel : "Batal",
  159. DlgBtnClose : "Tutup",
  160. DlgBtnBrowseServer : "Browse Server",
  161. DlgAdvancedTag : "Advanced",
  162. DlgOpOther : "<Lain-lain>",
  163. DlgInfoTab : "Info", //MISSING
  164. DlgAlertUrl : "Please insert the URL", //MISSING
  165. // General Dialogs Labels
  166. DlgGenNotSet : "<tidak di set>",
  167. DlgGenId : "Id",
  168. DlgGenLangDir : "Arah Tulisan",
  169. DlgGenLangDirLtr : "Kiri ke Kanan (LTR)",
  170. DlgGenLangDirRtl : "Kanan ke Kiri (RTL)",
  171. DlgGenLangCode : "Kod Bahasa",
  172. DlgGenAccessKey : "Kunci Akses",
  173. DlgGenName : "Nama",
  174. DlgGenTabIndex : "Indeks Tab ",
  175. DlgGenLongDescr : "Butiran Panjang URL",
  176. DlgGenClass : "Kelas-kelas Stylesheet",
  177. DlgGenTitle : "Tajuk Makluman",
  178. DlgGenContType : "Jenis Kandungan Makluman",
  179. DlgGenLinkCharset : "Linked Resource Charset",
  180. DlgGenStyle : "Stail",
  181. // Image Dialog
  182. DlgImgTitle : "Ciri-ciri Imej",
  183. DlgImgInfoTab : "Info Imej",
  184. DlgImgBtnUpload : "Hantar ke Server",
  185. DlgImgURL : "URL",
  186. DlgImgUpload : "Muat Naik",
  187. DlgImgAlt : "Text Alternatif",
  188. DlgImgWidth : "Lebar",
  189. DlgImgHeight : "Tinggi",
  190. DlgImgLockRatio : "Tetapkan Nisbah",
  191. DlgBtnResetSize : "Saiz Set Semula",
  192. DlgImgBorder : "Border",
  193. DlgImgHSpace : "Ruang Melintang",
  194. DlgImgVSpace : "Ruang Menegak",
  195. DlgImgAlign : "Jajaran",
  196. DlgImgAlignLeft : "Kiri",
  197. DlgImgAlignAbsBottom: "Bawah Mutlak",
  198. DlgImgAlignAbsMiddle: "Pertengahan Mutlak",
  199. DlgImgAlignBaseline : "Garis Dasar",
  200. DlgImgAlignBottom : "Bawah",
  201. DlgImgAlignMiddle : "Pertengahan",
  202. DlgImgAlignRight : "Kanan",
  203. DlgImgAlignTextTop : "Atas Text",
  204. DlgImgAlignTop : "Atas",
  205. DlgImgPreview : "Prebiu",
  206. DlgImgAlertUrl : "Sila taip URL untuk fail gambar",
  207. DlgImgLinkTab : "Sambungan",
  208. // Flash Dialog
  209. DlgFlashTitle : "Flash Properties", //MISSING
  210. DlgFlashChkPlay : "Auto Play", //MISSING
  211. DlgFlashChkLoop : "Loop", //MISSING
  212. DlgFlashChkMenu : "Enable Flash Menu", //MISSING
  213. DlgFlashScale : "Scale", //MISSING
  214. DlgFlashScaleAll : "Show all", //MISSING
  215. DlgFlashScaleNoBorder : "No Border", //MISSING
  216. DlgFlashScaleFit : "Exact Fit", //MISSING
  217. // Link Dialog
  218. DlgLnkWindowTitle : "Sambungan",
  219. DlgLnkInfoTab : "Butiran Sambungan",
  220. DlgLnkTargetTab : "Sasaran",
  221. DlgLnkType : "Jenis Sambungan",
  222. DlgLnkTypeURL : "URL",
  223. DlgLnkTypeAnchor : "Pautan dalam muka surat ini",
  224. DlgLnkTypeEMail : "E-Mail",
  225. DlgLnkProto : "Protokol",
  226. DlgLnkProtoOther : "<lain-lain>",
  227. DlgLnkURL : "URL",
  228. DlgLnkAnchorSel : "Sila pilih pautan",
  229. DlgLnkAnchorByName : "dengan menggunakan nama pautan",
  230. DlgLnkAnchorById : "dengan menggunakan ID elemen",
  231. DlgLnkNoAnchors : "(Tiada pautan terdapat dalam dokumen ini)",
  232. DlgLnkEMail : "Alamat E-Mail",
  233. DlgLnkEMailSubject : "Subjek Mesej",
  234. DlgLnkEMailBody : "Isi Kandungan Mesej",
  235. DlgLnkUpload : "Muat Naik",
  236. DlgLnkBtnUpload : "Hantar ke Server",
  237. DlgLnkTarget : "Sasaran",
  238. DlgLnkTargetFrame : "<bingkai>",
  239. DlgLnkTargetPopup : "<tetingkap popup>",
  240. DlgLnkTargetBlank : "Tetingkap Baru (_blank)",
  241. DlgLnkTargetParent : "Tetingkap Parent (_parent)",
  242. DlgLnkTargetSelf : "Tetingkap yang Sama (_self)",
  243. DlgLnkTargetTop : "Tetingkap yang paling atas (_top)",
  244. DlgLnkTargetFrameName : "Nama Bingkai Sasaran",
  245. DlgLnkPopWinName : "Nama Tetingkap Popup",
  246. DlgLnkPopWinFeat : "Ciri Tetingkap Popup",
  247. DlgLnkPopResize : "Saiz bolehubah",
  248. DlgLnkPopLocation : "Bar Lokasi",
  249. DlgLnkPopMenu : "Bar Menu",
  250. DlgLnkPopScroll : "Bar-bar skrol",
  251. DlgLnkPopStatus : "Bar Status",
  252. DlgLnkPopToolbar : "Toolbar",
  253. DlgLnkPopFullScrn : "Skrin Penuh (IE)",
  254. DlgLnkPopDependent : "Bergantungan (Netscape)",
  255. DlgLnkPopWidth : "Lebar",
  256. DlgLnkPopHeight : "Tinggi",
  257. DlgLnkPopLeft : "Posisi Kiri",
  258. DlgLnkPopTop : "Posisi Atas",
  259. DlnLnkMsgNoUrl : "Sila taip sambungan URL",
  260. DlnLnkMsgNoEMail : "Sila taip alamat e-mail",
  261. DlnLnkMsgNoAnchor : "Sila pilih pautan berkenaaan",
  262. DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", //MISSING
  263. // Color Dialog
  264. DlgColorTitle : "Pilihan Warna",
  265. DlgColorBtnClear : "Nyahwarna",
  266. DlgColorHighlight : "Terang",
  267. DlgColorSelected : "Dipilih",
  268. // Smiley Dialog
  269. DlgSmileyTitle : "Masukkan Smiley",
  270. // Special Character Dialog
  271. DlgSpecialCharTitle : "Sila pilih huruf istimewa",
  272. // Table Dialog
  273. DlgTableTitle : "Ciri-ciri Jadual",
  274. DlgTableRows : "Barisan",
  275. DlgTableColumns : "Jaluran",
  276. DlgTableBorder : "Saiz Border",
  277. DlgTableAlign : "Penjajaran",
  278. DlgTableAlignNotSet : "<Tidak diset>",
  279. DlgTableAlignLeft : "Kiri",
  280. DlgTableAlignCenter : "Tengah",
  281. DlgTableAlignRight : "Kanan",
  282. DlgTableWidth : "Lebar",
  283. DlgTableWidthPx : "piksel-piksel",
  284. DlgTableWidthPc : "peratus",
  285. DlgTableHeight : "Tinggi",
  286. DlgTableCellSpace : "Ruangan Antara Sel",
  287. DlgTableCellPad : "Tambahan Ruang Sel",
  288. DlgTableCaption : "Keterangan",
  289. DlgTableSummary : "Summary", //MISSING
  290. DlgTableHeaders : "Headers", //MISSING
  291. DlgTableHeadersNone : "None", //MISSING
  292. DlgTableHeadersColumn : "First column", //MISSING
  293. DlgTableHeadersRow : "First Row", //MISSING
  294. DlgTableHeadersBoth : "Both", //MISSING
  295. // Table Cell Dialog
  296. DlgCellTitle : "Ciri-ciri Sel",
  297. DlgCellWidth : "Lebar",
  298. DlgCellWidthPx : "piksel-piksel",
  299. DlgCellWidthPc : "peratus",
  300. DlgCellHeight : "Tinggi",
  301. DlgCellWordWrap : "Mengulung Perkataan",
  302. DlgCellWordWrapNotSet : "<Tidak diset>",
  303. DlgCellWordWrapYes : "Ya",
  304. DlgCellWordWrapNo : "Tidak",
  305. DlgCellHorAlign : "Jajaran Membujur",
  306. DlgCellHorAlignNotSet : "<Tidak diset>",
  307. DlgCellHorAlignLeft : "Kiri",
  308. DlgCellHorAlignCenter : "Tengah",
  309. DlgCellHorAlignRight: "Kanan",
  310. DlgCellVerAlign : "Jajaran Menegak",
  311. DlgCellVerAlignNotSet : "<Tidak diset>",
  312. DlgCellVerAlignTop : "Atas",
  313. DlgCellVerAlignMiddle : "Tengah",
  314. DlgCellVerAlignBottom : "Bawah",
  315. DlgCellVerAlignBaseline : "Garis Dasar",
  316. DlgCellType : "Cell Type", //MISSING
  317. DlgCellTypeData : "Data", //MISSING
  318. DlgCellTypeHeader : "Header", //MISSING
  319. DlgCellRowSpan : "Penggunaan Baris",
  320. DlgCellCollSpan : "Penggunaan Lajur",
  321. DlgCellBackColor : "Warna Latarbelakang",
  322. DlgCellBorderColor : "Warna Border",
  323. DlgCellBtnSelect : "Pilih...",
  324. // Find and Replace Dialog
  325. DlgFindAndReplaceTitle : "Find and Replace", //MISSING
  326. // Find Dialog
  327. DlgFindTitle : "Carian",
  328. DlgFindFindBtn : "Cari",
  329. DlgFindNotFoundMsg : "Text yang dicari tidak dijumpai.",
  330. // Replace Dialog
  331. DlgReplaceTitle : "Gantian",
  332. DlgReplaceFindLbl : "Perkataan yang dicari:",
  333. DlgReplaceReplaceLbl : "Diganti dengan:",
  334. DlgReplaceCaseChk : "Padanan case huruf",
  335. DlgReplaceReplaceBtn : "Ganti",
  336. DlgReplaceReplAllBtn : "Ganti semua",
  337. DlgReplaceWordChk : "Padana Keseluruhan perkataan",
  338. // Paste Operations / Dialog
  339. PasteErrorCut : "Keselamatan perisian browser anda tidak membenarkan operasi suntingan text/imej. Sila gunakan papan kekunci (Ctrl+X).",
  340. PasteErrorCopy : "Keselamatan perisian browser anda tidak membenarkan operasi salinan text/imej. Sila gunakan papan kekunci (Ctrl+C).",
  341. PasteAsText : "Tampal sebagai text biasa",
  342. PasteFromWord : "Tampal dari perisian "Word"",
  343. DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<strong>Ctrl+V</strong>) and hit <strong>OK</strong>.", //MISSING
  344. DlgPasteSec : "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
  345. DlgPasteIgnoreFont : "Ignore Font Face definitions", //MISSING
  346. DlgPasteRemoveStyles : "Remove Styles definitions", //MISSING
  347. // Color Picker
  348. ColorAutomatic : "Otomatik",
  349. ColorMoreColors : "Warna lain-lain...",
  350. // Document Properties
  351. DocProps : "Ciri-ciri dokumen",
  352. // Anchor Dialog
  353. DlgAnchorTitle : "Ciri-ciri Pautan",
  354. DlgAnchorName : "Nama Pautan",
  355. DlgAnchorErrorName : "Sila taip nama pautan",
  356. // Speller Pages Dialog
  357. DlgSpellNotInDic : "Tidak terdapat didalam kamus",
  358. DlgSpellChangeTo : "Tukarkan kepada",
  359. DlgSpellBtnIgnore : "Biar",
  360. DlgSpellBtnIgnoreAll : "Biarkan semua",
  361. DlgSpellBtnReplace : "Ganti",
  362. DlgSpellBtnReplaceAll : "Gantikan Semua",
  363. DlgSpellBtnUndo : "Batalkan",
  364. DlgSpellNoSuggestions : "- Tiada cadangan -",
  365. DlgSpellProgress : "Pemeriksaan ejaan sedang diproses...",
  366. DlgSpellNoMispell : "Pemeriksaan ejaan siap: Tiada salah ejaan",
  367. DlgSpellNoChanges : "Pemeriksaan ejaan siap: Tiada perkataan diubah",
  368. DlgSpellOneChange : "Pemeriksaan ejaan siap: Satu perkataan telah diubah",
  369. DlgSpellManyChanges : "Pemeriksaan ejaan siap: %1 perkataan diubah",
  370. IeSpellDownload : "Pemeriksa ejaan tidak dipasang. Adakah anda mahu muat turun sekarang?",
  371. // Button Dialog
  372. DlgButtonText : "Teks (Nilai)",
  373. DlgButtonType : "Jenis",
  374. DlgButtonTypeBtn : "Button", //MISSING
  375. DlgButtonTypeSbm : "Submit", //MISSING
  376. DlgButtonTypeRst : "Reset", //MISSING
  377. // Checkbox and Radio Button Dialogs
  378. DlgCheckboxName : "Nama",
  379. DlgCheckboxValue : "Nilai",
  380. DlgCheckboxSelected : "Dipilih",
  381. // Form Dialog
  382. DlgFormName : "Nama",
  383. DlgFormAction : "Tindakan borang",
  384. DlgFormMethod : "Cara borang dihantar",
  385. // Select Field Dialog
  386. DlgSelectName : "Nama",
  387. DlgSelectValue : "Nilai",
  388. DlgSelectSize : "Saiz",
  389. DlgSelectLines : "garisan",
  390. DlgSelectChkMulti : "Benarkan pilihan pelbagai",
  391. DlgSelectOpAvail : "Pilihan sediada",
  392. DlgSelectOpText : "Teks",
  393. DlgSelectOpValue : "Nilai",
  394. DlgSelectBtnAdd : "Tambah Pilihan",
  395. DlgSelectBtnModify : "Ubah Pilihan",
  396. DlgSelectBtnUp : "Naik ke atas",
  397. DlgSelectBtnDown : "Turun ke bawah",
  398. DlgSelectBtnSetValue : "Set sebagai nilai terpilih",
  399. DlgSelectBtnDelete : "Padam",
  400. // Textarea Dialog
  401. DlgTextareaName : "Nama",
  402. DlgTextareaCols : "Lajur",
  403. DlgTextareaRows : "Baris",
  404. // Text Field Dialog
  405. DlgTextName : "Nama",
  406. DlgTextValue : "Nilai",
  407. DlgTextCharWidth : "Lebar isian",
  408. DlgTextMaxChars : "Isian Maksimum",
  409. DlgTextType : "Jenis",
  410. DlgTextTypeText : "Teks",
  411. DlgTextTypePass : "Kata Laluan",
  412. // Hidden Field Dialog
  413. DlgHiddenName : "Nama",
  414. DlgHiddenValue : "Nilai",
  415. // Bulleted List Dialog
  416. BulletedListProp : "Ciri-ciri senarai berpeluru",
  417. NumberedListProp : "Ciri-ciri senarai bernombor",
  418. DlgLstStart : "Start", //MISSING
  419. DlgLstType : "Jenis",
  420. DlgLstTypeCircle : "Circle",
  421. DlgLstTypeDisc : "Disc", //MISSING
  422. DlgLstTypeSquare : "Square",
  423. DlgLstTypeNumbers : "Nombor-nombor (1, 2, 3)",
  424. DlgLstTypeLCase : "Huruf-huruf kecil (a, b, c)",
  425. DlgLstTypeUCase : "Huruf-huruf besar (A, B, C)",
  426. DlgLstTypeSRoman : "Nombor Roman Kecil (i, ii, iii)",
  427. DlgLstTypeLRoman : "Nombor Roman Besar (I, II, III)",
  428. // Document Properties Dialog
  429. DlgDocGeneralTab : "Umum",
  430. DlgDocBackTab : "Latarbelakang",
  431. DlgDocColorsTab : "Warna dan margin",
  432. DlgDocMetaTab : "Data Meta",
  433. DlgDocPageTitle : "Tajuk Muka Surat",
  434. DlgDocLangDir : "Arah Tulisan",
  435. DlgDocLangDirLTR : "Kiri ke Kanan (LTR)",
  436. DlgDocLangDirRTL : "Kanan ke Kiri (RTL)",
  437. DlgDocLangCode : "Kod Bahasa",
  438. DlgDocCharSet : "Enkod Set Huruf",
  439. DlgDocCharSetCE : "Central European", //MISSING
  440. DlgDocCharSetCT : "Chinese Traditional (Big5)", //MISSING
  441. DlgDocCharSetCR : "Cyrillic", //MISSING
  442. DlgDocCharSetGR : "Greek", //MISSING
  443. DlgDocCharSetJP : "Japanese", //MISSING
  444. DlgDocCharSetKR : "Korean", //MISSING
  445. DlgDocCharSetTR : "Turkish", //MISSING
  446. DlgDocCharSetUN : "Unicode (UTF-8)", //MISSING
  447. DlgDocCharSetWE : "Western European", //MISSING
  448. DlgDocCharSetOther : "Enkod Set Huruf yang Lain",
  449. DlgDocDocType : "Jenis Kepala Dokumen",
  450. DlgDocDocTypeOther : "Jenis Kepala Dokumen yang Lain",
  451. DlgDocIncXHTML : "Masukkan pemula kod XHTML",
  452. DlgDocBgColor : "Warna Latarbelakang",
  453. DlgDocBgImage : "URL Gambar Latarbelakang",
  454. DlgDocBgNoScroll : "Imej Latarbelakang tanpa Skrol",
  455. DlgDocCText : "Teks",
  456. DlgDocCLink : "Sambungan",
  457. DlgDocCVisited : "Sambungan telah Dilawati",
  458. DlgDocCActive : "Sambungan Aktif",
  459. DlgDocMargins : "Margin Muka Surat",
  460. DlgDocMaTop : "Atas",
  461. DlgDocMaLeft : "Kiri",
  462. DlgDocMaRight : "Kanan",
  463. DlgDocMaBottom : "Bawah",
  464. DlgDocMeIndex : "Kata Kunci Indeks Dokumen (dipisahkan oleh koma)",
  465. DlgDocMeDescr : "Keterangan Dokumen",
  466. DlgDocMeAuthor : "Penulis",
  467. DlgDocMeCopy : "Hakcipta",
  468. DlgDocPreview : "Prebiu",
  469. // Templates Dialog
  470. Templates : "Templat",
  471. DlgTemplatesTitle : "Templat Kandungan",
  472. DlgTemplatesSelMsg : "Sila pilih templat untuk dibuka oleh editor<br>(kandungan sebenar akan hilang):",
  473. DlgTemplatesLoading : "Senarai Templat sedang diproses. Sila Tunggu...",
  474. DlgTemplatesNoTpl : "(Tiada Templat Disimpan)",
  475. DlgTemplatesReplace : "Replace actual contents", //MISSING
  476. // About Dialog
  477. DlgAboutAboutTab : "Tentang",
  478. DlgAboutBrowserInfoTab : "Maklumat Perisian Browser",
  479. DlgAboutLicenseTab : "License", //MISSING
  480. DlgAboutVersion : "versi",
  481. DlgAboutInfo : "Untuk maklumat lanjut sila pergi ke",
  482. // Div Dialog
  483. DlgDivGeneralTab : "General", //MISSING
  484. DlgDivAdvancedTab : "Advanced", //MISSING
  485. DlgDivStyle : "Style", //MISSING
  486. DlgDivInlineStyle : "Inline Style" //MISSING
  487. };