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