aboutsummaryrefslogtreecommitdiff
path: root/sources/plugins/basicstyles/lang/id.js
blob: 146b1a78736dd9d0a44b41469dff8b3cf7d9ca7b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
/*
Copyright (c) 2003-2015, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'basicstyles', 'id', {
	bold: 'Huruf Tebal',
	italic: 'Huruf Miring',
	strike: 'Strikethrough', // MISSING
	subscript: 'Subscript', // MISSING
	superscript: 'Superscript', // MISSING
	underline: 'Garis Bawah'
} );