X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=_source%2Flang%2Fen.js;h=7e02a2d68e2d4783ade12e79f2ba81d8ba4f5200;hb=941b0a9ba4e673e292510d80a5a86806994b8ea6;hp=5941249f6fabf33b5252f4e5f42515d965aca270;hpb=ea7e3453c7b0f023b050aca6d9f83ab372860d91;p=ckeditor.git diff --git a/_source/lang/en.js b/_source/lang/en.js index 5941249..7e02a2d 100644 --- a/_source/lang/en.js +++ b/_source/lang/en.js @@ -1,5 +1,5 @@ /* -Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. +Copyright (c) 2003-2010, CKSource - Frederico Knabben. All rights reserved. For licensing, see LICENSE.html or http://ckeditor.com/license */ @@ -259,7 +259,8 @@ CKEDITOR.lang['en'] = invalidWidth : 'Cell width must be a number.', invalidHeight : 'Cell height must be a number.', invalidRowSpan : 'Rows span must be a whole number.', - invalidColSpan : 'Columns span must be a whole number.' + invalidColSpan : 'Columns span must be a whole number.', + chooseColor : 'Choose' }, row : @@ -384,19 +385,13 @@ CKEDITOR.lang['en'] = vSpace : 'VSpace', align : 'Align', alignLeft : 'Left', - alignAbsBottom: 'Abs Bottom', - alignAbsMiddle: 'Abs Middle', - alignBaseline : 'Baseline', - alignBottom : 'Bottom', - alignMiddle : 'Middle', alignRight : 'Right', - alignTextTop : 'Text Top', - alignTop : 'Top', preview : 'Preview', alertUrl : 'Please type the image URL', linkTab : 'Link', button2Img : 'Do you want to transform the selected image button on a simple image?', - img2Button : 'Do you want to transform the selected image on a image button?' + img2Button : 'Do you want to transform the selected image on a image button?', + urlMissing : 'Image source URL is missing.' }, // Flash Dialog @@ -511,11 +506,10 @@ CKEDITOR.lang['en'] = pastefromword : { + confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', toolbar : 'Paste from Word', title : 'Paste from Word', - advice : 'Please paste inside the following box using the keyboard (Ctrl+V) and hit OK.', - ignoreFontFace : 'Ignore Font Face definitions', - removeStyle : 'Remove Styles definitions' + error : 'It was not possible to clean up the pasted data due to an internal error' }, pasteText : @@ -564,6 +558,23 @@ CKEDITOR.lang['en'] = tag_div : 'Normal (DIV)' }, + div : + { + title : 'Create Div Container', + toolbar : 'Create Div Container', + cssClassInputLabel : 'Stylesheet Classes', + styleSelectLabel : 'Style', + IdInputLabel : 'Id', + languageCodeInputLabel : ' Language Code', + inlineStyleInputLabel : 'Inline Style', + advisoryTitleInputLabel : 'Advisory Title', + langDirLabel : 'Language Direction', + langDirLTRLabel : 'Left to Right (LTR)', + langDirRTLLabel : 'Right to Left (RTL)', + edit : 'Edit Div', + remove : 'Remove Div' + }, + font : { label : 'Font', @@ -661,6 +672,7 @@ CKEDITOR.lang['en'] = }, maximize : 'Maximize', + minimize : 'Minimize', fakeobjects : { @@ -670,5 +682,16 @@ CKEDITOR.lang['en'] = unknown : 'Unknown Object' }, - resize : 'Drag to resize' + resize : 'Drag to resize', + + colordialog : + { + title : 'Select color', + highlight : 'Highlight', + selected : 'Selected', + clear : 'Clear' + }, + + toolbarCollapse : 'Collapse Toolbar', + toolbarExpand : 'Expand Toolbar' };