JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
vanilla ckeditor-3.6.1
[ckeditor.git] / _source / lang / en.js
index 5452f29..5f9db15 100644 (file)
@@ -121,6 +121,8 @@ CKEDITOR.lang['en'] =
                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
@@ -201,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
@@ -271,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
@@ -413,7 +416,6 @@ CKEDITOR.lang['en'] =
                upload          : 'Upload',\r
                alt                     : 'Alternative Text',\r
                lockRatio       : 'Lock Ratio',\r
-               unlockRatio     : 'Unlock Ratio',\r
                resetSize       : 'Reset Size',\r
                border          : 'Border',\r
                hSpace          : 'HSpace',\r