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