blob: 42caced6ba1a6a98ef0f8acc33c6c61d817987fc (
plain)
1
2
3
4
5
6
7
8
|
/*
Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.html or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'pagebreak', 'en-gb', {
alt: 'Page Break', // MISSING
toolbar: 'Insert Page Break for Printing'
});
|