blob: 7ff6c697c4c75dad2933d45c8cab91465bcb8237 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
/*
Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'pastefromword', 'id', {
confirmCleanup: 'Teks yang ingin anda tempel sepertinya di salin dari Word. Apakah anda mau membersihkannya sebelum menempel?',
error: 'Tidak mungkin membersihkan data yang ditempel dikerenakan kesalahan internal',
title: 'Tempel dari Word',
toolbar: 'Tempel dari Word'
} );
|