new ckeditor
New ckeditor
This commit is contained in:
25
ckeditor/plugins/liststyle/lang/id.js
Normal file
25
ckeditor/plugins/liststyle/lang/id.js
Normal file
@@ -0,0 +1,25 @@
|
||||
/*
|
||||
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
|
||||
For licensing, see LICENSE.md or http://ckeditor.com/license
|
||||
*/
|
||||
CKEDITOR.plugins.setLang( 'liststyle', 'id', {
|
||||
armenian: 'Armenian numbering', // MISSING
|
||||
bulletedTitle: 'Bulleted List Properties', // MISSING
|
||||
circle: 'Lingkaran',
|
||||
decimal: 'Desimal (1, 2, 3, dst.)',
|
||||
decimalLeadingZero: 'Desimal diawali angka nol (01, 02, 03, dst.)',
|
||||
disc: 'Cakram',
|
||||
georgian: 'Georgian numbering (an, ban, gan, etc.)', // MISSING
|
||||
lowerAlpha: 'Huruf Kecil (a, b, c, d, e, dst.)',
|
||||
lowerGreek: 'Lower Greek (alpha, beta, gamma, etc.)', // MISSING
|
||||
lowerRoman: 'Angka Romawi (i, ii, iii, iv, v, dst.)',
|
||||
none: 'Tidak ada',
|
||||
notset: '<tidak diatur>',
|
||||
numberedTitle: 'Numbered List Properties', // MISSING
|
||||
square: 'Persegi',
|
||||
start: 'Mulai',
|
||||
type: 'Tipe',
|
||||
upperAlpha: 'Huruf Besar (A, B, C, D, E, dst.)',
|
||||
upperRoman: 'Upper Roman (I, II, III, IV, V, etc.)', // MISSING
|
||||
validateStartNumber: 'List start number must be a whole number.' // MISSING
|
||||
} );
|
||||
Reference in New Issue
Block a user