JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / en.js
index a57bc2e..5f9db15 100644 (file)
@@ -1,5 +1,5 @@
 /*\r
-Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved.\r
+Copyright (c) 2003-2011, CKSource - Frederico Knabben. All rights reserved.\r
 For licensing, see LICENSE.html or http://ckeditor.com/license\r
 */\r
 \r
@@ -34,8 +34,8 @@ CKEDITOR.lang['en'] =
        editorTitle : 'Rich text editor, %1, press ALT 0 for help.',\r
 \r
        // ARIA descriptions.\r
-       toolbar : 'Toolbar',\r
-       editor  : 'Rich Text Editor',\r
+       toolbars        : 'Editor toolbars',\r
+       editor          : 'Rich Text Editor',\r
 \r
        // Toolbar buttons without dialogs.\r
        source                  : 'Source',\r
@@ -56,6 +56,7 @@ CKEDITOR.lang['en'] =
        superscript             : 'Superscript',\r
        horizontalrule  : 'Insert Horizontal Line',\r
        pagebreak               : 'Insert Page Break for Printing',\r
+       pagebreakAlt            : 'Page Break',\r
        unlink                  : 'Unlink',\r
        undo                    : 'Undo',\r
        redo                    : 'Redo',\r
@@ -105,6 +106,23 @@ CKEDITOR.lang['en'] =
                targetTop               : 'Topmost Window (_top)',\r
                targetSelf              : 'Same Window (_self)',\r
                targetParent    : 'Parent Window (_parent)',\r
+               langDirLTR              : 'Left to Right (LTR)',\r
+               langDirRTL              : 'Right to Left (RTL)',\r
+               styles                  : 'Style',\r
+               cssClasses              : 'Stylesheet Classes',\r
+               width                   : 'Width',\r
+               height                  : 'Height',\r
+               align                   : 'Alignment',\r
+               alignLeft               : 'Left',\r
+               alignRight              : 'Right',\r
+               alignCenter             : 'Center',\r
+               alignTop                : 'Top',\r
+               alignMiddle             : 'Middle',\r
+               alignBottom             : 'Bottom',\r
+               invalidHeight   : 'Height must be a number.',\r
+               invalidWidth    : 'Width must be a number.',\r
+               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).',\r
+               invalidHtmlLength       : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).',\r
 \r
                // Put the voice-only part of the label in the span.\r
                unavailable             : '%1<span class="cke_accessibility">, unavailable</span>'\r
@@ -151,9 +169,7 @@ CKEDITOR.lang['en'] =
                popupFullScreen : 'Full Screen (IE)',\r
                popupScrollBars : 'Scroll Bars',\r
                popupDependent  : 'Dependent (Netscape)',\r
-               popupWidth              : 'Width',\r
                popupLeft               : 'Left Position',\r
-               popupHeight             : 'Height',\r
                popupTop                : 'Top Position',\r
                id                              : 'Id',\r
                langDir                 : 'Language Direction',\r
@@ -161,18 +177,19 @@ CKEDITOR.lang['en'] =
                langDirRTL              : 'Right to Left (RTL)',\r
                acccessKey              : 'Access Key',\r
                name                    : 'Name',\r
-               langCode                : 'Language Code',\r
-               tabIndex                : 'Tab Index',\r
-               advisoryTitle   : 'Advisory Title',\r
+               langCode                        : 'Language Code',\r
+               tabIndex                        : 'Tab Index',\r
+               advisoryTitle           : 'Advisory Title',\r
                advisoryContentType     : 'Advisory Content Type',\r
                cssClasses              : 'Stylesheet Classes',\r
                charset                 : 'Linked Resource Charset',\r
                styles                  : 'Style',\r
-               selectAnchor    : 'Select an Anchor',\r
+               rel                     : 'Relationship',\r
+               selectAnchor            : 'Select an Anchor',\r
                anchorName              : 'By Anchor Name',\r
-               anchorId                : 'By Element Id',\r
-               emailAddress    : 'E-Mail Address',\r
-               emailSubject    : 'Message Subject',\r
+               anchorId                        : 'By Element Id',\r
+               emailAddress            : 'E-Mail Address',\r
+               emailSubject            : 'Message Subject',\r
                emailBody               : 'Message Body',\r
                noAnchors               : '(No anchors available in the document)',\r
                noUrl                   : 'Please type the link URL',\r
@@ -186,7 +203,8 @@ CKEDITOR.lang['en'] =
                menu            : 'Edit Anchor',\r
                title           : 'Anchor Properties',\r
                name            : 'Anchor Name',\r
-               errorName       : 'Please type the anchor name'\r
+               errorName       : 'Please type the anchor name',\r
+               remove          : 'Remove Anchor'\r
        },\r
 \r
        // List style dialog\r
@@ -239,15 +257,9 @@ CKEDITOR.lang['en'] =
                rows            : 'Rows',\r
                columns         : 'Columns',\r
                border          : 'Border size',\r
