X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;fp=_source%2Flang%2Fen.js;h=5452f299d39ded749fe831a472d3b4b424973173;hb=4e70ea24db840898be8cc21c950363a52a2a6aba;hp=5204d1e4304b4f749327390ded73d38345d0d56d;hpb=1056598c95187351dc58f4991d331e2258d038b5;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 5204d1e..5452f29 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -34,8 +34,8 @@ CKEDITOR.lang['en'] = editorTitle : 'Rich text editor, %1, press ALT 0 for help.', // ARIA descriptions. - toolbar : 'Toolbar', - editor : 'Rich Text Editor', + toolbars : 'Editor toolbars', + editor : 'Rich Text Editor', // Toolbar buttons without dialogs. source : 'Source', @@ -715,6 +715,8 @@ CKEDITOR.lang['en'] = { title : 'About CKEditor', dlgTitle : 'About CKEditor', + help : 'Check $1 for help.', + userGuide : 'CKEditor User\'s Guide', moreInfo : 'For licensing information please visit our web site:', copy : 'Copyright © $1. All rights reserved.' }, @@ -745,9 +747,64 @@ CKEDITOR.lang['en'] = toolbarCollapse : 'Collapse Toolbar', toolbarExpand : 'Expand Toolbar', + toolbarGroups : + { + document : 'Document', + clipboard : 'Clipboard/Undo', + editing : 'Editing', + forms : 'Forms', + basicstyles : 'Basic Styles', + paragraph : 'Paragraph', + links : 'Links', + insert : 'Insert', + styles : 'Styles', + colors : 'Colors', + tools : 'Tools' + }, + bidi : { ltr : 'Text direction from left to right', rtl : 'Text direction from right to left' + }, + + docprops : + { + label : 'Document Properties', + title : 'Document Properties', + design : 'Design', + meta : 'Meta Tags', + chooseColor : 'Choose', + other : 'Other...', + docTitle : 'Page Title', + charset : 'Character Set Encoding', + charsetOther : 'Other Character Set Encoding', + charsetASCII : 'ASCII', + charsetCE : 'Central European', + charsetCT : 'Chinese Traditional (Big5)', + charsetCR : 'Cyrillic', + charsetGR : 'Greek', + charsetJP : 'Japanese', + charsetKR : 'Korean', + charsetTR : 'Turkish', + charsetUN : 'Unicode (UTF-8)', + charsetWE : 'Western European', + docType : 'Document Type Heading', + docTypeOther : 'Other Document Type Heading', + xhtmlDec : 'Include XHTML Declarations', + bgColor : 'Background Color', + bgImage : 'Background Image URL', + bgFixed : 'Non-scrolling (Fixed) Background', + txtColor : 'Text Color', + margin : 'Page Margins', + marginTop : 'Top', + marginLeft : 'Left', + marginRight : 'Right', + marginBottom : 'Bottom', + metaKeywords : 'Document Indexing Keywords (comma separated)', + metaDescription : 'Document Description', + metaAuthor : 'Author', + metaCopyright : 'Copyright', + previewHtml : '

This is some sample text. You are using CKEditor.

' } };