ASPxHtmlEditorStringId Enum
Contains strings that can be localized for the ASPxHtmlEditor. For more information, refer to the Localization topic.
Namespace: DevExpress.Web.ASPxHtmlEditor.Localization
Assembly: DevExpress.Web.ASPxHtmlEditor.v24.2.dll
Declaration
Members
Name | Description |
---|---|
Alt_ConstrainProportions
|
Defines the alternative text for the button within Image Dialogs. Default value: âConstrain Proportions Onâ |
Alt_ConstrainProportionsOff
|
Defines the alternative text for the button within Image Dialogs. Default value: âConstrain Proportions Offâ |
AutomaticColorCaption
|
The caption of an automatic color item displayed in color editors. Default Value: âNo Colorâ |
TableElementInconsistentColor
|
The text displayed in the Background color color editor in the Column Properties and Row Properties dialogs when the current column or row contains cells with different background colors. Default Value: âMultiple colorsâ |
DesignViewTab
|
A text displayed in a Design tab within Status Bar. Default Value: âDesignâ |
HtmlViewTab
|
A text displayed in an HTML tab within Status Bar. Default Value: âHTMLâ |
PreviewTab
|
A text displayed in a Preview tab within Status Bar. Default Value: âPreviewâ |
CommandCut
|
The text of a context menu item that allows the content selected within the design view area to be cut and copied to the clipboard. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarCutButton class. Default Value: âCutâ |
CommandCopy
|
The text of a context menu item that allows the content selected within the design view area to be copied to the clipboard. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarCopyButton class. Default Value: âCopyâ |
CommandPaste
|
The text of a context menu item that allows the data from the clipboard to be pasted. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarPasteButton class. Default Value: âPasteâ |
CommandPasteRtf
|
The text displayed in a tooltip of a toolbar button denoted by the ToolbarPasteFromWordButton class. Also, the text displayed in a title bar of a paste dialog. Default Value: âPaste from Wordâ |
CommandPasteHtmlSourceFormatting
|
A text displayed in a tooltip of a paste options bar item that switch paste mode to SourceFormatting. Default Value: âKeep Source Formattingâ |
CommandPasteHtmlMergeFormatting
|
A text displayed in a tooltip of a paste options bar item that switch paste mode to MergeFormatting. Default Value: âMerge Formattingâ |
CommandPasteHtmlPlainText
|
A text displayed in a tooltip of a paste options bar item that switch paste mode to PlainText. Default Value: âKeep Plain Textâ |
CommandPaste_DisabledDescription
|
The text of a context menu item that allows the data from the clipboard to be pasted when this item is in disabled state. Default Value: âPasteâ |
CommandUndo
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarUndoButton class. Default Value: âUndoâ |
CommandRedo
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarRedoButton class. Default Value: âRedoâ |
CommandPrint
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarPrintButton class. Default Value: âPrintâ |
CommandRemoveFormat
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarRemoveFormatButton class. Default Value: âRemove Formatâ |
CommandSubscript
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarSubscriptButton class. Default Value: âSubscriptâ |
CommandSuperscript
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarSuperscriptButton class. Default Value: âSuperscriptâ |
CommandOrderedList
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarInsertOrderedListButton class. Default Value: âOrdered Listâ |
CommandBulletList
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarInsertUnorderedListButton class. Default Value: âBullet Listâ |
CommandIndent
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarIndentButton class. Default Value: âIndentâ |
CommandOutdent
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarOutdentButton class. Default Value: âOutdentâ |
CommandUnlink
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarUnlinkButton class. Default Value: âRemove Linkâ |
CommandCheckSpelling
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarCheckSpellingButton class. Default Value: âCheck Spellingâ |
CommandBold
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarBoldButton class. Default Value: âBoldâ |
CommandItalic
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarItalicButton class. Default Value: âItalicâ |
CommandUnderline
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarUnderlineButton class. Default Value: âUnderlineâ |
CommandStrikethrough
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarStrikethroughButton class. Default Value: âStrikethroughâ |
CommandLeft
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarJustifyLeftButton class. Default Value: âAlign Leftâ |
CommandCenter
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarJustifyCenterButton class. Default Value: âAlign Centerâ |
CommandRight
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarJustifyRightButton class. Default Value: âAlign Rightâ |
CommandJustify
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarJustifyFullButton class. Default Value: âJustifyâ |
CommandBackColor
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarBackColorButton class. Default Value: âBack Colorâ |
CommandForeColor
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarFontColorButton class. Default Value: âFore Colorâ |
CommandApplyCss
|
A text displayed in a tooltip of a toolbar editor denoted by the ToolbarCustomCssEdit class. Default Value: âApply CSSâ |
CommandFullscreen
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarFullscreenButton class. Default Value: âFull Screenâ |
CommandComment
|
The text of a context menu item that allows end-users to comment the current tag or selected code in the html view area. Default Value: âCommentâ |
CommandUncomment
|
The text of a context menu item that allows end-users to uncomment the current commented tag or selected code in the html view area. Default Value: âUncommentâ |
CommandFormatDocument
|
The text of a context menu item that allows end-users to format the HTML document in the html view area. Default Value: âFormat Documentâ |
CommandCollapseTag
|
The text of a context menu item that allows end-users to collapse the current tag in the html view area. Default Value: âCollapse Tagâ |
CommandExpandTag
|
The text of a context menu item that allows end-users to expand the current collapsed tag in the html view area. Default Value: âExpand Tagâ |
InsertImage
|
A text displayed in a title bar of an Insert Image Dialog. Default Value: âInsert Imageâ |
ChangeImage
|
A text displayed in a title bar of the Change Image Dialog. Default Value: âChange Imageâ |
ContextMenu_ChangeImage
|
The text of a context menu item that invokes the Change Image dialog. Default Value: âChange ImageâŠâ |
SelectImage
|
A text displayed in a title bar of the Image Selector. Default Value: âSelect Imageâ |
InsertLink
|
A text displayed in a title bar of an Insert Link Dialog. Default Value: âInsert Linkâ |
ChangeLink
|
A text displayed in a title bar of the Change Link Dialog. Default Value: âChange Linkâ |
ContextMenu_ChangeLink
|
The text of a context menu item that invokes the Change Link dialog. Default Value: âChange LinkâŠâ |
ContextMenu_ChangeElementProperties
|
Contains localizable text of the corresponding UI element. |
SelectDocument
|
A text displayed in a title bar of the Document Selector. Default Value: âSelect Documentâ |
InsertAudio
|
A text displayed in a title bar of an Insert Audio Dialog. Default Value: âInsert Audioâ |
ChangeAudio
|
A text displayed in a title bar of the Change Audio Dialog. Default Value: âChange Audioâ |
ContextMenu_ChangeAudio
|
The text of a context menu item that invokes the Change Audio dialog. Default Value: âChange AudioâŠâ |
SelectAudio
|
A text displayed in a title bar of the Audio Selector. Default Value: âSelect Audioâ |
InsertVideo
|
A text displayed in a title bar of an Insert Video Dialog. Default Value: âInsert Videoâ |
ChangeVideo
|
A text displayed in a title bar of the Change Video Dialog. Default Value: âChange Videoâ |
ContextMenu_ChangeVideo
|
The text of a context menu item that invokes the Change Video dialog. Default Value: âChange VideoâŠâ |
SelectVideo
|
A text displayed in a title bar of the Video Selector. Default Value: âSelect Videoâ |
InsertFlash
|
A text displayed in a title bar of an Insert Flash Dialog. Default Value: âInsert Flashâ |
ChangeFlash
|
A text displayed in a title bar of the Change Flash Dialog. Default Value: âChange Flashâ |
ChangeElementProperties
|
Contains localizable text of the corresponding UI element. |
DeleteElement
|
Contains localizable text of the corresponding UI element. |
ContextMenu_ChangeFlash
|
The text of a context menu item that invokes the Change Flash dialog. Default Value: âChange FlashâŠâ |
SelectFlash
|
A text displayed in a title bar of the Flash Selector. Default Value: âSelect Flashâ |
InsertYouTubeVideo
|
A text displayed in a title bar of an Insert YouTube Video Dialog. Default Value: âInsert YouTube Videoâ |
ChangeYouTubeVideo
|
A text displayed in a title bar of the Change YouTube Video Dialog. Default Value: âChange YouTube Videoâ |
ContextMenu_ChangeYouTubeVideo
|
The text of a context menu item that invokes the Change YouTube Video dialog. Default Value: âChange YouTube VideoâŠâ |
InsertPlaceholder
|
Contains localizable text of the corresponding UI element. |
ChangePlaceholder
|
Contains localizable text of the corresponding UI element. |
ContextMenu_ChangePlaceholder
|
Contains localizable text of the corresponding UI element. |
FontSize
|
A text displayed in a tooltip of a toolbar editor denoted by the ToolbarFontSizeEdit class. Default Value: âFont Sizeâ |
FontName
|
A text displayed in a tooltip of a toolbar editor denoted by the ToolbarFontNameEdit class. Default Value: âFont Nameâ |
Paragraph
|
A text displayed in a tooltip of a toolbar editor denoted by the ToolbarParagraphFormattingEdit class. Default Value: âParagraphâ |
PasteRtf_Instructions
|
The explanatory text displayed in Paste from Word. Default Value: âPlease paste inside the following box and hit OK.â |
PasteRtf_StripFont
|
The label of a check box, displayed in the Paste from Word dialog box, specifying whether a source font is stripped. Default Value: âStrip font familyâ |
ButtonOk
|
A text displayed in an OK button within Dialogs. Default Value: âOKâ |
ButtonCancel
|
A text displayed in a cancel button within Dialogs. Default Value: âCancelâ |
ButtonChange
|
A text displayed in a change button within Dialogs. Default Value: âChangeâ |
ButtonInsert
|
A text displayed in an insert button within Dialogs. Default Value: âInsertâ |
ButtonSelect
|
A text displayed in a select button within Dialogs. Default Value: âSelectâ |
ButtonUpload
|
A text displayed in an upload button within Dialogs. Default Value: âUploadâ |
InsertLink_Url
|
The label of a radio button (in Link Dialogs) specifying that a link targets to a site when it is clicked; and a label of a text box that allows specifying a site or document URL. Default Value: âURLâ |
InsertLink_Email
|
The label of a radio button (in Link Dialogs) specifying that a link sends a message when is clicked. Default Value: âE-mail addressâ |
InsertLink_DisplayProperties
|
The text that heads the area of displayed properties in Link Dialogs. Default Value: âDisplay Propertiesâ |
InsertLink_Text
|
The label of a text box that allows specifying a link text in Link Dialogs. Default Value: âTextâ |
InsertLink_ToolTip
|
The label of a text box that allows specifying a link tooltip in Link Dialogs. Default Value: âToolTipâ |
InsertLink_OpenInNewWindow
|
The label of a check box, displayed in Link Dialogs, that specifies whether a link or document is opened in a new window. Default Value: âOpen in new windowâ |
InsertLink_EmailTo
|
The label of a text box (in Link Dialogs) that allows specifying a recipient e-mail address. Default Value: âE-mail toâ |
InsertLink_EmailErrorText
|
Contains localizable text of the corresponding UI element. |
InsertLink_Subject
|
The label of a text box (in Link Dialogs) that allows specifying the subject of an email. Default Value: âSubjectâ |
InsertLink_SelectDocument
|
The text displayed in a tooltip of an ellipsis button, displayed in Link Dialogs, that when pressed invokes the Document Selector. Default Value: âInvoke a dialog allowing you to select a documentâ |
InsertPlaceholder_Placeholders
|
Contains localizable text of the corresponding UI element. |
DefaultErrorText
|
The error text to be displayed within the editorâs error frame, if the editorâs validation fails. Default Value: âThe HTML content is invalidâ |
RequiredHtmlContentError
|
The error text to be displayed within the editorâs error frame, if the editorâs specific required field validation fails. Default Value: âThe content of the editor cannot be emptyâ |
RequiredFieldError
|
The error text to be displayed within the editorâs error frame in Dialogs, if the required field is empty. Default Value: âThis field is requiredâ |
InsertImage_FromWeb
|
The label of a radio button (in Image Dialogs) specifying that an image is located in the web. Default Value: âFrom the web (URL)â |
InsertImage_FromLocal
|
The label of a radio button (in Image Dialogs) specifying that an image is located in your computer. Default Value: âFrom your computerâ |
InsertImage_EnterUrl
|
The label of a text box that allows specifying an image web address in Image Dialogs. Default Value: âEnter image web addressâ |
InsertImage_SaveToServer
|
The label of a check box, displayed in Image Dialogs, that when checked creates an image copy within the current project folder. Default Value: âSave file to serverâ |
InsertImage_Preview
|
The text that is displayed within a preview area of Image Dialogs if an image is not selected. Default Value: âImage previewâ |
InsertImage_UploadInstructions
|
The label of a text box that allows specifying a path to an image on your computer in Image Dialogs. Default Value: âBrowse your computer for the image file to uploadâ |
InsertImage_MoreOptions
|
The label of a check box, displayed in Image Dialogs, that when checked shows additional image options. Default Value: âMore optionsâ |
InsertImage_UseFloat
|
The label of a check box, displayed in Image Dialogs, specifying whether an image is wrapped with text. Default Value: âWrap text around imageâ |
InsertImage_SelectImage
|
The text displayed in a tooltip of an ellipsis button, displayed in Image Dialogs, that when pressed invokes the Image Selector Default Value: âInvoke a dialog allowing you to select an imageâ |
InsertImage_PreviewText
|
Contains localizable text of the corresponding UI element. |
InsertImage_GalleryTabText
|
Contains localizable text of the corresponding UI element. |
InsertImage_CommonSettingsTabName
|
Contains localizable text of the corresponding UI element. |
InsertImage_StyleSettingsTabName
|
Contains localizable text of the corresponding UI element. |
ImageProps_Size
|
A label of a combo box that allows specifying the image size in Image Dialogs. Default Value: âSizeâ |
ImageProps_OriginalSize
|
The text of a Size combo box item (in Image Dialogs) specifying that an image is displayed in original size. Default Value: âOriginal image sizeâ |
ImageProps_CustomSize
|
The text of a Size combo box item (in Image Dialogs) specifying that an image is displayed in custom size, and showing size editors. Default Value: âCustom sizeâ |
ImageProps_Width
|
A label of a text box that allows specifying the image width in Image Dialogs. Default Value: âWidthâ |
ImageProps_Pixels
|
A text displayed next to the image sizes and specifying that a size is measured in pixels in Image Dialogs. Default Value: âpixelsâ |
ImageProps_Height
|
A label of a text box that allows specifying the image height in Image Dialogs. Default Value: âHeightâ |
ImageProps_CreateThumbnail
|
A label of a check box, displayed in Image Dialogs, that when checked creates an image thumbnail with specified sizes. Default Value: âMore optionsâ |
ImageProps_CreateThumbnailTooltip
|
A tooltip of a check box, displayed in Image Dialogs that when checked, creates an image thumbnail with specified sizes. Default Value: âA thumbnail will be created from the selected image with the specified sizeâ |
ImageProps_NewImageName
|
A label of a text box that allows specifying a new name for an image thumbnail in Image Dialogs. Default Value: âNew image nameâ |
ImageProps_Position
|
A label of a combo box that allows specifying the image position in Image Dialogs. Default Value: âPositionâ |
ImageProps_PositionLeft
|
The text of a Position combo box item (in Image Dialogs) specifying that an image is left-aligned. Default Value: âLeft-alignedâ |
ImageProps_PositionCenter
|
The text of a Position combo box item (in Image Dialogs) specifying that an image is positioned at the center. Default Value: âCenterâ |
ImageProps_PositionRight
|
The text of a Position combo box item (in Image Dialogs) specifying that an image is right-aligned. Default Value: âRight-alignedâ |
ImageProps_Description
|
A label of a text box that allows specifying an image description in Image Dialogs. Default Value: âDescriptionâ |
ImageProps_Margins
|
A label of a section where you can specify the image margins in Image Dialogs. Default Value: âMarginsâ |
ImageProps_MarginTop
|
A label of a text box where you can specify the image top margin in Image Dialogs. Default Value: âTopâ |
ImageProps_MarginBottom
|
A label of a text box where you can specify the image bottom margin in Image Dialogs. Default Value: âBottomâ |
ImageProps_MarginLeft
|
A label of a text box where you can specify the image left margin in Image Dialogs. Default Value: âLeftâ |
ImageProps_MarginRight
|
A label of a text box where you can specify the image right margin in Image Dialogs. Default Value: âRightâ |
ImageProps_Border
|
A label of a section where you can specify the image border settings in Image Dialogs. Default Value: âBorderâ |
ImageProps_BorderWidth
|
A label of a text box where you can specify the image border width in Image Dialogs. Default Value: âWidthâ |
ImageProps_BorderColor
|
A label of a color edit where you can specify the image border color in Image Dialogs. Default Value: âColorâ |
ImageProps_BorderStyle
|
A label of a combo box where you can specify the image border style in Image Dialogs. Default Value: âStyleâ |
ImageProps_CssClass
|
A label of a combo box where you can specify the image CSS class in Image Dialogs. Default Value: âCSS classâ |
InvalidUrlErrorText
|
The error text to be displayed in Dialogs, if the specified URL is wrong. Default Value: âInvalid URL format, or a file cannot be found using this URLâ |
InsertTable
|
A text displayed in a title bar of an Insert Table Dialog. Default Value: âInsert Tableâ |
ContextMenu_InsertTable
|
The text of a context menu item that invokes the Insert Table dialog. Default Value: âInsert TableâŠâ |
TableProperties
|
The text displayed in a tooltip of a toolbar button denoted by the ToolbarTablePropertiesDialogButton class. Default Value: âTable PropertiesâŠâ |
ContextMenu_TableProperties
|
The text of a context menu item that invokes the Table Properties dialog. Default Value: âTable PropertiesâŠâ |
TableCellProperties
|
The text displayed in a tooltip of a toolbar button denoted by the ToolbarTableCellPropertiesDialogButton class. Default Value: âCell PropertiesâŠâ |
ContextMenu_TableCellProperties
|
The text of a context menu item that invokes the Cell Properties dialog. Default Value: âCell PropertiesâŠâ |
TableColumnProperties
|
The text displayed in a tooltip of a toolbar button denoted by the ToolbarTableColumnPropertiesDialogButton class. Default Value: âColumn PropertiesâŠâ |
ContextMenu_TableColumnProperties
|
The text of a context menu item that invokes the Column Properties dialog. Default Value: âColumn PropertiesâŠâ |
TableRowProperties
|
The text displayed in a tooltip of a toolbar button denoted by the ToolbarTableRowPropertiesDialogButton class. Default Value: âRow PropertiesâŠâ |
ContextMenu_TableRowProperties
|
The text of a context menu item that invokes the Row Properties dialog. Default Value: âRow PropertiesâŠâ |
ChangeTableColumn_Size
|
The text that heads the area of size properties in Table Dialogs. Default Value: âSizeâ |
InsertTableRowAbove
|
The text of a context menu item that allows insertion of a new row above in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarInsertTableRowAboveButton class. Default Value: âInsert Row Aboveâ |
InsertTableRowBelow
|
The text of a context menu item that allows insertion of a new row below in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarInsertTableRowBelowButton class. Default Value: âInsert Row Belowâ |
InsertTableColumnToLeft
|
The text of a context menu item that allows insertion of a new column to the left in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarInsertTableColumnToLeftButton class. Default Value: âInsert Column to the Leftâ |
InsertTableColumnToRight
|
The text of a context menu item that allows insertion of a new column to the right in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarInsertTableColumnToRightButton class. Default Value: âInsert Column to the Rightâ |
DeleteTable
|
The text of a context menu item that deletes a table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarDeleteTableButton class. Default Value: âDelete Tableâ |
DeleteTableRow
|
The text of a context menu item that deletes a row in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarDeleteTableRowButton class. Default Value: âDelete Rowâ |
DeleteTableColumn
|
The text of a context menu item that deletes a column in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarDeleteTableColumnButton class. Default Value: âDelete Columnâ |
MergeTableCellDown
|
The text of a context menu item that allows merging a cell down in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarMergeTableCellDownButton class. Default Value: âMerge Downâ |
MergeTableCellHorizontal
|
The text of a context menu item that allows merging a cell right in the table. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarMergeTableCellRightButton class. Default Value: âMerge Rightâ |
SplitTableCellVertical
|
The text of a context menu item that allows splitting a tableâs cell vertically. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarSplitTableCellVerticallyButton class. Default Value: âSplit Verticallyâ |
SplitTableCellHorizontal
|
The text of a context menu item that allows splitting a tableâs cell horizontally. Also, the text displayed in a tooltip of a toolbar button denoted by the ToolbarSplitTableCellHorizontallyButton class. Default Value: âSplit Horizontallyâ |
InsertTable_Size
|
The text that heads the area of table size properties in Table Dialogs. Default Value: âTable Sizeâ |
InsertTable_Columns
|
The label of a spin editor that allows specifying the number of table columns in Table Dialogs. Default Value: âColumnsâ |
InsertTable_Rows
|
The label of a spin editor that allows specifying the number of table rows in Table Dialogs. Default Value: âRowsâ |
InsertTable_Width
|
The label of a combo box that allows specifying the table or column width in Table Dialogs. Default Value: âWidthâ |
InsertTable_Height
|
The label of a combo box that allows specifying the table or row height in Table Dialogs. Default Value: âHeightâ |
InsertTable_FullWidth
|
The text of a Width combo box item (in Table Dialogs) specifying that the table is stretched to the full width of the browser window. Default Value: âFull widthâ |
InsertTable_AutoFitToContent
|
The text of the Width or Height combo box item (in Table Dialogs) specifying that the corresponding table size is fitted to contents automatically. Default Value: âAutoFit to contentsâ |
InsertTable_Custom
|
The text of the Width or Height combo box item (in Table Dialogs) specifying that the corresponding table size is specified manually in pixels. Default Value: âCustomâ |
InsertTable_EqualColumnWidths
|
The label of a check box, displayed in Table Dialogs, specifying whether all column widths are equal. Default Value: âEqual column widthsâ |
InsertTable_Layout
|
The text that heads the area of layout properties in Table Dialogs. Default Value: âLayoutâ |
InsertTable_CellPaddings
|
The label of a spin editor that allows specifying the table cell paddings in Table Dialogs. Default Value: âCell paddingâ |
InsertTable_Alignment
|
The label of a combo box that allows specifying the table alignment in Table Dialogs. Default Value: âAlignmentâ |
InsertTable_VertAlignment
|
The label of a combo box that allows specifying the cell content vertical alignment in Table Dialogs. Default Value: âVerticalâ |
InsertTable_HorzAlignment
|
The label of a combo box that allows specifying the cell content horizontal alignment in Table Dialogs. Default Value: âHorizontalâ |
InsertTable_None
|
The text of a combo box item (in Table Dialogs) specifying that no option is selected. Default Value: âNoneâ |
InsertTable_Alignment_Left
|
The text of a combo box item (in Table Dialogs) specifying left alignment. Default Value: âLeftâ |
InsertTable_Alignment_Center
|
The text of a combo box item (in Table Dialogs) specifying a centered alignment. Default Value: âCenterâ |
InsertTable_Alignment_Right
|
The text of a combo box item (in Table Dialogs) specifying right alignment. Default Value: âRightâ |
InsertTable_VAlignment_Top
|
The text of a combo box item (in Table Dialogs) specifying top vertical alignment. Default Value: âTopâ |
InsertTable_VAlignment_Bottom
|
The text of a combo box item (in Table Dialogs) specifying bottom vertical alignment. Default Value: âBottomâ |
InsertTable_VAlignment_Middle
|
The text of a combo box item (in Table Dialogs) specifying middle vertical alignment. Default Value: âMiddleâ |
InsertTable_CellSpacing
|
The label of a spin editor that allows specifying the table cell spacing in Table Dialogs. Default Value: âCell spacingâ |
InsertTable_Appearance
|
The text that heads the area of appearance properties in Table Dialogs. Default Value: âAppearanceâ |
InsertTable_BorderColor
|
The label of a color editor that allows specifying the color of table borders in Table Dialogs. Default Value: âBorder colorâ |
InsertTable_BorderSize
|
The label of a spin editor that allows specifying the table border size in Table Dialogs. Default Value: âBorder sizeâ |
InsertTable_BgColor
|
The label of a color editor that allows specifying the table background color in Table Dialogs. Default Value: âBackground colorâ |
InsertTable_Accessibility
|
The label of a check box, displayed in Table Dialogs, that when checked shows accessibility support options. Default Value: âAccessibilityâ |
InsertTable_Headers
|
The label of a combo box that allows specifying the elements that are table headers in Table Dialogs. Default Value: âHeadersâ |
InsertTable_FirstRow
|
The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table row are headers of the table. Default Value: âFirst Rowâ |
InsertTable_FirstColumn
|
The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table column are headers of the table. Default Value: âFirst Columnâ |
InsertTable_Both
|
The text of a Headers combo box item (in Table Dialogs) specifying that cells of the first table row and the first table column are headers of the table. Default Value: âBothâ |
InsertTable_Caption
|
The label of a text box that allows specifying a table caption in Table Dialogs. Default Value: âCaptionâ |
InsertTable_Summary
|
The label of a text box that allows specifying a table summary in Table Dialogs. Default Value: âSummaryâ |
InsertTable_ApplyToAllCell
|
The label of a check box, displayed in Cell Properties Dialog, that specifies whether properties specified for a table cell are applied to all cells in the table Default Value: âApply to all cells in the tableâ |
SelectAll
|
The text of a context menu item that selects all ASPxHtmlEditor content. Default Value: âSelect Allâ |
FindAndReplace
|
A text displayed in a tooltip of a toolbar button denoted by the ToolbarFindAndReplaceDialogButton class. Default Value: âFind and Replaceâ |
SaveAsRtf
|
The text of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to rich text format (.rtf). Default Value: âRich Text (.rtf)â |
SaveAsDocx
|
The text of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to Microsoft Office (2007+) document format (.docx). Default Value: âOffice Open XML (.docx)â |
SaveAsMht
|
The text of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to MIME HTML format (.mht). Default Value: âMIME HTML (.mht)â |
SaveAsOdt
|
The text of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to OpenDocument text format (.odt). Default Value: âOpen Document (.odt)â |
SaveAsPdf
|
The text of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to portable document format (.pdf). Default Value: âPortable Document (.pdf)â |
SaveAsTxt
|
The text of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to plain text format (.txt). Default Value: âPlain Text (.txt)â |
SaveAsRtf_ToolTip
|
A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to rich text format (.rtf). Default Value: âExport to RTF file and save it to a local diskâ |
SaveAsDocx_ToolTip
|
A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to Microsoft Office (2007+) document format (.docx). Default Value: âExport to DOCX file and save it to a local diskâ |
SaveAsMht_ToolTip
|
A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to MIME HTML format (.mht). Default Value: âExport to MHT file and save it to a local diskâ |
SaveAsOdt_ToolTip
|
A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to OpenDocument text format (.odt). Default Value: âExport to ODT file and save it to a local diskâ |
SaveAsPdf_ToolTip
|
A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to portable document format (.pdf). Default Value: âExport to PDF file and save it to a local diskâ |
SaveAsTxt_ToolTip
|
A text displayed in a tooltip of an export drop-down menu item that exports an ASPxHtmlEditorâs contents to plain text format (.txt). Default Value: âExport to TXT file and save it to a local diskâ |
RibbonTab_Home
|
The text displayed in a label of the ribbon home tab. Default value: âHomeâ |
RibbonTab_Insert
|
The text displayed in a label of the ribbon tab that contains items related to operations with images and links. Default value: âInsertâ |
RibbonTab_View
|
The text displayed in a label of the ribbon tab that contains items related to editor views. Default value: âViewâ |
RibbonTab_Table
|
The text displayed in a label of the ribbon tab that contains items related to operations with tables. Default value: âTableâ |
RibbonTab_Review
|
The text displayed in a label of the ribbon tab that contains the Spelling group. Default Value: âReviewâ |
RibbonTabCategory_Layout
|
The text displayed in a label of the ribbon context tab category that contains table-related commands and is displayed when a selection is in a table.. Default Value: âLayoutâ |
RibbonGroup_Undo
|
The text displayed in a label of the ribbon group that contains Undo and Redo items. Default value: âUndoâ |
RibbonGroup_Clipboard
|
The text displayed in a label of the ribbon group that contains items related to work with clipboard. Default value: âClipboardâ |
RibbonGroup_Font
|
The text displayed in a label of the ribbon group that contains items related to font formatting. Default value: âFontâ |
RibbonGroup_Paragraph
|
The text displayed in a label of the ribbon group that contains items related to text paragraph settings. Default value: âParagraphâ |
RibbonGroup_Images
|
The text displayed in a label of the ribbon group that contains items related to work with images. Default value: âImagesâ |
RibbonGroup_Links
|
The text displayed in a label of the ribbon group that contains items related to work with links. Default value: âLinksâ |
RibbonGroup_Views
|
The text displayed in a label of the ribbon group that contains Full Screen item. Default value: âViewsâ |
RibbonGroup_Tables
|
The text displayed in a label of the ribbon group that contains items related to table insertion. Default value: âTablesâ |
RibbonGroup_DeleteTable
|
The text displayed in a label of the ribbon group that contains items related to row and column deletion. Default value: âDeleteâ |
RibbonGroup_InsertTable
|
The text displayed in a label of the ribbon group that contains items related to row and column inserting. Default value: âInsertâ |
RibbonGroup_MergeTable
|
The text displayed in a label of the ribbon group that contains items related to cell merging. Default value: âMergeâ |
RibbonGroup_TableProperties
|
The text displayed in a label of the ribbon group that contains items allowing you to customize table properties. Default value: âPropertiesâ |
RibbonGroup_Spelling
|
The text displayed in a label of the ribbon group that contains the Check Spelling item. Default Value: âSpellingâ |
RibbonGroup_Media
|
The text displayed in a label of the ribbon group that contains items that allow invoking media dialogs. Default Value: âMediaâ |
RibbonGroup_Editing
|
The text displayed in a label of the ribbon group that contains the Find and Replace Dialog item. Default Value: âEditingâ |
RibbonItem_InsertImage
|
The text of the ribbon item that allows inserting and customizing images. Default value: âImageâ |
RibbonItem_InsertLink
|
The text of the ribbon item that allows inserting and customizing links. Default value: âLinkâ |
RibbonItem_Table
|
The text of the ribbon drop-down item that allows end-users to insert a table. Default Value: âTableâ |
RibbonItem_InsertTable
|
The text of the ribbon item that allows you to insert a table. Default value: âInsert Tableâ |
RibbonItem_TableProperties
|
The text of the ribbon item that allows specifying the table properties. Default value: âTable Propertiesâ |
RibbonItem_CellProperties
|
The text of the ribbon item that allows specifying the table cell properties. Default value: âCell Propertiesâ |
RibbonItem_ColumnProperties
|
The text of the ribbon item that allows specifying the table column properties. Default value: âColumn Propertiesâ |
RibbonItem_RowProperties
|
The text of the ribbon item that allows specifying the table row properties. Default value: âRow Propertiesâ |
RibbonItem_InsertTableRowAbove
|
The text of the ribbon item that allows inserting a row above the current position. Default value: âInsert Aboveâ |
RibbonItem_InsertTableRowBelow
|
The text of the ribbon item that allows inserting a row below the current position. Default value: âInsert Belowâ |
RibbonItem_InsertTableColumnToLeft
|
The text of the ribbon item that allows inserting a column to the left. Default value: âInsert Leftâ |
RibbonItem_InsertTableColumnToRight
|
The text of the ribbon item that allows inserting a column to the right. Default value: âInsert Rightâ |
RibbonItem_InsertAudio
|
The text of the ribbon item that allows inserting audio files and customizing the audio player. Default Value: âAudioâ |
RibbonItem_InsertVideo
|
The text of the ribbon item that allows inserting video files and customizing the video player. Default Value: âVideoâ |
RibbonItem_InsertFlash
|
The text of the ribbon item that allows inserting flash files and customizing the flash player. Default Value: âFlashâ |
RibbonItem_InsertYouTubeVideo
|
The text of the ribbon item that allows inserting YouTube video and customizing the YouTube video player. Default Value: âYouTube Videoâ |
RibbonItem_InsertPlaceholder
|
Contains localizable text of the corresponding UI element. |
InsertVideo_CommonSettingsTabName
|
A text displayed in a header of the tab containing common video player settings in Video Dialogs. Default Value: âCommon Settingsâ |
InsertVideo_StyleSettingsTabName
|
A text displayed in a header of the tab containing video player style settings in Video Dialogs. Default Value: âStyle Settingsâ |
InsertVideo_FromWeb
|
The label of a radio button (in Video Dialogs) specifying that a video file is located on the web. Default Value: âFrom the web (URL)â |
InsertVideo_FromLocal
|
The label of a radio button (in Video Dialogs) specifying that a video file is located on your computer. Default Value: âFrom your computerâ |
InsertVideo_EnterUrl
|
The label of a text box that allows specifying a video file web address in Video Dialogs. Default Value: âEnter video file web addressâ |
InsertVideo_SaveToServer
|
The label of a check box, displayed in Video Dialogs, that when checked, creates a video file copy within the current project folder. Default Value: âSave file to serverâ |
InsertVideo_Preview
|
The text that is displayed within a preview area of Video Dialogs if a video file is not selected. Default Value: âVideo previewâ |
InsertVideo_UploadInstructions
|
The label of a text box that allows specifying a path to a video file on your computer in Video Dialogs. Default Value: âBrowse your computer for the video file to uploadâ |
InsertVideo_MoreOptions
|
The label of a check box, displayed in Video Dialogs, that when checked, shows additional video payer options. Default Value: âMore optionsâ |
InsertVideo_Preload
|
The label of a combo box, displayed in Video Dialogs, that specifies how the video file should be loaded when the page loads. Default Value: âPreload modeâ |
InsertVideo_PreloadNone
|
The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser wonât load the video when the page loads. Default Value: âNoneâ |
InsertVideo_PreloadMetadata
|
The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser will load only metadata when the page loads. Default Value: âMetadataâ |
InsertVideo_PreloadAuto
|
The text of a Preload mode combo box item (in Video Dialogs) specifying that the browser will load the entire video when the page loads. Default Value: âAutoâ |
InsertVideo_Poster
|
A label of a text box that allows specifying the URL of a poster image in Video Dialogs. Default Value: âPoster URLâ |
InsertVideo_AutoPlay
|
The label of a check box, displayed in Video Dialogs, that specifies whether the video will automatically start playing. Default Value: âAuto Playâ |
InsertVideo_Loop
|
The label of a check box, displayed in Video Dialogs, that specifies whether the video will start over again, every time it is finished. Default Value: âLoopâ |
InsertVideo_ShowControls
|
The label of a check box, displayed in Video Dialogs, that specifies whether the video player controls should be displayed. Default Value: âShow player controlsâ |
InsertVideo_Width
|
A label of a text box that allows specifying the video player width in Video Dialogs. Default Value: âWidthâ |
InsertVideo_Pixels
|
A text displayed next to the video player size, specifying that the size is measured in pixels in Video Dialogs. Default Value: âpxâ |
InsertVideo_Height
|
A label of a text box that allows specifying the video player height in Video Dialogs. Default Value: âHeightâ |
InsertVideo_Position
|
A label of a combo box that allows specifying the video player position in Video Dialogs. Default Value: âPositionâ |
InsertVideo_PositionLeft
|
The text of a Position combo box item (in Video Dialogs) specifying that a video player is left-aligned. Default Value: âLeftâ |
InsertVideo_PositionCenter
|
The text of a Position combo box item (in Video Dialogs) specifying that a video player is positioned at the center. Default Value: âCenterâ |
InsertVideo_PositionRight
|
The text of a Position combo box item (in Video Dialogs) specifying that a video player is right-aligned. Default Value: âRightâ |
InsertVideo_Margins
|
A label of a section where you can specify the video player margins in Video Dialogs. Default Value: âMarginsâ |
InsertVideo_MarginTop
|
A label of a text box where you can specify the video player top margin in Video Dialogs. Default Value: âTopâ |
InsertVideo_MarginBottom
|
A label of a text box where you can specify the video player bottom margin in Video Dialogs. Default Value: âBottomâ |
InsertVideo_MarginLeft
|
A label of a text box where you can specify the video player left margin in Video Dialogs. Default Value: âLeftâ |
InsertVideo_MarginRight
|
A label of a text box where you can specify the video player right margin in Video Dialogs. Default Value: âRightâ |
InsertVideo_Border
|
A label of a section where you can specify the video player border settings in Video Dialogs. Default Value: âBorderâ |
InsertVideo_BorderWidth
|
A label of a text box where you can specify the video player border width in Video Dialogs. Default Value: âWidthâ |
InsertVideo_BorderColor
|
A label of a color edit where you can specify the video player border color in Video Dialogs. Default Value: âColorâ |
InsertVideo_BorderStyle
|
A label of a combo box where you can specify the video player border style in Video Dialogs. Default Value: âStyleâ |
InsertVideo_CssClass
|
A label of a combo box where you can specify the CSS class applied to the video player element in Video Dialogs. Default Value: âCSS classâ |
InsertVideo_PosterHelpText
|
The help text for the âPoster URLâ text box, displayed in Video Dialogs. Default Value: âSpecify an image displayed while the video is being downloaded or until a user clicks the play button. If the poster is not specified, the first frame of the video will be used.â |
InsertVideo_PreloadHelpText
|
The help text for the âPreloadâ combo box, displayed in Video Dialogs. Default Value: âAuto - The browser loads the entire video when the page loads Metadata - The browser loads only metadata when the page loads None - The browser does not load the video when the page loadsâ |
InsertVideo_PreviewText
|
Contains localizable text of the corresponding UI element. |
InsertVideo_GalleryTabText
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_CommonSettingsTabName
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_StyleSettingsTabName
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Id
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Value
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Title
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_TabIndex
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Accept
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Alt
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Src
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Direction
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_InputType
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Action
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Method
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Name
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_For
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Disabled
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Checked
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_MaxLength
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Size
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Readonly
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Start
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Width
|
Contains localizable text of the corresponding UI element. |
ChangeElementProperties_Height
|
Contains localizable text of the corresponding UI element. |
InsertAudio_CommonSettingsTabName
|
A text displayed in a header of the tab containing common audio player settings in Audio Dialogs. Default Value: âCommon Settingsâ |
InsertAudio_StyleSettingsTabName
|
A text displayed in a header of the tab containing audio player style settings in Audio Dialogs. Default Value: âStyle Settingsâ |
InsertAudio_FromWeb
|
The label of a radio button (in Audio Dialogs) specifying that an audio file is located on the web. Default Value: âFrom the web (URL)â |
InsertAudio_FromLocal
|
The label of a radio button (in Audio Dialogs) specifying that an audio file is located on your computer. Default Value: âFrom your computerâ |
InsertAudio_EnterUrl
|
The label of a text box that allows specifying an audio file web address in Audio Dialogs. Default Value: âEnter audio file web addressâ |
InsertAudio_SaveToServer
|
The label of a check box, displayed in Audio Dialogs, that when checked creates an audio file copy within the current project folder. Default Value: âSave file to serverâ |
InsertAudio_Preview
|
The text that is displayed within a preview area of Audio Dialogs if an audio file is not selected. Default Value: âAudio previewâ |
InsertAudio_UploadInstructions
|
The label of a text box that allows specifying a path to an audio file on your computer in Audio Dialogs. Default Value: âBrowse your computer for the audio file to uploadâ |
InsertAudio_MoreOptions
|
The label of a check box, displayed in Audio Dialogs, that when checked shows additional audio payer options. Default Value: âMore optionsâ |
InsertAudio_Preload
|
The label of a combo box, displayed in Audio Dialogs, that specifies how the audio file should be loaded when the page loads. Default Value: âPreload modeâ |
InsertAudio_PreloadNone
|
The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser wonât load the audio when the page loads. Default Value: âNoneâ |
InsertAudio_PreloadMetadata
|
The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser will load only metadata when the page loads. Default Value: âMetadataâ |
InsertAudio_PreloadAuto
|
The text of a Preload mode combo box item (in Audio Dialogs) specifying that the browser will load the entire audio file when the page loads. Default Value: âAutoâ |
InsertAudio_AutoPlay
|
The label of a check box, displayed in Audio Dialogs, that specifies whether the audio will automatically start playing. Default Value: âAuto playâ |
InsertAudio_Loop
|
The label of a check box, displayed in Audio Dialogs, that specifies whether the audio will start over again every time it is finished. Default Value: âLoopâ |
InsertAudio_ShowControls
|
The label of a check box, displayed in Audio Dialogs, that specifies whether the audio player controls should be displayed. Default Value: âShow player controlsâ |
InsertAudio_Width
|
A label of a text box that allows specifying the audio player width in Audio Dialogs. Default Value: âWidthâ |
InsertAudio_Pixels
|
A text displayed next to the audio player size and specifies that the size is measured in pixels in Audio Dialogs. Default Value: âpxâ |
InsertAudio_Height
|
A label of a text box that allows specifying the audio player height in Audio Dialogs. Default Value: âHeightâ |
InsertAudio_Position
|
A label of a combo box that allows specifying the audio player position in Audio Dialogs. Default Value: âPositionâ |
InsertAudio_PositionLeft
|
The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is left-aligned. Default Value: âLeftâ |
InsertAudio_PositionCenter
|
The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is positioned at the center. Default Value: âCenterâ |
InsertAudio_PositionRight
|
The text of a Position combo box item (in Audio Dialogs) specifying that an audio player is right-aligned. Default Value: âRightâ |
InsertAudio_Margins
|
A label of a section where you can specify the audio player margins in Audio Dialogs. Default Value: âMarginsâ |
InsertAudio_MarginTop
|
A label of a text box where you can specify the audio player top margin in Audio Dialogs. Default Value: âTopâ |
InsertAudio_MarginBottom
|
A label of a text box where you can specify the audio player bottom margin in Audio Dialogs. Default Value: âBottomâ |
InsertAudio_MarginLeft
|
A label of a text box where you can specify the audio player left margin in Audio Dialogs. Default Value: âLeftâ |
InsertAudio_MarginRight
|
A label of a text box where you can specify the audio player right margin in Audio Dialogs. Default Value: âRightâ |
InsertAudio_Border
|
A label of a section where you can specify the audio player border settings in Audio Dialogs. Default Value: âBorderâ |
InsertAudio_BorderWidth
|
A label of a text box where you can specify the audio player border width in Audio Dialogs. Default Value: âWidthâ |
InsertAudio_BorderColor
|
A label of a color edit where you can specify the audio player border color in Audio Dialogs. Default Value: âColorâ |
InsertAudio_BorderStyle
|
A label of a combo box where you can specify the audio player border style in Audio Dialogs. Default Value: âStyleâ |
InsertAudio_CssClass
|
A label of a combo box where you can specify the CSS class applied to the audio player element in Audio Dialogs. Default Value: âCSS classâ |
InsertAudio_PreloadHelpText
|
The help text for the âPreloadâ combo box, displayed in Audio Dialogs. Default Value: âAuto - The browser loads the entire video when the page loads Metadata - The browser loads only metadata when the page loads None - The browser does not load the video when the page loadsâ |
InsertAudio_PreviewText
|
Contains localizable text of the corresponding UI element. |
InsertAudio_GalleryTabText
|
Contains localizable text of the corresponding UI element. |
InsertFlash_CommonSettingsTabName
|
A text displayed in a header of the tab containing common flash player settings in Flash Dialogs. Default Value: âCommon Settingsâ |
InsertFlash_StyleSettingsTabName
|
A text displayed in a header of the tab containing flash player style settings in Flash Dialogs. Default Value: âStyle Settingsâ |
InsertFlash_FromWeb
|
The label of a radio button (in Flash Dialogs) specifying that a flash file is located on the web. Default Value: âFrom the web (URL)â |
InsertFlash_FromLocal
|
The label of a radio button (in Flash Dialogs) specifying that a flash file is located in your computer. Default Value: âFrom your computerâ |
InsertFlash_EnterUrl
|
The label of a text box that allows specifying a flash file web address in Flash Dialogs. Default Value: âEnter flash file web addressâ |
InsertFlash_SaveToServer
|
The label of a check box, displayed in Flash Dialogs, that when checked, creates a flash file copy within the current project folder. Default Value: âSave file to serverâ |
InsertFlash_Preview
|
The text that is displayed within a preview area of Flash Dialogs if a flash file is not selected. Default Value: âFlash previewâ |
InsertFlash_UploadInstructions
|
The label of a text box that allows specifying a path to a flash file on your computer in Flash Dialogs. Default Value: âBrowse your computer for the flash file to uploadâ |
InsertFlash_MoreOptions
|
The label of a check box, displayed in Flash Dialogs, that when checked, shows additional flash payer options. Default Value: âMore optionsâ |
InsertFlash_PreviewText
|
Contains localizable text of the corresponding UI element. |
InsertFlash_GalleryTabText
|
Contains localizable text of the corresponding UI element. |
InsertFlash_EnableFlashMenu
|
The label of a check box, displayed in Flash Dialogs, that specifies whether the movie playback controls are available in the flash player context menu. Default Value: âEnable Flash Menuâ |
InsertFlash_AutoPlay
|
The label of a check box, displayed in Flash Dialogs, that specifies whether the flash will automatically start playing. Default Value: âAuto playâ |
InsertFlash_Loop
|
The label of a check box, displayed in Flash Dialogs, that specifies whether the flash will start over again, every time it is finished. Default Value: âLoopâ |
InsertFlash_AllowFullscreen
|
The label of a check box, displayed in Flash Dialogs, that specifies whether the flash file can be displayed in a full screen mode. Default Value: âAllow fullscreenâ |
InsertFlash_Quality
|
A label of a combo box that allows specifying the flash rendering quality in Flash Dialogs. Default Value: âQualityâ |
InsertFlash_QualityBest
|
The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the âbestâ quality. Default Value: âBestâ |
InsertFlash_QualityHigh
|
The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in âhighâ quality. Default Value: âHighâ |
InsertFlash_QualityAutoHigh
|
The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the âautohighâ quality. Default Value: âAuto Highâ |
InsertFlash_QualityMedium
|
The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in âmediumâ quality. Default Value: âMediumâ |
InsertFlash_QualityLow
|
The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in âlowâ quality. Default Value: âLowâ |
InsertFlash_QualityAutoLow
|
The text of a Quality combo box item (in Flash Dialogs) specifying that a flash will be rendered in the âautolowâ quality. Default Value: âAuto Lowâ |
InsertFlash_Width
|
A label of a text box that allows specifying the flash player width in Flash Dialogs. Default Value: âWidthâ |
InsertFlash_Pixels
|
A text displayed next to the flash player sizes specifying that a size is measured in pixels in Flash Dialogs. Default Value: âpxâ |
InsertFlash_Height
|
A label of a text box that allows specifying the flash player height in Flash Dialogs. Default Value: âHeightâ |
InsertFlash_Position
|
A label of a combo box that allows specifying the flash player position in Flash Dialogs. Default Value: âPositionâ |
InsertFlash_PositionLeft
|
The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is left-aligned. Default Value: âLeftâ |
InsertFlash_PositionCenter
|
The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is positioned at the center. Default Value: âCenterâ |
InsertFlash_PositionRight
|
The text of a Position combo box item (in Flash Dialogs) specifying that a flash player is right-aligned. Default Value: âRightâ |
InsertFlash_Margins
|
A label of a section where you can specify the flash player margins in Flash Dialogs. Default Value: âMarginsâ |
InsertFlash_MarginTop
|
A label of a text box where you can specify the flash player top margin in Flash Dialogs. Default Value: âTopâ |
InsertFlash_MarginBottom
|
A label of a text box where you can specify the flash player bottom margin in Flash Dialogs. Default Value: âBottomâ |
InsertFlash_MarginLeft
|
A label of a text box where you can specify the flash player left margin in Flash Dialogs. Default Value: âLeftâ |
InsertFlash_MarginRight
|
A label of a text box where you can specify the flash player right margin in Flash Dialogs. Default Value: âRightâ |
InsertFlash_Border
|
A label of a section where you can specify the flash player border settings in Flash Dialogs. Default Value: âBorderâ |
InsertFlash_BorderWidth
|
A label of a text box where you can specify the flash player border width in Flash Dialogs. Default Value: âWidthâ |
InsertFlash_BorderColor
|
A label of a color edit where you can specify the flash player border color in Flash Dialogs. Default Value: âColorâ |
InsertFlash_BorderStyle
|
A label of a combo box where you can specify the flash player border style in Flash Dialogs. Default Value: âStyleâ |
InsertFlash_CssClass
|
A label of a combo box where you can specify the CSS class applied to the flash player element in Flash Dialogs. Default Value: âCSS classâ |
InsertYouTubeVideo_CommonSettingsTabName
|
A text displayed in a header of the tab containing common YouTube video player settings in YouTube Video Dialogs. Default Value: âCommon Settingsâ |
InsertYouTubeVideo_StyleSettingsTabName
|
A text displayed in a header of the tab containing YouTube video player style settings in YouTube Video Dialogs. Default Value: âStyle Settingsâ |
InsertYouTubeVideo_EnterUrl
|
The label of a text box that allows specifying a YouTube video file web address in YouTube Video Dialogs. Default Value: âEnter YouTube video web addressâ |
InsertYouTubeVideo_Preview
|
The text that is displayed within a preview area of YouTube Video Dialogs if a YouTube video is not selected. Default Value: âYouTube video previewâ |
InsertYouTubeVideo_MoreOptions
|
The label of a check box, displayed in YouTube Video Dialogs, that when checked, shows additional YouTube video payer options. Default Value: âMore optionsâ |
InsertYouTubeVideo_ShowControls
|
The label of a check box, displayed in YouTube Video Dialogs, that specifies whether the YouTube video player controls should be displayed. Default Value: âShow player controlsâ |
InsertYouTubeVideo_ShowSameVideos
|
The label of a check box, displayed in Video Dialogs, that specifies whether the suggested videos will be displayed when the video finishes. Default Value: âShow suggested videos when the video finishesâ |
InsertYouTubeVideo_SecureMode
|
The label of a check box, displayed in Video Dialogs, that specifies whether YouTube stores information about visitors on your webpage unless they play the video. Default Value: âEnable privacy-enhanced modeâ |
InsertYouTubeVideo_ShowVideoName
|
The label of a check box, displayed in Video Dialogs, that specifies whether the information about video is displayed. Default Value: âShow video title and player actionsâ |
InsertImage_AllowedFileExtensionsText
|
Contains localizable text of the corresponding UI element. |
InsertImage_MaximumUploadFileSizeText
|
Contains localizable text of the corresponding UI element. |
InsertFlash_AllowedFileExtensionsText
|
Contains localizable text of the corresponding UI element. |
InsertFlash_MaximumUploadFileSizeText
|
Contains localizable text of the corresponding UI element. |
InsertVideo_AllowedFileExtensionsText
|
Contains localizable text of the corresponding UI element. |
InsertVideo_MaximumUploadFileSizeText
|
Contains localizable text of the corresponding UI element. |
InsertAudio_AllowedFileExtensionsText
|
Contains localizable text of the corresponding UI element. |
InsertAudio_MaximumUploadFileSizeText
|
Contains localizable text of the corresponding UI element. |
InsertYouTubeVideo_Width
|
A label of a text box that allows specifying the YouTube video player width in YouTube Video Dialogs. Default Value: âWidthâ |
InsertYouTubeVideo_Pixels
|
A text displayed next to the YouTube video player size, specifying that the size is measured in pixels in YouTube Video Dialogs. Default Value: âpxâ |
InsertYouTubeVideo_Height
|
A label of a text box that allows specifying the YouTube video player height in YouTube Video Dialogs. Default Value: âHeightâ |
InsertYouTubeVideo_Position
|
A label of a combo box that allows specifying the YouTube video player position in YouTube Video Dialogs. Default Value: âPositionâ |
InsertYouTubeVideo_PositionLeft
|
The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is left-aligned. Default Value: âLeftâ |
InsertYouTubeVideo_PositionCenter
|
The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is positioned at the center. Default Value: âCenterâ |
InsertYouTubeVideo_PositionRight
|
The text of a Position combo box item (in YouTube Video Dialogs) specifying that a YouTube video player is right-aligned. Default Value: âRightâ |
InsertYouTubeVideo_Margins
|
A label of a section where you can specify the YouTube video player margins in YouTube Video Dialogs. Default Value: âMarginsâ |
InsertYouTubeVideo_MarginTop
|
A label of a text box where you can specify the YouTube video player top margin in YouTube Video Dialogs. Default Value: âTopâ |
InsertYouTubeVideo_MarginBottom
|
A label of a text box where you can specify the YouTube video player bottom margin in YouTube Video Dialogs. Default Value: âBottomâ |
InsertYouTubeVideo_MarginLeft
|
A label of a text box where you can specify the YouTube video player left margin in YouTube Video Dialogs. Default Value: âLeftâ |
InsertYouTubeVideo_MarginRight
|
A label of a text box where you can specify the YouTube video player right margin in YouTube Video Dialogs. Default Value: âRightâ |
InsertYouTubeVideo_Border
|
A label of a section where you can specify the YouTube video player border settings in YouTube Video Dialogs. Default Value: âBorderâ |
InsertYouTubeVideo_BorderWidth
|
A label of a text box where you can specify the YouTube video player border width in YouTube Video Dialogs. Default Value: âWidthâ |
InsertYouTubeVideo_BorderColor
|
A label of a color edit where you can specify the YouTube video player border color in YouTube Video Dialogs. Default Value: âColorâ |
InsertYouTubeVideo_BorderStyle
|
A label of a combo box where you can specify the YouTube video player border style in YouTube Video Dialogs. Default Value: âStyleâ |
InsertYouTubeVideo_CssClass
|
A label of a combo box where you can specify the CSS class applied to the YouTube video player element in YouTube Video Dialogs. Default Value: âCSS classâ |
InsertYouTubeVideo_SecureModeHelpText
|
The help text for the âEnable privacy-enhanced modeâ check box, displayed in YouTube Video Dialogs. Default Value: âSelect to ensure that YouTube does not store information about visitors on your webpage unless they play the video.â |
InsertYouTubeVideo_ValidationErrorText
|
The text displayed when the link validation fails in YouTube Video Dialogs. Default Value: âInvalid YouTube video URL. Please make sure your URL is like the following: https://www.youtube.com/watch?v=VideoIDâ |
InsertYouTubeVideo_AllowFullscreen
|
The label of a section where you can specify whether the video can be displayed in a full screen mode. Default Value: âAllow fullscreenâ |
InsertYouTubeVideo_FromWeb
|
The label of a radio button in YouTube Video Dialogs. Default Value: âFrom URLâ |
AdvancedSearch_Next
|
The text displayed in the Next button in the Find and Replace Dialog. Default Value: âNextâ |
AdvancedSearch_Previous
|
The text displayed in the Previous button in the Find and Replace Dialog. Default Value: âPreviousâ |
AdvancedSearch_Replace
|
The text displayed in the Replace button in the Find and Replace Dialog. Default Value: âReplaceâ |
AdvancedSearch_ReplaceAll
|
The text displayed in the Replace All button in the Find and Replace Dialog. Default Value: âReplace Allâ |
AdvancedSearch_Results
|
The label of a list box containing search results in the Find and Replace Dialog. Default Value: âResultsâ |
AdvancedSearch_ReplaceWith
|
The label of a text box where end-users can specify the text to be replaced with the search text in the Find and Replace Dialog. Default Value: âReplace withâ |
AdvancedSearch_Find
|
The label of a text box where end-users can specify the text to search for in the Find and Replace Dialog. Default Value: âFindâ |
AdvancedSearch_MatchCase
|
A label of a check box specifying whether the search is case sensitive in the Find and Replace Dialog. Default Value: âMatch caseâ |
AdvancedSearch_Header
|
The text displayed in the header of the Find and Replace Dialog. Default Value: âFind and Replaceâ |
AdvancedSearch_Of
|
A label providing information whose search entry is selected in the Results list box in the Find and Replace Dialog. Default Value: â{0} of {1}â |
AdvancedSearch_ReplaceAllNotify
|
The text of a message displayed in the Find and Replace Dialog after all search entries have been replaced. Default Value: â{0} entries have been replaced.â |
AdvancedSearch_ReplaceProcessNotify
|
The text displayed in the Find and Replace Dialog while search results are being replaced. Default Value: â{0} of {1} entries are replacedâŠâ |
AdvancedSearch_SearchLimit
|
The text of a message displayed in the Find and Replace Dialog when too many search results have been found. Default Value: âOnly top {0} entries are shown. Try narrowing your search.â |
QuickSearch_SearchFieldNullText
|
A text displayed in the Search Panel when it is empty. Default Value: âFindâŠâ |
InsertAudio_GalleryRequiredErrorText
|
A text displayed in the alert window if a file from a gallery wasnât selected in the dialog window. Default Value: âFile is required. Please select a file to proceed.â |
InsertVideo_GalleryRequiredErrorText
|
A text displayed in the alert window if a file from a gallery wasnât selected in the dialog window. Default Value: âFile is required. Please select a file to proceed.â |
InsertFlash_GalleryRequiredErrorText
|
A text displayed in the alert window if a file from a gallery wasnât selected in the dialog window. Default Value: âFile is required. Please select a file to proceed.â |
InsertImage_GalleryRequiredErrorText
|
A text displayed in the alert window if a file from a gallery wasnât selected in the dialog window. Default Value: âFile is required. Please select a file to proceed.â |
InsertYouTubeVideo_PositionNotSet
|
The text of a Position combo box item (in YouTube Video Dialogs) specifying that the position for a YouTube video file is not set. Default Value: ââ (Empty) |
InsertAudio_PositionNotSet
|
The text of a Position combo box item (in Audio Dialogs) specifying that the position for an audio file is not set. Default Value: ââ (Empty) |
InsertFlash_PositionNotSet
|
The text of a Position combo box item (in Flash Dialogs) specifying that the position for a FLASH file is not set. Default Value: ââ (Empty) |
InsertVideo_PositionNotSet
|
The text of a Position combo box item (in Video Dialogs) specifying that the position for a video file is not set. Default Value: ââ (Empty) |
ImageProps_PositionNotSet
|
The text of a Position combo box item (in Image Dialogs) specifying that the position for an image is not set. Default Value: ââ (Empty) |