File: ms.js

package info (click to toggle)
ckeditor 4.16.0%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 258,804 kB
  • sloc: javascript: 239,590; sh: 184; makefile: 64; python: 37; php: 15; xml: 5
file content (42 lines) | stat: -rw-r--r-- 1,527 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
Copyright (c) 2003-2021, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or https://ckeditor.com/legal/ckeditor-oss-license
*/
CKEDITOR.plugins.setLang( 'docprops', 'ms', {
	bgColor: 'Warna Latarbelakang',
	bgFixed: 'Imej Latarbelakang tanpa Skrol',
	bgImage: 'URL Gambar Latarbelakang',
	charset: 'Enkod Set Huruf',
	charsetASCII: 'ASCII', // MISSING
	charsetCE: 'Central European', // MISSING
	charsetCR: 'Cyrillic', // MISSING
	charsetCT: 'Chinese Traditional (Big5)', // MISSING
	charsetGR: 'Greek', // MISSING
	charsetJP: 'Japanese', // MISSING
	charsetKR: 'Korean', // MISSING
	charsetOther: 'Enkod Set Huruf yang Lain',
	charsetTR: 'Turkish', // MISSING
	charsetUN: 'Unicode (UTF-8)', // MISSING
	charsetWE: 'Western European', // MISSING
	chooseColor: 'Choose',
	design: 'Design', // MISSING
	docTitle: 'Tajuk Muka Surat',
	docType: 'Jenis Kepala Dokumen',
	docTypeOther: 'Jenis Kepala Dokumen yang Lain',
	label: 'Ciri-ciri dokumen',
	margin: 'Margin Muka Surat',
	marginBottom: 'Bawah',
	marginLeft: 'Kiri',
	marginRight: 'Kanan',
	marginTop: 'Atas',
	meta: 'Data Meta',
	metaAuthor: 'Penulis',
	metaCopyright: 'Hakcipta',
	metaDescription: 'Keterangan Dokumen',
	metaKeywords: 'Kata Kunci Indeks Dokumen (dipisahkan oleh koma)',
	other: '<lain>',
	previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>', // MISSING
	title: 'Ciri-ciri dokumen',
	txtColor: 'Warna Text',
	xhtmlDec: 'Masukkan pemula kod XHTML'
} );