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