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