-               align           : 'Alignment',\r
-               alignLeft       : 'Left',\r
-               alignCenter     : 'Center',\r
-               alignRight      : 'Right',\r
-               width           : 'Width',\r
                widthPx         : 'pixels',\r
                widthPc         : 'percent',\r
                widthUnit       : 'width unit',\r
-               height          : 'Height',\r
                cellSpace       : 'Cell spacing',\r
                cellPad         : 'Cell padding',\r
                caption         : 'Caption',\r
@@ -262,8 +274,8 @@ CKEDITOR.lang['en'] =
                invalidBorder   : 'Border size must be a number.',\r
                invalidWidth    : 'Table width must be a number.',\r
                invalidHeight   : 'Table height must be a number.',\r
-               invalidCellSpacing      : 'Cell spacing must be a number.',\r
-               invalidCellPadding      : 'Cell padding must be a number.',\r
+               invalidCellSpacing      : 'Cell spacing must be a positive number.',\r
+               invalidCellPadding      : 'Cell padding must be a positive number.',\r
 \r
                cell :\r
                {\r
@@ -283,9 +295,6 @@ CKEDITOR.lang['en'] =
                        wordWrap                : 'Word Wrap',\r
                        hAlign                  : 'Horizontal Alignment',\r
                        vAlign                  : 'Vertical Alignment',\r
-                       alignTop                : 'Top',\r
-                       alignMiddle             : 'Middle',\r
-                       alignBottom             : 'Bottom',\r
                        alignBaseline   : 'Baseline',\r
                        bgColor                 : 'Background Color',\r
                        borderColor             : 'Border Color',\r
@@ -406,24 +415,16 @@ CKEDITOR.lang['en'] =
                btnUpload       : 'Send it to the Server',\r
                upload          : 'Upload',\r
                alt                     : 'Alternative Text',\r
-               width           : 'Width',\r
-               height          : 'Height',\r
                lockRatio       : 'Lock Ratio',\r
-               unlockRatio     : 'Unlock Ratio',\r
                resetSize       : 'Reset Size',\r
                border          : 'Border',\r
                hSpace          : 'HSpace',\r
                vSpace          : 'VSpace',\r
-               align           : 'Align',\r
-               alignLeft       : 'Left',\r
-               alignRight      : 'Right',\r
                alertUrl        : 'Please type the image URL',\r
                linkTab         : 'Link',\r
                button2Img      : 'Do you want to transform the selected image button on a simple image?',\r
                img2Button      : 'Do you want to transform the selected image on a image button?',\r
                urlMissing      : 'Image source URL is missing.',\r
-               validateWidth   : 'Width must be a whole number.',\r
-               validateHeight  : 'Height must be a whole number.',\r
                validateBorder  : 'Border must be a whole number.',\r
                validateHSpace  : 'HSpace must be a whole number.',\r
                validateVSpace  : 'VSpace must be a whole number.'\r
@@ -447,16 +448,10 @@ CKEDITOR.lang['en'] =
                accessAlways    : 'Always',\r
                accessSameDomain: 'Same domain',\r
                accessNever             : 'Never',\r
-               align                   : 'Align',\r
-               alignLeft               : 'Left',\r
                alignAbsBottom  : 'Abs Bottom',\r
                alignAbsMiddle  : 'Abs Middle',\r
                alignBaseline   : 'Baseline',\r
-               alignBottom             : 'Bottom',\r
-               alignMiddle             : 'Middle',\r
-               alignRight              : 'Right',\r
                alignTextTop    : 'Text Top',\r
-               alignTop                : 'Top',\r
                quality                 : 'Quality',\r
                qualityBest             : 'Best',\r
                qualityHigh             : 'High',\r
@@ -470,13 +465,9 @@ CKEDITOR.lang['en'] =
                windowMode              : 'Window mode',\r
                flashvars               : 'Variables for Flash',\r
                bgcolor                 : 'Background color',\r
-               width                   : 'Width',\r
-               height                  : 'Height',\r
                hSpace                  : 'HSpace',\r
                vSpace                  : 'VSpace',\r
                validateSrc             : 'URL must not be empty.',\r
-               validateWidth   : 'Width must be a number.',\r
-               validateHeight  : 'Height must be a number.',\r
                validateHSpace  : 'HSpace must be a number.',\r
                validateVSpace  : 'VSpace must be a number.'\r
        },\r
@@ -524,10 +515,10 @@ CKEDITOR.lang['en'] =
 \r
        justify :\r
        {\r
-               left    : 'Left Justify',\r
-               center  : 'Center Justify',\r
-               right   : 'Right Justify',\r
-               block   : 'Block Justify'\r
+               left    : 'Align Left',\r
+               center  : 'Center',\r
+               right   : 'Align Right',\r
+               block   : 'Justify'\r
        },\r
 \r
        blockquote : 'Block Quote',\r
@@ -611,6 +602,15 @@ CKEDITOR.lang['en'] =
                remove                          : 'Remove Div'\r
        },\r
 \r
