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