en-gb.js 1.34 KB
/*
Copyright (c) 2003-2017, CKSource - Frederico Knabben. All rights reserved.
For licensing, see LICENSE.md or http://ckeditor.com/license
*/
CKEDITOR.plugins.setLang( 'docprops', 'en-gb', {
	bgColor: 'Background Colour',
	bgFixed: 'Non-scrolling (Fixed) Background',
	bgImage: 'Background Image URL',
	charset: 'Character Set Encoding',
	charsetASCII: 'ASCII',
	charsetCE: 'Central European',
	charsetCR: 'Cyrillic',
	charsetCT: 'Chinese Traditional (Big5)',
	charsetGR: 'Greek',
	charsetJP: 'Japanese',
	charsetKR: 'Korean',
	charsetOther: 'Other Character Set Encoding',
	charsetTR: 'Turkish',
	charsetUN: 'Unicode (UTF-8)',
	charsetWE: 'Western European',
	chooseColor: 'Choose',
	design: 'Design',
	docTitle: 'Page Title',
	docType: 'Document Type Heading',
	docTypeOther: 'Other Document Type Heading',
	label: 'Document Properties',
	margin: 'Page Margins',
	marginBottom: 'Bottom',
	marginLeft: 'Left',
	marginRight: 'Right',
	marginTop: 'Top',
	meta: 'Meta Tags',
	metaAuthor: 'Author',
	metaCopyright: 'Copyright',
	metaDescription: 'Document Description',
	metaKeywords: 'Document Indexing Keywords (comma-separated)',
	other: 'Other...',
	previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>',
	title: 'Document Properties',
	txtColor: 'Text Colour',
	xhtmlDec: 'Include XHTML Declarations'
} );