[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Summary view] [Print] [Text view]
1 /* 2 Copyright (c) 2003-2013, CKSource - Frederico Knabben. All rights reserved. 3 For licensing, see LICENSE.md or http://ckeditor.com/license 4 */ 5 CKEDITOR.plugins.setLang( 'docprops', 'en-gb', { 6 bgColor: 'Background Colour', 7 bgFixed: 'Non-scrolling (Fixed) Background', 8 bgImage: 'Background Image URL', 9 charset: 'Character Set Encoding', 10 charsetASCII: 'ASCII', 11 charsetCE: 'Central European', 12 charsetCR: 'Cyrillic', 13 charsetCT: 'Chinese Traditional (Big5)', 14 charsetGR: 'Greek', 15 charsetJP: 'Japanese', 16 charsetKR: 'Korean', 17 charsetOther: 'Other Character Set Encoding', 18 charsetTR: 'Turkish', 19 charsetUN: 'Unicode (UTF-8)', 20 charsetWE: 'Western European', 21 chooseColor: 'Choose', 22 design: 'Design', 23 docTitle: 'Page Title', 24 docType: 'Document Type Heading', 25 docTypeOther: 'Other Document Type Heading', 26 label: 'Document Properties', 27 margin: 'Page Margins', 28 marginBottom: 'Bottom', 29 marginLeft: 'Left', 30 marginRight: 'Right', 31 marginTop: 'Top', 32 meta: 'Meta Tags', 33 metaAuthor: 'Author', 34 metaCopyright: 'Copyright', 35 metaDescription: 'Document Description', 36 metaKeywords: 'Document Indexing Keywords (comma-separated)', 37 other: 'Other...', 38 previewHtml: '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>', 39 title: 'Document Properties', 40 txtColor: 'Text Colour', 41 xhtmlDec: 'Include XHTML Declarations' 42 });
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |