[2738] | 1 | /* |
---|
[3175] | 2 | Copyright (c) 2003-2016, CKSource - Frederico Knabben. All rights reserved. |
---|
[2962] | 3 | For licensing, see LICENSE.md or http://ckeditor.com/license |
---|
[2741] | 4 | */ |
---|
| 5 | CKEDITOR.lang['en-au'] = { |
---|
| 6 | undo : |
---|
| 7 | { |
---|
| 8 | redo : 'Redo', |
---|
| 9 | undo : 'Undo' |
---|
| 10 | }, |
---|
| 11 | toolbar : |
---|
| 12 | { |
---|
| 13 | toolbarCollapse : 'Collapse Toolbar', |
---|
| 14 | toolbarExpand : 'Expand Toolbar', |
---|
| 15 | toolbarGroups : |
---|
| 16 | { |
---|
| 17 | document : 'Document', |
---|
| 18 | clipboard : 'Clipboard/Undo', |
---|
| 19 | editing : 'Editing', |
---|
| 20 | forms : 'Forms', |
---|
| 21 | basicstyles : 'Basic Styles', |
---|
| 22 | paragraph : 'Paragraph', |
---|
| 23 | links : 'Links', |
---|
| 24 | insert : 'Insert', |
---|
| 25 | styles : 'Styles', |
---|
| 26 | colors : 'Colors', |
---|
| 27 | tools : 'Tools' |
---|
| 28 | }, |
---|
| 29 | toolbars : 'Editor toolbars' |
---|
| 30 | }, |
---|
| 31 | templates : |
---|
| 32 | { |
---|
| 33 | button : 'Templates', |
---|
| 34 | emptyListMsg : '(No templates defined)', |
---|
| 35 | insertOption : 'Replace actual contents', |
---|
| 36 | options : 'Template Options', |
---|
| 37 | selectPromptMsg : 'Please select the template to open in the editor', |
---|
| 38 | title : 'Content Templates' |
---|
| 39 | }, |
---|
| 40 | table : |
---|
| 41 | { |
---|
| 42 | border : 'Border size', |
---|
| 43 | caption : 'Caption', |
---|
| 44 | cell : |
---|
| 45 | { |
---|
| 46 | menu : 'Cell', |
---|
| 47 | insertBefore : 'Insert Cell Before', |
---|
| 48 | insertAfter : 'Insert Cell After', |
---|
| 49 | deleteCell : 'Delete Cells', |
---|
| 50 | merge : 'Merge Cells', |
---|
| 51 | mergeRight : 'Merge Right', |
---|
| 52 | mergeDown : 'Merge Down', |
---|
| 53 | splitHorizontal : 'Split Cell Horizontally', |
---|
| 54 | splitVertical : 'Split Cell Vertically', |
---|
| 55 | title : 'Cell Properties', |
---|
| 56 | cellType : 'Cell Type', |
---|
| 57 | rowSpan : 'Rows Span', |
---|
| 58 | colSpan : 'Columns Span', |
---|
| 59 | wordWrap : 'Word Wrap', |
---|
| 60 | hAlign : 'Horizontal Alignment', |
---|
| 61 | vAlign : 'Vertical Alignment', |
---|
| 62 | alignBaseline : 'Baseline', |
---|
| 63 | bgColor : 'Background Color', |
---|
| 64 | borderColor : 'Border Color', |
---|
| 65 | data : 'Data', |
---|
| 66 | header : 'Header', |
---|
| 67 | yes : 'Yes', |
---|
| 68 | no : 'No', |
---|
| 69 | invalidWidth : 'Cell width must be a number.', |
---|
| 70 | invalidHeight : 'Cell height must be a number.', |
---|
| 71 | invalidRowSpan : 'Rows span must be a whole number.', |
---|
| 72 | invalidColSpan : 'Columns span must be a whole number.', |
---|
| 73 | chooseColor : 'Choose' |
---|
| 74 | }, |
---|
| 75 | cellPad : 'Cell padding', |
---|
| 76 | cellSpace : 'Cell spacing', |
---|
| 77 | column : |
---|
| 78 | { |
---|
| 79 | menu : 'Column', |
---|
| 80 | insertBefore : 'Insert Column Before', |
---|
| 81 | insertAfter : 'Insert Column After', |
---|
| 82 | deleteColumn : 'Delete Columns' |
---|
| 83 | }, |
---|
| 84 | columns : 'Columns', |
---|
| 85 | deleteTable : 'Delete Table', |
---|
| 86 | headers : 'Headers', |
---|
| 87 | headersBoth : 'Both', |
---|
| 88 | headersColumn : 'First column', |
---|
| 89 | headersNone : 'None', |
---|
| 90 | headersRow : 'First Row', |
---|
| 91 | invalidBorder : 'Border size must be a number.', |
---|
| 92 | invalidCellPadding : 'Cell padding must be a number.', |
---|
| 93 | invalidCellSpacing : 'Cell spacing must be a number.', |
---|
| 94 | invalidCols : 'Number of columns must be a number greater than 0.', |
---|
| 95 | invalidHeight : 'Table height must be a number.', |
---|
| 96 | invalidRows : 'Number of rows must be a number greater than 0.', |
---|
| 97 | invalidWidth : 'Table width must be a number.', |
---|
| 98 | menu : 'Table Properties', |
---|
| 99 | row : |
---|
| 100 | { |
---|
| 101 | menu : 'Row', |
---|
| 102 | insertBefore : 'Insert Row Before', |
---|
| 103 | insertAfter : 'Insert Row After', |
---|
| 104 | deleteRow : 'Delete Rows' |
---|
| 105 | }, |
---|
| 106 | rows : 'Rows', |
---|
| 107 | summary : 'Summary', |
---|
| 108 | title : 'Table Properties', |
---|
| 109 | toolbar : 'Table', |
---|
| 110 | widthPc : 'percent', |
---|
| 111 | widthPx : 'pixels', |
---|
| 112 | widthUnit : 'width unit' |
---|
| 113 | }, |
---|
| 114 | stylescombo : |
---|
| 115 | { |
---|
| 116 | label : 'Styles', |
---|
| 117 | panelTitle : 'Formatting Styles', |
---|
| 118 | panelTitle1 : 'Block Styles', |
---|
| 119 | panelTitle2 : 'Inline Styles', |
---|
| 120 | panelTitle3 : 'Object Styles' |
---|
| 121 | }, |
---|
| 122 | specialchar : |
---|
| 123 | { |
---|
| 124 | options : 'Special Character Options', |
---|
| 125 | title : 'Select Special Character', |
---|
| 126 | toolbar : 'Insert Special Character' |
---|
| 127 | }, |
---|
| 128 | sourcearea : |
---|
| 129 | { |
---|
| 130 | toolbar : 'Source' |
---|
| 131 | }, |
---|
| 132 | removeformat : |
---|
| 133 | { |
---|
| 134 | toolbar : 'Remove Format' |
---|
| 135 | }, |
---|
| 136 | print : |
---|
| 137 | { |
---|
| 138 | toolbar : 'Print' |
---|
| 139 | }, |
---|
| 140 | pastetext : |
---|
| 141 | { |
---|
| 142 | button : 'Paste as plain text', |
---|
| 143 | title : 'Paste as Plain Text' |
---|
| 144 | }, |
---|
| 145 | pastefromword : |
---|
| 146 | { |
---|
| 147 | confirmCleanup : 'The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?', |
---|
| 148 | error : 'It was not possible to clean up the pasted data due to an internal error', |
---|
| 149 | title : 'Paste from Word', |
---|
| 150 | toolbar : 'Paste from Word' |
---|
| 151 | }, |
---|
| 152 | maximize : |
---|
| 153 | { |
---|
| 154 | maximize : 'Maximize', |
---|
| 155 | minimize : 'Minimize' |
---|
| 156 | }, |
---|
| 157 | magicline : |
---|
| 158 | { |
---|
| 159 | title : 'Insert paragraph here' |
---|
| 160 | }, |
---|
| 161 | liststyle : |
---|
| 162 | { |
---|
| 163 | armenian : 'Armenian numbering', |
---|
| 164 | bulletedTitle : 'Bulleted List Properties', |
---|
| 165 | circle : 'Circle', |
---|
| 166 | decimal : 'Decimal (1, 2, 3, etc.)', |
---|
| 167 | decimalLeadingZero : 'Decimal leading zero (01, 02, 03, etc.)', |
---|
| 168 | disc : 'Disc', |
---|
| 169 | georgian : 'Georgian numbering (an, ban, gan, etc.)', |
---|
| 170 | lowerAlpha : 'Lower Alpha (a, b, c, d, e, etc.)', |
---|
| 171 | lowerGreek : 'Lower Greek (alpha, beta, gamma, etc.)', |
---|
| 172 | lowerRoman : 'Lower Roman (i, ii, iii, iv, v, etc.)', |
---|
| 173 | none : 'None', |
---|
| 174 | notset : '<not set>', |
---|
| 175 | numberedTitle : 'Numbered List Properties', |
---|
| 176 | square : 'Square', |
---|
| 177 | start : 'Start', |
---|
| 178 | type : 'Type', |
---|
| 179 | upperAlpha : 'Upper Alpha (A, B, C, D, E, etc.)', |
---|
| 180 | upperRoman : 'Upper Roman (I, II, III, IV, V, etc.)', |
---|
| 181 | validateStartNumber : 'List start number must be a whole number.' |
---|
| 182 | }, |
---|
| 183 | list : |
---|
| 184 | { |
---|
| 185 | bulletedlist : 'Insert/Remove Bulleted List', |
---|
| 186 | numberedlist : 'Insert/Remove Numbered List' |
---|
| 187 | }, |
---|
| 188 | link : |
---|
| 189 | { |
---|
| 190 | acccessKey : 'Access Key', |
---|
| 191 | advanced : 'Advanced', |
---|
| 192 | advisoryContentType : 'Advisory Content Type', |
---|
| 193 | advisoryTitle : 'Advisory Title', |
---|
| 194 | anchor : |
---|
| 195 | { |
---|
| 196 | toolbar : 'Anchor', |
---|
| 197 | menu : 'Edit Anchor', |
---|
| 198 | title : 'Anchor Properties', |
---|
| 199 | name : 'Anchor Name', |
---|
| 200 | errorName : 'Please type the anchor name', |
---|
| 201 | remove : 'Remove Anchor' |
---|
| 202 | }, |
---|
| 203 | anchorId : 'By Element Id', |
---|
| 204 | anchorName : 'By Anchor Name', |
---|
| 205 | charset : 'Linked Resource Charset', |
---|
| 206 | cssClasses : 'Stylesheet Classes', |
---|
[3410] | 207 | download : 'Force Download', |
---|
[3339] | 208 | displayText : 'Display Text', |
---|
[2741] | 209 | emailAddress : 'E-Mail Address', |
---|
| 210 | emailBody : 'Message Body', |
---|
| 211 | emailSubject : 'Message Subject', |
---|
| 212 | id : 'Id', |
---|
| 213 | info : 'Link Info', |
---|
| 214 | langCode : 'Language Code', |
---|
| 215 | langDir : 'Language Direction', |
---|
| 216 | langDirLTR : 'Left to Right (LTR)', |
---|
| 217 | langDirRTL : 'Right to Left (RTL)', |
---|
| 218 | menu : 'Edit Link', |
---|
| 219 | name : 'Name', |
---|
| 220 | noAnchors : '(No anchors available in the document)', |
---|
| 221 | noEmail : 'Please type the e-mail address', |
---|
| 222 | noUrl : 'Please type the link URL', |
---|
| 223 | other : '<other>', |
---|
| 224 | popupDependent : 'Dependent (Netscape)', |
---|
| 225 | popupFeatures : 'Popup Window Features', |
---|
| 226 | popupFullScreen : 'Full Screen (IE)', |
---|
| 227 | popupLeft : 'Left Position', |
---|
| 228 | popupLocationBar : 'Location Bar', |
---|
| 229 | popupMenuBar : 'Menu Bar', |
---|
| 230 | popupResizable : 'Resizable', |
---|
| 231 | popupScrollBars : 'Scroll Bars', |
---|
| 232 | popupStatusBar : 'Status Bar', |
---|
| 233 | popupToolbar : 'Toolbar', |
---|
| 234 | popupTop : 'Top Position', |
---|
| 235 | rel : 'Relationship', |
---|
| 236 | selectAnchor : 'Select an Anchor', |
---|
| 237 | styles : 'Style', |
---|
| 238 | tabIndex : 'Tab Index', |
---|
| 239 | target : 'Target', |
---|
| 240 | targetFrame : '<frame>', |
---|
| 241 | targetFrameName : 'Target Frame Name', |
---|
| 242 | targetPopup : '<popup window>', |
---|
| 243 | targetPopupName : 'Popup Window Name', |
---|
| 244 | title : 'Link', |
---|
| 245 | toAnchor : 'Link to anchor in the text', |
---|
| 246 | toEmail : 'E-mail', |
---|
| 247 | toUrl : 'URL', |
---|
| 248 | toolbar : 'Link', |
---|
| 249 | type : 'Link Type', |
---|
| 250 | unlink : 'Unlink', |
---|
| 251 | upload : 'Upload' |
---|
| 252 | }, |
---|
| 253 | justify : |
---|
| 254 | { |
---|
| 255 | block : 'Justify', |
---|
| 256 | center : 'Centre', |
---|
| 257 | left : 'Align Left', |
---|
| 258 | right : 'Align Right' |
---|
| 259 | }, |
---|
| 260 | indent : |
---|
| 261 | { |
---|
| 262 | indent : 'Increase Indent', |
---|
| 263 | outdent : 'Decrease Indent' |
---|
| 264 | }, |
---|
| 265 | image : |
---|
| 266 | { |
---|
| 267 | alt : 'Alternative Text', |
---|
| 268 | border : 'Border', |
---|
| 269 | btnUpload : 'Send it to the Server', |
---|
| 270 | button2Img : 'Do you want to transform the selected image button on a simple image?', |
---|
| 271 | hSpace : 'HSpace', |
---|
| 272 | img2Button : 'Do you want to transform the selected image on a image button?', |
---|
| 273 | infoTab : 'Image Info', |
---|
| 274 | linkTab : 'Link', |
---|
| 275 | lockRatio : 'Lock Ratio', |
---|
| 276 | menu : 'Image Properties', |
---|
| 277 | resetSize : 'Reset Size', |
---|
| 278 | title : 'Image Properties', |
---|
| 279 | titleButton : 'Image Button Properties', |
---|
| 280 | upload : 'Upload', |
---|
| 281 | urlMissing : 'Image source URL is missing.', |
---|
| 282 | vSpace : 'VSpace', |
---|
| 283 | validateBorder : 'Border must be a whole number.', |
---|
| 284 | validateHSpace : 'HSpace must be a whole number.', |
---|
| 285 | validateVSpace : 'VSpace must be a whole number.' |
---|
| 286 | }, |
---|
| 287 | horizontalrule : |
---|
| 288 | { |
---|
| 289 | toolbar : 'Insert Horizontal Line' |
---|
| 290 | }, |
---|
| 291 | format : |
---|
| 292 | { |
---|
| 293 | label : 'Format', |
---|
| 294 | panelTitle : 'Paragraph Format', |
---|
| 295 | tag_address : 'Address', |
---|
| 296 | tag_div : 'Normal (DIV)', |
---|
| 297 | tag_h1 : 'Heading 1', |
---|
| 298 | tag_h2 : 'Heading 2', |
---|
| 299 | tag_h3 : 'Heading 3', |
---|
| 300 | tag_h4 : 'Heading 4', |
---|
| 301 | tag_h5 : 'Heading 5', |
---|
| 302 | tag_h6 : 'Heading 6', |
---|
| 303 | tag_p : 'Normal', |
---|
| 304 | tag_pre : 'Formatted' |
---|
| 305 | }, |
---|
| 306 | fakeobjects : |
---|
| 307 | { |
---|
| 308 | anchor : 'Anchor', |
---|
| 309 | flash : 'Flash Animation', |
---|
| 310 | hiddenfield : 'Hidden Field', |
---|
| 311 | iframe : 'IFrame', |
---|
| 312 | unknown : 'Unknown Object' |
---|
| 313 | }, |
---|
| 314 | elementspath : |
---|
| 315 | { |
---|
| 316 | eleLabel : 'Elements path', |
---|
| 317 | eleTitle : '%1 element' |
---|
| 318 | }, |
---|
| 319 | div : |
---|
| 320 | { |
---|
| 321 | IdInputLabel : 'Id', |
---|
| 322 | advisoryTitleInputLabel : 'Advisory Title', |
---|
| 323 | cssClassInputLabel : 'Stylesheet Classes', |
---|
| 324 | edit : 'Edit Div', |
---|
| 325 | inlineStyleInputLabel : 'Inline Style', |
---|
| 326 | langDirLTRLabel : 'Left to Right (LTR)', |
---|
| 327 | langDirLabel : 'Language Direction', |
---|
| 328 | langDirRTLLabel : 'Right to Left (RTL)', |
---|
| 329 | languageCodeInputLabel : ' Language Code', |
---|
| 330 | remove : 'Remove Div', |
---|
| 331 | styleSelectLabel : 'Style', |
---|
| 332 | title : 'Create Div Container', |
---|
| 333 | toolbar : 'Create Div Container' |
---|
| 334 | }, |
---|
| 335 | contextmenu : |
---|
| 336 | { |
---|
| 337 | options : 'Context Menu Options' |
---|
| 338 | }, |
---|
| 339 | colorbutton : |
---|
| 340 | { |
---|
| 341 | auto : 'Automatic', |
---|
| 342 | bgColorTitle : 'Background Colour', |
---|
| 343 | colors : |
---|
| 344 | { |
---|
| 345 | '000' : 'Black', |
---|
| 346 | '800000' : 'Maroon', |
---|
| 347 | '8B4513' : 'Saddle Brown', |
---|
| 348 | '2F4F4F' : 'Dark Slate Gray', |
---|
| 349 | '008080' : 'Teal', |
---|
| 350 | '000080' : 'Navy', |
---|
| 351 | '4B0082' : 'Indigo', |
---|
| 352 | '696969' : 'Dark Gray', |
---|
| 353 | B22222 : 'Fire Brick', |
---|
| 354 | A52A2A : 'Brown', |
---|
| 355 | DAA520 : 'Golden Rod', |
---|
| 356 | '006400' : 'Dark Green', |
---|
| 357 | '40E0D0' : 'Turquoise', |
---|
| 358 | '0000CD' : 'Medium Blue', |
---|
| 359 | '800080' : 'Purple', |
---|
| 360 | '808080' : 'Gray', |
---|
| 361 | F00 : 'Red', |
---|
| 362 | FF8C00 : 'Dark Orange', |
---|
| 363 | FFD700 : 'Gold', |
---|
| 364 | '008000' : 'Green', |
---|
| 365 | '0FF' : 'Cyan', |
---|
| 366 | '00F' : 'Blue', |
---|
| 367 | EE82EE : 'Violet', |
---|
| 368 | A9A9A9 : 'Dim Gray', |
---|
| 369 | FFA07A : 'Light Salmon', |
---|
| 370 | FFA500 : 'Orange', |
---|
| 371 | FFFF00 : 'Yellow', |
---|
| 372 | '00FF00' : 'Lime', |
---|
| 373 | AFEEEE : 'Pale Turquoise', |
---|
| 374 | ADD8E6 : 'Light Blue', |
---|
| 375 | DDA0DD : 'Plum', |
---|
| 376 | D3D3D3 : 'Light Grey', |
---|
| 377 | FFF0F5 : 'Lavender Blush', |
---|
| 378 | FAEBD7 : 'Antique White', |
---|
| 379 | FFFFE0 : 'Light Yellow', |
---|
| 380 | F0FFF0 : 'Honeydew', |
---|
| 381 | F0FFFF : 'Azure', |
---|
| 382 | F0F8FF : 'Alice Blue', |
---|
| 383 | E6E6FA : 'Lavender', |
---|
| 384 | FFF : 'White' |
---|
| 385 | }, |
---|
| 386 | more : 'More Colours...', |
---|
| 387 | panelTitle : 'Colors', |
---|
| 388 | textColorTitle : 'Text Colour' |
---|
| 389 | }, |
---|
| 390 | clipboard : |
---|
| 391 | { |
---|
| 392 | copy : 'Copy', |
---|
| 393 | copyError : 'Your browser security settings don\'t permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl/Cmd+C).', |
---|
| 394 | cut : 'Cut', |
---|
| 395 | cutError : 'Your browser security settings don\'t permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl/Cmd+X).', |
---|
| 396 | paste : 'Paste', |
---|
| 397 | pasteArea : 'Paste Area', |
---|
| 398 | pasteMsg : 'Please paste inside the following box using the keyboard (<strong>Ctrl/Cmd+V</strong>) and hit OK', |
---|
| 399 | securityMsg : 'Because of your browser security settings, the editor is not able to access your clipboard data directly. You are required to paste it again in this window.', |
---|
| 400 | title : 'Paste' |
---|
| 401 | }, |
---|
[2962] | 402 | button : |
---|
| 403 | { |
---|
| 404 | selectedLabel : '%1 (Selected)' |
---|
| 405 | }, |
---|
[2741] | 406 | blockquote : |
---|
| 407 | { |
---|
| 408 | toolbar : 'Block Quote' |
---|
| 409 | }, |
---|
| 410 | basicstyles : |
---|
| 411 | { |
---|
| 412 | bold : 'Bold', |
---|
| 413 | italic : 'Italic', |
---|
| 414 | strike : 'Strike Through', |
---|
| 415 | subscript : 'Subscript', |
---|
| 416 | superscript : 'Superscript', |
---|
| 417 | underline : 'Underline' |
---|
| 418 | }, |
---|
| 419 | about : |
---|
| 420 | { |
---|
| 421 | copy : 'Copyright © $1. All rights reserved.', |
---|
| 422 | dlgTitle : 'About CKEditor', |
---|
| 423 | help : 'Check $1 for help.', |
---|
| 424 | moreInfo : 'For licensing information please visit our web site:', |
---|
| 425 | title : 'About CKEditor', |
---|
| 426 | userGuide : 'CKEditor User\'s Guide' |
---|
| 427 | }, |
---|
| 428 | editor : 'Rich Text Editor', |
---|
| 429 | editorPanel : 'Rich Text Editor panel', |
---|
| 430 | common : |
---|
| 431 | { |
---|
| 432 | editorHelp : 'Press ALT 0 for help', |
---|
| 433 | browseServer : 'Browse Server', |
---|
| 434 | url : 'URL', |
---|
| 435 | protocol : 'Protocol', |
---|
| 436 | upload : 'Upload', |
---|
| 437 | uploadSubmit : 'Send it to the Server', |
---|
| 438 | image : 'Image', |
---|
| 439 | flash : 'Flash', |
---|
| 440 | form : 'Form', |
---|
| 441 | checkbox : 'Checkbox', |
---|
| 442 | radio : 'Radio Button', |
---|
| 443 | textField : 'Text Field', |
---|
| 444 | textarea : 'Textarea', |
---|
| 445 | hiddenField : 'Hidden Field', |
---|
| 446 | button : 'Button', |
---|
| 447 | select : 'Selection Field', |
---|
| 448 | imageButton : 'Image Button', |
---|
| 449 | notSet : '<not set>', |
---|
| 450 | id : 'Id', |
---|
| 451 | name : 'Name', |
---|
| 452 | langDir : 'Language Direction', |
---|
| 453 | langDirLtr : 'Left to Right (LTR)', |
---|
| 454 | langDirRtl : 'Right to Left (RTL)', |
---|
| 455 | langCode : 'Language Code', |
---|
| 456 | longDescr : 'Long Description URL', |
---|
| 457 | cssClass : 'Stylesheet Classes', |
---|
| 458 | advisoryTitle : 'Advisory Title', |
---|
| 459 | cssStyle : 'Style', |
---|
| 460 | ok : 'OK', |
---|
| 461 | cancel : 'Cancel', |
---|
| 462 | close : 'Close', |
---|
| 463 | preview : 'Preview', |
---|
| 464 | resize : 'Resize', |
---|
| 465 | generalTab : 'General', |
---|
| 466 | advancedTab : 'Advanced', |
---|
| 467 | validateNumberFailed : 'This value is not a number.', |
---|
| 468 | confirmNewPage : 'Any unsaved changes to this content will be lost. Are you sure you want to load new page?', |
---|
[2962] | 469 | confirmCancel : 'You have changed some options. Are you sure you want to close the dialog window?', |
---|
[2741] | 470 | options : 'Options', |
---|
| 471 | target : 'Target', |
---|
| 472 | targetNew : 'New Window (_blank)', |
---|
| 473 | targetTop : 'Topmost Window (_top)', |
---|
| 474 | targetSelf : 'Same Window (_self)', |
---|
| 475 | targetParent : 'Parent Window (_parent)', |
---|
| 476 | langDirLTR : 'Left to Right (LTR)', |
---|
| 477 | langDirRTL : 'Right to Left (RTL)', |
---|
| 478 | styles : 'Style', |
---|
| 479 | cssClasses : 'Stylesheet Classes', |
---|
| 480 | width : 'Width', |
---|
| 481 | height : 'Height', |
---|
| 482 | align : 'Align', |
---|
| 483 | alignLeft : 'Left', |
---|
| 484 | alignRight : 'Right', |
---|
| 485 | alignCenter : 'Centre', |
---|
[2962] | 486 | alignJustify : 'Justify', |
---|
[2741] | 487 | alignTop : 'Top', |
---|
| 488 | alignMiddle : 'Middle', |
---|
| 489 | alignBottom : 'Bottom', |
---|
[2962] | 490 | alignNone : 'None', |
---|
[2741] | 491 | invalidValue : 'Invalid value.', |
---|
| 492 | invalidHeight : 'Height must be a number.', |
---|
| 493 | invalidWidth : 'Width must be a number.', |
---|
| 494 | 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).', |
---|
| 495 | invalidHtmlLength : 'Value specified for the "%1" field must be a positive number with or without a valid HTML measurement unit (px or %).', |
---|
| 496 | invalidInlineStyle : 'Value specified for the inline style must consist of one or more tuples with the format of "name : value", separated by semi-colons.', |
---|
| 497 | cssLengthTooltip : 'Enter a number for a value in pixels or a number with a valid CSS unit (px, %, in, cm, mm, em, ex, pt, or pc).', |
---|
[3410] | 498 | unavailable : '%1<span class="cke_accessibility">, unavailable</span>', |
---|
| 499 | keyboard : |
---|
| 500 | { |
---|
| 501 | '8' : 'Backspace', |
---|
| 502 | '13' : 'Enter', |
---|
| 503 | '16' : 'Shift', |
---|
| 504 | '17' : 'Ctrl', |
---|
| 505 | '18' : 'Alt', |
---|
| 506 | '32' : 'Space', |
---|
| 507 | '35' : 'End', |
---|
| 508 | '36' : 'Home', |
---|
| 509 | '46' : 'Delete', |
---|
| 510 | '224' : 'Command' |
---|
| 511 | }, |
---|
| 512 | keyboardShortcut : 'Keyboard shortcut' |
---|
[2962] | 513 | } }; |
---|