+       iframe :\r
+       {\r
+               title           : 'IFrame Properties',\r
+               toolbar         : 'IFrame',\r
+               noUrl           : 'Please type the iframe URL',\r
+               scrolling       : 'Enable scrollbars',\r
+               border          : 'Show frame border'\r
+       },\r
+\r
        font :\r
        {\r
                label           : 'Font',\r
@@ -708,7 +708,7 @@ CKEDITOR.lang['en'] =
                dic_restore             : 'Restore',\r
                dic_delete              : 'Delete',\r
                dic_rename              : 'Rename',\r
-               dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type it\'s name and click the Restore button.',\r
+               dic_info                : 'Initially the User Dictionary is stored in a Cookie. However, Cookies are limited in size. When the User Dictionary grows to a point where it cannot be stored in a Cookie, then the dictionary may be stored on our server. To store your personal dictionary on our server you should specify a name for your dictionary. If you already have a stored dictionary, please type its name and click the Restore button.',\r
 \r
                aboutTab                : 'About'\r
        },\r
@@ -717,6 +717,8 @@ CKEDITOR.lang['en'] =
        {\r
                title           : 'About CKEditor',\r
                dlgTitle        : 'About CKEditor',\r
+               help    : 'Check $1 for help.',\r
+               userGuide : 'CKEditor User\'s Guide',\r
                moreInfo        : 'For licensing information please visit our web site:',\r
                copy            : 'Copyright &copy; $1. All rights reserved.'\r
        },\r
@@ -726,10 +728,11 @@ CKEDITOR.lang['en'] =
 \r
        fakeobjects :\r
        {\r
-               anchor  : 'Anchor',\r
-               flash   : 'Flash Animation',\r
-               div             : 'Page Break',\r
-               unknown : 'Unknown Object'\r
+               anchor          : 'Anchor',\r
+               flash           : 'Flash Animation',\r
+               iframe          : 'IFrame',\r
+               hiddenfield     : 'Hidden Field',\r
+               unknown         : 'Unknown Object'\r
        },\r
 \r
        resize : 'Drag to resize',\r
@@ -744,5 +747,66 @@ CKEDITOR.lang['en'] =
        },\r
 \r
        toolbarCollapse : 'Collapse Toolbar',\r
-       toolbarExpand   : 'Expand Toolbar'\r
+       toolbarExpand   : 'Expand Toolbar',\r
+\r
+       toolbarGroups :\r
+       {\r
+               document : 'Document',\r
+               clipboard : 'Clipboard/Undo',\r
+               editing : 'Editing',\r
+               forms : 'Forms',\r
+               basicstyles : 'Basic Styles',\r
+               paragraph : 'Paragraph',\r
+               links : 'Links',\r
+               insert : 'Insert',\r
+               styles : 'Styles',\r
+               colors : 'Colors',\r
+               tools : 'Tools'\r
+       },\r
+\r
+       bidi :\r
+       {\r
+               ltr : 'Text direction from left to right',\r
+               rtl : 'Text direction from right to left'\r
+       },\r
+\r
+       docprops :\r
+       {\r
+               label : 'Document Properties',\r
+               title : 'Document Properties',\r
+               design : 'Design',\r
+               meta : 'Meta Tags',\r
+               chooseColor : 'Choose',\r
+               other : 'Other...',\r
+               docTitle :      'Page Title',\r
+               charset :       'Character Set Encoding',\r
+               charsetOther : 'Other Character Set Encoding',\r
+               charsetASCII : 'ASCII',\r
+               charsetCE : 'Central European',\r
+               charsetCT : 'Chinese Traditional (Big5)',\r
+               charsetCR : 'Cyrillic',\r
+               charsetGR : 'Greek',\r
+               charsetJP : 'Japanese',\r
+               charsetKR : 'Korean',\r
+               charsetTR : 'Turkish',\r
+               charsetUN : 'Unicode (UTF-8)',\r
+               charsetWE : 'Western European',\r
+               docType : 'Document Type Heading',\r
+               docTypeOther : 'Other Document Type Heading',\r
+               xhtmlDec : 'Include XHTML Declarations',\r
+               bgColor : 'Background Color',\r
+               bgImage : 'Background Image URL',\r
+               bgFixed : 'Non-scrolling (Fixed) Background',\r
+               txtColor : 'Text Color',\r
+               margin : 'Page Margins',\r
+               marginTop : 'Top',\r
+               marginLeft : 'Left',\r
+               marginRight : 'Right',\r
+               marginBottom : 'Bottom',\r
+               metaKeywords : 'Document Indexing Keywords (comma separated)',\r
+               metaDescription : 'Document Description',\r
+               metaAuthor : 'Author',\r
+               metaCopyright : 'Copyright',\r
+               previewHtml : '<p>This is some <strong>sample text</strong>. You are using <a href="javascript:void(0)">CKEditor</a>.</p>'\r
+       }\r
 };\r