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