1 /* 2 Copyright (c) 2003-2009, CKSource - Frederico Knabben. All rights reserved. 3 For licensing, see LICENSE.html or http://ckeditor.com/license 4 */ 5 6 /** 7 * @fileOverview Defines the {@link CKEDITOR.lang} object, for the English 8 * language. This is the base file for all translations. 9 */ 10 11 /**#@+ 12 @type String 13 @example 14 */ 15 16 /** 17 * Constains the dictionary of language entries. 18 * @namespace 19 */ 20 CKEDITOR.lang['en'] = 21 { 22 /** 23 * The language reading direction. Possible values are "rtl" for 24 * Right-To-Left languages (like Arabic) and "ltr" for Left-To-Right 25 * languages (like English). 26 * @default 'ltr' 27 */ 28 dir : 'ltr', 29 30 // Toolbar buttons without dialogs. 31 source : 'Source', 32 newPage : 'New Page', 33 print : 'Print', 34 underline : 'Underline', 35 bold : 'Bold', 36 italic : 'Italic', 37 selectAll : 'Select All', 38 removeFormat : 'Remove Format', 39 strike : 'Strike Through', 40 subscript : 'Subscript', 41 superscript : 'Superscript', 42 horizontalrule : 'Insert Horizontal Line', 43 pagebreak : 'Insert Page Break', 44 unlink : 'Unlink', 45 46 // Common messages and labels. 47 common : 48 { 49 browseServer : 'Browser Server', 50 url : 'URL', 51 protocol : 'Protocol', 52 upload : 'Upload', 53 uploadSubmit : 'Send it to the Server', 54 image : 'Image', 55 flash : 'Flash', 56 form : 'Form', 57 checkbox : 'Checkbox', 58 radio : 'Radio Button', 59 textField : 'Text Field', 60 textarea : 'Textarea', 61 hiddenField : 'Hidden Field', 62 button : 'Button', 63 select : 'Selection Field', 64 imageButton : 'Image Button', 65 notSet : '<not set>', 66 id : 'Id', 67 name : 'Name', 68 langDir : 'Language Direction', 69 langDirLtr : 'Left to Right (LTR)', 70 langDirRtl : 'Right to Left (RTL)', 71 langCode : 'Language Code', 72 longDescr : 'Long Description URL', 73 cssClass : 'Stylesheet Classes', 74 advisoryTitle : 'Advisory Title', 75 cssStyle : 'Style', 76 ok : 'OK', 77 cancel : 'Cancel', 78 generalTab : 'General', 79 advancedTab : 'Advanced', 80 validateNumberFailed : 'This value is not a number.', 81 confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', 82 confirmCancel : 'Some of the options have been changed. Are you sure to close the dialog?' 83 }, 84 85 // Special char dialog. 86 specialChar : 87 { 88 toolbar : 'Insert Special Character', 89 title : 'Select Special Character' 90 }, 91 92 // Link dialog. 93 link : 94 { 95 toolbar : 'Link\u200b', // IE6 BUG: A title called "Link" in an <A> tag would invalidate its padding!! 96 title : 'Link', 97 info : 'Link Info', 98 target : 'Target', 99 upload : 'Upload', 100 advanced : 'Advanced', 101 type : 'Link Type', 102 toAnchor : 'Link to anchor in the text', 103 toEmail : 'E-mail', 104 target : 'Target', 105 targetNotSet : '<not set>', 106 targetFrame : '<frame>', 107 targetPopup : '<popup window>', 108 targetNew : 'New Window (_blank)', 109 targetTop : 'Topmost Window (_top)', 110 targetSelf : 'Same Window (_self)', 111 targetParent : 'Parent Window (_parent)', 112 targetFrameName : 'Target Frame Name', 113 targetPopupName : 'Popup Window Name', 114 popupFeatures : 'Popup Window Features', 115 popupResizable : 'Resizable', 116 popupStatusBar : 'Status Bar', 117 popupLocationBar : 'Location Bar', 118 popupToolbar : 'Toolbar', 119 popupMenuBar : 'Menu Bar', 120 popupFullScreen : 'Full Screen (IE)', 121 popupScrollBars : 'Scroll Bars', 122 popupDependent : 'Dependent (Netscape)', 123 popupWidth : 'Width', 124 popupLeft : 'Left Position', 125 popupHeight : 'Height', 126 popupTop : 'Top Position', 127 id : 'Id', 128 langDir : 'Language Direction', 129 langDirNotSet : '<not set>', 130 langDirLTR : 'Left to Right', 131 langDirRTL : 'Right to Left', 132 acccessKey : 'Access Key', 133 name : 'Name', 134 langCode : 'Language Code', 135 tabIndex : 'Tab Index', 136 advisoryTitle : 'Advisory Title', 137 advisoryContentType : 'Advisory Content Type', 138 cssClasses : 'Stylesheet Classes', 139 charset : 'Linked Resource Charset', 140 styles : 'Style', 141 selectAnchor : 'Select an Anchor', 142 anchorName : 'By Anchor Name', 143 anchorId : 'By Element Id', 144 emailAddress : 'E-Mail Address', 145 emailSubject : 'Message Subject', 146 emailBody : 'Message Body', 147 noAnchors : '(No anchors available in the document)', 148 noUrl : 'Please type the link URL', 149 noEmail : 'Please type the e-mail address' 150 }, 151 152 // Anchor dialog 153 anchor : 154 { 155 toolbar : 'Anchor', 156 title : 'Anchor Properties', 157 name : 'Anchor Name', 158 errorName : 'Please type the anchor name' 159 }, 160 161 // Find And Replace Dialog 162 findAndReplace : 163 { 164 title : 'Find and Replace', 165 find : 'Find', 166 replace : 'Replace', 167 findWhat : 'Find what:', 168 replaceWith : 'Replace with:', 169 notFoundMsg : 'The specified text was not found.', 170 matchCase : 'Match case', 171 matchWord : 'Match whole word', 172 matchCyclic : 'Match cyclic', 173 replaceAll : 'Replace All' 174 }, 175 176 // Table Dialog 177 table : 178 { 179 toolbar : 'Table', 180 title : 'Table Properties', 181 rows : 'Rows', 182 columns : 'Columns', 183 border : 'Border size', 184 align : 'Alignment', 185 alignNotSet : '<Not set>', 186 alignLeft : 'Left', 187 alignCenter : 'Center', 188 alignRight : 'Right', 189 width : 'Width', 190 widthPx : 'pixels', 191 widthPc : 'percent', 192 height : 'Height', 193 cellSpace : 'Cell spacing', 194 cellPad : 'Cell padding', 195 caption : 'Caption', 196 summary : 'Summary', 197 headers : 'Headers', 198 headersNone : 'None', 199 headersColumn : 'First column', 200 headersRow : 'First Row', 201 headersBoth : 'Both' 202 }, 203 204 // Button Dialog. 205 button : 206 { 207 title : 'Button Properties', 208 text : 'Text (Value)', 209 type : 'Type', 210 typeBtn : 'Button', 211 typeSbm : 'Submit', 212 typeRst : 'Reset' 213 }, 214 215 // Checkbox and Radio Button Dialogs. 216 checkboxAndRadio : 217 { 218 checkboxTitle : 'Checkbox Properties', 219 radioTitle : 'Radio Button Properties', 220 value : 'Value', 221 selected : 'Selected' 222 }, 223 224 // Form Dialog. 225 form : 226 { 227 title : 'Form Properties', 228 action : 'Action', 229 method : 'Method', 230 encoding : 'Encoding', 231 target : 'Target', 232 targetNotSet : '<not set>', 233 targetNew : 'New Window (_blank)', 234 targetTop : 'Topmost Window (_top)', 235 targetSelf : 'Same Window (_self)', 236 targetParent : 'Parent Window (_parent)' 237 }, 238 239 // Select Field Dialog. 240 select : 241 { 242 title : 'Selection Field Properties', 243 selectInfo : 'Select Info', 244 opAvail : 'Available Options', 245 value : 'Value', 246 size : 'Size', 247 lines : 'lines', 248 chkMulti : 'Allow multiple selections', 249 opText : 'Text', 250 opValue : 'Value', 251 btnAdd : 'Add', 252 btnModify : 'Modify', 253 btnUp : 'Up', 254 btnDown : 'Down', 255 btnSetValue : 'Set as selected value', 256 btnDelete : 'Delete' 257 }, 258 259 // Textarea Dialog. 260 textarea : 261 { 262 title : 'Textarea Properties', 263 cols : 'Columns', 264 rows : 'Rows' 265 }, 266 267 // Text Field Dialog. 268 textfield : 269 { 270 title : 'Text Field Properties', 271 name : 'Name', 272 value : 'Value', 273 charWidth : 'Character Width', 274 maxChars : 'Maximum Characters', 275 type : 'Type', 276 typeText : 'Text', 277 typePass : 'Password' 278 }, 279 280 // Hidden Field Dialog. 281 hidden : 282 { 283 title : 'Hidden Field Properties', 284 name : 'Name', 285 value : 'Value' 286 }, 287 288 // Image Dialog. 289 image : 290 { 291 title : 'Image Properties', 292 titleButton : 'Image Button Properties', 293 infoTab : 'Image Info', 294 btnUpload : 'Send it to the Server', 295 url : 'URL', 296 upload : 'Upload', 297 alt : 'Alternative Text', 298 width : 'Width', 299 height : 'Height', 300 lockRatio : 'Lock Ratio', 301 resetSize : 'Reset Size', 302 border : 'Border', 303 hSpace : 'HSpace', 304 vSpace : 'VSpace', 305 align : 'Align', 306 alignLeft : 'Left', 307 alignAbsBottom: 'Abs Bottom', 308 alignAbsMiddle: 'Abs Middle', 309 alignBaseline : 'Baseline', 310 alignBottom : 'Bottom', 311 alignMiddle : 'Middle', 312 alignRight : 'Right', 313 alignTextTop : 'Text Top', 314 alignTop : 'Top', 315 preview : 'Preview', 316 alertUrl : 'Please type the image URL', 317 linkTab : 'Link', 318 button2Img : 'Do you want to transform the selected image button on a simple image?', 319 img2Button : 'Do you want to transform the selected image on a image button?' 320 }, 321 322 // Flash Dialog 323 flash : 324 { 325 properties : 'Flash Properties', 326 propertiesTab : 'Properties', 327 title : 'Flash Properties', 328 chkPlay : 'Auto Play', 329 chkLoop : 'Loop', 330 chkMenu : 'Enable Flash Menu', 331 chkFull : 'Allow Fullscreen', 332 scale : 'Scale', 333 scaleAll : 'Show all', 334 scaleNoBorder : 'No Border', 335 scaleFit : 'Exact Fit', 336 access : 'Script Access', 337 accessAlways : 'Always', 338 accessSameDomain : 'Same domain', 339 accessNever : 'Never', 340 align : 'Align', 341 alignLeft : 'Left', 342 alignAbsBottom: 'Abs Bottom', 343 alignAbsMiddle: 'Abs Middle', 344 alignBaseline : 'Baseline', 345 alignBottom : 'Bottom', 346 alignMiddle : 'Middle', 347 alignRight : 'Right', 348 alignTextTop : 'Text Top', 349 alignTop : 'Top', 350 quality : 'Quality', 351 windowMode : 'Window mode', 352 flashvars : 'Variables for Flash', 353 bgcolor : 'Background color', 354 width : 'Width', 355 height : 'Height', 356 hSpace : 'HSpace', 357 vSpace : 'VSpace' 358 }, 359 360 smiley : 361 { 362 toolbar : 'Smiley', 363 title : 'Insert a Smiley' 364 }, 365 366 elementsPath : 367 { 368 eleTitle : '%1 element' 369 } 370 }; 371