| [ Index ] |  | Code source de FCKeditor 2.4 | 
1 /* 2 * FCKeditor - The text editor for Internet - http://www.fckeditor.net 3 * Copyright (C) 2003-2007 Frederico Caldeira Knabben 4 * 5 * == BEGIN LICENSE == 6 * 7 * Licensed under the terms of any of the following licenses at your 8 * choice: 9 * 10 * - GNU General Public License Version 2 or later (the "GPL") 11 * http://www.gnu.org/licenses/gpl.html 12 * 13 * - GNU Lesser General Public License Version 2.1 or later (the "LGPL") 14 * http://www.gnu.org/licenses/lgpl.html 15 * 16 * - Mozilla Public License Version 1.1 or later (the "MPL") 17 * http://www.mozilla.org/MPL/MPL-1.1.html 18 * 19 * == END LICENSE == 20 * 21 * File Name: en-uk.js 22 * English (United Kingdom) language file. 23 * 24 * File Authors: 25 * Frederico Caldeira Knabben (www.fckeditor.net) 26 * Christopher Dawes (fckeditor@dawes.id.au) 27 */ 28 29 var FCKLang = 30 { 31 // Language direction : "ltr" (left to right) or "rtl" (right to left). 32 Dir : "ltr", 33 34 ToolbarCollapse : "Collapse Toolbar", 35 ToolbarExpand : "Expand Toolbar", 36 37 // Toolbar Items and Context Menu 38 Save : "Save", 39 NewPage : "New Page", 40 Preview : "Preview", 41 Cut : "Cut", 42 Copy : "Copy", 43 Paste : "Paste", 44 PasteText : "Paste as plain text", 45 PasteWord : "Paste from Word", 46 Print : "Print", 47 SelectAll : "Select All", 48 RemoveFormat : "Remove Format", 49 InsertLinkLbl : "Link", 50 InsertLink : "Insert/Edit Link", 51 RemoveLink : "Remove Link", 52 Anchor : "Insert/Edit Anchor", 53 InsertImageLbl : "Image", 54 InsertImage : "Insert/Edit Image", 55 InsertFlashLbl : "Flash", 56 InsertFlash : "Insert/Edit Flash", 57 InsertTableLbl : "Table", 58 InsertTable : "Insert/Edit Table", 59 InsertLineLbl : "Line", 60 InsertLine : "Insert Horizontal Line", 61 InsertSpecialCharLbl: "Special Character", 62 InsertSpecialChar : "Insert Special Character", 63 InsertSmileyLbl : "Smiley", 64 InsertSmiley : "Insert Smiley", 65 About : "About FCKeditor", 66 Bold : "Bold", 67 Italic : "Italic", 68 Underline : "Underline", 69 StrikeThrough : "Strike Through", 70 Subscript : "Subscript", 71 Superscript : "Superscript", 72 LeftJustify : "Left Justify", 73 CenterJustify : "Centre Justify", 74 RightJustify : "Right Justify", 75 BlockJustify : "Block Justify", 76 DecreaseIndent : "Decrease Indent", 77 IncreaseIndent : "Increase Indent", 78 Undo : "Undo", 79 Redo : "Redo", 80 NumberedListLbl : "Numbered List", 81 NumberedList : "Insert/Remove Numbered List", 82 BulletedListLbl : "Bulleted List", 83 BulletedList : "Insert/Remove Bulleted List", 84 ShowTableBorders : "Show Table Borders", 85 ShowDetails : "Show Details", 86 Style : "Style", 87 FontFormat : "Format", 88 Font : "Font", 89 FontSize : "Size", 90 TextColor : "Text Colour", 91 BGColor : "Background Colour", 92 Source : "Source", 93 Find : "Find", 94 Replace : "Replace", 95 SpellCheck : "Check Spelling", 96 UniversalKeyboard : "Universal Keyboard", 97 PageBreakLbl : "Page Break", 98 PageBreak : "Insert Page Break", 99 100 Form : "Form", 101 Checkbox : "Checkbox", 102 RadioButton : "Radio Button", 103 TextField : "Text Field", 104 Textarea : "Textarea", 105 HiddenField : "Hidden Field", 106 Button : "Button", 107 SelectionField : "Selection Field", 108 ImageButton : "Image Button", 109 110 FitWindow : "Maximize the editor size", 111 112 // Context Menu 113 EditLink : "Edit Link", 114 CellCM : "Cell", 115 RowCM : "Row", 116 ColumnCM : "Column", 117 InsertRow : "Insert Row", 118 DeleteRows : "Delete Rows", 119 InsertColumn : "Insert Column", 120 DeleteColumns : "Delete Columns", 121 InsertCell : "Insert Cell", 122 DeleteCells : "Delete Cells", 123 MergeCells : "Merge Cells", 124 SplitCell : "Split Cell", 125 TableDelete : "Delete Table", 126 CellProperties : "Cell Properties", 127 TableProperties : "Table Properties", 128 ImageProperties : "Image Properties", 129 FlashProperties : "Flash Properties", 130 131 AnchorProp : "Anchor Properties", 132 ButtonProp : "Button Properties", 133 CheckboxProp : "Checkbox Properties", 134 HiddenFieldProp : "Hidden Field Properties", 135 RadioButtonProp : "Radio Button Properties", 136 ImageButtonProp : "Image Button Properties", 137 TextFieldProp : "Text Field Properties", 138 SelectionFieldProp : "Selection Field Properties", 139 TextareaProp : "Textarea Properties", 140 FormProp : "Form Properties", 141 142 FontFormats : "Normal;Formatted;Address;Heading 1;Heading 2;Heading 3;Heading 4;Heading 5;Heading 6;Normal (DIV)", //REVIEW : Check _getfontformat.html 143 144 // Alerts and Messages 145 ProcessingXHTML : "Processing XHTML. Please wait...", 146 Done : "Done", 147 PasteWordConfirm : "The text you want to paste seems to be copied from Word. Do you want to clean it before pasting?", 148 NotCompatiblePaste : "This command is available for Internet Explorer version 5.5 or more. Do you want to paste without cleaning?", 149 UnknownToolbarItem : "Unknown toolbar item \"%1\"", 150 UnknownCommand : "Unknown command name \"%1\"", 151 NotImplemented : "Command not implemented", 152 UnknownToolbarSet : "Toolbar set \"%1\" doesn't exist", 153 NoActiveX : "Your browser's security settings could limit some features of the editor. You must enable the option \"Run ActiveX controls and plug-ins\". You may experience errors and notice missing features.", 154 BrowseServerBlocked : "The resources browser could not be opened. Make sure that all popup blockers are disabled.", 155 DialogBlocked : "It was not possible to open the dialog window. Make sure all popup blockers are disabled.", 156 157 // Dialogs 158 DlgBtnOK : "OK", 159 DlgBtnCancel : "Cancel", 160 DlgBtnClose : "Close", 161 DlgBtnBrowseServer : "Browse Server", 162 DlgAdvancedTag : "Advanced", 163 DlgOpOther : "<Other>", 164 DlgInfoTab : "Info", 165 DlgAlertUrl : "Please insert the URL", 166 167 // General Dialogs Labels 168 DlgGenNotSet : "<not set>", 169 DlgGenId : "Id", 170 DlgGenLangDir : "Language Direction", 171 DlgGenLangDirLtr : "Left to Right (LTR)", 172 DlgGenLangDirRtl : "Right to Left (RTL)", 173 DlgGenLangCode : "Language Code", 174 DlgGenAccessKey : "Access Key", 175 DlgGenName : "Name", 176 DlgGenTabIndex : "Tab Index", 177 DlgGenLongDescr : "Long Description URL", 178 DlgGenClass : "Stylesheet Classes", 179 DlgGenTitle : "Advisory Title", 180 DlgGenContType : "Advisory Content Type", 181 DlgGenLinkCharset : "Linked Resource Charset", 182 DlgGenStyle : "Style", 183 184 // Image Dialog 185 DlgImgTitle : "Image Properties", 186 DlgImgInfoTab : "Image Info", 187 DlgImgBtnUpload : "Send it to the Server", 188 DlgImgURL : "URL", 189 DlgImgUpload : "Upload", 190 DlgImgAlt : "Alternative Text", 191 DlgImgWidth : "Width", 192 DlgImgHeight : "Height", 193 DlgImgLockRatio : "Lock Ratio", 194 DlgBtnResetSize : "Reset Size", 195 DlgImgBorder : "Border", 196 DlgImgHSpace : "HSpace", 197 DlgImgVSpace : "VSpace", 198 DlgImgAlign : "Align", 199 DlgImgAlignLeft : "Left", 200 DlgImgAlignAbsBottom: "Abs Bottom", 201 DlgImgAlignAbsMiddle: "Abs Middle", 202 DlgImgAlignBaseline : "Baseline", 203 DlgImgAlignBottom : "Bottom", 204 DlgImgAlignMiddle : "Middle", 205 DlgImgAlignRight : "Right", 206 DlgImgAlignTextTop : "Text Top", 207 DlgImgAlignTop : "Top", 208 DlgImgPreview : "Preview", 209 DlgImgAlertUrl : "Please type the image URL", 210 DlgImgLinkTab : "Link", 211 212 // Flash Dialog 213 DlgFlashTitle : "Flash Properties", 214 DlgFlashChkPlay : "Auto Play", 215 DlgFlashChkLoop : "Loop", 216 DlgFlashChkMenu : "Enable Flash Menu", 217 DlgFlashScale : "Scale", 218 DlgFlashScaleAll : "Show all", 219 DlgFlashScaleNoBorder : "No Border", 220 DlgFlashScaleFit : "Exact Fit", 221 222 // Link Dialog 223 DlgLnkWindowTitle : "Link", 224 DlgLnkInfoTab : "Link Info", 225 DlgLnkTargetTab : "Target", 226 227 DlgLnkType : "Link Type", 228 DlgLnkTypeURL : "URL", 229 DlgLnkTypeAnchor : "Link to anchor in the text", 230 DlgLnkTypeEMail : "E-Mail", 231 DlgLnkProto : "Protocol", 232 DlgLnkProtoOther : "<other>", 233 DlgLnkURL : "URL", 234 DlgLnkAnchorSel : "Select an Anchor", 235 DlgLnkAnchorByName : "By Anchor Name", 236 DlgLnkAnchorById : "By Element Id", 237 DlgLnkNoAnchors : "(No anchors available in the document)", //REVIEW : Change < and > with ( and ) 238 DlgLnkEMail : "E-Mail Address", 239 DlgLnkEMailSubject : "Message Subject", 240 DlgLnkEMailBody : "Message Body", 241 DlgLnkUpload : "Upload", 242 DlgLnkBtnUpload : "Send it to the Server", 243 244 DlgLnkTarget : "Target", 245 DlgLnkTargetFrame : "<frame>", 246 DlgLnkTargetPopup : "<popup window>", 247 DlgLnkTargetBlank : "New Window (_blank)", 248 DlgLnkTargetParent : "Parent Window (_parent)", 249 DlgLnkTargetSelf : "Same Window (_self)", 250 DlgLnkTargetTop : "Topmost Window (_top)", 251 DlgLnkTargetFrameName : "Target Frame Name", 252 DlgLnkPopWinName : "Popup Window Name", 253 DlgLnkPopWinFeat : "Popup Window Features", 254 DlgLnkPopResize : "Resizable", 255 DlgLnkPopLocation : "Location Bar", 256 DlgLnkPopMenu : "Menu Bar", 257 DlgLnkPopScroll : "Scroll Bars", 258 DlgLnkPopStatus : "Status Bar", 259 DlgLnkPopToolbar : "Toolbar", 260 DlgLnkPopFullScrn : "Full Screen (IE)", 261 DlgLnkPopDependent : "Dependent (Netscape)", 262 DlgLnkPopWidth : "Width", 263 DlgLnkPopHeight : "Height", 264 DlgLnkPopLeft : "Left Position", 265 DlgLnkPopTop : "Top Position", 266 267 DlnLnkMsgNoUrl : "Please type the link URL", 268 DlnLnkMsgNoEMail : "Please type the e-mail address", 269 DlnLnkMsgNoAnchor : "Please select an anchor", 270 DlnLnkMsgInvPopName : "The popup name must begin with an alphabetic character and must not contain spaces", 271 272 // Color Dialog 273 DlgColorTitle : "Select Colour", 274 DlgColorBtnClear : "Clear", 275 DlgColorHighlight : "Highlight", 276 DlgColorSelected : "Selected", 277 278 // Smiley Dialog 279 DlgSmileyTitle : "Insert a Smiley", 280 281 // Special Character Dialog 282 DlgSpecialCharTitle : "Select Special Character", 283 284 // Table Dialog 285 DlgTableTitle : "Table Properties", 286 DlgTableRows : "Rows", 287 DlgTableColumns : "Columns", 288 DlgTableBorder : "Border size", 289 DlgTableAlign : "Alignment", 290 DlgTableAlignNotSet : "<Not set>", 291 DlgTableAlignLeft : "Left", 292 DlgTableAlignCenter : "Centre", 293 DlgTableAlignRight : "Right", 294 DlgTableWidth : "Width", 295 DlgTableWidthPx : "pixels", 296 DlgTableWidthPc : "percent", 297 DlgTableHeight : "Height", 298 DlgTableCellSpace : "Cell spacing", 299 DlgTableCellPad : "Cell padding", 300 DlgTableCaption : "Caption", 301 DlgTableSummary : "Summary", 302 303 // Table Cell Dialog 304 DlgCellTitle : "Cell Properties", 305 DlgCellWidth : "Width", 306 DlgCellWidthPx : "pixels", 307 DlgCellWidthPc : "percent", 308 DlgCellHeight : "Height", 309 DlgCellWordWrap : "Word Wrap", 310 DlgCellWordWrapNotSet : "<Not set>", 311 DlgCellWordWrapYes : "Yes", 312 DlgCellWordWrapNo : "No", 313 DlgCellHorAlign : "Horizontal Alignment", 314 DlgCellHorAlignNotSet : "<Not set>", 315 DlgCellHorAlignLeft : "Left", 316 DlgCellHorAlignCenter : "Centre", 317 DlgCellHorAlignRight: "Right", 318 DlgCellVerAlign : "Vertical Alignment", 319 DlgCellVerAlignNotSet : "<Not set>", 320 DlgCellVerAlignTop : "Top", 321 DlgCellVerAlignMiddle : "Middle", 322 DlgCellVerAlignBottom : "Bottom", 323 DlgCellVerAlignBaseline : "Baseline", 324 DlgCellRowSpan : "Rows Span", 325 DlgCellCollSpan : "Columns Span", 326 DlgCellBackColor : "Background Colour", 327 DlgCellBorderColor : "Border Colour", 328 DlgCellBtnSelect : "Select...", 329 330 // Find Dialog 331 DlgFindTitle : "Find", 332 DlgFindFindBtn : "Find", 333 DlgFindNotFoundMsg : "The specified text was not found.", 334 335 // Replace Dialog 336 DlgReplaceTitle : "Replace", 337 DlgReplaceFindLbl : "Find what:", 338 DlgReplaceReplaceLbl : "Replace with:", 339 DlgReplaceCaseChk : "Match case", 340 DlgReplaceReplaceBtn : "Replace", 341 DlgReplaceReplAllBtn : "Replace All", 342 DlgReplaceWordChk : "Match whole word", 343 344 // Paste Operations / Dialog 345 PasteErrorPaste : "Your browser security settings don't permit the editor to automatically execute pasting operations. Please use the keyboard for that (Ctrl+V).", 346 PasteErrorCut : "Your browser security settings don't permit the editor to automatically execute cutting operations. Please use the keyboard for that (Ctrl+X).", 347 PasteErrorCopy : "Your browser security settings don't permit the editor to automatically execute copying operations. Please use the keyboard for that (Ctrl+C).", 348 349 PasteAsText : "Paste as Plain Text", 350 PasteFromWord : "Paste from Word", 351 352 DlgPasteMsg2 : "Please paste inside the following box using the keyboard (<STRONG>Ctrl+V</STRONG>) and hit <STRONG>OK</STRONG>.", 353 DlgPasteIgnoreFont : "Ignore Font Face definitions", 354 DlgPasteRemoveStyles : "Remove Styles definitions", 355 DlgPasteCleanBox : "Clean Up Box", 356 357 // Color Picker 358 ColorAutomatic : "Automatic", 359 ColorMoreColors : "More Colours...", 360 361 // Document Properties 362 DocProps : "Document Properties", 363 364 // Anchor Dialog 365 DlgAnchorTitle : "Anchor Properties", 366 DlgAnchorName : "Anchor Name", 367 DlgAnchorErrorName : "Please type the anchor name", 368 369 // Speller Pages Dialog 370 DlgSpellNotInDic : "Not in dictionary", 371 DlgSpellChangeTo : "Change to", 372 DlgSpellBtnIgnore : "Ignore", 373 DlgSpellBtnIgnoreAll : "Ignore All", 374 DlgSpellBtnReplace : "Replace", 375 DlgSpellBtnReplaceAll : "Replace All", 376 DlgSpellBtnUndo : "Undo", 377 DlgSpellNoSuggestions : "- No suggestions -", 378 DlgSpellProgress : "Spell check in progress...", 379 DlgSpellNoMispell : "Spell check complete: No misspellings found", 380 DlgSpellNoChanges : "Spell check complete: No words changed", 381 DlgSpellOneChange : "Spell check complete: One word changed", 382 DlgSpellManyChanges : "Spell check complete: %1 words changed", 383 384 IeSpellDownload : "Spell checker not installed. Do you want to download it now?", 385 386 // Button Dialog 387 DlgButtonText : "Text (Value)", 388 DlgButtonType : "Type", 389 DlgButtonTypeBtn : "Button", 390 DlgButtonTypeSbm : "Submit", 391 DlgButtonTypeRst : "Reset", 392 393 // Checkbox and Radio Button Dialogs 394 DlgCheckboxName : "Name", 395 DlgCheckboxValue : "Value", 396 DlgCheckboxSelected : "Selected", 397 398 // Form Dialog 399 DlgFormName : "Name", 400 DlgFormAction : "Action", 401 DlgFormMethod : "Method", 402 403 // Select Field Dialog 404 DlgSelectName : "Name", 405 DlgSelectValue : "Value", 406 DlgSelectSize : "Size", 407 DlgSelectLines : "lines", 408 DlgSelectChkMulti : "Allow multiple selections", 409 DlgSelectOpAvail : "Available Options", 410 DlgSelectOpText : "Text", 411 DlgSelectOpValue : "Value", 412 DlgSelectBtnAdd : "Add", 413 DlgSelectBtnModify : "Modify", 414 DlgSelectBtnUp : "Up", 415 DlgSelectBtnDown : "Down", 416 DlgSelectBtnSetValue : "Set as selected value", 417 DlgSelectBtnDelete : "Delete", 418 419 // Textarea Dialog 420 DlgTextareaName : "Name", 421 DlgTextareaCols : "Columns", 422 DlgTextareaRows : "Rows", 423 424 // Text Field Dialog 425 DlgTextName : "Name", 426 DlgTextValue : "Value", 427 DlgTextCharWidth : "Character Width", 428 DlgTextMaxChars : "Maximum Characters", 429 DlgTextType : "Type", 430 DlgTextTypeText : "Text", 431 DlgTextTypePass : "Password", 432 433 // Hidden Field Dialog 434 DlgHiddenName : "Name", 435 DlgHiddenValue : "Value", 436 437 // Bulleted List Dialog 438 BulletedListProp : "Bulleted List Properties", 439 NumberedListProp : "Numbered List Properties", 440 DlgLstStart : "Start", 441 DlgLstType : "Type", 442 DlgLstTypeCircle : "Circle", 443 DlgLstTypeDisc : "Disc", 444 DlgLstTypeSquare : "Square", 445 DlgLstTypeNumbers : "Numbers (1, 2, 3)", 446 DlgLstTypeLCase : "Lowercase Letters (a, b, c)", 447 DlgLstTypeUCase : "Uppercase Letters (A, B, C)", 448 DlgLstTypeSRoman : "Small Roman Numerals (i, ii, iii)", 449 DlgLstTypeLRoman : "Large Roman Numerals (I, II, III)", 450 451 // Document Properties Dialog 452 DlgDocGeneralTab : "General", 453 DlgDocBackTab : "Background", 454 DlgDocColorsTab : "Colours and Margins", 455 DlgDocMetaTab : "Meta Data", 456 457 DlgDocPageTitle : "Page Title", 458 DlgDocLangDir : "Language Direction", 459 DlgDocLangDirLTR : "Left to Right (LTR)", 460 DlgDocLangDirRTL : "Right to Left (RTL)", 461 DlgDocLangCode : "Language Code", 462 DlgDocCharSet : "Character Set Encoding", 463 DlgDocCharSetCE : "Central European", 464 DlgDocCharSetCT : "Chinese Traditional (Big5)", 465 DlgDocCharSetCR : "Cyrillic", 466 DlgDocCharSetGR : "Greek", 467 DlgDocCharSetJP : "Japanese", 468 DlgDocCharSetKR : "Korean", 469 DlgDocCharSetTR : "Turkish", 470 DlgDocCharSetUN : "Unicode (UTF-8)", 471 DlgDocCharSetWE : "Western European", 472 DlgDocCharSetOther : "Other Character Set Encoding", 473 474 DlgDocDocType : "Document Type Heading", 475 DlgDocDocTypeOther : "Other Document Type Heading", 476 DlgDocIncXHTML : "Include XHTML Declarations", 477 DlgDocBgColor : "Background Colour", 478 DlgDocBgImage : "Background Image URL", 479 DlgDocBgNoScroll : "Nonscrolling Background", 480 DlgDocCText : "Text", 481 DlgDocCLink : "Link", 482 DlgDocCVisited : "Visited Link", 483 DlgDocCActive : "Active Link", 484 DlgDocMargins : "Page Margins", 485 DlgDocMaTop : "Top", 486 DlgDocMaLeft : "Left", 487 DlgDocMaRight : "Right", 488 DlgDocMaBottom : "Bottom", 489 DlgDocMeIndex : "Document Indexing Keywords (comma separated)", 490 DlgDocMeDescr : "Document Description", 491 DlgDocMeAuthor : "Author", 492 DlgDocMeCopy : "Copyright", 493 DlgDocPreview : "Preview", 494 495 // Templates Dialog 496 Templates : "Templates", 497 DlgTemplatesTitle : "Content Templates", 498 DlgTemplatesSelMsg : "Please select the template to open in the editor<br>(the actual contents will be lost):", 499 DlgTemplatesLoading : "Loading templates list. Please wait...", 500 DlgTemplatesNoTpl : "(No templates defined)", 501 DlgTemplatesReplace : "Replace actual contents", 502 503 // About Dialog 504 DlgAboutAboutTab : "About", 505 DlgAboutBrowserInfoTab : "Browser Info", 506 DlgAboutLicenseTab : "License", 507 DlgAboutVersion : "version", 508 DlgAboutInfo : "For further information go to" 509 };
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
| Généré le : Sun Feb 25 15:28:05 2007 | par Balluche grâce à PHPXref 0.7 |