mirror of
https://github.com/UnickSoft/graphonline.git
synced 2025-07-04 00:36:45 +00:00
69 lines
1.5 KiB
JavaScript
Executable File
69 lines
1.5 KiB
JavaScript
Executable File
/*
|
|
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
|
|
For licensing, see LICENSE.md or http://ckeditor.com/license
|
|
*/
|
|
CKEDITOR.plugins.setLang( 'forms', 'ms', {
|
|
button: {
|
|
title: 'Ciri-ciri Butang',
|
|
text: 'Teks (Nilai)',
|
|
type: 'Jenis',
|
|
typeBtn: 'Button',
|
|
typeSbm: 'Submit',
|
|
typeRst: 'Reset'
|
|
},
|
|
checkboxAndRadio: {
|
|
checkboxTitle: 'Ciri-ciri Checkbox',
|
|
radioTitle: 'Ciri-ciri Butang Radio',
|
|
value: 'Nilai',
|
|
selected: 'Dipilih'
|
|
},
|
|
form: {
|
|
title: 'Ciri-ciri Borang',
|
|
menu: 'Ciri-ciri Borang',
|
|
action: 'Tindakan borang',
|
|
method: 'Cara borang dihantar',
|
|
encoding: 'Encoding'
|
|
},
|
|
hidden: {
|
|
title: 'Ciri-ciri Field Tersembunyi',
|
|
name: 'Nama',
|
|
value: 'Nilai'
|
|
},
|
|
select: {
|
|
title: 'Ciri-ciri Selection Field',
|
|
selectInfo: 'Select Info',
|
|
opAvail: 'Pilihan sediada',
|
|
value: 'Nilai',
|
|
size: 'Saiz',
|
|
lines: 'garisan',
|
|
chkMulti: 'Benarkan pilihan pelbagai',
|
|
opText: 'Teks',
|
|
opValue: 'Nilai',
|
|
btnAdd: 'Tambah Pilihan',
|
|
btnModify: 'Ubah Pilihan',
|
|
btnUp: 'Naik ke atas',
|
|
btnDown: 'Turun ke bawah',
|
|
btnSetValue: 'Set sebagai nilai terpilih',
|
|
btnDelete: 'Padam'
|
|
},
|
|
textarea: {
|
|
title: 'Ciri-ciri Textarea',
|
|
cols: 'Lajur',
|
|
rows: 'Baris'
|
|
},
|
|
textfield: {
|
|
title: 'Ciri-ciri Text Field',
|
|
name: 'Nama',
|
|
value: 'Nilai',
|
|
charWidth: 'Lebar isian',
|
|
maxChars: 'Isian Maksimum',
|
|
type: 'Jenis',
|
|
typeText: 'Teks',
|
|
typePass: 'Kata Laluan',
|
|
typeEmail: 'Email', // MISSING
|
|
typeSearch: 'Search', // MISSING
|
|
typeTel: 'Telephone Number', // MISSING
|
|
typeUrl: 'URL'
|
|
}
|
|
});
|