diff options
Diffstat (limited to 'plugins/forms/lang/ms.js')
| -rw-r--r-- | plugins/forms/lang/ms.js | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/plugins/forms/lang/ms.js b/plugins/forms/lang/ms.js new file mode 100644 index 0000000..dca784f --- /dev/null +++ b/plugins/forms/lang/ms.js @@ -0,0 +1,68 @@ +/*
+Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
+For licensing, see LICENSE.html 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'
+ }
+});
|
