ms.js
上传用户:ah_jiwei
上传日期:2022-07-24
资源大小:54044k
文件大小:18k
源码类别:

数据库编程

开发平台:

Visual C++

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