X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=5f9db1570f9b9ec90fb0e138b3b735f0b7808e88;hb=f0610347140239143439a511ee2bd48cb784f470;hp=1758d022fe1cf772630b9e8fdcbf27ac1f0d8d8b;hpb=48b1db88210b4160dce439c6e3e32e14af8c106b;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 1758d02..5f9db15 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', @@ -121,6 +121,8 @@ CKEDITOR.lang['en'] = alignBottom : 'Bottom', invalidHeight : 'Height must be a number.', invalidWidth : 'Width must be a number.', + invalidCssLength : 'Value specified for the "%1" field must be a positive number with or without a valid CSS measurement unit (px, %, in, cm, mm, em, ex, pt, or pc).', + invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', // Put the voice-only part of the label in the span. unavailable : '%1, unavailable' @@ -175,18 +177,19 @@ CKEDITOR.lang['en'] = langDirRTL : 'Right to Left (RTL)', acccessKey : 'Access Key', name : 'Name', - langCode : 'Language Code', - tabIndex : 'Tab Index', - advisoryTitle : 'Advisory Title', + langCode : 'Language Code', + tabIndex : 'Tab Index', + advisoryTitle : 'Advisory Title', advisoryContentType : 'Advisory Content Type', cssClasses : 'Stylesheet Classes', charset : 'Linked Resource Charset', styles : 'Style', - selectAnchor : 'Select an Anchor', + rel : 'Relationship', + selectAnchor : 'Select an Anchor', anchorName : 'By Anchor Name', - anchorId : 'By Element Id', - emailAddress : 'E-Mail Address', - emailSubject : 'Message Subject', + anchorId : 'By Element Id', + emailAddress : 'E-Mail Address', + emailSubject : 'Message Subject', emailBody : 'Message Body', noAnchors : '(No anchors available in the document)', noUrl : 'Please type the link URL', @@ -200,7 +203,8 @@ CKEDITOR.lang['en'] = menu : 'Edit Anchor', title : 'Anchor Properties', name : 'Anchor Name', - errorName : 'Please type the anchor name' + errorName : 'Please type the anchor name', + remove : 'Remove Anchor' }, // List style dialog @@ -270,8 +274,8 @@ CKEDITOR.lang['en'] = invalidBorder : 'Border size must be a number.', invalidWidth : 'Table width must be a number.', invalidHeight : 'Table height must be a number.', - invalidCellSpacing : 'Cell spacing must be a number.', - invalidCellPadding : 'Cell padding must be a number.', + invalidCellSpacing : 'Cell spacing must be a positive number.', + invalidCellPadding : 'Cell padding must be a positive number.', cell : { @@ -412,7 +416,6 @@ CKEDITOR.lang['en'] = upload : 'Upload', alt : 'Alternative Text', lockRatio : 'Lock Ratio', - unlockRatio : 'Unlock Ratio', resetSize : 'Reset Size', border : 'Border', hSpace : 'HSpace', @@ -714,6 +717,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.' }, @@ -744,9 +749,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.

' } };