en-gb.js
1.34 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
/*
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'
} );