summaryrefslogtreecommitdiff
path: root/plugins/forms/lang/ms.js
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/forms/lang/ms.js')
-rw-r--r--plugins/forms/lang/ms.js68
1 files changed, 0 insertions, 68 deletions
diff --git a/plugins/forms/lang/ms.js b/plugins/forms/lang/ms.js
deleted file mode 100644
index dca784f..0000000
--- a/plugins/forms/lang/ms.js
+++ /dev/null
@@ -1,68 +0,0 @@
-/*
-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'
- }
-});